[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#969979: marked as done (linux-image-4.19.0-6-amd64: checkarray on degraded RAID array crashes the system)



Your message dated Thu, 10 Sep 2020 14:51:02 +0200
with message-id <[🔎] 20200910125102.GA69537@eldamar.local>
and subject line Re: Bug#969979: linux-image-4.19.0-6-amd64: checkarray on degraded RAID array crashes the system
has caused the Debian Bug report #969979,
regarding linux-image-4.19.0-6-amd64: checkarray on degraded RAID array crashes the system
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
969979: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969979
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 4.19.67-2+deb10u2
Severity: critical
Justification: breaks the whole system

Dear Maintainer,


This machine runs a six-disks RAID10 array with mdadm.

This morning,
	cat /sys/block/md2/md/mismatch_cnt
reported 128, indicating errors on the array. This may be linked to a hard
drive that failed a few weeks ago and has been replaced since. I do not know
when the count started exceeding zero.

To correct the problem, I ran
	/usr/share/mdadm/checkarray /dev/md2
as explained in /usr/share/doc/mdadm/README.checkarray .
Before the check was complete, the system crashed. Here is the kernel oops
message from /var/log/syslog:

Sep  9 16:13:13 ns3358511 freshclam[786]: Wed Sep  9 16:13:13 2020 -> Testing database: '/var/lib/clamav/tmp.009ee/clamav-1c0b168938d0b213620d993d9646fef3.tmp-daily.cld' ...
Sep  9 16:13:13 ns3358511 kernel: [151276.866290] BUG: unable to handle kernel NULL pointer dereference at 0000000000000008
Sep  9 16:13:13 ns3358511 kernel: [151276.866297] PGD 0 P4D 0 
Sep  9 16:13:13 ns3358511 kernel: [151276.866301] Oops: 0000 [#1] SMP PTI
Sep  9 16:13:13 ns3358511 kernel: [151276.866305] CPU: 0 PID: 5665 Comm: md2_resync Not tainted 4.19.0-6-amd64 #1 Debian 4.19.67-2+deb10u2
Sep  9 16:13:13 ns3358511 kernel: [151276.866307] Hardware name: System manufacturer System Product Name/P8H77-I, BIOS 1001 02/01/2013
Sep  9 16:13:13 ns3358511 kernel: [151276.866314] RIP: 0010:r10buf_pool_alloc+0x338/0x430 [raid10]
Sep  9 16:13:13 ns3358511 kernel: [151276.866316] Code: 20 48 98 48 89 c2 48 c1 e2 04 48 01 d0 4c 8d 2c c6 49 8d 5d 08 49 81 c5 88 00 00 00 eb 09 48 83 c3 08 49 39 dd 74 c5 48 8b 3b <48> 8b 47 08 48 8d 50 ff a8 01 48 0f 45 fa 0f 1f 44 00 00 f0 ff 4f
Sep  9 16:13:13 ns3358511 kernel: [151276.866320] RSP: 0018:ffffa4bdc2173b08 EFLAGS: 00010202
Sep  9 16:13:13 ns3358511 kernel: [151276.866323] RAX: ffffdac9003b8888 RBX: ffff904c27de5528 RCX: 0000000000000010
Sep  9 16:13:13 ns3358511 kernel: [151276.866325] RDX: ffffdac9003b8887 RSI: ffff904c27de5400 RDI: 0000000000000000
Sep  9 16:13:13 ns3358511 kernel: [151276.866327] RBP: 0000000000000001 R08: ffffdac9003b8848 R09: ffff904d1fdee000
Sep  9 16:13:13 ns3358511 kernel: [151276.866329] R10: ffff904d1fdee6d8 R11: ffffdac900c6e188 R12: ffff904a20c469c0
Sep  9 16:13:13 ns3358511 kernel: [151276.866332] R13: ffff904c27de5598 R14: 00000000ffffffff R15: 0000000000000002
Sep  9 16:13:13 ns3358511 kernel: [151276.866335] FS:  0000000000000000(0000) GS:ffff904d0f800000(0000) knlGS:0000000000000000
Sep  9 16:13:13 ns3358511 kernel: [151276.866338] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep  9 16:13:13 ns3358511 kernel: [151276.866340] CR2: 0000000000000008 CR3: 00000002c6a0a001 CR4: 00000000001606f0
Sep  9 16:13:13 ns3358511 kernel: [151276.866343] Call Trace:
Sep  9 16:13:13 ns3358511 kernel: [151276.866351]  ? blk_attempt_plug_merge+0xee/0xf0
Sep  9 16:13:13 ns3358511 kernel: [151276.866355]  ? finish_wait+0x80/0x80
Sep  9 16:13:13 ns3358511 kernel: [151276.866359]  mempool_alloc+0x67/0x190
Sep  9 16:13:13 ns3358511 kernel: [151276.866364]  raid10_alloc_init_r10buf+0x23/0xa0 [raid10]
Sep  9 16:13:13 ns3358511 kernel: [151276.866368]  raid10_sync_request+0x1e4/0x1e60 [raid10]
Sep  9 16:13:13 ns3358511 kernel: [151276.866372]  ? try_to_del_timer_sync+0x4d/0x80
Sep  9 16:13:13 ns3358511 kernel: [151276.866376]  ? cpumask_next+0x16/0x20
Sep  9 16:13:13 ns3358511 kernel: [151276.866383]  ? is_mddev_idle+0xcc/0x12a [md_mod]
Sep  9 16:13:13 ns3358511 kernel: [151276.866389]  md_do_sync.cold.86+0x3f4/0x911 [md_mod]
Sep  9 16:13:13 ns3358511 kernel: [151276.866392]  ? finish_wait+0x80/0x80
Sep  9 16:13:13 ns3358511 kernel: [151276.866397]  ? __switch_to_asm+0x35/0x70
Sep  9 16:13:13 ns3358511 kernel: [151276.866402]  ? md_rdev_init+0xb0/0xb0 [md_mod]
Sep  9 16:13:13 ns3358511 kernel: [151276.866407]  md_thread+0x94/0x150 [md_mod]
Sep  9 16:13:13 ns3358511 kernel: [151276.866412]  kthread+0x112/0x130
Sep  9 16:13:13 ns3358511 kernel: [151276.866415]  ? kthread_bind+0x30/0x30
Sep  9 16:13:13 ns3358511 kernel: [151276.866418]  ret_from_fork+0x35/0x40
Sep  9 16:13:13 ns3358511 kernel: [151276.866421] Modules linked in: ipt_REJECT nf_reject_ipv4 xt_multiport nft_compat nft_counter nf_tables nfnetlink jfs i915 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel drm_kms_helper kvm drm mei_me eeepc_wmi asus_wmi mei i2c_algo_bit sparse_keymap irqbypass rfkill pcc_cpufreq iTCO_wdt iTCO_vendor_support ie31200_edac sg wmi_bmof evdev crct10dif_pclmul crc32_pclmul video pcspkr ghash_clmulni_intel wmi button intel_cstate intel_uncore intel_rapl_perf loop ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 fscrypto ecb raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c crc32c_generic raid0 multipath linear raid10 raid1 md_mod sd_mod crc32c_intel ahci libahci libata aesni_intel xhci_pci i2c_i801 xhci_hcd aes_x86_64 crypto_simd cryptd glue_helper
Sep  9 16:13:13 ns3358511 kernel: [151276.866468]  scsi_mod ehci_pci r8169 ehci_hcd realtek libphy lpc_ich usbcore usb_common thermal fan
Sep  9 16:13:13 ns3358511 kernel: [151276.866476] CR2: 0000000000000008
Sep  9 16:13:13 ns3358511 kernel: [151276.866478] ---[ end trace 50fde4a81910cdd5 ]---
Sep  9 16:13:13 ns3358511 kernel: [151276.866482] RIP: 0010:r10buf_pool_alloc+0x338/0x430 [raid10]
Sep  9 16:13:13 ns3358511 kernel: [151276.866484] Code: 20 48 98 48 89 c2 48 c1 e2 04 48 01 d0 4c 8d 2c c6 49 8d 5d 08 49 81 c5 88 00 00 00 eb 09 48 83 c3 08 49 39 dd 74 c5 48 8b 3b <48> 8b 47 08 48 8d 50 ff a8 01 48 0f 45 fa 0f 1f 44 00 00 f0 ff 4f
Sep  9 16:13:13 ns3358511 kernel: [151276.866489] RSP: 0018:ffffa4bdc2173b08 EFLAGS: 00010202
Sep  9 16:13:13 ns3358511 kernel: [151276.866491] RAX: ffffdac9003b8888 RBX: ffff904c27de5528 RCX: 0000000000000010
Sep  9 16:13:13 ns3358511 kernel: [151276.866494] RDX: ffffdac9003b8887 RSI: ffff904c27de5400 RDI: 0000000000000000
Sep  9 16:13:13 ns3358511 kernel: [151276.866496] RBP: 0000000000000001 R08: ffffdac9003b8848 R09: ffff904d1fdee000
Sep  9 16:13:13 ns3358511 kernel: [151276.866499] R10: ffff904d1fdee6d8 R11: ffffdac900c6e188 R12: ffff904a20c469c0
Sep  9 16:13:13 ns3358511 kernel: [151276.866501] R13: ffff904c27de5598 R14: 00000000ffffffff R15: 0000000000000002
Sep  9 16:13:13 ns3358511 kernel: [151276.866504] FS:  0000000000000000(0000) GS:ffff904d0f800000(0000) knlGS:0000000000000000
Sep  9 16:13:13 ns3358511 kernel: [151276.866507] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep  9 16:13:13 ns3358511 kernel: [151276.866509] CR2: 0000000000000008 CR3: 00000002c6a0a001 CR4: 00000000001606f0
Sep  9 16:13:13 ns3358511 kernel: [151276.866512] ------------[ cut here ]------------
Sep  9 16:13:13 ns3358511 kernel: [151276.866518] WARNING: CPU: 0 PID: 5665 at kernel/exit.c:782 do_exit+0x5b/0xb90
Sep  9 16:13:13 ns3358511 kernel: [151276.866520] Modules linked in: ipt_REJECT nf_reject_ipv4 xt_multiport nft_compat nft_counter nf_tables nfnetlink jfs i915 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel drm_kms_helper kvm drm mei_me eeepc_wmi asus_wmi mei i2c_algo_bit sparse_keymap irqbypass rfkill pcc_cpufreq iTCO_wdt iTCO_vendor_support ie31200_edac sg wmi_bmof evdev crct10dif_pclmul crc32_pclmul video pcspkr ghash_clmulni_intel wmi button intel_cstate intel_uncore intel_rapl_perf loop ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 fscrypto ecb raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c crc32c_generic raid0 multipath linear raid10 raid1 md_mod sd_mod crc32c_intel ahci libahci libata aesni_intel xhci_pci i2c_i801 xhci_hcd aes_x86_64 crypto_simd cryptd glue_helper
Sep  9 16:13:13 ns3358511 kernel: [151276.866557]  scsi_mod ehci_pci r8169 ehci_hcd realtek libphy lpc_ich usbcore usb_common thermal fan
Sep  9 16:13:13 ns3358511 kernel: [151276.866564] CPU: 0 PID: 5665 Comm: md2_resync Tainted: G      D           4.19.0-6-amd64 #1 Debian 4.19.67-2+deb10u2
Sep  9 16:13:13 ns3358511 kernel: [151276.866567] Hardware name: System manufacturer System Product Name/P8H77-I, BIOS 1001 02/01/2013
Sep  9 16:13:13 ns3358511 kernel: [151276.866571] RIP: 0010:do_exit+0x5b/0xb90
Sep  9 16:13:13 ns3358511 kernel: [151276.866573] Code: c0 e8 59 9a 07 00 48 8b 83 90 07 00 00 48 85 c0 74 1a 48 8b 10 48 39 d0 0f 84 b9 04 00 00 48 c7 c7 78 0c 64 94 e8 63 f3 05 00 <0f> 0b 65 44 8b 2d cb 46 79 6c 41 81 e5 00 ff 1f 00 44 89 6c 24 0c
Sep  9 16:13:13 ns3358511 kernel: [151276.866577] RSP: 0018:ffffa4bdc2173ed8 EFLAGS: 00010046
Sep  9 16:13:13 ns3358511 kernel: [151276.866579] RAX: 0000000000000024 RBX: ffff904d06cd8000 RCX: 0000000000000006
Sep  9 16:13:13 ns3358511 kernel: [151276.866582] RDX: 0000000000000000 RSI: 0000000000000092 RDI: ffff904d0f8166b0
Sep  9 16:13:13 ns3358511 kernel: [151276.866584] RBP: 0000000000000009 R08: 0000000000000351 R09: 000000000000000f
Sep  9 16:13:13 ns3358511 kernel: [151276.866587] R10: 000000000000072d R11: ffffffff94df26ee R12: ffffa4bdc2173a58
Sep  9 16:13:13 ns3358511 kernel: [151276.866590] R13: 0000000000000000 R14: 0000000000000009 R15: 0000000000000001
Sep  9 16:13:13 ns3358511 kernel: [151276.866592] FS:  0000000000000000(0000) GS:ffff904d0f800000(0000) knlGS:0000000000000000
Sep  9 16:13:13 ns3358511 kernel: [151276.866595] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep  9 16:13:13 ns3358511 kernel: [151276.866597] CR2: 0000000000000008 CR3: 00000002c6a0a001 CR4: 00000000001606f0
Sep  9 16:13:13 ns3358511 kernel: [151276.866600] Call Trace:
Sep  9 16:13:13 ns3358511 kernel: [151276.866603]  ? kthread+0x112/0x130
Sep  9 16:13:13 ns3358511 kernel: [151276.866606]  rewind_stack_do_exit+0x17/0x20
Sep  9 16:13:13 ns3358511 kernel: [151276.866609] ---[ end trace 50fde4a81910cdd6 ]---
Sep  9 16:13:13 ns3358511 kernel: [151276.866647] BUG: Bad page state in process kworker/0:1  pfn:0ee21
Sep  9 16:13:13 ns3358511 kernel: [151276.866651] page:ffffdac9003b8840 count:-1 mapcount:0 mapping:0000000000000000 index:0x0
Sep  9 16:13:13 ns3358511 kernel: [151276.866655] flags: 0xffffc000000000()
Sep  9 16:13:13 ns3358511 kernel: [151276.866658] raw: 00ffffc000000000 dead000000000100 dead000000000200 0000000000000000
Sep  9 16:13:13 ns3358511 kernel: [151276.866661] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000
Sep  9 16:13:13 ns3358511 kernel: [151276.866664] page dumped because: nonzero _refcount
Sep  9 16:13:13 ns3358511 kernel: [151276.866666] Modules linked in: ipt_REJECT nf_reject_ipv4 xt_multiport nft_compat nft_counter nf_tables nfnetlink jfs i915 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel drm_kms_helper kvm drm mei_me eeepc_wmi asus_wmi mei i2c_algo_bit sparse_keymap irqbypass rfkill pcc_cpufreq iTCO_wdt iTCO_vendor_support ie31200_edac sg wmi_bmof evdev crct10dif_pclmul crc32_pclmul video pcspkr ghash_clmulni_intel wmi button intel_cstate intel_uncore intel_rapl_perf loop ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 fscrypto ecb raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c crc32c_generic raid0 multipath linear raid10 raid1 md_mod sd_mod crc32c_intel ahci libahci libata aesni_intel xhci_pci i2c_i801 xhci_hcd aes_x86_64 crypto_simd cryptd glue_helper
Sep  9 16:13:13 ns3358511 kernel: [151276.866703]  scsi_mod ehci_pci r8169 ehci_hcd realtek libphy lpc_ich usbcore usb_common thermal fan
Sep  9 16:13:13 ns3358511 kernel: [151276.866710] CPU: 0 PID: 6644 Comm: kworker/0:1 Tainted: G      D W         4.19.0-6-amd64 #1 Debian 4.19.67-2+deb10u2
Sep  9 16:13:13 ns3358511 kernel: [151276.866713] Hardware name: System manufacturer System Product Name/P8H77-I, BIOS 1001 02/01/2013
Sep  9 16:13:13 ns3358511 kernel: [151276.866717] Workqueue: mm_percpu_wq drain_local_pages_wq
Sep  9 16:13:13 ns3358511 kernel: [151276.866719] Call Trace:
Sep  9 16:13:13 ns3358511 kernel: [151276.866723]  dump_stack+0x5c/0x80
Sep  9 16:13:13 ns3358511 kernel: [151276.866727]  bad_page.cold.115+0x7f/0xb2
Sep  9 16:13:13 ns3358511 kernel: [151276.866731]  free_pcppages_bulk+0x4af/0x660
Sep  9 16:13:13 ns3358511 kernel: [151276.866734]  drain_pages_zone+0x41/0x50
Sep  9 16:13:13 ns3358511 kernel: [151276.866738]  drain_pages+0x39/0x50
Sep  9 16:13:13 ns3358511 kernel: [151276.866740]  drain_local_pages_wq+0x11/0x20
Sep  9 16:13:13 ns3358511 kernel: [151276.866744]  process_one_work+0x1a7/0x3a0
Sep  9 16:13:13 ns3358511 kernel: [151276.866747]  worker_thread+0x1cf/0x390
Sep  9 16:13:13 ns3358511 kernel: [151276.866751]  ? create_worker+0x1a0/0x1a0
Sep  9 16:13:13 ns3358511 kernel: [151276.866753]  kthread+0x112/0x130
Sep  9 16:13:13 ns3358511 kernel: [151276.866756]  ? kthread_bind+0x30/0x30
Sep  9 16:13:13 ns3358511 kernel: [151276.866759]  ret_from_fork+0x35/0x40
Sep  9 16:13:13 ns3358511 kernel: [151276.866762] BUG: Bad page state in process kworker/0:1  pfn:0ee20
Sep  9 16:13:13 ns3358511 kernel: [151276.866764] page:ffffdac9003b8800 count:-1 mapcount:0 mapping:0000000000000000 index:0x0
Sep  9 16:13:13 ns3358511 kernel: [151276.866767] flags: 0xffffc000000000()
Sep  9 16:13:13 ns3358511 kernel: [151276.866770] raw: 00ffffc000000000 dead000000000100 dead000000000200 0000000000000000
Sep  9 16:13:13 ns3358511 kernel: [151276.866773] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000
Sep  9 16:13:13 ns3358511 kernel: [151276.866775] page dumped because: nonzero _refcount
Sep  9 16:13:13 ns3358511 kernel: [151276.866777] Modules linked in: ipt_REJECT nf_reject_ipv4 xt_multiport nft_compat nft_counter nf_tables nfnetlink jfs i915 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel drm_kms_helper kvm drm mei_me eeepc_wmi asus_wmi mei i2c_algo_bit sparse_keymap irqbypass rfkill pcc_cpufreq iTCO_wdt iTCO_vendor_support ie31200_edac sg wmi_bmof evdev crct10dif_pclmul crc32_pclmul video pcspkr ghash_clmulni_intel wmi button intel_cstate intel_uncore intel_rapl_perf loop ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 fscrypto ecb raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c crc32c_generic raid0 multipath linear raid10 raid1 md_mod sd_mod crc32c_intel ahci libahci libata aesni_intel xhci_pci i2c_i801 xhci_hcd aes_x86_64 crypto_simd cryptd glue_helper
Sep  9 16:13:13 ns3358511 kernel: [151276.866814]  scsi_mod ehci_pci r8169 ehci_hcd realtek libphy lpc_ich usbcore usb_common thermal fan
Sep  9 16:13:13 ns3358511 kernel: [151276.866821] CPU: 0 PID: 6644 Comm: kworker/0:1 Tainted: G    B D W         4.19.0-6-amd64 #1 Debian 4.19.67-2+deb10u2
Sep  9 16:13:13 ns3358511 kernel: [151276.866823] Hardware name: System manufacturer System Product Name/P8H77-I, BIOS 1001 02/01/2013
Sep  9 16:13:13 ns3358511 kernel: [151276.866826] Workqueue: mm_percpu_wq drain_local_pages_wq
Sep  9 16:13:13 ns3358511 kernel: [151276.866829] Call Trace:
Sep  9 16:13:13 ns3358511 kernel: [151276.866831]  dump_stack+0x5c/0x80
Sep  9 16:13:13 ns3358511 kernel: [151276.866834]  bad_page.cold.115+0x7f/0xb2
Sep  9 16:13:13 ns3358511 kernel: [151276.866837]  free_pcppages_bulk+0x4af/0x660
Sep  9 16:13:13 ns3358511 kernel: [151276.866841]  drain_pages_zone+0x41/0x50
Sep  9 16:13:13 ns3358511 kernel: [151276.866844]  drain_pages+0x39/0x50
Sep  9 16:13:13 ns3358511 kernel: [151276.866846]  drain_local_pages_wq+0x11/0x20
Sep  9 16:13:13 ns3358511 kernel: [151276.866849]  process_one_work+0x1a7/0x3a0
Sep  9 16:13:13 ns3358511 kernel: [151276.866852]  worker_thread+0x1cf/0x390
Sep  9 16:13:13 ns3358511 kernel: [151276.866856]  ? create_worker+0x1a0/0x1a0
Sep  9 16:13:13 ns3358511 kernel: [151276.866858]  kthread+0x112/0x130
Sep  9 16:13:13 ns3358511 kernel: [151276.866860]  ? kthread_bind+0x30/0x30
Sep  9 16:13:13 ns3358511 kernel: [151276.866864]  ret_from_fork+0x35/0x40
Sep  9 16:13:19 ns3358511 freshclam[786]: Wed Sep  9 16:13:19 2020 -> Database test passed.

Indeed, it was not the first time that the system crashed following a
checkarray: the same happened last sunday, when checkarray was triggered by
/etc/cron.d/mdadm, which runs at 00:57 the first monday of each month.

I hope I'm not crying wolf on the kernel!

Kind regards,
Sébastien.


-- Package-specific info:
** Version:
Linux version 4.19.0-6-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=e4e7ac95-6b34-49b2-8ad0-d36460035395 ro rootdelay=10 quiet

** Not tainted

** Kernel log:
[    1.576777] hub 3-1:1.0: 8 ports detected
[    1.732091] tsc: Refined TSC clocksource calibration: 3200.022 MHz
[    1.732098] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e205efebaa, max_idle_ns: 440795345103 ns
[    1.732151] clocksource: Switched to clocksource tsc
[    1.764143] md/raid1:md3: active with 3 out of 3 mirrors
[    1.764171] md3: detected capacity change from 0 to 1801629401088
[    1.765938] md/raid1:md1: active with 3 out of 3 mirrors
[    1.765951] md1: detected capacity change from 0 to 31456165888
[    1.767494] md/raid10:md2: not clean -- starting background reconstruction
[    1.767495] md/raid10:md2: active with 6 out of 6 devices
[    1.767506] md2: detected capacity change from 0 to 4334860369920
[    2.024067] raid6: sse2x1   gen() 10882 MB/s
[    2.092067] raid6: sse2x1   xor()  7779 MB/s
[    2.160069] raid6: sse2x2   gen() 12942 MB/s
[    2.228068] raid6: sse2x2   xor()  8785 MB/s
[    2.296069] raid6: sse2x4   gen() 15440 MB/s
[    2.364067] raid6: sse2x4   xor() 10367 MB/s
[    2.364068] raid6: using algorithm sse2x4 gen() 15440 MB/s
[    2.364068] raid6: .... xor() 10367 MB/s, rmw enabled
[    2.364069] raid6: using ssse3x2 recovery algorithm
[    2.365072] xor: automatically using best checksumming function   avx       
[    2.365553] async_tx: api initialized (async)
[   12.408022] PM: Image not found (code -22)
[   13.127313] EXT4-fs (md1): mounted filesystem with ordered data mode. Opts: (null)
[   14.052137] systemd[1]: Inserted module 'autofs4'
[   14.145227] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[   14.164178] systemd[1]: Detected architecture x86-64.
[   14.177043] systemd[1]: Set hostname to <hkbox3>.
[   14.985069] systemd[1]: /lib/systemd/system/opendkim.service:7: PIDFile= references path below legacy directory /var/run/, updating /var/run/opendkim/opendkim.pid \xe2\x86\x92 /run/opendkim/opendkim.pid; please update the unit file accordingly.
[   15.016380] systemd[1]: /lib/systemd/system/mailman.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/mailman/mailman.pid \xe2\x86\x92 /run/mailman/mailman.pid; please update the unit file accordingly.
[   15.056231] systemd[1]: /lib/systemd/system/fail2ban.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/fail2ban/fail2ban.pid \xe2\x86\x92 /run/fail2ban/fail2ban.pid; please update the unit file accordingly.
[   15.063101] systemd[1]: /lib/systemd/system/spamassassin.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/spamd.pid \xe2\x86\x92 /run/spamd.pid; please update the unit file accordingly.
[   15.070916] systemd[1]: /lib/systemd/system/dovecot.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/dovecot/master.pid \xe2\x86\x92 /run/dovecot/master.pid; please update the unit file accordingly.
[   15.186463] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   15.186696] systemd[1]: Listening on Journal Audit Socket.
[   15.343475] EXT4-fs (md1): re-mounted. Opts: errors=remount-ro
[   15.343617] loop: module loaded
[   15.396053] systemd-journald[333]: Received request to flush runtime journal from PID 1
[   15.842465] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   15.842485] ACPI: Power Button [PWRB]
[   15.842527] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[   15.842536] ACPI: Power Button [PWRF]
[   15.857227] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[   15.857228] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[   15.857229] RAPL PMU: hw unit of domain package 2^-16 Joules
[   15.857229] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[   15.882888] input: PC Speaker as /devices/platform/pcspkr/input/input2
[   15.919333] EDAC ie31200: No ECC support
[   15.955829] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   15.955855] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   15.955876] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   15.955895] sd 3:0:0:0: Attached scsi generic sg3 type 0
[   15.955915] sd 4:0:0:0: Attached scsi generic sg4 type 0
[   15.955933] sd 5:0:0:0: Attached scsi generic sg5 type 0
[   15.970552] asus_wmi: ASUS WMI generic driver loaded
[   15.979607] asus_wmi: Initialization: 0x0
[   15.979625] asus_wmi: BIOS WMI version: 0.9
[   15.979650] asus_wmi: SFUN value: 0x0
[   15.979883] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input3
[   15.980346] asus_wmi: Number of fans: 1
[   16.012316] iTCO_vendor_support: vendor-support=0
[   16.013560] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   16.013594] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[   16.013689] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   16.138092] [drm] Replacing VGA console driver
[   16.138947] Console: switching to colour dummy device 80x25
[   16.139540] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   16.139541] [drm] Driver supports precise vblank timestamp query.
[   16.139888] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   16.316274] Adding 30718972k swap on /dev/sdd1.  Priority:-2 extents:1 across:30718972k FS
[   16.318583] [drm] Initialized i915 1.6.0 20180719 for 0000:00:02.0 on minor 0
[   16.318949] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   16.319023] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[   16.331707] [drm] Cannot find any crtc or sizes
[   16.357100] [drm] Cannot find any crtc or sizes
[   16.361157] [drm] Cannot find any crtc or sizes
[   16.427944] intel_rapl: Found RAPL domain package
[   16.427945] intel_rapl: Found RAPL domain core
[   16.427946] intel_rapl: Found RAPL domain uncore
[   16.427949] intel_rapl: RAPL package 0 domain package locked by BIOS
[   21.706920] md: resync of RAID array md2
[   25.739035] JFS: nTxBlock = 8192, nTxLock = 65536
[   49.855378] audit: type=1400 audit(1599661028.439:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=480 comm="apparmor_parser"
[   50.342063] audit: type=1400 audit(1599661028.927:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/named" pid=481 comm="apparmor_parser"
[   50.385503] audit: type=1400 audit(1599661028.971:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=484 comm="apparmor_parser"
[   50.546357] audit: type=1400 audit(1599661029.131:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=487 comm="apparmor_parser"
[   50.548789] audit: type=1400 audit(1599661029.135:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=488 comm="apparmor_parser"
[   50.560602] audit: type=1400 audit(1599661029.147:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=489 comm="apparmor_parser"
[   50.560607] audit: type=1400 audit(1599661029.147:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=489 comm="apparmor_parser"
[   50.576781] audit: type=1400 audit(1599661029.163:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=490 comm="apparmor_parser"
[   50.576786] audit: type=1400 audit(1599661029.163:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=490 comm="apparmor_parser"
[   50.576789] audit: type=1400 audit(1599661029.163:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=490 comm="apparmor_parser"
[   56.814828] r8169 0000:03:00.0: firmware: failed to load rtl_nic/rtl8168f-1.fw (-2)
[   56.814836] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[   56.814840] r8169 0000:03:00.0: Direct firmware load for rtl_nic/rtl8168f-1.fw failed with error -2
[   56.814852] r8169 0000:03:00.0 eth0: unable to load firmware patch rtl_nic/rtl8168f-1.fw (-2)
[   56.815054] RTL8211E Gigabit Ethernet r8169-300:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[   56.918368] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   59.271158] r8169 0000:03:00.0 eth0: Link is Up - 1Gbps/Full - flow control off
[   59.271167] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

** Model information
sys_vendor: System manufacturer
product_name: System Product Name
product_version: System Version
chassis_vendor: Chassis Manufacture
chassis_version: Chassis Version
bios_vendor: American Megatrends Inc.
bios_version: 1001
board_vendor: ASUSTeK COMPUTER INC.
board_name: P8H77-I
board_version: Rev X.0x

** Loaded modules:
ipt_REJECT
nf_reject_ipv4
xt_multiport
nft_compat
nft_counter
nf_tables
nfnetlink
jfs
intel_rapl
x86_pkg_temp_thermal
intel_powerclamp
coretemp
kvm_intel
kvm
irqbypass
i915
crct10dif_pclmul
crc32_pclmul
drm_kms_helper
mei_me
iTCO_wdt
iTCO_vendor_support
drm
eeepc_wmi
mei
asus_wmi
sparse_keymap
sg
rfkill
evdev
pcc_cpufreq
ie31200_edac
wmi_bmof
wmi
i2c_algo_bit
ghash_clmulni_intel
pcspkr
intel_cstate
intel_uncore
video
intel_rapl_perf
button
loop
ip_tables
x_tables
autofs4
ext4
crc16
mbcache
jbd2
fscrypto
ecb
raid456
async_raid6_recov
async_memcpy
async_pq
async_xor
async_tx
xor
raid6_pq
libcrc32c
crc32c_generic
raid0
multipath
linear
raid10
raid1
md_mod
sd_mod
crc32c_intel
ahci
libahci
xhci_pci
libata
xhci_hcd
aesni_intel
aes_x86_64
crypto_simd
cryptd
glue_helper
ehci_pci
ehci_hcd
i2c_i801
r8169
usbcore
realtek
scsi_mod
libphy
lpc_ich
usb_common
thermal
fan

** Network interface configuration:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
	address 37.187.30.95
	netmask 255.255.255.0
	network 37.187.30.0
	broadcast 37.187.30.255
	gateway 37.187.30.254

iface eth0 inet6 static
	address 2001:41D0:A:1E5f::
	netmask 64
	post-up /sbin/ip -f inet6 route add 2001:41D0:A:1Eff:ff:ff:ff:ff dev eth0
	post-up /sbin/ip -f inet6 route add default via 2001:41D0:A:1Eff:ff:ff:ff:ff
	pre-down /sbin/ip -f inet6 route del default via 2001:41D0:A:1Eff:ff:ff:ff:ff
	pre-down /sbin/ip -f inet6 route del 2001:41D0:A:1Eff:ff:ff:ff:ff dev eth0

** Network status:
*** IP interfaces and addresses:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 60:a4:4c:b5:95:38 brd ff:ff:ff:ff:ff:ff
    inet 37.187.30.95/24 brd 37.187.30.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 2001:41d0:a:1e5f::/64 scope global 
       valid_lft forever preferred_lft forever
    inet6 fe80::62a4:4cff:feb5:9538/64 scope link 
       valid_lft forever preferred_lft forever

*** Device statistics:
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo: 5000148   31910    0    0    0     0          0         0  5000148   31910    0    0    0     0       0          0
  eth0: 302672063  648542    0  194    0     0          0      6884 1167671018  983765    0    0    0     0       0          0

*** Protocol statistics:
Ip:
    Forwarding: 2
    562210 total packets received
    0 forwarded
    0 incoming packets discarded
    560471 incoming packets delivered
    468885 requests sent out
    1 dropped because of missing route
    9 reassemblies required
    3 packets reassembled ok
Icmp:
    1669 ICMP messages received
    8 input ICMP message failed
    ICMP input histogram:
        destination unreachable: 80
        echo requests: 1589
    3409 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 1820
        echo replies: 1589
IcmpMsg:
        InType3: 80
        InType8: 1589
        OutType0: 1589
        OutType3: 1820
Tcp:
    4813 active connection openings
    8624 passive connection openings
    211 failed connection attempts
    1583 connection resets received
    10 connections established
    588297 segments received
    947328 segments sent out
    43781 segments retransmitted
    68 bad segments received
    3224 resets sent
    InCsumErrors: 68
Udp:
    19563 packets received
    775 packets to unknown port received
    0 packet receive errors
    20413 packets sent
    0 receive buffer errors
    0 send buffer errors
    IgnoredMulti: 36
UdpLite:
TcpExt:
    50 invalid SYN cookies received
    160 resets received for embryonic SYN_RECV sockets
    4863 TCP sockets finished time wait in fast timer
    1380 packetes rejected in established connections because of timestamp
    5241 delayed acks sent
    14 delayed acks further delayed because of locked socket
    Quick ack mode was activated 714 times
    110186 packet headers predicted
    241971 acknowledgments not containing data payload received
    85112 predicted acknowledgments
    TCPSackRecovery: 3550
    TCPSACKReneging: 2
    Detected reordering 2947 times using SACK
    Detected reordering 24 times using time stamp
    10 congestion windows fully recovered without slow start
    13 congestion windows partially recovered using Hoe heuristic
    TCPDSACKUndo: 25
    99 congestion windows recovered without slow start after partial ack
    TCPLostRetransmit: 4489
    TCPSackFailures: 18
    63 timeouts in loss state
    34248 fast retransmits
    5893 retransmits in slow start
    TCPTimeouts: 2261
    TCPLossProbes: 1576
    TCPLossProbeRecovery: 112
    TCPSackRecoveryFail: 201
    TCPDSACKOldSent: 717
    TCPDSACKOfoSent: 3
    TCPDSACKRecv: 2320
    TCPDSACKOfoRecv: 36
    1527 connections reset due to unexpected data
    4 connections reset due to early user close
    65 connections aborted due to timeout
    TCPSACKDiscard: 7
    TCPDSACKIgnoredOld: 65
    TCPDSACKIgnoredNoUndo: 1569
    TCPSpuriousRTOs: 44
    TCPSackShifted: 8756
    TCPSackMerged: 19319
    TCPSackShiftFallback: 21786
    TCPDeferAcceptDrop: 7037
    TCPRcvCoalesce: 103876
    TCPOFOQueue: 25167
    TCPOFOMerge: 3
    TCPChallengeACK: 255
    TCPAutoCorking: 6876
    TCPFromZeroWindowAdv: 4
    TCPToZeroWindowAdv: 4
    TCPWantZeroWindowAdv: 50
    TCPSynRetrans: 1114
    TCPOrigDataSent: 794748
    TCPHystartTrainDetect: 121
    TCPHystartTrainCwnd: 23555
    TCPHystartDelayDetect: 616
    TCPHystartDelayCwnd: 34705
    TCPACKSkippedSynRecv: 46
    TCPACKSkippedPAWS: 1029
    TCPACKSkippedSeq: 55
    TCPACKSkippedTimeWait: 1
    TCPACKSkippedChallenge: 467
    TCPWinProbe: 19
    TCPDelivered: 795795
    TCPAckCompressed: 64
IpExt:
    InMcastPkts: 13
    OutMcastPkts: 15
    InBcastPkts: 36
    InOctets: 238096798
    OutOctets: 1130401981
    InMcastOctets: 1778
    OutMcastOctets: 1858
    InBcastOctets: 12448
    InNoECTPkts: 580211
    InECT0Pkts: 1571


** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v2/Ivy Bridge DRAM Controller [8086:0158] (rev 09)
	Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v2/Ivy Bridge DRAM Controller [1043:84ca]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel modules: ie31200_edac

00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [8086:0151] (rev 09) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [8086:016a] (rev 09) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [1043:84ca]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 30
	Region 0: Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at f000 [size=64]
	[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: i915
	Kernel modules: i915

00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04) (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. P8 series motherboard [1043:84ca]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at f7c00000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
	Subsystem: ASUSTeK Computer Inc. P8 series motherboard [1043:84ca]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 29
	Region 0: Memory at f7c16000 (64-bit, non-prefetchable) [size=16]
	Capabilities: <access denied>
	Kernel driver in use: mei_me
	Kernel modules: mei_me

00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. P8 series motherboard [1043:84ca]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at f7c14000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.4 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 [8086:1e18] (rev c4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Prefetchable memory behind bridge: 00000000f0000000-00000000f00fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. P8 series motherboard [1043:84ca]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at f7c13000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1f.0 ISA bridge [0601]: Intel Corporation H77 Express Chipset LPC Controller [8086:1e4a] (rev 04)
	Subsystem: ASUSTeK Computer Inc. P8H77-I Motherboard [1043:84ca]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich

00:1f.2 SATA controller [0106]: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e02] (rev 04) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. P8 series motherboard [1043:84ca]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 27
	Region 0: I/O ports at f0b0 [size=8]
	Region 1: I/O ports at f0a0 [size=4]
	Region 2: I/O ports at f090 [size=8]
	Region 3: I/O ports at f080 [size=4]
	Region 4: I/O ports at f060 [size=32]
	Region 5: Memory at f7c12000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller [8086:1e22] (rev 04)
	Subsystem: ASUSTeK Computer Inc. P8 series motherboard [1043:84ca]
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at f7c11000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at f040 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801

03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 09)
	Subsystem: ASUSTeK Computer Inc. P8 series motherboard [1043:8505]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: I/O ports at e000 [size=256]
	Region 2: Memory at f0004000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at f0000000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: r8169
	Kernel modules: r8169


** USB devices:
not available


-- System Information:
Debian Release: 10.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-6-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US.iso88591), LANGUAGE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US.iso88591)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-4.19.0-6-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.133+deb10u1
ii  kmod                                    26-1
ii  linux-base                              4.6

Versions of packages linux-image-4.19.0-6-amd64 recommends:
ii  apparmor             2.13.2-10
ii  firmware-linux-free  3.4

Versions of packages linux-image-4.19.0-6-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  grub-pc                 2.02+dfsg1-20+deb10u2
pn  linux-doc-4.19          <none>

Versions of packages linux-image-4.19.0-6-amd64 is related to:
pn  firmware-amd-graphics     <none>
pn  firmware-atheros          <none>
ii  firmware-bnx2             0.36+wheezy.1
pn  firmware-bnx2x            <none>
pn  firmware-brcm80211        <none>
pn  firmware-cavium           <none>
pn  firmware-intel-sound      <none>
pn  firmware-intelwimax       <none>
pn  firmware-ipw2x00          <none>
pn  firmware-ivtv             <none>
pn  firmware-iwlwifi          <none>
pn  firmware-libertas         <none>
pn  firmware-linux-nonfree    <none>
pn  firmware-misc-nonfree     <none>
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
pn  firmware-realtek          <none>
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: linux
Source-Version: 4.19.132-1

Hi,

On Thu, Sep 10, 2020 at 02:10:04PM +0200, Seb wrote:
> 
> Hi,
> 
> 
> > > > This version is 10 months old; please upgrade and try again as
> > > > the bug may have been fixed already.
> 
> This was spot-on, thank you.
> 
> After a dist-upgrade, the machine stopped crashing while syncing the RAID
> arrays at boot and didn't crash while checking the array, which is now
> clean.

Thanks for confirming the issue is fixed in later stable versions of
the v4.19.y series. While it would be interesting to know what was the
fix I guess we can life with it.

> I tried closing the bug report here:
> 	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969979
> but couldn't find the procedure, would you mind doing it?

Done.

Regards,
Salvatore

--- End Message ---

Reply to: