From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description=This test case tests the functionality of the ABRT kerneloops feature with systemd-journald. |actions= # Ensure you have will-crash-0.9 installed...")
 
No edit summary
 
Line 11: Line 11:
#* {{command|su -c 'dnf install kernel-devel-`uname -r`'}}
#* {{command|su -c 'dnf install kernel-devel-`uname -r`'}}
# Ensure that the system log watcher service is running - {{command|systemctl status abrt-oops.service}}
# Ensure that the system log watcher service is running - {{command|systemctl status abrt-oops.service}}
# Make sure {{command|abrt-dump-journal-oops}} is running {{command|ps aux | grep abrt-dump-journal-oops}}
# Make sure {{command|abrt-dump-journal-oops}} is running {{command|ps aux | grep abrt-dump-journal-oops}}
# Run the following command:
# Run the following command:
#* {{command|su -c 'will_oops'}}
#* {{command|sudo 'will_oops'}}
# Observe whether a crash notification appears
# Observe whether a crash notification appears
|results=
|results=

Latest revision as of 11:51, 10 April 2015

Description

This test case tests the functionality of the ABRT kerneloops feature with systemd-journald.


How to test

  1. Ensure you have will-crash-0.9 installed
    • su -c 'dnf install will-crash-0.9'
  2. Ensure you have the plugin installed with the following command:
    • su -c 'dnf install abrt-addon-kerneloops'
  3. Ensure you have kernel-devel package installed
    • su -c 'dnf install kernel-devel-uname -r'
  4. Ensure that the system log watcher service is running - systemctl status abrt-oops.service
  5. Make sure abrt-dump-journal-oops is running ps aux | grep abrt-dump-journal-oops
  6. Run the following command:
    • sudo 'will_oops'
  7. Observe whether a crash notification appears

Expected Results

  1. ABRT should catch kernel oops appearing in journalctl, create a crash report and notify you via the notification area