Every couple weeks, I need to reboot my system. When I do, and enter as root in the terminal, the following message (in some variation) appears:
ABRT has detected 3 problem(s). For more info run: abrt-cli list --since 1440594093
I usually ignore it, but I decided to check it out. Entering the suggested command brings the following:
id cc91ff6c3e2e76eaf0956435836ad6d48d27bdb5
reason: irq 19: nobody cared (try booting with the "irqpoll" option)
time: Thu 27 Aug 2015 01:40:39 PM EDT
cmdline: BOOT_IMAGE=/vmlinuz-3.10.0-229.11.1.el7.x86_64 root=/dev/mapper/centos-root ro rd.lvm.lv=centos/swap vconsole.font=latarcyrheb-sun16 rd.lvm.lv=centos/root crashkernel=auto vconsole.keymap=us rhgb quiet LANG=en_US.UTF-8
package: kernel
count: 1
Directory: /var/spool/abrt/oops-2015-08-27-13:40:39-663-0
id 35973446166ec36265e0c46ee2b2b553e759fdf0
reason: irq 19: nobody cared (try booting with the "irqpoll" option)
time: Wed 26 Aug 2015 09:17:18 AM EDT
cmdline: BOOT_IMAGE=/vmlinuz-3.10.0-229.11.1.el7.x86_64 root=/dev/mapper/centos-root ro rd.lvm.lv=centos/swap vconsole.font=latarcyrheb-sun16 rd.lvm.lv=centos/root crashkernel=auto vconsole.keymap=us rhgb quiet LANG=en_US.UTF-8
Directory: /var/spool/abrt/oops-2015-08-26-09:17:17-663-0
Reported: cannot be reported
id 49915ba710ac612e102ac910313038528958afa3
reason: irq 19: nobody cared (try booting with the "irqpoll" option)
time: Wed 26 Aug 2015 09:08:02 AM EDT
cmdline: BOOT_IMAGE=/vmlinuz-3.10.0-229.1.2.el7.x86_64 root=/dev/mapper/centos-root ro rd.lvm.lv=centos/swap vconsole.font=latarcyrheb-sun16 rd.lvm.lv=centos/root crashkernel=auto vconsole.keymap=us rhgb quiet LANG=en_US.UTF-8
package: kernel
count: 4
Directory: /var/spool/abrt/oops-2015-08-26-09:08:02-26725-0
Why am I getting these messages? I have not done any debugging because I do not know where to even start.
# Linux Kernel: 3.10.0-229.11.1.el7.x86_64
# CentOS Linux release: 7.1.1503 (Core)