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 | # 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| | #* {{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
- Ensure you have will-crash-0.9 installed
su -c 'dnf install will-crash-0.9'
- Ensure you have the plugin installed with the following command:
su -c 'dnf install abrt-addon-kerneloops'
- Ensure you have kernel-devel package installed
su -c 'dnf install kernel-devel-
uname -r
'
- Ensure that the system log watcher service is running -
systemctl status abrt-oops.service
- Make sure
abrt-dump-journal-oops
is runningps aux | grep abrt-dump-journal-oops
- Run the following command:
sudo 'will_oops'
- Observe whether a crash notification appears
Expected Results
- ABRT should catch kernel oops appearing in
journalctl
, create a crash report and notify you via the notification area