Centos 7 minimal kernel crash on Atom platform

General support questions
Post Reply
lpallard
Posts: 50
Joined: 2014/09/17 02:39:48

Centos 7 minimal kernel crash on Atom platform

Post by lpallard » 2015/10/06 02:13:59

Hello, in need of guidance on how to troubleshoot this. I recently built a small server using a re-purposed (second hand) Foxconn motherboard with an embedded Atom D510 CPU (taken from an old D51S mini desktop computer). This hardware has run pfsense for nearly 4 years without hardly any problem. This time I am trying to run Zabbix (monitoring software) on top of Centos 7. Having somehow limited power, I opted for a minimal no GUI install of centos 7.

All went well until I realized the server randomly becomes unreachable (SSH doesnt connect, apache is no longer available). After a hard reset, I looked in /var/log/messages only to see tons of these:

Code: Select all

Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
Oct  4 20:23:24 condition-monitoring kernel: WARNING: at lib/list_debug.c:62 __list_del_entry+0x82/0xd0()
Oct  4 20:23:24 condition-monitoring kernel: list_del corruption. next->prev should be ffffea000201e720, but was dead000000200200
Oct  4 20:23:24 condition-monitoring kernel: Modules linked in: iTCO_wdt iTCO_vendor_support shpchp coretemp serio_raw pcspkr ppdev tpm_infineon ite_cir lpc_ich i2c_i801 mfd_core rc_core parport_pc parport xfs libcrc32c sd_mod crc_t10dif crct10dif_common i915 ahci video libahci i2c_algo_bit drm_kms_helper libata drm r8169 i2c_core mii dm_mirror dm_region_hash dm_log dm_mod
Oct  4 20:23:24 condition-monitoring kernel: CPU: 1 PID: 51 Comm: khugepaged Tainted: G        W   --------------   3.10.0-229.14.1.el7.x86_64 #1
Oct  4 20:23:24 condition-monitoring kernel: Hardware name: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cc0 0000000001736b18 ffff880126073c78 ffffffff81604516
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cb0 ffffffff8106e29b ffffea000201e720 ffffea000201e700
Oct  4 20:23:24 condition-monitoring kernel: 0000000000000003 ffff88012ffd5d40 ffff88012b00e208 ffff880126073d18
Oct  4 20:23:24 condition-monitoring kernel: Call Trace:
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81604516>] dump_stack+0x19/0x1b
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e29b>] warn_slowpath_common+0x6b/0xb0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e33c>] warn_slowpath_fmt+0x5c/0x80
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed912>] __list_del_entry+0x82/0xd0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed96d>] list_del+0xd/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81169704>] isolate_lru_page+0x114/0x190
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b46a9>] khugepaged_scan_mm_slot+0x829/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4d37>] khugepaged+0x257/0x480
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81098240>] ? wake_up_bit+0x30/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4ae0>] ? khugepaged_scan_mm_slot+0xc60/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8109727f>] kthread+0xcf/0xe0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff816142d8>] ret_from_fork+0x58/0x90
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: ---[ end trace 4a378d84c4c3662b ]---
Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
Oct  4 20:23:24 condition-monitoring kernel: WARNING: at lib/list_debug.c:62 __list_del_entry+0x82/0xd0()
Oct  4 20:23:24 condition-monitoring kernel: list_del corruption. next->prev should be ffffea000201e760, but was dead000000200200
Oct  4 20:23:24 condition-monitoring kernel: Modules linked in: iTCO_wdt iTCO_vendor_support shpchp coretemp serio_raw pcspkr ppdev tpm_infineon ite_cir lpc_ich i2c_i801 mfd_core rc_core parport_pc parport xfs libcrc32c sd_mod crc_t10dif crct10dif_common i915 ahci video libahci i2c_algo_bit drm_kms_helper libata drm r8169 i2c_core mii dm_mirror dm_region_hash dm_log dm_mod
Oct  4 20:23:24 condition-monitoring kernel: CPU: 1 PID: 51 Comm: khugepaged Tainted: G        W   --------------   3.10.0-229.14.1.el7.x86_64 #1
Oct  4 20:23:24 condition-monitoring kernel: Hardware name: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cc0 0000000001736b18 ffff880126073c78 ffffffff81604516
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cb0 ffffffff8106e29b ffffea000201e760 ffffea000201e740
Oct  4 20:23:24 condition-monitoring kernel: 0000000000000003 ffff88012ffd5d40 ffff88012b00e208 ffff880126073d18
Oct  4 20:23:24 condition-monitoring kernel: Call Trace:
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81604516>] dump_stack+0x19/0x1b
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e29b>] warn_slowpath_common+0x6b/0xb0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e33c>] warn_slowpath_fmt+0x5c/0x80
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed912>] __list_del_entry+0x82/0xd0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed96d>] list_del+0xd/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81169704>] isolate_lru_page+0x114/0x190
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b46a9>] khugepaged_scan_mm_slot+0x829/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4d37>] khugepaged+0x257/0x480
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81098240>] ? wake_up_bit+0x30/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4ae0>] ? khugepaged_scan_mm_slot+0xc60/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8109727f>] kthread+0xcf/0xe0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff816142d8>] ret_from_fork+0x58/0x90
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: ---[ end trace 4a378d84c4c3662c ]---
Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
Oct  4 20:23:24 condition-monitoring kernel: WARNING: at lib/list_debug.c:62 __list_del_entry+0x82/0xd0()
Oct  4 20:23:24 condition-monitoring kernel: list_del corruption. next->prev should be ffffea000201e7a0, but was dead000000200200
Oct  4 20:23:24 condition-monitoring kernel: Modules linked in: iTCO_wdt iTCO_vendor_support shpchp coretemp serio_raw pcspkr ppdev tpm_infineon ite_cir lpc_ich i2c_i801 mfd_core rc_core parport_pc parport xfs libcrc32c sd_mod crc_t10dif crct10dif_common i915 ahci video libahci i2c_algo_bit drm_kms_helper libata drm r8169 i2c_core mii dm_mirror dm_region_hash dm_log dm_mod
Oct  4 20:23:24 condition-monitoring kernel: CPU: 1 PID: 51 Comm: khugepaged Tainted: G        W   --------------   3.10.0-229.14.1.el7.x86_64 #1
Oct  4 20:23:24 condition-monitoring kernel: Hardware name: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cc0 0000000001736b18 ffff880126073c78 ffffffff81604516
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cb0 ffffffff8106e29b ffffea000201e7a0 ffffea000201e780
Oct  4 20:23:24 condition-monitoring kernel: 0000000000000003 ffff88012ffd5d40 ffff88012b00e208 ffff880126073d18
Oct  4 20:23:24 condition-monitoring kernel: Call Trace:
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81604516>] dump_stack+0x19/0x1b
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e29b>] warn_slowpath_common+0x6b/0xb0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e33c>] warn_slowpath_fmt+0x5c/0x80
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed912>] __list_del_entry+0x82/0xd0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed96d>] list_del+0xd/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81169704>] isolate_lru_page+0x114/0x190
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b46a9>] khugepaged_scan_mm_slot+0x829/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4d37>] khugepaged+0x257/0x480
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81098240>] ? wake_up_bit+0x30/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4ae0>] ? khugepaged_scan_mm_slot+0xc60/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8109727f>] kthread+0xcf/0xe0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff816142d8>] ret_from_fork+0x58/0x90
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: ---[ end trace 4a378d84c4c3662d ]---
Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
Oct  4 20:23:24 condition-monitoring kernel: WARNING: at lib/list_debug.c:62 __list_del_entry+0x82/0xd0()
Oct  4 20:23:24 condition-monitoring kernel: list_del corruption. next->prev should be ffffea000201e7e0, but was dead000000200200
Oct  4 20:23:24 condition-monitoring kernel: Modules linked in: iTCO_wdt iTCO_vendor_support shpchp coretemp serio_raw pcspkr ppdev tpm_infineon ite_cir lpc_ich i2c_i801 mfd_core rc_core parport_pc parport xfs libcrc32c sd_mod crc_t10dif crct10dif_common i915 ahci video libahci i2c_algo_bit drm_kms_helper libata drm r8169 i2c_core mii dm_mirror dm_region_hash dm_log dm_mod
Oct  4 20:23:24 condition-monitoring kernel: CPU: 1 PID: 51 Comm: khugepaged Tainted: G        W   --------------   3.10.0-229.14.1.el7.x86_64 #1
Oct  4 20:23:24 condition-monitoring kernel: Hardware name: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cc0 0000000001736b18 ffff880126073c78 ffffffff81604516
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cb0 ffffffff8106e29b ffffea000201e7e0 ffffea000201e7c0
Oct  4 20:23:24 condition-monitoring kernel: 0000000000000003 ffff88012ffd5d40 ffff88012b00e208 ffff880126073d18
Oct  4 20:23:24 condition-monitoring kernel: Call Trace:
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81604516>] dump_stack+0x19/0x1b
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e29b>] warn_slowpath_common+0x6b/0xb0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e33c>] warn_slowpath_fmt+0x5c/0x80
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed912>] __list_del_entry+0x82/0xd0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed96d>] list_del+0xd/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81169704>] isolate_lru_page+0x114/0x190
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b46a9>] khugepaged_scan_mm_slot+0x829/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4d37>] khugepaged+0x257/0x480
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81098240>] ? wake_up_bit+0x30/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4ae0>] ? khugepaged_scan_mm_slot+0xc60/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8109727f>] kthread+0xcf/0xe0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff816142d8>] ret_from_fork+0x58/0x90
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: ---[ end trace 4a378d84c4c3662e ]---
Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
Oct  4 20:23:24 condition-monitoring kernel: WARNING: at lib/list_debug.c:62 __list_del_entry+0x82/0xd0()
Oct  4 20:23:24 condition-monitoring kernel: list_del corruption. next->prev should be ffffea000201e820, but was dead000000200200
Oct  4 20:23:24 condition-monitoring kernel: Modules linked in: iTCO_wdt iTCO_vendor_support shpchp coretemp serio_raw pcspkr ppdev tpm_infineon ite_cir lpc_ich i2c_i801 mfd_core rc_core parport_pc parport xfs libcrc32c sd_mod crc_t10dif crct10dif_common i915 ahci video libahci i2c_algo_bit drm_kms_helper libata drm r8169 i2c_core mii dm_mirror dm_region_hash dm_log dm_mod
Oct  4 20:23:24 condition-monitoring kernel: CPU: 1 PID: 51 Comm: khugepaged Tainted: G        W   --------------   3.10.0-229.14.1.el7.x86_64 #1
Oct  4 20:23:24 condition-monitoring kernel: Hardware name: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cc0 0000000001736b18 ffff880126073c78 ffffffff81604516
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cb0 ffffffff8106e29b ffffea000201e820 ffffea000201e800
Oct  4 20:23:24 condition-monitoring kernel: 0000000000000003 ffff88012ffd5d40 ffff88012b00e208 ffff880126073d18
Oct  4 20:23:24 condition-monitoring kernel: Call Trace:
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81604516>] dump_stack+0x19/0x1b
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e29b>] warn_slowpath_common+0x6b/0xb0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e33c>] warn_slowpath_fmt+0x5c/0x80
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed912>] __list_del_entry+0x82/0xd0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed96d>] list_del+0xd/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81169704>] isolate_lru_page+0x114/0x190
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b46a9>] khugepaged_scan_mm_slot+0x829/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4d37>] khugepaged+0x257/0x480
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81098240>] ? wake_up_bit+0x30/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4ae0>] ? khugepaged_scan_mm_slot+0xc60/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8109727f>] kthread+0xcf/0xe0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff816142d8>] ret_from_fork+0x58/0x90
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: ---[ end trace 4a378d84c4c3662f ]---
Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
Oct  4 20:23:24 condition-monitoring kernel: WARNING: at lib/list_debug.c:62 __list_del_entry+0x82/0xd0()
Oct  4 20:23:24 condition-monitoring kernel: list_del corruption. next->prev should be ffffea000201e860, but was dead000000200200
Oct  4 20:23:24 condition-monitoring kernel: Modules linked in: iTCO_wdt iTCO_vendor_support shpchp coretemp serio_raw pcspkr ppdev tpm_infineon ite_cir lpc_ich i2c_i801 mfd_core rc_core parport_pc parport xfs libcrc32c sd_mod crc_t10dif crct10dif_common i915 ahci video libahci i2c_algo_bit drm_kms_helper libata drm r8169 i2c_core mii dm_mirror dm_region_hash dm_log dm_mod
Oct  4 20:23:24 condition-monitoring kernel: CPU: 1 PID: 51 Comm: khugepaged Tainted: G        W   --------------   3.10.0-229.14.1.el7.x86_64 #1
Oct  4 20:23:24 condition-monitoring kernel: Hardware name: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cc0 0000000001736b18 ffff880126073c78 ffffffff81604516
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cb0 ffffffff8106e29b ffffea000201e860 ffffea000201e840
Oct  4 20:23:24 condition-monitoring kernel: 0000000000000003 ffff88012ffd5d40 ffff88012b00e208 ffff880126073d18
Oct  4 20:23:24 condition-monitoring kernel: Call Trace:
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81604516>] dump_stack+0x19/0x1b
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e29b>] warn_slowpath_common+0x6b/0xb0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e33c>] warn_slowpath_fmt+0x5c/0x80
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed912>] __list_del_entry+0x82/0xd0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed96d>] list_del+0xd/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81169704>] isolate_lru_page+0x114/0x190
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b46a9>] khugepaged_scan_mm_slot+0x829/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4d37>] khugepaged+0x257/0x480
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81098240>] ? wake_up_bit+0x30/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4ae0>] ? khugepaged_scan_mm_slot+0xc60/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8109727f>] kthread+0xcf/0xe0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff816142d8>] ret_from_fork+0x58/0x90
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: ---[ end trace 4a378d84c4c36630 ]---
Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
Oct  4 20:23:24 condition-monitoring kernel: WARNING: at lib/list_debug.c:62 __list_del_entry+0x82/0xd0()
Oct  4 20:23:24 condition-monitoring kernel: list_del corruption. next->prev should be ffffea000201e8a0, but was dead000000200200
Oct  4 20:23:24 condition-monitoring kernel: Modules linked in: iTCO_wdt iTCO_vendor_support shpchp coretemp serio_raw pcspkr ppdev tpm_infineon ite_cir lpc_ich i2c_i801 mfd_core rc_core parport_pc parport xfs libcrc32c sd_mod crc_t10dif crct10dif_common i915 ahci video libahci i2c_algo_bit drm_kms_helper libata drm r8169 i2c_core mii dm_mirror dm_region_hash dm_log dm_mod
Oct  4 20:23:24 condition-monitoring kernel: CPU: 1 PID: 51 Comm: khugepaged Tainted: G        W   --------------   3.10.0-229.14.1.el7.x86_64 #1
Oct  4 20:23:24 condition-monitoring kernel: Hardware name: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cc0 0000000001736b18 ffff880126073c78 ffffffff81604516
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cb0 ffffffff8106e29b ffffea000201e8a0 ffffea000201e880
Oct  4 20:23:24 condition-monitoring kernel: 0000000000000003 ffff88012ffd5d40 ffff88012b00e208 ffff880126073d18
Oct  4 20:23:24 condition-monitoring kernel: Call Trace:
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81604516>] dump_stack+0x19/0x1b
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e29b>] warn_slowpath_common+0x6b/0xb0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e33c>] warn_slowpath_fmt+0x5c/0x80
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed912>] __list_del_entry+0x82/0xd0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed96d>] list_del+0xd/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81169704>] isolate_lru_page+0x114/0x190
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b46a9>] khugepaged_scan_mm_slot+0x829/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4d37>] khugepaged+0x257/0x480
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81098240>] ? wake_up_bit+0x30/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4ae0>] ? khugepaged_scan_mm_slot+0xc60/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8109727f>] kthread+0xcf/0xe0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff816142d8>] ret_from_fork+0x58/0x90
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: ---[ end trace 4a378d84c4c36631 ]---
Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
Oct  4 20:23:24 condition-monitoring kernel: WARNING: at lib/list_debug.c:62 __list_del_entry+0x82/0xd0()
Oct  4 20:23:24 condition-monitoring kernel: list_del corruption. next->prev should be ffffea000201e8e0, but was dead000000200200
Oct  4 20:23:24 condition-monitoring kernel: Modules linked in: iTCO_wdt iTCO_vendor_support shpchp coretemp serio_raw pcspkr ppdev tpm_infineon ite_cir lpc_ich i2c_i801 mfd_core rc_core parport_pc parport xfs libcrc32c sd_mod crc_t10dif crct10dif_common i915 ahci video libahci i2c_algo_bit drm_kms_helper libata drm r8169 i2c_core mii dm_mirror dm_region_hash dm_log dm_mod
Oct  4 20:23:24 condition-monitoring kernel: CPU: 1 PID: 51 Comm: khugepaged Tainted: G        W   --------------   3.10.0-229.14.1.el7.x86_64 #1
Oct  4 20:23:24 condition-monitoring kernel: Hardware name: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cc0 0000000001736b18 ffff880126073c78 ffffffff81604516
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cb0 ffffffff8106e29b ffffea000201e8e0 ffffea000201e8c0
Oct  4 20:23:24 condition-monitoring kernel: 0000000000000003 ffff88012ffd5d40 ffff88012b00e208 ffff880126073d18
Oct  4 20:23:24 condition-monitoring kernel: Call Trace:
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81604516>] dump_stack+0x19/0x1b
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e29b>] warn_slowpath_common+0x6b/0xb0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e33c>] warn_slowpath_fmt+0x5c/0x80
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed912>] __list_del_entry+0x82/0xd0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed96d>] list_del+0xd/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81169704>] isolate_lru_page+0x114/0x190
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b46a9>] khugepaged_scan_mm_slot+0x829/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4d37>] khugepaged+0x257/0x480
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81098240>] ? wake_up_bit+0x30/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4ae0>] ? khugepaged_scan_mm_slot+0xc60/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8109727f>] kthread+0xcf/0xe0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff816142d8>] ret_from_fork+0x58/0x90
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: ---[ end trace 4a378d84c4c36632 ]---
Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
Oct  4 20:23:24 condition-monitoring kernel: WARNING: at lib/list_debug.c:62 __list_del_entry+0x82/0xd0()
Oct  4 20:23:24 condition-monitoring kernel: list_del corruption. next->prev should be ffffea000201e920, but was dead000000200200
Oct  4 20:23:24 condition-monitoring kernel: Modules linked in: iTCO_wdt iTCO_vendor_support shpchp coretemp serio_raw pcspkr ppdev tpm_infineon ite_cir lpc_ich i2c_i801 mfd_core rc_core parport_pc parport xfs libcrc32c sd_mod crc_t10dif crct10dif_common i915 ahci video libahci i2c_algo_bit drm_kms_helper libata drm r8169 i2c_core mii dm_mirror dm_region_hash dm_log dm_mod
Oct  4 20:23:24 condition-monitoring kernel: CPU: 1 PID: 51 Comm: khugepaged Tainted: G        W   --------------   3.10.0-229.14.1.el7.x86_64 #1
Oct  4 20:23:24 condition-monitoring kernel: Hardware name: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cc0 0000000001736b18 ffff880126073c78 ffffffff81604516
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cb0 ffffffff8106e29b ffffea000201e920 ffffea000201e900
Oct  4 20:23:24 condition-monitoring kernel: 0000000000000003 ffff88012ffd5d40 ffff88012b00e208 ffff880126073d18
Oct  4 20:23:24 condition-monitoring kernel: Call Trace:
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81604516>] dump_stack+0x19/0x1b
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e29b>] warn_slowpath_common+0x6b/0xb0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e33c>] warn_slowpath_fmt+0x5c/0x80
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed912>] __list_del_entry+0x82/0xd0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed96d>] list_del+0xd/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81169704>] isolate_lru_page+0x114/0x190
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b46a9>] khugepaged_scan_mm_slot+0x829/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4d37>] khugepaged+0x257/0x480
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81098240>] ? wake_up_bit+0x30/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4ae0>] ? khugepaged_scan_mm_slot+0xc60/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8109727f>] kthread+0xcf/0xe0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff816142d8>] ret_from_fork+0x58/0x90
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: ---[ end trace 4a378d84c4c36633 ]---
Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
Oct  4 20:23:24 condition-monitoring kernel: WARNING: at lib/list_debug.c:62 __list_del_entry+0x82/0xd0()
Oct  4 20:23:24 condition-monitoring kernel: list_del corruption. next->prev should be ffffea000201ef60, but was dead000000200200
Oct  4 20:23:24 condition-monitoring kernel: Modules linked in: iTCO_wdt iTCO_vendor_support shpchp coretemp serio_raw pcspkr ppdev tpm_infineon ite_cir lpc_ich i2c_i801 mfd_core rc_core parport_pc parport xfs libcrc32c sd_mod crc_t10dif crct10dif_common i915 ahci video libahci i2c_algo_bit drm_kms_helper libata drm r8169 i2c_core mii dm_mirror dm_region_hash dm_log dm_mod
Oct  4 20:23:24 condition-monitoring kernel: CPU: 1 PID: 51 Comm: khugepaged Tainted: G        W   --------------   3.10.0-229.14.1.el7.x86_64 #1
Oct  4 20:23:24 condition-monitoring kernel: Hardware name: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cc0 0000000001736b18 ffff880126073c78 ffffffff81604516
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cb0 ffffffff8106e29b ffffea000201ef60 ffffea000201ef40
Oct  4 20:23:24 condition-monitoring kernel: 0000000000000003 ffff88012ffd5d40 ffff88012b00e208 ffff880126073d18
Oct  4 20:23:24 condition-monitoring kernel: Call Trace:
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81604516>] dump_stack+0x19/0x1b
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e29b>] warn_slowpath_common+0x6b/0xb0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e33c>] warn_slowpath_fmt+0x5c/0x80
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed912>] __list_del_entry+0x82/0xd0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed96d>] list_del+0xd/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81169704>] isolate_lru_page+0x114/0x190
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b46a9>] khugepaged_scan_mm_slot+0x829/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4d37>] khugepaged+0x257/0x480
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81098240>] ? wake_up_bit+0x30/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4ae0>] ? khugepaged_scan_mm_slot+0xc60/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8109727f>] kthread+0xcf/0xe0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff816142d8>] ret_from_fork+0x58/0x90
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: ---[ end trace 4a378d84c4c36634 ]---
Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
Oct  4 20:23:24 condition-monitoring kernel: WARNING: at lib/list_debug.c:62 __list_del_entry+0x82/0xd0()
Oct  4 20:23:24 condition-monitoring kernel: list_del corruption. next->prev should be ffffea000201efa0, but was dead000000200200
Oct  4 20:23:24 condition-monitoring kernel: Modules linked in: iTCO_wdt iTCO_vendor_support shpchp coretemp serio_raw pcspkr ppdev tpm_infineon ite_cir lpc_ich i2c_i801 mfd_core rc_core parport_pc parport xfs libcrc32c sd_mod crc_t10dif crct10dif_common i915 ahci video libahci i2c_algo_bit drm_kms_helper libata drm r8169 i2c_core mii dm_mirror dm_region_hash dm_log dm_mod
Oct  4 20:23:24 condition-monitoring kernel: CPU: 1 PID: 51 Comm: khugepaged Tainted: G        W   --------------   3.10.0-229.14.1.el7.x86_64 #1
Oct  4 20:23:24 condition-monitoring kernel: Hardware name: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cc0 0000000001736b18 ffff880126073c78 ffffffff81604516
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cb0 ffffffff8106e29b ffffea000201efa0 ffffea000201ef80
Oct  4 20:23:24 condition-monitoring kernel: 0000000000000003 ffff88012ffd5d40 ffff88012b00e208 ffff880126073d18
Oct  4 20:23:24 condition-monitoring kernel: Call Trace:
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81604516>] dump_stack+0x19/0x1b
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e29b>] warn_slowpath_common+0x6b/0xb0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e33c>] warn_slowpath_fmt+0x5c/0x80
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed912>] __list_del_entry+0x82/0xd0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed96d>] list_del+0xd/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81169704>] isolate_lru_page+0x114/0x190
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b46a9>] khugepaged_scan_mm_slot+0x829/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4d37>] khugepaged+0x257/0x480
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81098240>] ? wake_up_bit+0x30/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4ae0>] ? khugepaged_scan_mm_slot+0xc60/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8109727f>] kthread+0xcf/0xe0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff816142d8>] ret_from_fork+0x58/0x90
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: ---[ end trace 4a378d84c4c36635 ]---
Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
Oct  4 20:23:24 condition-monitoring kernel: WARNING: at lib/list_debug.c:62 __list_del_entry+0x82/0xd0()
Oct  4 20:23:24 condition-monitoring kernel: list_del corruption. next->prev should be ffffea000201efe0, but was dead000000200200
Oct  4 20:23:24 condition-monitoring kernel: Modules linked in: iTCO_wdt iTCO_vendor_support shpchp coretemp serio_raw pcspkr ppdev tpm_infineon ite_cir lpc_ich i2c_i801 mfd_core rc_core parport_pc parport xfs libcrc32c sd_mod crc_t10dif crct10dif_common i915 ahci video libahci i2c_algo_bit drm_kms_helper libata drm r8169 i2c_core mii dm_mirror dm_region_hash dm_log dm_mod
Oct  4 20:23:24 condition-monitoring kernel: CPU: 1 PID: 51 Comm: khugepaged Tainted: G        W   --------------   3.10.0-229.14.1.el7.x86_64 #1
Oct  4 20:23:24 condition-monitoring kernel: Hardware name: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cc0 0000000001736b18 ffff880126073c78 ffffffff81604516
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cb0 ffffffff8106e29b ffffea000201efe0 ffffea000201efc0
Oct  4 20:23:24 condition-monitoring kernel: 0000000000000003 ffff88012ffd5d40 ffff88012b00e208 ffff880126073d18
Oct  4 20:23:24 condition-monitoring kernel: Call Trace:
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81604516>] dump_stack+0x19/0x1b
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e29b>] warn_slowpath_common+0x6b/0xb0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e33c>] warn_slowpath_fmt+0x5c/0x80
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed912>] __list_del_entry+0x82/0xd0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed96d>] list_del+0xd/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81169704>] isolate_lru_page+0x114/0x190
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b46a9>] khugepaged_scan_mm_slot+0x829/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4d37>] khugepaged+0x257/0x480
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81098240>] ? wake_up_bit+0x30/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4ae0>] ? khugepaged_scan_mm_slot+0xc60/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8109727f>] kthread+0xcf/0xe0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff816142d8>] ret_from_fork+0x58/0x90
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: ---[ end trace 4a378d84c4c36636 ]---
Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
Oct  4 20:23:24 condition-monitoring kernel: WARNING: at lib/list_debug.c:62 __list_del_entry+0x82/0xd0()
Oct  4 20:23:24 condition-monitoring kernel: list_del corruption. next->prev should be ffffea000201f020, but was dead000000200200
Oct  4 20:23:24 condition-monitoring kernel: Modules linked in: iTCO_wdt iTCO_vendor_support shpchp coretemp serio_raw pcspkr ppdev tpm_infineon ite_cir lpc_ich i2c_i801 mfd_core rc_core parport_pc parport xfs libcrc32c sd_mod crc_t10dif crct10dif_common i915 ahci video libahci i2c_algo_bit drm_kms_helper libata drm r8169 i2c_core mii dm_mirror dm_region_hash dm_log dm_mod
Oct  4 20:23:24 condition-monitoring kernel: CPU: 1 PID: 51 Comm: khugepaged Tainted: G        W   --------------   3.10.0-229.14.1.el7.x86_64 #1
Oct  4 20:23:24 condition-monitoring kernel: Hardware name: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cc0 0000000001736b18 ffff880126073c78 ffffffff81604516
Oct  4 20:23:24 condition-monitoring kernel: ffff880126073cb0 ffffffff8106e29b ffffea000201f020 ffffea000201f000
Oct  4 20:23:24 condition-monitoring kernel: 0000000000000003 ffff88012ffd5d40 ffff88012b00e208 ffff880126073d18
Oct  4 20:23:24 condition-monitoring kernel: Call Trace:
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81604516>] dump_stack+0x19/0x1b
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e29b>] warn_slowpath_common+0x6b/0xb0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8106e33c>] warn_slowpath_fmt+0x5c/0x80
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed912>] __list_del_entry+0x82/0xd0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff812ed96d>] list_del+0xd/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81169704>] isolate_lru_page+0x114/0x190
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b46a9>] khugepaged_scan_mm_slot+0x829/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4d37>] khugepaged+0x257/0x480
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff81098240>] ? wake_up_bit+0x30/0x30
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff811b4ae0>] ? khugepaged_scan_mm_slot+0xc60/0xc60
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff8109727f>] kthread+0xcf/0xe0
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff816142d8>] ret_from_fork+0x58/0x90
Oct  4 20:23:24 condition-monitoring kernel: [<ffffffff810971b0>] ? kthread_create_on_node+0x140/0x140
Oct  4 20:23:24 condition-monitoring kernel: ---[ end trace 4a378d84c4c36637 ]---
Oct  4 20:23:24 condition-monitoring kernel: ------------[ cut here ]------------
I am wondering how to deal with this since I have very little experience with kernel crashes (after all why would linux crash!)

The machine consist in:
  • Foxconn micro ATX motherboard
    4GB (2x2GB) DDR2 800
    Seagate Momentus 160GB 2.5in
    Atom D510 quad core CPU @1.66GHz
    Supermicro CSE-512-200B chassis with 200W PSU
    Centos 7 minimal updated to latest packages
If someone can shed some light on this I'd appreciate. I can and will be happy to provide any info deemed necessary to help.

Thanks!

eddiegi686
Posts: 45
Joined: 2015/09/07 19:54:41

Re: Centos 7 minimal kernel crash on Atom platform

Post by eddiegi686 » 2015/10/08 22:20:00

hi lpallard,

Firstly I can't be of much help debugging the kernel crash logs you posted, I think you need an expert for that.

However I wonder if a previous version of CentOS would give you more luck, just to find out if an older kernel works better on your system. If you specifically need CentOS 7.0 for Zabbix to work you might still be able to find an old kernel version which works.

Looking at the packages on a local mirror I can see 5 kernel packages released for CentOS 7.1 dating back to March this year. One of those might give you some luck.

For instance:
http://mirrorservice.org/sites/mirror.c ... x86_64.rpm

Can you provide the output of the following commands:

Code: Select all

uname -r
rpm -qi kernel
dmesg
cat /proc/cmdline

lpallard
Posts: 50
Joined: 2014/09/17 02:39:48

Re: Centos 7 minimal kernel crash on Atom platform

Post by lpallard » 2015/10/10 13:07:11

eddiegi686, sorry for the delay in replying... Here's the requested info from the server:

Code: Select all

[root@condition-monitoring ~]# uname -r
3.10.0-229.14.1.el7.x86_64

Code: Select all

[root@condition-monitoring ~]# rpm -qi kernel
Name        : kernel
Version     : 3.10.0
Release     : 123.el7
Architecture: x86_64
Install Date: Sun 04 Oct 2015 06:59:55 AM EDT
Group       : System Environment/Kernel
Size        : 132737027
License     : GPLv2
Signature   : RSA/SHA256, Thu 03 Jul 2014 10:29:57 PM EDT, Key ID 24c6a8a7f4a80eb5
Source RPM  : kernel-3.10.0-123.el7.src.rpm
Build Date  : Mon 30 Jun 2014 08:52:20 AM EDT
Build Host  : kbuilder.dev.centos.org
Relocations : (not relocatable)
URL         : http://www.kernel.org/
Summary     : The Linux kernel
Description :
The kernel package contains the Linux kernel (vmlinuz), the core of any
Linux operating system.  The kernel handles the basic functions
of the operating system: memory allocation, process allocation, device
input and output, etc.
Name        : kernel
Version     : 3.10.0
Release     : 229.14.1.el7
Architecture: x86_64
Install Date: Sun 04 Oct 2015 07:21:23 AM EDT
Group       : System Environment/Kernel
Size        : 137573342
License     : GPLv2
Signature   : RSA/SHA256, Tue 15 Sep 2015 02:16:39 PM EDT, Key ID 24c6a8a7f4a80eb5
Source RPM  : kernel-3.10.0-229.14.1.el7.src.rpm
Build Date  : Tue 15 Sep 2015 11:50:07 AM EDT
Build Host  : kbuilder.dev.centos.org
Relocations : (not relocatable)
URL         : http://www.kernel.org/
Summary     : The Linux kernel
Description :
The kernel package contains the Linux kernel (vmlinuz), the core of any
Linux operating system.  The kernel handles the basic functions
of the operating system: memory allocation, process allocation, device
input and output, etc.

Code: Select all

[root@condition-monitoring ~]# dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0-229.14.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Tue Sep 15 15:05:51 UTC 2015
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.10.0-229.14.1.el7.x86_64 root=/dev/mapper/centos-root ro rd.lvm.lv=centos/swap nomodeset crashkernel=auto vconsole.keymap=us vconsole.font=latarcyrheb-sun16 rd.lvm.lv=centos/root rhgb quiet LANG=en_US.UTF-8
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cf69ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cf6a0000-0x00000000cf6adfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cf6ae000-0x00000000cf6effff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cf6f0000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: FOXCONN TPS01/TPS01, BIOS 080015  11/26/2009
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x130000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 100000000 mask FE0000000 write-back
[    0.000000]   2 base 120000000 mask FF0000000 write-back
[    0.000000]   3 base 0D0000000 mask FF0000000 uncachable
[    0.000000]   4 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   5 base 0CF700000 mask FFFF00000 uncachable
[    0.000000]   6 base 0CF800000 mask FFF800000 uncachable
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 4GB, type WB
[    0.000000] reg 1, base: 4GB, range: 512MB, type WB
[    0.000000] reg 2, base: 4608MB, range: 256MB, type WB
[    0.000000] reg 3, base: 3328MB, range: 256MB, type UC
[    0.000000] reg 4, base: 3584MB, range: 512MB, type UC
[    0.000000] reg 5, base: 3319MB, range: 1MB, type UC
[    0.000000] reg 6, base: 3320MB, range: 8MB, type UC
[    0.000000] total RAM covered: 4087M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 16M 	num_reg: 7  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2GB, range: 1GB, type WB
[    0.000000] reg 2, base: 3GB, range: 256MB, type WB
[    0.000000] reg 3, base: 3319MB, range: 1MB, type UC
[    0.000000] reg 4, base: 3320MB, range: 8MB, type UC
[    0.000000] reg 5, base: 4GB, range: 512MB, type WB
[    0.000000] reg 6, base: 4608MB, range: 256MB, type WB
[    0.000000] e820: update [mem 0xcf700000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xcf6a0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01ee5000, 0x01ee5fff] PGTABLE
[    0.000000] BRK [0x01ee6000, 0x01ee6fff] PGTABLE
[    0.000000] BRK [0x01ee7000, 0x01ee7fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x12fe00000-0x12fffffff]
[    0.000000]  [mem 0x12fe00000-0x12fffffff] page 2M
[    0.000000] BRK [0x01ee8000, 0x01ee8fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x12c000000-0x12fdfffff]
[    0.000000]  [mem 0x12c000000-0x12fdfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x12bffffff]
[    0.000000]  [mem 0x100000000-0x12bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xcf69ffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0xcf5fffff] page 2M
[    0.000000]  [mem 0xcf600000-0xcf69ffff] page 4k
[    0.000000] RAMDISK: [mem 0x35d92000-0x36ec0fff]
[    0.000000] ACPI: RSDP 00000000000f9ec0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 00000000cf6a0000 0003C (v01 112609 RSDT0846 20091126 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000cf6a0200 00084 (v01 112609 FACP0846 20091126 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000cf6a0440 05841 (v01  962F1 962F1P03 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 00000000cf6ae000 00040
[    0.000000] ACPI: APIC 00000000cf6a0390 0006C (v01 112609 APIC0846 20091126 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000cf6a0400 0003C (v01 112609 OEMMCFG  20091126 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000cf6ae040 00072 (v01 112609 OEMB0846 20091126 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000cf6aa440 00038 (v01 112609 OEMHPET  20091126 MSFT 00000097)
[    0.000000] ACPI: GSCI 00000000cf6ae0c0 02024 (v01 112609 GMCHSCI  20091126 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000012fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x12fffffff]
[    0.000000]   NODE_DATA [mem 0x12ffd5000-0x12fffbfff]
[    0.000000] Reserving 161MB of memory at 688MB for crashkernel (System RAM: 4086MB)
[    0.000000]  [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b600000-ffff88012f5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x12fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xcf69ffff]
[    0.000000]   node   0: [mem 0x100000000-0x12fffffff]
[    0.000000] On node 0 totalpages: 1046078
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13211 pages used for memmap
[    0.000000]   DMA32 zone: 845472 pages, LIFO batch:31
[    0.000000]   Normal zone: 3072 pages used for memmap
[    0.000000]   Normal zone: 196608 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xcf800000-0xcfffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcf6a0000-0xcf6adfff]
[    0.000000] PM: Registered nosave memory: [mem 0xcf6ae000-0xcf6effff]
[    0.000000] PM: Registered nosave memory: [mem 0xcf6f0000-0xcfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[    0.000000] e820: [mem 0xd0000000-0xfedfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88012fc00000 s82752 r8192 d23744 u524288
[    0.000000] pcpu-alloc: s82752 r8192 d23744 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1029710
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-229.14.1.el7.x86_64 root=/dev/mapper/centos-root ro rd.lvm.lv=centos/swap nomodeset crashkernel=auto vconsole.keymap=us vconsole.font=latarcyrheb-sun16 rd.lvm.lv=centos/root rhgb quiet LANG=en_US.UTF-8
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 3854032k/4980736k available (6243k kernel code, 796424k absent, 330280k reserved, 4180k data, 1604k init)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=4.
[    0.000000] 	Experimental no-CBs for all CPUs
[    0.000000] 	Experimental no-CBs CPUs: 0-3.
[    0.000000] NR_IRQS:327936 nr_irqs:712 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 16777216 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1666.638 MHz processor
[    0.001007] Calibrating delay loop (skipped), value calculated using timer frequency.. 3333.27 BogoMIPS (lpj=1666638)
[    0.001017] pid_max: default: 32768 minimum: 301
[    0.001094] Security Framework initialized
[    0.001107] SELinux:  Initializing.
[    0.001128] SELinux:  Starting in permissive mode
[    0.002800] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.006750] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.008482] Mount-cache hash table entries: 4096
[    0.009124] Initializing cgroup subsys memory
[    0.009153] Initializing cgroup subsys devices
[    0.009160] Initializing cgroup subsys freezer
[    0.009165] Initializing cgroup subsys net_cls
[    0.009170] Initializing cgroup subsys blkio
[    0.009175] Initializing cgroup subsys perf_event
[    0.009182] Initializing cgroup subsys hugetlb
[    0.009260] CPU: Physical Processor ID: 0
[    0.009265] CPU: Processor Core ID: 0
[    0.009271] mce: CPU supports 5 MCE banks
[    0.009283] CPU0: Thermal monitoring enabled (TM1)
[    0.009297] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8
tlb_flushall_shift: 6
[    0.009450] Freeing SMP alternatives: 24k freed
[    0.011469] ACPI: Core revision 20130517
[    0.018572] ACPI: All ACPI Tables successfully acquired
[    0.019025] ftrace: allocating 23916 entries in 94 pages
[    0.035611] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.045628] smpboot: CPU0: Intel(R) Atom(TM) CPU D510   @ 1.66GHz (fam: 06, model: 1c, stepping: 0a)
[    0.046000] Performance Events: PEBS fmt0+, 8-deep LBR, Atom events, Intel PMU driver.
[    0.046000] ... version:                3
[    0.046000] ... bit width:              40
[    0.046000] ... generic registers:      2
[    0.046000] ... value mask:             000000ffffffffff
[    0.046000] ... max period:             000000007fffffff
[    0.046000] ... fixed-purpose events:   3
[    0.046000] ... event mask:             0000000700000003
[    0.049458] Disabled fast string operations
[    0.062136] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.062186] Disabled fast string operations
[    0.049717] smpboot: Booting Node   0, Processors  #1 #2 #3 OK
[    0.074119] Disabled fast string operations
[    0.087102] Brought up 4 CPUs
[    0.087113] smpboot: Total of 4 processors activated (13333.10 BogoMIPS)
[    0.089215] devtmpfs: initialized
[    0.100180] EVM: security.selinux
[    0.100186] EVM: security.ima
[    0.100190] EVM: security.capability
[    0.100274] PM: Registering ACPI NVS region [mem 0xcf6ae000-0xcf6effff] (270336 bytes)
[    0.103658] atomic64 test passed for x86-64 platform with CX8 and with SSE
[    0.103963] NET: Registered protocol family 16
[    0.104646] ACPI: bus type PCI registered
[    0.104655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.104801] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.104808] PCI: not using MMCONFIG
[    0.104813] PCI: Using configuration type 1 for base access
[    0.108163] ACPI: Added _OSI(Module Device)
[    0.108170] ACPI: Added _OSI(Processor Device)
[    0.108175] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.108180] ACPI: Added _OSI(Processor Aggregator Device)
[    0.110591] ACPI: EC: Look up EC in DSDT
[    0.114522] ACPI: Executed 1 blocks of module-level executable AML code
[    0.120841] ACPI: Interpreter enabled
[    0.120868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
[    0.120880] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130517/hwxface-571)
[    0.120906] ACPI: (supports S0 S1 S4 S5)
[    0.120911] ACPI: Using IOAPIC for interrupt routing
[    0.120977] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.126850] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.157657] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.176819] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.176838] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.176854] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.177676] PCI host bridge to bus 0000:00
[    0.177687] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.177694] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.177700] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.177707] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.177713] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    0.177719] pci_bus 0000:00: root bus resource [mem 0xcf700000-0xdfffffff]
[    0.177725] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed8ffff]
[    0.177745] pci 0000:00:00.0: [8086:a000] type 00 class 0x060000
[    0.177939] pci 0000:00:02.0: [8086:a001] type 00 class 0x030000
[    0.177958] pci 0000:00:02.0: reg 0x10: [mem 0xfea80000-0xfeafffff]
[    0.177968] pci 0000:00:02.0: reg 0x14: [io  0xdc00-0xdc07]
[    0.177979] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff pref]
[    0.177990] pci 0000:00:02.0: reg 0x1c: [mem 0xfe900000-0xfe9fffff]
[    0.178226] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[    0.178334] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.178441] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.178534] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[    0.178658] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.178764] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.178865] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    0.178921] pci 0000:00:1d.0: reg 0x20: [io  0xd880-0xd89f]
[    0.179105] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.179194] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    0.179251] pci 0000:00:1d.1: reg 0x20: [io  0xd800-0xd81f]
[    0.179407] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.179499] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    0.179555] pci 0000:00:1d.2: reg 0x20: [io  0xd480-0xd49f]
[    0.179719] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.179809] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[    0.179865] pci 0000:00:1d.3: reg 0x20: [io  0xd400-0xd41f]
[    0.180035] pci 0000:00:1d.3: System wakeup disabled by ACPI
[    0.180135] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    0.180164] pci 0000:00:1d.7: reg 0x10: [mem 0xfea7bc00-0xfea7bfff]
[    0.180264] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.180363] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.180454] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.180611] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.180708] pci 0000:00:1f.0: [8086:27bc] type 00 class 0x060100
[    0.180796] pci 0000:00:1f.0: [Firmware Bug]: TigerPoint LPC.BM_STS cleared
[    0.180989] pci 0000:00:1f.2: [8086:27c1] type 00 class 0x010601
[    0.181031] pci 0000:00:1f.2: reg 0x10: [io  0xd080-0xd087]
[    0.181047] pci 0000:00:1f.2: reg 0x14: [io  0xd000-0xd003]
[    0.181062] pci 0000:00:1f.2: reg 0x18: [io  0xcc00-0xcc07]
[    0.181077] pci 0000:00:1f.2: reg 0x1c: [io  0xc880-0xc883]
[    0.181092] pci 0000:00:1f.2: reg 0x20: [io  0xc800-0xc81f]
[    0.181107] pci 0000:00:1f.2: reg 0x24: [mem 0xfea7b800-0xfea7bbff]
[    0.181173] pci 0000:00:1f.2: PME# supported from D3hot
[    0.181345] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[    0.181405] pci 0000:00:1f.3: reg 0x20: [io  0x0400-0x041f]
[    0.181674] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.181840] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.181869] pci 0000:02:00.0: reg 0x10: [io  0xe800-0xe8ff]
[    0.181911] pci 0000:02:00.0: reg 0x18: [mem 0xfdfff000-0xfdffffff 64bit pref]
[    0.181939] pci 0000:02:00.0: reg 0x20: [mem 0xfdff8000-0xfdffbfff 64bit pref]
[    0.181959] pci 0000:02:00.0: reg 0x30: [mem 0xfebe0000-0xfebfffff pref]
[    0.182083] pci 0000:02:00.0: supports D1 D2
[    0.182090] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.182158] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.184036] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.184046] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    0.184055] pci 0000:00:1c.1:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.184067] pci 0000:00:1c.1:   bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
[    0.184183] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
[    0.184201] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.184207] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.184214] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.184220] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.184226] pci 0000:00:1e.0:   bridge window [mem 0xcf700000-0xdfffffff] (subtractive decode)
[    0.184232] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[    0.187672] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.187843] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 *11 12 14 15)
[    0.188022] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 *14 15)
[    0.188189] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.188352] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.188518] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.188690] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.188857] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 *15)
[    0.189028] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.189217] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.189217] vgaarb: loaded
[    0.189217] vgaarb: bridge control possible 0000:00:02.0
[    0.189274] SCSI subsystem initialized
[    0.189364] ACPI: bus type USB registered
[    0.189444] usbcore: registered new interface driver usbfs
[    0.189485] usbcore: registered new interface driver hub
[    0.189508] usbcore: registered new device driver usb
[    0.190102] PCI: Using ACPI for IRQ routing
[    0.198993] PCI: pci_cache_line_size set to 64 bytes
[    0.199063] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.199069] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.199075] e820: reserve RAM buffer [mem 0xcf6a0000-0xcfffffff]
[    0.199356] NetLabel: Initializing
[    0.199362] NetLabel:  domain hash size = 128
[    0.199365] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.199396] NetLabel:  unlabeled traffic allowed by default
[    0.199563] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.199571] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.199581] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.202039] Switching to clocksource hpet
[    0.223109] pnp: PnP ACPI init
[    0.223143] ACPI: bus type PNP registered
[    0.223299] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.223309] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.223320] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.223429] pnp 00:01: [dma 4]
[    0.223478] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.223579] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.223644] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.223724] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.226988] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.226998] system 00:05: [io  0x0800-0x087f] could not be reserved
[    0.227027] system 00:05: [io  0x0480-0x04bf] has been reserved
[    0.227037] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.227045] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.227052] system 00:05: [mem 0xfed40000-0xfed8ffff] has been reserved
[    0.227062] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.227279] pnp 00:06: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.227463] pnp 00:07: Plug and Play ACPI device, IDs INT0800 (active)
[    0.227640] system 00:08: [mem 0xffc00000-0xffefffff] has been reserved
[    0.227650] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.227954] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.227963] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.227972] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.228565] system 00:0a: [io  0x0a00-0x0a0f] has been reserved
[    0.228574] system 00:0a: [io  0x0a10-0x0a1f] has been reserved
[    0.228588] system 00:0a: [io  0x0a20-0x0a2f] has been reserved
[    0.228595] system 00:0a: [io  0x0a30-0x0a3f] has been reserved
[    0.228604] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.228810] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
[    0.228821] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.229352] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.229361] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.229368] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.229376] system 00:0c: [mem 0x00100000-0xcf6fffff] could not be reserved
[    0.229383] system 00:0c: [mem 0xfed90000-0xffffffff] could not be reserved
[    0.229392] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.229764] pnp: PnP ACPI: found 13 devices
[    0.229769] ACPI: bus type PNP unregistered
[    0.241231] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.241244] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    0.241252] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
[    0.241297] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.241305] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.241312] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.241325] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf01fffff]
[    0.241340] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.241349] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.241358] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.241366] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.241377] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf01fffff]
[    0.241386] pci 0000:00:1c.0:   bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.241398] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.241405] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    0.241415] pci 0000:00:1c.1:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.241424] pci 0000:00:1c.1:   bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
[    0.241436] pci 0000:00:1e.0: PCI bridge to [bus 03]
[    0.241454] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.241460] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.241466] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.241472] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.241478] pci_bus 0000:00: resource 8 [mem 0xcf700000-0xdfffffff]
[    0.241484] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[    0.241491] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.241497] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf01fffff]
[    0.241503] pci_bus 0000:01: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.241510] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.241516] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.241522] pci_bus 0000:02: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
[    0.241529] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.241535] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.241541] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.241547] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
[    0.241553] pci_bus 0000:03: resource 8 [mem 0xcf700000-0xdfffffff]
[    0.241559] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfed8ffff]
[    0.241639] NET: Registered protocol family 2
[    0.242066] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.242374] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.242674] TCP: Hash tables configured (established 32768 bind 32768)
[    0.242794] TCP: reno registered
[    0.242832] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.242908] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.243212] NET: Registered protocol family 1
[    0.243263] pci 0000:00:02.0: Boot video device
[    0.244476] PCI: CLS 32 bytes, default 64
[    0.244673] Unpacking initramfs...
[    0.994235] Freeing initrd memory: 17596k freed
[    1.007871] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.007883] software IO TLB [mem 0xcb6a0000-0xcf6a0000] (64MB) mapped at [ffff8800cb6a0000-ffff8800cf69ffff]
[    1.009531] microcode: CPU0 sig=0x106ca, pf=0x8, revision=0x107
[    1.009550] microcode: CPU1 sig=0x106ca, pf=0x8, revision=0x107
[    1.009568] microcode: CPU2 sig=0x106ca, pf=0x8, revision=0x107
[    1.009587] microcode: CPU3 sig=0x106ca, pf=0x8, revision=0x107
[    1.009690] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.010368] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.010412] Initialise system trusted keyring
[    1.010554] audit: initializing netlink socket (disabled)
[    1.010602] type=2000 audit(1444097095.009:1): initialized
[    1.073638] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.077392] zbud: loaded
[    1.077887] VFS: Disk quotas dquot_6.5.2
[    1.077984] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.078600] msgmni has been set to 7561
[    1.078775] Key type big_key registered
[    1.078784] SELinux:  Registering netfilter hooks
[    1.080837] NET: Registered protocol family 38
[    1.080863] Key type asymmetric registered
[    1.080872] Asymmetric key parser 'x509' registered
[    1.080988] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.081153] io scheduler noop registered
[    1.081166] io scheduler deadline registered (default)
[    1.081250] io scheduler cfq registered
[    1.081509] pcieport 0000:00:1c.0: enabling device (0104 -> 0107)
[    1.081720] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    1.082046] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    1.082264] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.082312] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.082517] intel_idle: MWAIT substates: 0x10
[    1.082546] intel_idle: v0.4 model 0x1C
[    1.082550] intel_idle: lapic_timer_reliable_states 0x2
[    1.082753] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    1.082764] ACPI: Power Button [PWRB]
[    1.082864] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.082872] ACPI: Power Button [PWRF]
[    1.084120] thermal LNXTHERM:00: registered as thermal_zone0
[    1.084127] ACPI: Thermal Zone [THRM] (51 C)
[    1.084209] GHES: HEST is not enabled!
[    1.084454] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.086065] Non-volatile memory driver v1.3
[    1.086078] Linux agpgart interface v0.103
[    1.086212] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
[    1.086320] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    1.086534] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    1.086827] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    1.087096] crash memory driver: version 1.1
[    1.087204] rdac: device handler registered
[    1.087340] hp_sw: device handler registered
[    1.087353] emc: device handler registered
[    1.087361] alua: device handler registered
[    1.087459] libphy: Fixed MDIO Bus: probed
[    1.087634] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.087652] ehci-pci: EHCI PCI platform driver
[    1.087867] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.088036] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.088071] ehci-pci 0000:00:1d.7: debug port 1
[    1.092021] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[    1.092074] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfea7bc00
[    1.098034] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.098185] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.098192] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.098198] usb usb1: Product: EHCI Host Controller
[    1.098204] usb usb1: Manufacturer: Linux 3.10.0-229.14.1.el7.x86_64 ehci_hcd
[    1.098209] usb usb1: SerialNumber: 0000:00:1d.7
[    1.098522] hub 1-0:1.0: USB hub found
[    1.098548] hub 1-0:1.0: 8 ports detected
[    1.098985] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.099039] ohci-pci: OHCI PCI platform driver
[    1.099075] uhci_hcd: USB Universal Host Controller Interface driver
[    1.099276] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.099448] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.099464] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.099500] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d880
[    1.099676] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.099684] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.099690] usb usb2: Product: UHCI Host Controller
[    1.099695] usb usb2: Manufacturer: Linux 3.10.0-229.14.1.el7.x86_64 uhci_hcd
[    1.099700] usb usb2: SerialNumber: 0000:00:1d.0
[    1.099989] hub 2-0:1.0: USB hub found
[    1.100040] hub 2-0:1.0: 2 ports detected
[    1.100418] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.100591] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.100607] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.100666] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d800
[    1.100833] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.100841] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.100847] usb usb3: Product: UHCI Host Controller
[    1.100852] usb usb3: Manufacturer: Linux 3.10.0-229.14.1.el7.x86_64 uhci_hcd
[    1.100858] usb usb3: SerialNumber: 0000:00:1d.1
[    1.101175] hub 3-0:1.0: USB hub found
[    1.101200] hub 3-0:1.0: 2 ports detected
[    1.101568] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.101755] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.101772] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.101837] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d480
[    1.101999] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.102032] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.102039] usb usb4: Product: UHCI Host Controller
[    1.102044] usb usb4: Manufacturer: Linux 3.10.0-229.14.1.el7.x86_64 uhci_hcd
[    1.102050] usb usb4: SerialNumber: 0000:00:1d.2
[    1.102341] hub 4-0:1.0: USB hub found
[    1.102366] hub 4-0:1.0: 2 ports detected
[    1.102729] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    1.102920] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    1.102937] uhci_hcd 0000:00:1d.3: detected 2 ports
[    1.102996] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000d400
[    1.103194] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.103202] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.103208] usb usb5: Product: UHCI Host Controller
[    1.103214] usb usb5: Manufacturer: Linux 3.10.0-229.14.1.el7.x86_64 uhci_hcd
[    1.103219] usb usb5: SerialNumber: 0000:00:1d.3
[    1.103523] hub 5-0:1.0: USB hub found
[    1.103548] hub 5-0:1.0: 2 ports detected
[    1.103932] usbcore: registered new interface driver usbserial
[    1.103956] usbcore: registered new interface driver usbserial_generic
[    1.103975] usbserial: USB Serial support registered for generic
[    1.104115] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.104634] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.104672] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.105053] mousedev: PS/2 mouse device common for all mice
[    1.105577] rtc_cmos 00:02: RTC can wake from S4
[    1.105827] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.105877] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.106172] cpuidle: using governor menu
[    1.106694] hidraw: raw HID events driver (C) Jiri Kosina
[    1.107092] usbcore: registered new interface driver usbhid
[    1.107097] usbhid: USB HID core driver
[    1.107244] drop_monitor: Initializing network drop monitor service
[    1.107447] TCP: cubic registered
[    1.107458] Initializing XFRM netlink socket
[    1.107733] NET: Registered protocol family 10
[    1.108174] NET: Registered protocol family 17
[    1.109152] Loading compiled-in X.509 certificates
[    1.109230] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'
[    1.109287] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'
[    1.112653] Loaded X.509 cert 'CentOS Linux kernel signing key: e99fc437bd9cbfb4f1b1da87c157ff66569bee66'
[    1.112709] registered taskstats version 1
[    1.119278] Key type trusted registered
[    1.125590] Key type encrypted registered
[    1.131706] IMA: No TPM chip found, activating TPM-bypass!
[    1.132450] rtc_cmos 00:02: setting system clock to 2015-10-06 02:04:55 UTC (1444097095)
[    1.135490] Freeing unused kernel memory: 1604k freed
[    1.148514] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    1.149253] systemd[1]: Running in initial RAM disk.
[    1.149494] systemd[1]: Set hostname to <condition-monitoring>.
[    1.252745] systemd[1]: Expecting device dev-mapper-centos\x2droot.device...
[    1.252803] systemd[1]: Starting -.slice.
[    1.253482] systemd[1]: Created slice -.slice.
[    1.253669] systemd[1]: Starting System Slice.
[    1.253971] systemd[1]: Created slice System Slice.
[    1.254165] systemd[1]: Starting Slices.
[    1.254211] systemd[1]: Reached target Slices.
[    1.254342] systemd[1]: Starting Timers.
[    1.254384] systemd[1]: Reached target Timers.
[    1.254519] systemd[1]: Starting Journal Socket.
[    1.254763] systemd[1]: Listening on Journal Socket.
[    1.255138] systemd[1]: Started dracut ask for additional cmdline parameters.
[    1.255772] systemd[1]: Starting dracut cmdline hook...
[    1.257782] systemd[1]: Started Load Kernel Modules.
[    1.257855] systemd[1]: Starting Setup Virtual Console...
[    1.259511] systemd[1]: Starting Journal Service...
[    1.261733] systemd[1]: Started Journal Service.
[    1.763950] device-mapper: uevent: version 1.0.3
[    1.764222] device-mapper: ioctl: 4.29.0-ioctl (2014-10-28) initialised: dm-devel@redhat.com
[    1.876928] systemd-udevd[256]: starting version 208
[    2.011057] tsc: Refined TSC clocksource calibration: 1666.686 MHz
[    2.011071] Switching to clocksource tsc
[    2.027596] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.027627] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.027967] r8169 0000:02:00.0: irq 42 for MSI/MSI-X
[    2.029621] r8169 0000:02:00.0 eth0: RTL8168d/8111d at 0xffffc9001073c000, 90:fb:a6:3c:ae:19, XID 083000c0 IRQ 42
[    2.029634] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.034544] [drm] Initialized drm 1.1.0 20060810
[    2.049374] libata version 3.00 loaded.
[    2.065151] ahci 0000:00:1f.2: version 3.0
[    2.065483] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    2.065612] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    2.065627] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part 
[    2.068530] scsi host0: ahci
[    2.069629] scsi host1: ahci
[    2.070063] scsi host2: ahci
[    2.070390] scsi host3: ahci
[    2.070574] ata1: SATA max UDMA/133 abar m1024@0xfea7b800 port 0xfea7b900 irq 43
[    2.070583] ata2: SATA max UDMA/133 abar m1024@0xfea7b800 port 0xfea7b980 irq 43
[    2.070588] ata3: DUMMY
[    2.070592] ata4: DUMMY
[    2.177340] systemd-udevd[263]: renamed network interface eth0 to enp2s0
[    2.375052] ata2: SATA link down (SStatus 0 SControl 300)
[    2.375097] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.417634] ata1.00: ATA-8: ST9160314AS, 0001SDM1, max UDMA/133
[    2.417644] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.419770] ata1.00: configured for UDMA/133
[    2.420099] scsi 0:0:0:0: Direct-Access     ATA      ST9160314AS      0001 PQ: 0 ANSI: 5
[    2.449552] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.449849] sd 0:0:0:0: [sda] Write Protect is off
[    2.449862] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.449981] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.459388]  sda: sda1 sda2
[    2.460375] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.718406] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[    3.723130] XFS (dm-1): Mounting V4 Filesystem
[    3.876243] XFS (dm-1): Starting recovery (logdev: internal)
[    4.214494] XFS (dm-1): Ending recovery (logdev: internal)
[    4.841548] systemd-journald[105]: Received SIGTERM
[    5.704087] SELinux:  Disabled at runtime.
[    5.704135] SELinux:  Unregistering netfilter hooks
[    5.727062] type=1404 audit(1444097100.094:2): selinux=0 auid=4294967295 ses=4294967295
[    9.254351] systemd-udevd[512]: starting version 208
[   10.036716] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[   10.047097] input: PC Speaker as /devices/platform/pcspkr/input/input2
[   10.156810] iTCO_vendor_support: vendor-support=0
[   10.164580] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   10.164662] iTCO_wdt: Found a NM10 TCO device (Version=2, TCOBASE=0x0860)
[   10.165330] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   10.295039] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   10.301191] ppdev: user-space parallel port driver
[   11.867175] Adding 4079612k swap on /dev/mapper/centos-swap.  Priority:-1 extents:1 across:4079612k FS
[   12.680380] XFS (sda1): Mounting V4 Filesystem
[   12.745787] XFS (dm-2): Mounting V4 Filesystem
[   13.007083] floppy0: no floppy controllers found
[   14.145890] XFS (dm-2): Ending clean mount
[   17.623320] XFS (sda1): Starting recovery (logdev: internal)
[   17.701132] XFS (sda1): Ending recovery (logdev: internal)
[   17.742173] systemd-journald[484]: Received request to flush runtime journal from PID 1
[   17.838416] type=1305 audit(1444097112.205:3): audit_pid=592 old=0 auid=4294967295 ses=4294967295 res=1
[   18.373328] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   18.542361] r8169 0000:02:00.0 enp2s0: link down
[   18.542418] r8169 0000:02:00.0 enp2s0: link down
[   18.542451] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   20.709416] r8169 0000:02:00.0 enp2s0: link up
[   20.709445] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[ 4180.822646] perf interrupt took too long (2511 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[17769.447557] perf interrupt took too long (5027 > 5000), lowering kernel.perf_event_max_sample_rate to 25000

Code: Select all

[root@condition-monitoring ~]# cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-3.10.0-229.14.1.el7.x86_64 root=/dev/mapper/centos-root ro rd.lvm.lv=centos/swap nomodeset crashkernel=auto vconsole.keymap=us vconsole.font=latarcyrheb-sun16 rd.lvm.lv=centos/root rhgb quiet LANG=en_US.UTF-8
I have also opened a bug report on Centos's bugtracker at the following location:

https://bugs.centos.org/view.php?id=9564

User avatar
WhatsHisName
Posts: 1549
Joined: 2005/12/19 20:21:43
Location: /earth/usa/nj

Re: Centos 7 minimal kernel crash on Atom platform

Post by WhatsHisName » 2015/10/10 13:45:59

lpallard wrote:The machine consist in:
...
Atom D510 quad core CPU @1.66GHz
...
This may not be relevant to your problem, but the Intel® Atom™ Processor D510 is a dual core processor with optional hyper-threading (2 cores with 2 or 4 threads via BIOS).

Several of these are in service here (including the system I am writing this on). I historically had terrible performance issues with the D510 when hyper-treading was enabled. None of them are currently running EL7, so I have no direct experience with your setup.

Try disabling hyper-treading in BIOS and see if the problem changes.

lpallard
Posts: 50
Joined: 2014/09/17 02:39:48

Re: Centos 7 minimal kernel crash on Atom platform

Post by lpallard » 2015/10/10 14:00:34

Funny you talk about this, but the server has been rock solid since I posted here at first (6th of Oct)....

This may or may not come back but I believe HT is not to blame since I ran pfsense for 4 years + on this hardware and never had problems with it (FreeBSD)

If that happens again I will try switching off HT!

eddiegi686
Posts: 45
Joined: 2015/09/07 19:54:41

Re: Centos 7 minimal kernel crash on Atom platform

Post by eddiegi686 » 2015/10/10 17:26:26

I noticed a few things from your post:

1. You have two kernel packages installed, kernel 3.10.0.123.el7 and kernel 3.10.0.229.14.1.el7. You might want to enable the newer kernel in your GRUB config.
2. I note the following messages in dmesg:

Code: Select all

[   18.373328] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   18.542361] r8169 0000:02:00.0 enp2s0: link down
[   18.542418] r8169 0000:02:00.0 enp2s0: link down
[   18.542451] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   20.709416] r8169 0000:02:00.0 enp2s0: link up
If your network connection is going up and down that could cause your problems with SSH and Apache.

3. You could try removing the options rhgb and quiet from your kernel command line in your GRUB config, this would enable you to see any error messages during boot up.

Please let us know if you get somewhere with your bug report. Or if disabling HyperThreading resolves your issue. Personally I have two Intel Atom systems and I think one might be a D510, however I've not had any problems with HyperThreading.

Post Reply