CPU 경고-abrt-watch-log


12

Intel Xeon CPU X5690 @ 3.47GHz 에서 Red Hat Enterprise Linux Server 릴리스 7.1 (Maipo) 을 실행하고 있습니다

에이 오류가 계속 발생합니다 abrt-watch-log.

root       888     1  0 Aug03 ?        00:00:00 /usr/bin/abrt-watch-log -F BUG: WARNING: at WARNING: CPU: INFO: possible recursive locking detected ernel BUG at list_del corruption list_add corruption do_IRQ: stack overflow: ear stack overflow (cur: eneral protection fault nable to handle kernel ouble fault: RTNL: assertion failed eek! page_mapcount(page) went negative! adness at NETDEV WATCHDOG ysctl table check failed : nobody cared IRQ handler type mismatch Machine Check Exception: Machine check events logged divide error: bounds: coprocessor segment overrun: invalid TSS: segment not present: invalid opcode: alignment check: stack segment: fpu exception: simd exception: iret exception: /var/log/messages -- /usr/bin/abrt-dump-oops -xtD

답변:


18

프로세스 abrt-watch-log는 문자열을 감시하고 명령을 실행합니다. 그래서 당신이 오류로보고있는 것은에서 찾을 단지 문자열입니다 /var/log/messages발견하면, 다음에 전송되는, /usr/bin/abrt-dump-oops.

$ man abrt-watch-log:

NAME
       abrt-watch-log - Watch log file and run command when it grows or is replaced

SYNOPSIS
       abrt-watch-log [-vs] [-F STR] ... FILE PROG [ARGS]

abrt-watch-log가 정상이고 실제 오류를 찾으려면 / var / log / messages를 조사해야한다는 의미입니까?
alsadk
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.