| Server IP : 172.67.134.114 / Your IP : 104.23.197.123 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/libreport/events.d/ |
Upload File : |
# Analyze
EVENT=post-create type=Kerneloops remote!=1
# Honor dmesg_restrict -> bugzilla.redhat.com/1128400
if [ "$(cat /proc/sys/kernel/dmesg_restrict)" == "0" ]; then
# >> instead of > is due to bugzilla.redhat.com/854266
# 'dmesg' file is required by check-oops-for-hw-error
dmesg >>dmesg
abrt-action-check-oops-for-hw-error
fi
{
abrt-action-check-oops-for-alt-component || true
} &&
{
# run abrt-action-analyze-oops only if check-hw-error didn't create the
# required files
if test ! -f uuid -a ! -f duphash; then
abrt-action-analyze-oops || exit 1
fi
}
# If you want behavior similar to one provided by kerneloops daemon
# distributed by kerneloops.org - that is, if you want
# oopses to be reported automatically and immediately without
# user interaction, uncomment this line:
#EVENT=post-create type=Kerneloops
reporter-kerneloops
# Report
#EVENT=report_Kerneloops type=Kerneloops
reporter-kerneloops
EVENT=report_Bugzilla type=Kerneloops
reporter-bugzilla -b \
-F /etc/libreport/plugins/bugzilla_format_kernel.conf
# Send micro report
EVENT=report_uReport type=Kerneloops
if [ ! -e mce ]; then
/usr/libexec/abrt-action-ureport
else
echo "Not reportable, problem has hardware character (MCE)"
fi
# Update ABRT database after successful report to bugzilla
EVENT=post_report type=Kerneloops
reporter-ureport -A -B
# Automatic/simple GUI-based kernel oopses reporting will do this:
EVENT=report-gui type=Kerneloops mce!=non-fatal
report-gtk -- "$DUMP_DIR"
EVENT=report-cli type=Kerneloops
report-cli -- "$DUMP_DIR"