summaryrefslogtreecommitdiffstats
path: root/examples/oops3.right
Commit message (Collapse)AuthorAgeFilesLines
* replace KerneloopsScanner plugin and dumpoops with abrt-dump-oops, use it in ↵Denys Vlasenko2011-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | abrtd Patch adds new tool: $ abrt-dump-oops Usage: abrt-dump-oops [-vsrdow] FILE Extract oops from syslog/dmesg file -v, --verbose Be verbose -s Log to syslog -r Parse kernel's message buffer before parsing FILE -d Create ABRT dump for every oops found -o Print found oopses on standard output -w Do not exit, watch the file for new oopses It extends dumpoops. Extensions: * it can watch the syslog using -w option (uses inotify) * it can scan dmesg buffer too In this way, it also becomes a replacement for KerneloopsScanner plugin: oops-detecting logic is taken verbatim from KerneloopsScanner source. abrtd is changed to start it if it sees this directive in abrt.conf: [ LogScanners ] abrt-dump-oops = abrt-dump-oops -drw /var/log/messages Default abrt.conf is changed to have such line. Patch doesn't remove KerneloopsScanner plugin and dumpoops binary yet, I will do it in a separate trivial patch. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* whitespace cleanupDenys Vlasenko2009-12-031-9/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* include RIP/RIP lines in oops reportsDenys Vlasenko2009-11-201-0/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* include more info into oops (we were losing the stack dump)Denys Vlasenko2009-11-191-0/+157
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>