From Fedora Project Wiki
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