Skip to content

Instantly share code, notes, and snippets.

@expipiplus1
Created November 25, 2020 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save expipiplus1/b1beab134403c5047e2efbceb98985f9 to your computer and use it in GitHub Desktop.
Save expipiplus1/b1beab134403c5047e2efbceb98985f9 to your computer and use it in GitHub Desktop.
$ sudo btrfs check --force --readonly /dev/sda1
Opening filesystem to check...
WARNING: filesystem mounted, continuing because of --force
Checking filesystem on /dev/sda1
UUID: b8f4ad49-29c8-4d19-a886-cef9c487f124
[1/7] checking root items
[2/7] checking extents
[3/7] checking free space cache
[4/7] checking fs roots
root 294 inode 24665 errors 100, file extent discount
Found file extent holes:
start: 3709534208, len: 163840
root 294 inode 406548 errors 100, file extent discount
Found file extent holes:
start: 98729984, len: 720896
ERROR: errors found in fs roots
found 11279338758144 bytes used, error(s) found
total csum bytes: 10935906500
total tree bytes: 18455740416
total fs tree bytes: 5798936576
total extent tree bytes: 532250624
btree space waste bytes: 2308848065
file data blocks allocated: 17243706789888
referenced 14210315649024
$ sudo btrfs dev stats /
[/dev/sda1].write_io_errs 0
[/dev/sda1].read_io_errs 0
[/dev/sda1].flush_io_errs 0
[/dev/sda1].corruption_errs 0
[/dev/sda1].generation_errs 0
[/dev/sdc1].write_io_errs 0
[/dev/sdc1].read_io_errs 0
[/dev/sdc1].flush_io_errs 0
[/dev/sdc1].corruption_errs 0
[/dev/sdc1].generation_errs 0
[/dev/sdd1].write_io_errs 0
[/dev/sdd1].read_io_errs 0
[/dev/sdd1].flush_io_errs 0
[/dev/sdd1].corruption_errs 0
[/dev/sdd1].generation_errs 0
[/dev/sdb1].write_io_errs 0
[/dev/sdb1].read_io_errs 0
[/dev/sdb1].flush_io_errs 0
[/dev/sdb1].corruption_errs 0
[/dev/sdb1].generation_errs 0
$ sudo btrfs fi sh /
Label: none uuid: b8f4ad49-29c8-4d19-a886-cef9c487f124
Total devices 4 FS bytes used 10.26TiB
devid 1 size 3.64TiB used 2.40TiB path /dev/sda1
devid 2 size 3.64TiB used 2.40TiB path /dev/sdc1
devid 3 size 9.09TiB used 7.86TiB path /dev/sdd1
devid 4 size 9.09TiB used 7.86TiB path /dev/sdb1
$ sudo btrfs fi us /
Overall:
Device size: 25.47TiB
Device allocated: 20.53TiB
Device unallocated: 4.94TiB
Device missing: 0.00B
Used: 20.52TiB
Free (estimated): 2.47TiB (min: 2.47TiB)
Data ratio: 2.00
Metadata ratio: 2.00
Global reserve: 512.00MiB (used: 0.00B)
Multiple profiles: no
Data,RAID1: Size:10.25TiB, Used:10.24TiB (99.97%)
/dev/sda1 2.40TiB
/dev/sdc1 2.40TiB
/dev/sdd1 7.85TiB
/dev/sdb1 7.85TiB
Metadata,RAID1: Size:18.00GiB, Used:17.19GiB (95.48%)
/dev/sda1 4.00GiB
/dev/sdc1 4.00GiB
/dev/sdd1 15.00GiB
/dev/sdb1 13.00GiB
System,RAID1: Size:64.00MiB, Used:1.45MiB (2.27%)
/dev/sdc1 32.00MiB
/dev/sdd1 64.00MiB
/dev/sdb1 32.00MiB
Unallocated:
/dev/sda1 1.23TiB
/dev/sdc1 1.23TiB
/dev/sdd1 1.23TiB
/dev/sdb1 1.23TiB
$ dmesg
[ 1.100692] sd 1:0:0:0: [sdb] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[ 1.100697] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 1.100723] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.100728] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.100735] scsi 2:0:0:0: Direct-Access ATA ST4000VN008-2DR1 SC60 PQ: 0 ANSI: 5
[ 1.100769] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.101280] scsi 3:0:0:0: Direct-Access ATA WDC WD100EZAZ-11 0A83 PQ: 0 ANSI: 5
[ 1.101779] sd 3:0:0:0: [sdd] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[ 1.101784] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[ 1.101846] sd 2:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 1.101850] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[ 1.101873] sd 3:0:0:0: [sdd] Write Protect is off
[ 1.101878] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 1.101901] sd 2:0:0:0: [sdc] Write Protect is off
[ 1.101905] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 1.101946] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.101986] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.128687] sda: sda1 sda2
[ 1.129592] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 1.160141] sdb: sdb1
[ 1.161963] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 1.169147] sdd: sdd1
[ 1.170516] sd 3:0:0:0: [sdd] Attached SCSI removable disk
[ 1.337482] sdc: sdc1 sdc2
[ 1.338217] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[ 1.339952] Freeing unused kernel memory: 1024K
[ 1.369110] Run /init as init process
[ 1.459487] stage-1-init: [Tue Nov 24 12:28:26 UTC 2020] loading module btrfs...
[ 1.639086] raid6: int32x8 gen() 428 MB/s
[ 1.809067] raid6: int32x8 xor() 297 MB/s
[ 1.978976] raid6: int32x4 gen() 383 MB/s
[ 2.149000] raid6: int32x4 xor() 344 MB/s
[ 2.319159] raid6: int32x2 gen() 292 MB/s
[ 2.488995] raid6: int32x2 xor() 331 MB/s
[ 2.659018] raid6: int32x1 gen() 209 MB/s
[ 2.828979] raid6: int32x1 xor() 296 MB/s
[ 2.828982] raid6: using algorithm int32x8 gen() 428 MB/s
[ 2.828983] raid6: .... xor() 297 MB/s, rmw enabled
[ 2.828985] raid6: using intx1 recovery algorithm
[ 2.830301] xor: measuring software checksum speed
[ 2.928971] arm4regs : 2493.600 MB/sec
[ 3.028971] 8regs : 1963.600 MB/sec
[ 3.128969] 32regs : 1956.000 MB/sec
[ 3.128972] xor: using function: arm4regs (2493.600 MB/sec)
[ 3.282715] Btrfs loaded, crc32c=crc32c-generic
[ 3.290107] stage-1-init: [Tue Nov 24 12:28:28 UTC 2020] loading module crc32c...
[ 3.293923] stage-1-init: [Tue Nov 24 12:28:28 UTC 2020] modprobe: FATAL: Module crc32c not found in directory /lib/modules/5.4.77
[ 3.297167] stage-1-init: [Tue Nov 24 12:28:28 UTC 2020] loading module dm_mod...
[ 3.315425] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[ 3.319830] stage-1-init: [Tue Nov 24 12:28:28 UTC 2020] running udev...
[ 3.358593] stage-1-init: [Tue Nov 24 12:28:28 UTC 2020] Starting version 246
[ 3.668404] random: fast init done
[ 4.117215] stage-1-init: [Tue Nov 24 12:28:28 UTC 2020] kbd_mode: KDSKBMODE: Inappropriate ioctl for device
[ 4.121716] stage-1-init: [Tue Nov 24 12:28:28 UTC 2020] starting device mapper and LVM...
[ 4.126301] random: lvm: uninitialized urandom read (4 bytes read)
[ 4.518284] BTRFS: device fsid d02a3067-0a23-4c1f-96ac-80dbc26622f2 devid 1 transid 287 /dev/sda2
[ 4.518819] BTRFS: device fsid b8f4ad49-29c8-4d19-a886-cef9c487f124 devid 3 transid 1747680 /dev/sdd1
[ 4.519478] BTRFS: device fsid b8f4ad49-29c8-4d19-a886-cef9c487f124 devid 2 transid 1747680 /dev/sdc1
[ 4.520002] BTRFS: device fsid b8f4ad49-29c8-4d19-a886-cef9c487f124 devid 4 transid 1747680 /dev/sdb1
[ 4.520371] BTRFS: device fsid b8f4ad49-29c8-4d19-a886-cef9c487f124 devid 1 transid 1747680 /dev/sda1
[ 4.525664] stage-1-init: [Tue Nov 24 12:28:29 UTC 2020] Scanning for Btrfs filesystems
[ 4.569899] stage-1-init: [Tue Nov 24 12:28:29 UTC 2020] mounting /dev/sda1 on /...
[ 4.574244] BTRFS info (device sda1): disk space caching is enabled
[ 4.574251] BTRFS info (device sda1): has skinny extents
[ 5.656712] random: crng init done
[ 88.321543] BTRFS info (device sda1): disk space caching is enabled
[ 88.322738] booting system configuration /nix/store/04k27lz6bfabnibfajyww5x5dx0hxidp-nixos-system-thanos-20.09.1889.58f9c4c7d3a
[ 89.326743] stage-2-init: running activation script...
[ 92.380345] stage-2-init: setting up /etc...
[ 145.426013] systemd[1]: Inserted module 'autofs4'
[ 145.642849] systemd[1]: systemd 246 running in system mode. (+PAM +AUDIT -SELINUX +IMA +APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ +LZ4 -ZSTD +SECCOMP +BLKID -ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 145.643121] systemd[1]: Detected architecture arm.
[ 145.679319] systemd[1]: Set hostname to <thanos>.
[ 146.137453] lvm2-activation-generator: lvmconfig failed
[ 148.242143] systemd[1]: Queued start job for default target Multi-User System.
[ 148.244563] systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details.
[ 148.246122] systemd[1]: Created slice system-getty.slice.
[ 148.280368] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 148.310197] systemd[1]: Created slice User and Session Slice.
[ 148.339222] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 148.369185] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 148.399454] systemd[1]: Reached target Containers.
[ 148.429162] systemd[1]: Reached target Paths.
[ 148.459074] systemd[1]: Reached target Remote File Systems.
[ 148.489065] systemd[1]: Reached target Slices.
[ 148.519133] systemd[1]: Reached target System Time Synchronized.
[ 148.554635] systemd[1]: Listening on Process Core Dump Socket.
[ 148.684560] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 148.685062] systemd[1]: Listening on Journal Socket (/dev/log).
[ 148.719442] systemd[1]: Listening on Journal Socket.
[ 148.766405] systemd[1]: Listening on udev Control Socket.
[ 148.799324] systemd[1]: Listening on udev Kernel Socket.
[ 148.829426] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 148.833122] systemd[1]: Mounting POSIX Message Queue File System...
[ 148.862709] systemd[1]: Mounting Kernel Debug File System...
[ 148.903056] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 148.944102] systemd[1]: Starting Journal Service...
[ 148.973039] systemd[1]: Starting Load Kernel Modules...
[ 149.003004] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 149.033317] systemd[1]: Starting Coldplug All udev Devices...
[ 149.063897] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 149.106673] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 149.140085] systemd[1]: Started Journal Service.
[ 149.146644] lm75 0-004c: hwmon4: sensor 'lm75'
[ 149.314325] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 149.437111] tun: Universal TUN/TAP device driver, 1.6
[ 149.809685] loop: module loaded
[ 150.443659] usb_phy_generic usb2-phy: usb2-phy supply vcc not found, using dummy regulator
[ 150.443856] usb_phy_generic usb3-phy: usb3-phy supply vcc not found, using dummy regulator
[ 151.071394] usbcore: registered new interface driver usbserial_generic
[ 151.071419] usbserial: USB Serial support registered for generic
[ 151.138239] usbcore: registered new interface driver ftdi_sio
[ 151.138268] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 151.138409] ftdi_sio 2-1:1.0: FTDI USB Serial Device converter detected
[ 151.138479] usb 2-1: Detected FT232RL
[ 151.169320] usb 2-1: FTDI USB Serial Device converter now attached to ttyUSB0
[ 151.444284] BTRFS info (device sda1): disk space caching is enabled
[ 153.129447] Adding 2096960k swap on /dev/sdc2. Priority:-2 extents:1 across:2096960k FS
[ 154.673745] BTRFS info (device sda2): disk space caching is enabled
[ 154.673751] BTRFS info (device sda2): has skinny extents
[ 199.459783] 8021q: 802.1Q VLAN Support v1.8
[ 199.945675] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 199.958400] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 200.033973] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 200.033982] cfg80211: failed to load regulatory.db
[ 200.225795] mvneta f1070000.ethernet eth0: PHY [f1072004.mdio-mii:00] driver [Marvell 88E1510]
[ 200.229176] mvneta f1070000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 205.449731] mvneta f1070000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 205.449751] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 249.477241] BTRFS info (device sda1): scrub: started on devid 4
[ 249.482957] BTRFS info (device sda1): scrub: started on devid 3
[ 249.484754] BTRFS info (device sda1): scrub: started on devid 2
[ 249.489122] BTRFS info (device sda1): scrub: started on devid 1
[ 337.061969] BTRFS info (device sda1): scrub: not finished on devid 3 with status: -125
[ 337.242174] BTRFS info (device sda1): scrub: not finished on devid 2 with status: -125
[ 337.252312] BTRFS info (device sda1): scrub: not finished on devid 1 with status: -125
[ 338.645592] BTRFS info (device sda1): scrub: not finished on devid 4 with status: -125
[ 350.454998] ------------[ cut here ]------------
[ 350.455104] WARNING: CPU: 0 PID: 218 at fs/btrfs/disk-io.c:531 btree_csum_one_bio+0x208/0x248 [btrfs]
[ 350.455107] Modules linked in: cfg80211 rfkill 8021q ip6table_nat iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip6t_rpfilter ipt_rpfilter ip6table_raw iptable_raw xt_pkttype nf_log_ipv6 nf_log_ipv4 nf_log_common xt_LOG ftdi_sio xt_tcpudp usbserial sch_fq_codel ip6table_filter ip6_tables phy_generic iptable_filter uio_pdrv_genirq uio loop tun tap macvlan bridge stp llc lm75 ip_tables x_tables autofs4 dm_mod dax btrfs libcrc32c xor raid6_pq
[ 350.455157] CPU: 0 PID: 218 Comm: btrfs-transacti Not tainted 5.4.77 #1-NixOS
[ 350.455159] Hardware name: Marvell Armada 380/385 (Device Tree)
[ 350.455161] Backtrace:
[ 350.455171] [<c010f698>] (dump_backtrace) from [<c010f938>] (show_stack+0x20/0x24)
[ 350.455176] r7:00000213 r6:60030013 r5:00000000 r4:c0f8c044
[ 350.455182] [<c010f918>] (show_stack) from [<c0a1b388>] (dump_stack+0x98/0xac)
[ 350.455188] [<c0a1b2f0>] (dump_stack) from [<c012a998>] (__warn+0xe0/0x108)
[ 350.455191] r7:00000213 r6:bf058ec8 r5:00000009 r4:bf120990
[ 350.455196] [<c012a8b8>] (__warn) from [<c012ad24>] (warn_slowpath_fmt+0x74/0xc4)
[ 350.455199] r7:00000213 r6:bf120990 r5:00000000 r4:e238e000
[ 350.455256] [<c012acb4>] (warn_slowpath_fmt) from [<bf058ec8>] (btree_csum_one_bio+0x208/0x248 [btrfs])
[ 350.455260] r9:cb8cb2a0 r8:00000001 r7:e238e000 r6:eada22f0 r5:00000000 r4:eef6c4fc
[ 350.455363] [<bf058cc0>] (btree_csum_one_bio [btrfs]) from [<bf059ef4>] (btree_submit_bio_hook+0xe8/0x100 [btrfs])
[ 350.455368] r10:d48fd3d0 r9:ecc43fc0 r8:ecc43f70 r7:ed7ef000 r6:00000000 r5:eada22f0
[ 350.455370] r4:bf059e0c
[ 350.455471] [<bf059e0c>] (btree_submit_bio_hook [btrfs]) from [<bf08b11c>] (submit_one_bio+0x44/0x5c [btrfs])
[ 350.455474] r7:ef3a5cc0 r6:e238fcac r5:00000000 r4:bf059e0c
[ 350.455577] [<bf08b0d8>] (submit_one_bio [btrfs]) from [<bf0965d4>] (btree_write_cache_pages+0x380/0x408 [btrfs])
[ 350.455580] r5:00000000 r4:00000000
[ 350.455682] [<bf096254>] (btree_write_cache_pages [btrfs]) from [<bf059028>] (btree_writepages+0x7c/0x84 [btrfs])
[ 350.455687] r10:00000001 r9:4fd00000 r8:c0280c94 r7:e238e000 r6:e238fd80 r5:ecc43f70
[ 350.455689] r4:e238fd80
[ 350.455744] [<bf058fac>] (btree_writepages [btrfs]) from [<c0284748>] (do_writepages+0x58/0xf4)
[ 350.455747] r5:ecc43f70 r4:ecc43e68
[ 350.455754] [<c02846f0>] (do_writepages) from [<c0278c30>] (__filemap_fdatawrite_range+0xf8/0x130)
[ 350.455758] r8:ecc43f70 r7:00001000 r6:4fd0bfff r5:e238e000 r4:ecc43e68
[ 350.455764] [<c0278b38>] (__filemap_fdatawrite_range) from [<c0278db8>] (filemap_fdatawrite_range+0x2c/0x34)
[ 350.455768] r10:ecc43f70 r9:00001000 r8:4fd0bfff r7:e238fe4c r6:e232e428 r5:00001000
[ 350.455770] r4:4fd0bfff
[ 350.455824] [<c0278d8c>] (filemap_fdatawrite_range) from [<bf0604b4>] (btrfs_write_marked_extents+0x9c/0x1b0 [btrfs])
[ 350.455826] r5:00000001 r4:00000000
[ 350.455928] [<bf060418>] (btrfs_write_marked_extents [btrfs]) from [<bf060660>] (btrfs_write_and_wait_transaction+0x54/0xa4 [btrfs])
[ 350.455934] r10:e238e000 r9:ed7ef010 r8:ed7ef000 r7:e232e428 r6:ed7ef000 r5:e238e000
[ 350.455935] r4:c4a55798
[ 350.456036] [<bf06060c>] (btrfs_write_and_wait_transaction [btrfs]) from [<bf062398>] (btrfs_commit_transaction+0x75c/0xc94 [btrfs])
[ 350.456040] r8:ed7ef418 r7:e232e400 r6:ed7ef000 r5:c4a55798 r4:00000000
[ 350.456141] [<bf061c3c>] (btrfs_commit_transaction [btrfs]) from [<bf05cd08>] (transaction_kthread+0x19c/0x1e0 [btrfs])
[ 350.456146] r10:ed7ef28c r9:00000000 r8:001aaaeb r7:00000064 r6:ed7ef414 r5:00000bb8
[ 350.456148] r4:ed7ef000
[ 350.456202] [<bf05cb6c>] (transaction_kthread [btrfs]) from [<c014fabc>] (kthread+0x170/0x174)
[ 350.456207] r10:ec899bfc r9:bf05cb6c r8:ed689000 r7:e238e000 r6:00000000 r5:ed592c80
[ 350.456209] r4:ed58f880
[ 350.456213] [<c014f94c>] (kthread) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
[ 350.456216] Exception stack(0xe238ffb0 to 0xe238fff8)
[ 350.456220] ffa0: 00000000 00000000 00000000 00000000
[ 350.456224] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 350.456228] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 350.456232] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c014f94c
[ 350.456234] r4:ed592c80
[ 350.456264] ---[ end trace 1a7f65500d00c987 ]---
[ 350.474779] BTRFS: error (device sda1) in btrfs_commit_transaction:2279: errno=-5 IO failure (Error while writing out transaction)
[ 350.486572] BTRFS info (device sda1): forced readonly
[ 350.486577] BTRFS warning (device sda1): Skipping commit of aborted transaction.
[ 350.486581] BTRFS: error (device sda1) in cleanup_transaction:1832: errno=-5 IO failure
[ 350.494634] BTRFS info (device sda1): delayed_refs has NO entry
[ 350.496681] BTRFS info (device sda1): delayed_refs has NO entry
[ 286.493152] BTRFS info (device sda1): scrub: started on devid 1
[ 286.530603] BTRFS info (device sda1): scrub: started on devid 2
[ 286.593146] BTRFS info (device sda1): scrub: started on devid 3
[ 286.593948] BTRFS info (device sda1): scrub: started on devid 4
[ 409.158097] ------------[ cut here ]------------
[ 409.158205] WARNING: CPU: 1 PID: 217 at fs/btrfs/disk-io.c:531 btree_csum_one_bio+0x208/0x248 [btrfs]
[ 409.158208] Modules linked in: cfg80211 rfkill 8021q ip6table_nat iptable_nat nf_nat xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip6t_rpfilter ipt_rpfilter ip6table_raw iptable_raw xt_pkttype nf_log_ipv6 nf_log_ipv4 nf_log_common xt_LOG xt_tcpudp ftdi_sio usbserial phy_generic uio_pdrv_genirq uio ip6table_filter ip6_tables iptable_filter sch_fq_codel loop tun tap macvlan bridge stp llc lm75 ip_tables x_tables autofs4 dm_mod dax btrfs libcrc32c xor raid6_pq
[ 409.158258] CPU: 1 PID: 217 Comm: btrfs-transacti Not tainted 5.4.77 #1-NixOS
[ 409.158260] Hardware name: Marvell Armada 380/385 (Device Tree)
[ 409.158261] Backtrace:
[ 409.158272] [<c010f698>] (dump_backtrace) from [<c010f938>] (show_stack+0x20/0x24)
[ 409.158277] r7:00000213 r6:600f0013 r5:00000000 r4:c0f8c044
[ 409.158283] [<c010f918>] (show_stack) from [<c0a1b388>] (dump_stack+0x98/0xac)
[ 409.158288] [<c0a1b2f0>] (dump_stack) from [<c012a998>] (__warn+0xe0/0x108)
[ 409.158292] r7:00000213 r6:bf058ec8 r5:00000009 r4:bf120990
[ 409.158296] [<c012a8b8>] (__warn) from [<c012ad24>] (warn_slowpath_fmt+0x74/0xc4)
[ 409.158300] r7:00000213 r6:bf120990 r5:00000000 r4:e2392000
[ 409.158358] [<c012acb4>] (warn_slowpath_fmt) from [<bf058ec8>] (btree_csum_one_bio+0x208/0x248 [btrfs])
[ 409.158363] r9:e277abe0 r8:00000001 r7:e2392000 r6:ea3d17f0 r5:00000000 r4:eefd2d3c
[ 409.158465] [<bf058cc0>] (btree_csum_one_bio [btrfs]) from [<bf059ef4>] (btree_submit_bio_hook+0xe8/0x100 [btrfs])
[ 409.158470] r10:e32ce170 r9:ecc45fc0 r8:ecc45f70 r7:ec82b000 r6:00000000 r5:ea3d17f0
[ 409.158472] r4:bf059e0c
[ 409.158575] [<bf059e0c>] (btree_submit_bio_hook [btrfs]) from [<bf08b11c>] (submit_one_bio+0x44/0x5c [btrfs])
[ 409.158578] r7:ef36c048 r6:e2393cac r5:00000000 r4:bf059e0c
[ 409.158683] [<bf08b0d8>] (submit_one_bio [btrfs]) from [<bf0965d4>] (btree_write_cache_pages+0x380/0x408 [btrfs])
[ 409.158686] r5:00000000 r4:00000000
[ 409.158788] [<bf096254>] (btree_write_cache_pages [btrfs]) from [<bf059028>] (btree_writepages+0x7c/0x84 [btrfs])
[ 409.158793] r10:00000001 r9:4fd00000 r8:c0280c94 r7:e2392000 r6:e2393d80 r5:ecc45f70
[ 409.158794] r4:e2393d80
[ 409.158850] [<bf058fac>] (btree_writepages [btrfs]) from [<c0284748>] (do_writepages+0x58/0xf4)
[ 409.158852] r5:ecc45f70 r4:ecc45e68
[ 409.158860] [<c02846f0>] (do_writepages) from [<c0278c30>] (__filemap_fdatawrite_range+0xf8/0x130)
[ 409.158864] r8:ecc45f70 r7:00001000 r6:4fd0bfff r5:e2392000 r4:ecc45e68
[ 409.158869] [<c0278b38>] (__filemap_fdatawrite_range) from [<c0278db8>] (filemap_fdatawrite_range+0x2c/0x34)
[ 409.158874] r10:ecc45f70 r9:00001000 r8:4fd0bfff r7:e2393e4c r6:c73bc628 r5:00001000
[ 409.158875] r4:4fd0bfff
[ 409.158929] [<c0278d8c>] (filemap_fdatawrite_range) from [<bf0604b4>] (btrfs_write_marked_extents+0x9c/0x1b0 [btrfs])
[ 409.158931] r5:00000001 r4:00000000
[ 409.159033] [<bf060418>] (btrfs_write_marked_extents [btrfs]) from [<bf060660>] (btrfs_write_and_wait_transaction+0x54/0xa4 [btrfs])
[ 409.159038] r10:e2392000 r9:ec82b010 r8:ec82b000 r7:c73bc628 r6:ec82b000 r5:e2392000
[ 409.159040] r4:c8b81ca8
[ 409.159141] [<bf06060c>] (btrfs_write_and_wait_transaction [btrfs]) from [<bf062398>] (btrfs_commit_transaction+0x75c/0xc94 [btrfs])
[ 409.159145] r8:ec82b418 r7:c73bc600 r6:ec82b000 r5:c8b81ca8 r4:00000000
[ 409.159248] [<bf061c3c>] (btrfs_commit_transaction [btrfs]) from [<bf05cd08>] (transaction_kthread+0x19c/0x1e0 [btrfs])
[ 409.159253] r10:ec82b28c r9:00000000 r8:001aaafa r7:00000064 r6:ec82b414 r5:00000bb8
[ 409.159254] r4:ec82b000
[ 409.159309] [<bf05cb6c>] (transaction_kthread [btrfs]) from [<c014fabc>] (kthread+0x170/0x174)
[ 409.159313] r10:eca87bfc r9:bf05cb6c r8:ed619000 r7:e2392000 r6:00000000 r5:ed5ee700
[ 409.159315] r4:ed5ee1c0
[ 409.159320] [<c014f94c>] (kthread) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
[ 409.159322] Exception stack(0xe2393fb0 to 0xe2393ff8)
[ 409.159326] 3fa0: 00000000 00000000 00000000 00000000
[ 409.159331] 3fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 409.159334] 3fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 409.159338] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c014f94c
[ 409.159340] r4:ed5ee700
[ 409.159342] ---[ end trace eea59ced12fa7859 ]---
[ 409.165084] BTRFS: error (device sda1) in btrfs_commit_transaction:2279: errno=-5 IO failure (Error while writing out transaction)
[ 409.176920] BTRFS info (device sda1): forced readonly
[ 409.176947] BTRFS warning (device sda1): Skipping commit of aborted transaction.
[ 409.176952] BTRFS: error (device sda1) in cleanup_transaction:1832: errno=-5 IO failure
[ 409.185049] BTRFS info (device sda1): delayed_refs has NO entry
[ 409.310199] BTRFS info (device sda1): scrub: not finished on devid 3 with status: -125
[ 409.664880] BTRFS info (device sda1): scrub: not finished on devid 4 with status: -125
[ 410.106791] BTRFS info (device sda1): scrub: not finished on devid 1 with status: -125
[ 411.268585] BTRFS warning (device sda1): failed setting block group ro: -30
[ 411.268594] BTRFS info (device sda1): scrub: not finished on devid 2 with status: -30
[ 411.268605] BTRFS info (device sda1): delayed_refs has NO entry
$ journalctl -b -1 -k | cat
-- Logs begin at Sat 2020-05-30 18:23:13 +08, end at Tue 2020-11-24 20:54:51 +08. --
Nov 23 17:47:26 thanos kernel: orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
Nov 23 17:47:26 thanos kernel: orion-ehci f1058000.usb: irq 39, io mem 0xf1058000
Nov 23 17:47:26 thanos kernel: orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
Nov 23 17:47:26 thanos kernel: hub 1-0:1.0: USB hub found
Nov 23 17:47:26 thanos kernel: hub 1-0:1.0: 1 port detected
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f0000.usb3: xHCI Host Controller
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 2
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f0000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f0000.usb3: irq 46, io mem 0xf10f0000
Nov 23 17:47:26 thanos kernel: hub 2-0:1.0: USB hub found
Nov 23 17:47:26 thanos kernel: hub 2-0:1.0: 1 port detected
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f0000.usb3: xHCI Host Controller
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 3
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f0000.usb3: Host supports USB 3.0 SuperSpeed
Nov 23 17:47:26 thanos kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 23 17:47:26 thanos kernel: hub 3-0:1.0: USB hub found
Nov 23 17:47:26 thanos kernel: hub 3-0:1.0: 1 port detected
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f8000.usb3: xHCI Host Controller
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 4
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f8000.usb3: irq 47, io mem 0xf10f8000
Nov 23 17:47:26 thanos kernel: hub 4-0:1.0: USB hub found
Nov 23 17:47:26 thanos kernel: hub 4-0:1.0: 1 port detected
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f8000.usb3: xHCI Host Controller
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 5
Nov 23 17:47:26 thanos kernel: xhci-hcd f10f8000.usb3: Host supports USB 3.0 SuperSpeed
Nov 23 17:47:26 thanos kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 23 17:47:26 thanos kernel: hub 5-0:1.0: USB hub found
Nov 23 17:47:26 thanos kernel: hub 5-0:1.0: 1 port detected
Nov 23 17:47:26 thanos kernel: usbcore: registered new interface driver usb-storage
Nov 23 17:47:26 thanos kernel: armada38x-rtc f10a3800.rtc: registered as rtc0
Nov 23 17:47:26 thanos kernel: i2c /dev entries driver
Nov 23 17:47:26 thanos kernel: pca953x 0-0020: 0-0020 supply vcc not found, using dummy regulator
Nov 23 17:47:26 thanos kernel: pca953x 0-0020: using no AI
Nov 23 17:47:26 thanos kernel: GPIO line 496 (board-rev-0) hogged as input
Nov 23 17:47:26 thanos kernel: GPIO line 497 (board-rev-1) hogged as input
Nov 23 17:47:26 thanos kernel: GPIO line 501 (usb-overcurrent-status) hogged as input
Nov 23 17:47:26 thanos kernel: pca953x 0-0020: interrupt support not compiled in
Nov 23 17:47:26 thanos kernel: watchdog: f1020300.watchdog: driver supplied timeout (4294967295) out of range
Nov 23 17:47:26 thanos kernel: watchdog: f1020300.watchdog: falling back to default timeout (171)
Nov 23 17:47:26 thanos kernel: orion_wdt: Initial timeout 171 sec
Nov 23 17:47:26 thanos kernel: sdhci: Secure Digital Host Controller Interface driver
Nov 23 17:47:26 thanos kernel: sdhci: Copyright(c) Pierre Ossman
Nov 23 17:47:26 thanos kernel: sdhci-pxav3 f10d8000.sdhci: Got CD GPIO
Nov 23 17:47:26 thanos kernel: mmc0: SDHCI controller on f10d8000.sdhci [f10d8000.sdhci] using ADMA
Nov 23 17:47:26 thanos kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Nov 23 17:47:26 thanos kernel: marvell-cesa f1090000.crypto: CESA device successfully registered
Nov 23 17:47:26 thanos kernel: hidraw: raw HID events driver (C) Jiri Kosina
Nov 23 17:47:26 thanos kernel: usbcore: registered new interface driver usbhid
Nov 23 17:47:26 thanos kernel: usbhid: USB HID core driver
Nov 23 17:47:26 thanos kernel: drop_monitor: Initializing network drop monitor service
Nov 23 17:47:26 thanos kernel: NET: Registered protocol family 10
Nov 23 17:47:26 thanos kernel: Segment Routing with IPv6
Nov 23 17:47:26 thanos kernel: sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
Nov 23 17:47:26 thanos kernel: NET: Registered protocol family 17
Nov 23 17:47:26 thanos kernel: ThumbEE CPU extension supported.
Nov 23 17:47:26 thanos kernel: Registering SWP/SWPB emulation handler
Nov 23 17:47:26 thanos kernel: Loading compiled-in X.509 certificates
Nov 23 17:47:26 thanos kernel: zswap: loaded using pool lzo/zbud
Nov 23 17:47:26 thanos kernel: Key type ._fscrypt registered
Nov 23 17:47:26 thanos kernel: Key type .fscrypt registered
Nov 23 17:47:26 thanos kernel: USB-PWR: supplied by power_brick_12V
Nov 23 17:47:26 thanos kernel: armada38x-rtc f10a3800.rtc: setting system clock to 2020-11-23T09:45:01 UTC (1606124701)
Nov 23 17:47:26 thanos kernel: ALSA device list:
Nov 23 17:47:26 thanos kernel: No soundcards found.
Nov 23 17:47:26 thanos kernel: mmc0: new high speed SDHC card at address aaaa
Nov 23 17:47:26 thanos kernel: mmcblk0: mmc0:aaaa SC16G 14.8 GiB
Nov 23 17:47:26 thanos kernel: mmcblk0: p1 p2
Nov 23 17:47:26 thanos kernel: usb 2-1: new full-speed USB device number 2 using xhci-hcd
Nov 23 17:47:26 thanos kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 23 17:47:26 thanos kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 23 17:47:26 thanos kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 23 17:47:26 thanos kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 23 17:47:26 thanos kernel: ata1.00: ATA-10: WDC WD40EFRX-68N32N0, 82.00A82, max UDMA/133
Nov 23 17:47:26 thanos kernel: ata1.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32)
Nov 23 17:47:26 thanos kernel: ata1.00: configured for UDMA/133
Nov 23 17:47:26 thanos kernel: scsi 0:0:0:0: Direct-Access ATA WDC WD40EFRX-68N 0A82 PQ: 0 ANSI: 5
Nov 23 17:47:26 thanos kernel: ata2.00: supports DRM functions and may not be fully accessible
Nov 23 17:47:26 thanos kernel: ata2.00: ATA-9: WDC WD100EZAZ-11TDBA0, 83.H0A83, max UDMA/133
Nov 23 17:47:26 thanos kernel: ata2.00: 19532873728 sectors, multi 0: LBA48 NCQ (depth 32)
Nov 23 17:47:26 thanos kernel: sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
Nov 23 17:47:26 thanos kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Nov 23 17:47:26 thanos kernel: sd 0:0:0:0: [sda] Write Protect is off
Nov 23 17:47:26 thanos kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 23 17:47:26 thanos kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 23 17:47:26 thanos kernel: ata2.00: supports DRM functions and may not be fully accessible
Nov 23 17:47:26 thanos kernel: ata2.00: configured for UDMA/133
Nov 23 17:47:26 thanos kernel: scsi 1:0:0:0: Direct-Access ATA WDC WD100EZAZ-11 0A83 PQ: 0 ANSI: 5
Nov 23 17:47:26 thanos kernel: sd 1:0:0:0: [sdb] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
Nov 23 17:47:26 thanos kernel: sd 1:0:0:0: [sdb] 4096-byte physical blocks
Nov 23 17:47:26 thanos kernel: sd 1:0:0:0: [sdb] Write Protect is off
Nov 23 17:47:26 thanos kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Nov 23 17:47:26 thanos kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 23 17:47:26 thanos kernel: ata4.00: supports DRM functions and may not be fully accessible
Nov 23 17:47:26 thanos kernel: ata4.00: ATA-9: WDC WD100EZAZ-11TDBA0, 83.H0A83, max UDMA/133
Nov 23 17:47:26 thanos kernel: ata4.00: 19532873728 sectors, multi 0: LBA48 NCQ (depth 32)
Nov 23 17:47:26 thanos kernel: ata3.00: ATA-10: ST4000VN008-2DR166, SC60, max UDMA/133
Nov 23 17:47:26 thanos kernel: ata3.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 32)
Nov 23 17:47:26 thanos kernel: ata3.00: configured for UDMA/133
Nov 23 17:47:26 thanos kernel: scsi 2:0:0:0: Direct-Access ATA ST4000VN008-2DR1 SC60 PQ: 0 ANSI: 5
Nov 23 17:47:26 thanos kernel: sd 2:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
Nov 23 17:47:26 thanos kernel: sd 2:0:0:0: [sdc] 4096-byte physical blocks
Nov 23 17:47:26 thanos kernel: sd 2:0:0:0: [sdc] Write Protect is off
Nov 23 17:47:26 thanos kernel: sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Nov 23 17:47:26 thanos kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 23 17:47:26 thanos kernel: ata4.00: supports DRM functions and may not be fully accessible
Nov 23 17:47:26 thanos kernel: ata4.00: configured for UDMA/133
Nov 23 17:47:26 thanos kernel: scsi 3:0:0:0: Direct-Access ATA WDC WD100EZAZ-11 0A83 PQ: 0 ANSI: 5
Nov 23 17:47:26 thanos kernel: sd 3:0:0:0: [sdd] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
Nov 23 17:47:26 thanos kernel: sd 3:0:0:0: [sdd] 4096-byte physical blocks
Nov 23 17:47:26 thanos kernel: sd 3:0:0:0: [sdd] Write Protect is off
Nov 23 17:47:26 thanos kernel: sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
Nov 23 17:47:26 thanos kernel: sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 23 17:47:26 thanos kernel: sda: sda1 sda2
Nov 23 17:47:26 thanos kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Nov 23 17:47:26 thanos kernel: sdb: sdb1
Nov 23 17:47:26 thanos kernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk
Nov 23 17:47:26 thanos kernel: sdc: sdc1 sdc2
Nov 23 17:47:26 thanos kernel: sd 2:0:0:0: [sdc] Attached SCSI removable disk
Nov 23 17:47:26 thanos kernel: sdd: sdd1
Nov 23 17:47:26 thanos kernel: sd 3:0:0:0: [sdd] Attached SCSI removable disk
Nov 23 17:47:26 thanos kernel: Freeing unused kernel memory: 1024K
Nov 23 17:47:26 thanos kernel: Run /init as init process
Nov 23 17:47:26 thanos stage-1-init: [Mon Nov 23 09:45:02 UTC 2020] loading module btrfs...
Nov 23 17:47:26 thanos kernel: raid6: int32x8 gen() 429 MB/s
Nov 23 17:47:26 thanos kernel: raid6: int32x8 xor() 296 MB/s
Nov 23 17:47:26 thanos kernel: raid6: int32x4 gen() 383 MB/s
Nov 23 17:47:26 thanos kernel: raid6: int32x4 xor() 345 MB/s
Nov 23 17:47:26 thanos kernel: raid6: int32x2 gen() 292 MB/s
Nov 23 17:47:26 thanos kernel: raid6: int32x2 xor() 329 MB/s
Nov 23 17:47:26 thanos kernel: raid6: int32x1 gen() 209 MB/s
Nov 23 17:47:26 thanos kernel: raid6: int32x1 xor() 288 MB/s
Nov 23 17:47:26 thanos kernel: raid6: using algorithm int32x8 gen() 429 MB/s
Nov 23 17:47:26 thanos kernel: raid6: .... xor() 296 MB/s, rmw enabled
Nov 23 17:47:26 thanos kernel: raid6: using intx1 recovery algorithm
Nov 23 17:47:26 thanos kernel: xor: measuring software checksum speed
Nov 23 17:47:26 thanos kernel: arm4regs : 2493.600 MB/sec
Nov 23 17:47:26 thanos kernel: 8regs : 1963.200 MB/sec
Nov 23 17:47:26 thanos kernel: 32regs : 1956.000 MB/sec
Nov 23 17:47:26 thanos kernel: xor: using function: arm4regs (2493.600 MB/sec)
Nov 23 17:47:26 thanos kernel: Btrfs loaded, crc32c=crc32c-generic
Nov 23 17:47:26 thanos stage-1-init: [Mon Nov 23 09:45:03 UTC 2020] loading module crc32c...
Nov 23 17:47:26 thanos stage-1-init: [Mon Nov 23 09:45:03 UTC 2020] modprobe: FATAL: Module crc32c not found in directory /lib/modules/5.4.77
Nov 23 17:47:26 thanos stage-1-init: [Mon Nov 23 09:45:03 UTC 2020] loading module dm_mod...
Nov 23 17:47:26 thanos kernel: device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
Nov 23 17:47:26 thanos stage-1-init: [Mon Nov 23 09:45:03 UTC 2020] running udev...
Nov 23 17:47:26 thanos stage-1-init: [Mon Nov 23 09:45:04 UTC 2020] Starting version 246
Nov 23 17:47:26 thanos kernel: random: fast init done
Nov 23 17:47:26 thanos stage-1-init: [Mon Nov 23 09:45:04 UTC 2020] kbd_mode: KDSKBMODE: Inappropriate ioctl for device
Nov 23 17:47:26 thanos stage-1-init: [Mon Nov 23 09:45:04 UTC 2020] starting device mapper and LVM...
Nov 23 17:47:26 thanos kernel: random: lvm: uninitialized urandom read (4 bytes read)
Nov 23 17:47:26 thanos kernel: BTRFS: device fsid d02a3067-0a23-4c1f-96ac-80dbc26622f2 devid 1 transid 286 /dev/sda2
Nov 23 17:47:26 thanos kernel: BTRFS: device fsid b8f4ad49-29c8-4d19-a886-cef9c487f124 devid 3 transid 1747666 /dev/sdd1
Nov 23 17:47:26 thanos kernel: BTRFS: device fsid b8f4ad49-29c8-4d19-a886-cef9c487f124 devid 2 transid 1747666 /dev/sdc1
Nov 23 17:47:26 thanos kernel: BTRFS: device fsid b8f4ad49-29c8-4d19-a886-cef9c487f124 devid 4 transid 1747666 /dev/sdb1
Nov 23 17:47:26 thanos kernel: BTRFS: device fsid b8f4ad49-29c8-4d19-a886-cef9c487f124 devid 1 transid 1747666 /dev/sda1
Nov 23 17:47:26 thanos stage-1-init: [Mon Nov 23 09:45:05 UTC 2020] Scanning for Btrfs filesystems
Nov 23 17:47:26 thanos stage-1-init: [Mon Nov 23 09:45:05 UTC 2020] mounting /dev/sda1 on /...
Nov 23 17:47:26 thanos kernel: BTRFS info (device sda1): disk space caching is enabled
Nov 23 17:47:26 thanos kernel: BTRFS info (device sda1): has skinny extents
Nov 23 17:47:26 thanos kernel: random: crng init done
Nov 23 17:47:26 thanos kernel: BTRFS info (device sda1): start tree-log replay
Nov 23 17:47:26 thanos kernel: BTRFS info (device sda1): disk space caching is enabled
Nov 23 17:47:26 thanos unknown: booting system configuration /nix/store/04k27lz6bfabnibfajyww5x5dx0hxidp-nixos-system-thanos-20.09.1889.58f9c4c7d3a
Nov 23 17:47:26 thanos stage-2-init: running activation script...
Nov 23 17:47:26 thanos stage-2-init: setting up /etc...
Nov 23 17:47:26 thanos systemd[1]: Inserted module 'autofs4'
Nov 23 17:47:26 thanos systemd[1]: systemd 246 running in system mode. (+PAM +AUDIT -SELINUX +IMA +APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ +LZ4 -ZSTD +SECCOMP +BLKID -ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Nov 23 17:47:26 thanos systemd[1]: Detected architecture arm.
Nov 23 17:47:26 thanos systemd[1]: Set hostname to <thanos>.
Nov 23 17:47:26 thanos lvm2-activation-generator: lvmconfig failed
Nov 23 17:47:26 thanos systemd[1]: Queued start job for default target Multi-User System.
Nov 23 17:47:26 thanos systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details.
Nov 23 17:47:26 thanos systemd[1]: Created slice system-getty.slice.
Nov 23 17:47:26 thanos systemd[1]: Created slice system-serial\x2dgetty.slice.
Nov 23 17:47:26 thanos systemd[1]: Created slice User and Session Slice.
Nov 23 17:47:26 thanos systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 23 17:47:26 thanos systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 23 17:47:26 thanos systemd[1]: Reached target Containers.
Nov 23 17:47:26 thanos systemd[1]: Reached target Paths.
Nov 23 17:47:26 thanos systemd[1]: Reached target Remote File Systems.
Nov 23 17:47:26 thanos systemd[1]: Reached target Slices.
Nov 23 17:47:26 thanos systemd[1]: Reached target System Time Synchronized.
Nov 23 17:47:26 thanos systemd[1]: Listening on Process Core Dump Socket.
Nov 23 17:47:26 thanos systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
Nov 23 17:47:26 thanos systemd[1]: Listening on Journal Socket (/dev/log).
Nov 23 17:47:26 thanos systemd[1]: Listening on Journal Socket.
Nov 23 17:47:26 thanos systemd[1]: Listening on udev Control Socket.
Nov 23 17:47:26 thanos systemd[1]: Listening on udev Kernel Socket.
Nov 23 17:47:26 thanos systemd[1]: Condition check resulted in Huge Pages File System being skipped.
Nov 23 17:47:26 thanos systemd[1]: Mounting POSIX Message Queue File System...
Nov 23 17:47:26 thanos systemd[1]: Mounting Kernel Debug File System...
Nov 23 17:47:26 thanos systemd[1]: Starting Create list of static device nodes for the current kernel...
Nov 23 17:47:26 thanos systemd[1]: Starting Journal Service...
Nov 23 17:47:26 thanos systemd[1]: Starting Load Kernel Modules...
Nov 23 17:47:26 thanos systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 23 17:47:26 thanos systemd[1]: Starting Coldplug All udev Devices...
Nov 23 17:47:26 thanos systemd[1]: Finished Create list of static device nodes for the current kernel.
Nov 23 17:47:26 thanos systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 23 17:47:26 thanos systemd[1]: Started Journal Service.
Nov 23 17:47:26 thanos kernel: lm75 0-004c: hwmon4: sensor 'lm75'
Nov 23 17:47:27 thanos kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Nov 23 17:47:27 thanos kernel: tun: Universal TUN/TAP device driver, 1.6
Nov 23 17:47:27 thanos kernel: loop: module loaded
Nov 23 17:47:28 thanos kernel: usb_phy_generic usb2-phy: usb2-phy supply vcc not found, using dummy regulator
Nov 23 17:47:28 thanos kernel: usb_phy_generic usb3-phy: usb3-phy supply vcc not found, using dummy regulator
Nov 23 17:47:28 thanos kernel: usbcore: registered new interface driver usbserial_generic
Nov 23 17:47:28 thanos kernel: usbserial: USB Serial support registered for generic
Nov 23 17:47:28 thanos kernel: usbcore: registered new interface driver ftdi_sio
Nov 23 17:47:28 thanos kernel: usbserial: USB Serial support registered for FTDI USB Serial Device
Nov 23 17:47:28 thanos kernel: ftdi_sio 2-1:1.0: FTDI USB Serial Device converter detected
Nov 23 17:47:28 thanos kernel: usb 2-1: Detected FT232RL
Nov 23 17:47:28 thanos kernel: usb 2-1: FTDI USB Serial Device converter now attached to ttyUSB0
Nov 23 17:47:30 thanos kernel: Adding 2096960k swap on /dev/sdc2. Priority:-2 extents:1 across:2096960k FS
Nov 23 17:47:45 thanos kernel: BTRFS info (device sda1): disk space caching is enabled
Nov 23 17:47:45 thanos kernel: BTRFS info (device sda2): disk space caching is enabled
Nov 23 17:47:45 thanos kernel: BTRFS info (device sda2): has skinny extents
Nov 23 17:47:50 thanos kernel: 8021q: 802.1Q VLAN Support v1.8
Nov 23 17:47:50 thanos kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 23 17:47:50 thanos kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 23 17:47:50 thanos kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Nov 23 17:47:50 thanos kernel: cfg80211: failed to load regulatory.db
Nov 23 17:47:50 thanos kernel: mvneta f1070000.ethernet eth0: PHY [f1072004.mdio-mii:00] driver [Marvell 88E1510]
Nov 23 17:47:50 thanos kernel: mvneta f1070000.ethernet eth0: configuring for phy/rgmii-id link mode
Nov 23 17:47:56 thanos kernel: mvneta f1070000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Nov 23 17:47:56 thanos kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Nov 23 17:52:53 thanos kernel: BTRFS info (device sda1): scrub: started on devid 4
Nov 23 17:52:53 thanos kernel: BTRFS info (device sda1): scrub: started on devid 2
Nov 23 17:52:53 thanos kernel: BTRFS info (device sda1): scrub: started on devid 3
Nov 23 17:52:53 thanos kernel: BTRFS info (device sda1): scrub: started on devid 1
Nov 23 17:54:46 thanos kernel: ------------[ cut here ]------------
Nov 23 17:54:46 thanos kernel: WARNING: CPU: 0 PID: 217 at fs/btrfs/disk-io.c:531 btree_csum_one_bio+0x208/0x248 [btrfs]
$ journalctl -b -2 -k | cat
-- Logs begin at Sat 2020-05-30 18:23:13 +08, end at Tue 2020-11-24 20:54:51 +08. --
Nov 07 15:03:26 thanos kernel: orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
Nov 07 15:03:26 thanos kernel: orion-ehci f1058000.usb: irq 39, io mem 0xf1058000
Nov 07 15:03:26 thanos kernel: orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
Nov 07 15:03:26 thanos kernel: hub 1-0:1.0: USB hub found
Nov 07 15:03:26 thanos kernel: hub 1-0:1.0: 1 port detected
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f0000.usb3: xHCI Host Controller
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 2
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f0000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f0000.usb3: irq 46, io mem 0xf10f0000
Nov 07 15:03:26 thanos kernel: hub 2-0:1.0: USB hub found
Nov 07 15:03:26 thanos kernel: hub 2-0:1.0: 1 port detected
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f0000.usb3: xHCI Host Controller
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 3
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f0000.usb3: Host supports USB 3.0 SuperSpeed
Nov 07 15:03:26 thanos kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 07 15:03:26 thanos kernel: hub 3-0:1.0: USB hub found
Nov 07 15:03:26 thanos kernel: hub 3-0:1.0: 1 port detected
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f8000.usb3: xHCI Host Controller
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 4
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f8000.usb3: irq 47, io mem 0xf10f8000
Nov 07 15:03:26 thanos kernel: hub 4-0:1.0: USB hub found
Nov 07 15:03:26 thanos kernel: hub 4-0:1.0: 1 port detected
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f8000.usb3: xHCI Host Controller
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 5
Nov 07 15:03:26 thanos kernel: xhci-hcd f10f8000.usb3: Host supports USB 3.0 SuperSpeed
Nov 07 15:03:26 thanos kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 07 15:03:26 thanos kernel: hub 5-0:1.0: USB hub found
Nov 07 15:03:26 thanos kernel: hub 5-0:1.0: 1 port detected
Nov 07 15:03:26 thanos kernel: usbcore: registered new interface driver usb-storage
Nov 07 15:03:26 thanos kernel: armada38x-rtc f10a3800.rtc: registered as rtc0
Nov 07 15:03:26 thanos kernel: i2c /dev entries driver
Nov 07 15:03:26 thanos kernel: pca953x 0-0020: 0-0020 supply vcc not found, using dummy regulator
Nov 07 15:03:26 thanos kernel: pca953x 0-0020: using no AI
Nov 07 15:03:26 thanos kernel: GPIO line 496 (board-rev-0) hogged as input
Nov 07 15:03:26 thanos kernel: GPIO line 497 (board-rev-1) hogged as input
Nov 07 15:03:26 thanos kernel: GPIO line 501 (usb-overcurrent-status) hogged as input
Nov 07 15:03:26 thanos kernel: pca953x 0-0020: interrupt support not compiled in
Nov 07 15:03:26 thanos kernel: watchdog: f1020300.watchdog: driver supplied timeout (4294967295) out of range
Nov 07 15:03:26 thanos kernel: watchdog: f1020300.watchdog: falling back to default timeout (171)
Nov 07 15:03:26 thanos kernel: orion_wdt: Initial timeout 171 sec
Nov 07 15:03:26 thanos kernel: sdhci: Secure Digital Host Controller Interface driver
Nov 07 15:03:26 thanos kernel: sdhci: Copyright(c) Pierre Ossman
Nov 07 15:03:26 thanos kernel: sdhci-pxav3 f10d8000.sdhci: Got CD GPIO
Nov 07 15:03:26 thanos kernel: mmc0: SDHCI controller on f10d8000.sdhci [f10d8000.sdhci] using ADMA
Nov 07 15:03:26 thanos kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Nov 07 15:03:26 thanos kernel: marvell-cesa f1090000.crypto: CESA device successfully registered
Nov 07 15:03:26 thanos kernel: hidraw: raw HID events driver (C) Jiri Kosina
Nov 07 15:03:26 thanos kernel: usbcore: registered new interface driver usbhid
Nov 07 15:03:26 thanos kernel: usbhid: USB HID core driver
Nov 07 15:03:26 thanos kernel: drop_monitor: Initializing network drop monitor service
Nov 07 15:03:26 thanos kernel: NET: Registered protocol family 10
Nov 07 15:03:26 thanos kernel: Segment Routing with IPv6
Nov 07 15:03:26 thanos kernel: sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
Nov 07 15:03:26 thanos kernel: NET: Registered protocol family 17
Nov 07 15:03:26 thanos kernel: ThumbEE CPU extension supported.
Nov 07 15:03:26 thanos kernel: Registering SWP/SWPB emulation handler
Nov 07 15:03:26 thanos kernel: Loading compiled-in X.509 certificates
Nov 07 15:03:26 thanos kernel: zswap: loaded using pool lzo/zbud
Nov 07 15:03:26 thanos kernel: Key type ._fscrypt registered
Nov 07 15:03:26 thanos kernel: Key type .fscrypt registered
Nov 07 15:03:26 thanos kernel: USB-PWR: supplied by power_brick_12V
Nov 07 15:03:26 thanos kernel: armada38x-rtc f10a3800.rtc: setting system clock to 2020-11-07T07:01:32 UTC (1604732492)
Nov 07 15:03:26 thanos kernel: ALSA device list:
Nov 07 15:03:26 thanos kernel: No soundcards found.
Nov 07 15:03:26 thanos kernel: mmc0: new high speed SDHC card at address aaaa
Nov 07 15:03:26 thanos kernel: mmcblk0: mmc0:aaaa SC16G 14.8 GiB
Nov 07 15:03:26 thanos kernel: mmcblk0: p1 p2
Nov 07 15:03:26 thanos kernel: usb 2-1: new full-speed USB device number 2 using xhci-hcd
Nov 07 15:03:26 thanos kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 07 15:03:26 thanos kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 07 15:03:26 thanos kernel: ata1.00: ATA-10: WDC WD40EFRX-68N32N0, 82.00A82, max UDMA/133
Nov 07 15:03:26 thanos kernel: ata1.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32)
Nov 07 15:03:26 thanos kernel: ata1.00: configured for UDMA/133
Nov 07 15:03:26 thanos kernel: scsi 0:0:0:0: Direct-Access ATA WDC WD40EFRX-68N 0A82 PQ: 0 ANSI: 5
Nov 07 15:03:26 thanos kernel: sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
Nov 07 15:03:26 thanos kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Nov 07 15:03:26 thanos kernel: sd 0:0:0:0: [sda] Write Protect is off
Nov 07 15:03:26 thanos kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 07 15:03:26 thanos kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 07 15:03:26 thanos kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 07 15:03:26 thanos kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 07 15:03:26 thanos kernel: ata2.00: supports DRM functions and may not be fully accessible
Nov 07 15:03:26 thanos kernel: ata2.00: ATA-9: WDC WD100EZAZ-11TDBA0, 83.H0A83, max UDMA/133
Nov 07 15:03:26 thanos kernel: ata2.00: 19532873728 sectors, multi 0: LBA48 NCQ (depth 32)
Nov 07 15:03:26 thanos kernel: ata2.00: supports DRM functions and may not be fully accessible
Nov 07 15:03:26 thanos kernel: ata4.00: supports DRM functions and may not be fully accessible
Nov 07 15:03:26 thanos kernel: ata4.00: ATA-9: WDC WD100EZAZ-11TDBA0, 83.H0A83, max UDMA/133
Nov 07 15:03:26 thanos kernel: ata4.00: 19532873728 sectors, multi 0: LBA48 NCQ (depth 32)
Nov 07 15:03:26 thanos kernel: ata2.00: configured for UDMA/133
Nov 07 15:03:26 thanos kernel: scsi 1:0:0:0: Direct-Access ATA WDC WD100EZAZ-11 0A83 PQ: 0 ANSI: 5
Nov 07 15:03:26 thanos kernel: sd 1:0:0:0: [sdb] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
Nov 07 15:03:26 thanos kernel: sd 1:0:0:0: [sdb] 4096-byte physical blocks
Nov 07 15:03:26 thanos kernel: sd 1:0:0:0: [sdb] Write Protect is off
Nov 07 15:03:26 thanos kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Nov 07 15:03:26 thanos kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 07 15:03:26 thanos kernel: ata4.00: supports DRM functions and may not be fully accessible
Nov 07 15:03:26 thanos kernel: ata4.00: configured for UDMA/133
Nov 07 15:03:26 thanos kernel: ata3.00: ATA-10: ST4000VN008-2DR166, SC60, max UDMA/133
Nov 07 15:03:26 thanos kernel: ata3.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 32)
Nov 07 15:03:26 thanos kernel: ata3.00: configured for UDMA/133
Nov 07 15:03:26 thanos kernel: scsi 2:0:0:0: Direct-Access ATA ST4000VN008-2DR1 SC60 PQ: 0 ANSI: 5
Nov 07 15:03:26 thanos kernel: sd 2:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
Nov 07 15:03:26 thanos kernel: sd 2:0:0:0: [sdc] 4096-byte physical blocks
Nov 07 15:03:26 thanos kernel: sd 2:0:0:0: [sdc] Write Protect is off
Nov 07 15:03:26 thanos kernel: sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Nov 07 15:03:26 thanos kernel: scsi 3:0:0:0: Direct-Access ATA WDC WD100EZAZ-11 0A83 PQ: 0 ANSI: 5
Nov 07 15:03:26 thanos kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 07 15:03:26 thanos kernel: sd 3:0:0:0: [sdd] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
Nov 07 15:03:26 thanos kernel: sd 3:0:0:0: [sdd] 4096-byte physical blocks
Nov 07 15:03:26 thanos kernel: sd 3:0:0:0: [sdd] Write Protect is off
Nov 07 15:03:26 thanos kernel: sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
Nov 07 15:03:26 thanos kernel: sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 07 15:03:26 thanos kernel: sda: sda1 sda2
Nov 07 15:03:26 thanos kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Nov 07 15:03:26 thanos kernel: sdc: sdc1 sdc2
Nov 07 15:03:26 thanos kernel: sd 2:0:0:0: [sdc] Attached SCSI removable disk
Nov 07 15:03:26 thanos kernel: sdb: sdb1
Nov 07 15:03:26 thanos kernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk
Nov 07 15:03:26 thanos kernel: sdd: sdd1
Nov 07 15:03:26 thanos kernel: sd 3:0:0:0: [sdd] Attached SCSI removable disk
Nov 07 15:03:26 thanos kernel: Freeing unused kernel memory: 1024K
Nov 07 15:03:26 thanos kernel: Run /init as init process
Nov 07 15:03:26 thanos stage-1-init: [Sat Nov 7 07:01:33 UTC 2020] loading module btrfs...
Nov 07 15:03:26 thanos kernel: raid6: int32x8 gen() 428 MB/s
Nov 07 15:03:26 thanos kernel: raid6: int32x8 xor() 296 MB/s
Nov 07 15:03:26 thanos kernel: raid6: int32x4 gen() 383 MB/s
Nov 07 15:03:26 thanos kernel: raid6: int32x4 xor() 345 MB/s
Nov 07 15:03:26 thanos kernel: raid6: int32x2 gen() 292 MB/s
Nov 07 15:03:26 thanos kernel: raid6: int32x2 xor() 328 MB/s
Nov 07 15:03:26 thanos kernel: raid6: int32x1 gen() 209 MB/s
Nov 07 15:03:26 thanos kernel: raid6: int32x1 xor() 291 MB/s
Nov 07 15:03:26 thanos kernel: raid6: using algorithm int32x8 gen() 428 MB/s
Nov 07 15:03:26 thanos kernel: raid6: .... xor() 296 MB/s, rmw enabled
Nov 07 15:03:26 thanos kernel: raid6: using intx1 recovery algorithm
Nov 07 15:03:26 thanos kernel: xor: measuring software checksum speed
Nov 07 15:03:26 thanos kernel: arm4regs : 2493.200 MB/sec
Nov 07 15:03:26 thanos kernel: 8regs : 1963.200 MB/sec
Nov 07 15:03:26 thanos kernel: 32regs : 1956.000 MB/sec
Nov 07 15:03:26 thanos kernel: xor: using function: arm4regs (2493.200 MB/sec)
Nov 07 15:03:26 thanos kernel: Btrfs loaded, crc32c=crc32c-generic
Nov 07 15:03:26 thanos stage-1-init: [Sat Nov 7 07:01:34 UTC 2020] loading module crc32c...
Nov 07 15:03:26 thanos stage-1-init: [Sat Nov 7 07:01:34 UTC 2020] modprobe: FATAL: Module crc32c not found in directory /lib/modules/5.4.73
Nov 07 15:03:26 thanos stage-1-init: [Sat Nov 7 07:01:34 UTC 2020] loading module dm_mod...
Nov 07 15:03:26 thanos kernel: device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
Nov 07 15:03:26 thanos stage-1-init: [Sat Nov 7 07:01:34 UTC 2020] running udev...
Nov 07 15:03:26 thanos stage-1-init: [Sat Nov 7 07:01:35 UTC 2020] Starting version 246
Nov 07 15:03:26 thanos kernel: random: fast init done
Nov 07 15:03:26 thanos stage-1-init: [Sat Nov 7 07:01:35 UTC 2020] kbd_mode: KDSKBMODE: Inappropriate ioctl for device
Nov 07 15:03:26 thanos stage-1-init: [Sat Nov 7 07:01:35 UTC 2020] starting device mapper and LVM...
Nov 07 15:03:26 thanos kernel: random: lvm: uninitialized urandom read (4 bytes read)
Nov 07 15:03:26 thanos kernel: BTRFS: device fsid d02a3067-0a23-4c1f-96ac-80dbc26622f2 devid 1 transid 264 /dev/sda2
Nov 07 15:03:26 thanos kernel: BTRFS: device fsid b8f4ad49-29c8-4d19-a886-cef9c487f124 devid 3 transid 1726831 /dev/sdd1
Nov 07 15:03:26 thanos kernel: BTRFS: device fsid b8f4ad49-29c8-4d19-a886-cef9c487f124 devid 2 transid 1726831 /dev/sdc1
Nov 07 15:03:26 thanos kernel: BTRFS: device fsid b8f4ad49-29c8-4d19-a886-cef9c487f124 devid 4 transid 1726831 /dev/sdb1
Nov 07 15:03:26 thanos kernel: BTRFS: device fsid b8f4ad49-29c8-4d19-a886-cef9c487f124 devid 1 transid 1726831 /dev/sda1
Nov 07 15:03:26 thanos stage-1-init: [Sat Nov 7 07:01:36 UTC 2020] Scanning for Btrfs filesystems
Nov 07 15:03:26 thanos stage-1-init: [Sat Nov 7 07:01:36 UTC 2020] mounting /dev/sda1 on /...
Nov 07 15:03:26 thanos kernel: BTRFS info (device sda1): disk space caching is enabled
Nov 07 15:03:26 thanos kernel: BTRFS info (device sda1): has skinny extents
Nov 07 15:03:26 thanos kernel: random: crng init done
Nov 07 15:03:26 thanos kernel: BTRFS info (device sda1): disk space caching is enabled
Nov 07 15:03:26 thanos unknown: booting system configuration /nix/store/rh04hn5qrsp0aznyif93xmg4x3kzgs5s-nixos-system-thanos-20.09.1599.d105075a1fd
Nov 07 15:03:26 thanos stage-2-init: running activation script...
Nov 07 15:03:26 thanos stage-2-init: setting up /etc...
Nov 07 15:03:26 thanos systemd[1]: Inserted module 'autofs4'
Nov 07 15:03:26 thanos systemd[1]: systemd 246 running in system mode. (+PAM +AUDIT -SELINUX +IMA +APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ +LZ4 -ZSTD +SECCOMP +BLKID -ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Nov 07 15:03:26 thanos systemd[1]: Detected architecture arm.
Nov 07 15:03:26 thanos systemd[1]: Set hostname to <thanos>.
Nov 07 15:03:26 thanos lvm2-activation-generator: lvmconfig failed
Nov 07 15:03:26 thanos systemd[1]: Queued start job for default target Multi-User System.
Nov 07 15:03:26 thanos systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details.
Nov 07 15:03:26 thanos systemd[1]: Created slice system-getty.slice.
Nov 07 15:03:26 thanos systemd[1]: Created slice system-serial\x2dgetty.slice.
Nov 07 15:03:26 thanos systemd[1]: Created slice User and Session Slice.
Nov 07 15:03:26 thanos systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 07 15:03:26 thanos systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 07 15:03:26 thanos systemd[1]: Reached target Containers.
Nov 07 15:03:26 thanos systemd[1]: Reached target Paths.
Nov 07 15:03:26 thanos systemd[1]: Reached target Remote File Systems.
Nov 07 15:03:26 thanos systemd[1]: Reached target Slices.
Nov 07 15:03:26 thanos systemd[1]: Reached target Swap.
Nov 07 15:03:26 thanos systemd[1]: Reached target System Time Synchronized.
Nov 07 15:03:26 thanos systemd[1]: Listening on Process Core Dump Socket.
Nov 07 15:03:26 thanos systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
Nov 07 15:03:26 thanos systemd[1]: Listening on Journal Socket (/dev/log).
Nov 07 15:03:26 thanos systemd[1]: Listening on Journal Socket.
Nov 07 15:03:26 thanos systemd[1]: Listening on udev Control Socket.
Nov 07 15:03:26 thanos systemd[1]: Listening on udev Kernel Socket.
Nov 07 15:03:26 thanos systemd[1]: Condition check resulted in Huge Pages File System being skipped.
Nov 07 15:03:26 thanos systemd[1]: Mounting POSIX Message Queue File System...
Nov 07 15:03:26 thanos systemd[1]: Mounting Kernel Debug File System...
Nov 07 15:03:26 thanos systemd[1]: Starting Create list of static device nodes for the current kernel...
Nov 07 15:03:26 thanos systemd[1]: Starting Journal Service...
Nov 07 15:03:26 thanos systemd[1]: Starting Load Kernel Modules...
Nov 07 15:03:26 thanos systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 07 15:03:26 thanos systemd[1]: Starting Coldplug All udev Devices...
Nov 07 15:03:26 thanos systemd[1]: Finished Create list of static device nodes for the current kernel.
Nov 07 15:03:26 thanos systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 07 15:03:26 thanos systemd[1]: Mounted Kernel Debug File System.
Nov 07 15:03:26 thanos kernel: lm75 0-004c: hwmon4: sensor 'lm75'
Nov 07 15:03:26 thanos systemd[1]: Started Journal Service.
Nov 07 15:03:26 thanos kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Nov 07 15:03:27 thanos kernel: tun: Universal TUN/TAP device driver, 1.6
Nov 07 15:03:27 thanos kernel: loop: module loaded
Nov 07 15:03:27 thanos kernel: usb_phy_generic usb2-phy: usb2-phy supply vcc not found, using dummy regulator
Nov 07 15:03:27 thanos kernel: usb_phy_generic usb3-phy: usb3-phy supply vcc not found, using dummy regulator
Nov 07 15:03:28 thanos kernel: usbcore: registered new interface driver usbserial_generic
Nov 07 15:03:28 thanos kernel: usbserial: USB Serial support registered for generic
Nov 07 15:03:28 thanos kernel: usbcore: registered new interface driver ftdi_sio
Nov 07 15:03:28 thanos kernel: usbserial: USB Serial support registered for FTDI USB Serial Device
Nov 07 15:03:28 thanos kernel: ftdi_sio 2-1:1.0: FTDI USB Serial Device converter detected
Nov 07 15:03:28 thanos kernel: usb 2-1: Detected FT232RL
Nov 07 15:03:28 thanos kernel: usb 2-1: FTDI USB Serial Device converter now attached to ttyUSB0
Nov 07 15:03:28 thanos kernel: BTRFS info (device sda1): disk space caching is enabled
Nov 07 15:03:31 thanos kernel: BTRFS info (device sda2): disk space caching is enabled
Nov 07 15:03:31 thanos kernel: BTRFS info (device sda2): has skinny extents
Nov 07 15:03:33 thanos kernel: 8021q: 802.1Q VLAN Support v1.8
Nov 07 15:03:33 thanos kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 07 15:03:33 thanos kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 07 15:03:33 thanos kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Nov 07 15:03:33 thanos kernel: cfg80211: failed to load regulatory.db
Nov 07 15:03:34 thanos kernel: mvneta f1070000.ethernet eth0: PHY [f1072004.mdio-mii:00] driver [Marvell 88E1510]
Nov 07 15:03:34 thanos kernel: mvneta f1070000.ethernet eth0: configuring for phy/rgmii-id link mode
Nov 07 15:03:39 thanos kernel: mvneta f1070000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Nov 07 15:03:39 thanos kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Nov 07 15:05:33 thanos kernel: Adding 2096960k swap on /dev/sdc2. Priority:-2 extents:1 across:2096960k FS
Nov 07 15:08:08 thanos kernel: BTRFS info (device sda1): resizing devid 2
Nov 07 15:08:08 thanos kernel: BTRFS info (device sda1): new size for /dev/sdc1 is 3998638477312
Nov 07 15:09:27 thanos lvm2-activation-generator: lvmconfig failed
Nov 07 16:34:16 thanos kernel: BTRFS info (device sda1): resizing devid 1
Nov 07 16:34:16 thanos kernel: BTRFS info (device sda1): new size for /dev/sda1 is 4000366530560
Nov 08 05:18:03 thanos lvm2-activation-generator: lvmconfig failed
Nov 08 16:20:13 thanos lvm2-activation-generator: lvmconfig failed
Nov 08 16:45:30 thanos lvm2-activation-generator: lvmconfig failed
Nov 09 21:23:36 thanos lvm2-activation-generator: lvmconfig failed
Nov 09 21:58:42 thanos lvm2-activation-generator: lvmconfig failed
Nov 10 05:13:18 thanos systemd[1]: systemd-journald.service: State 'stop-watchdog' timed out. Killing.
Nov 10 05:13:18 thanos systemd[1]: systemd-journald.service: Killing process 462 (systemd-journal) with signal SIGKILL.
Nov 10 05:13:18 thanos systemd[1]: systemd-journald.service: Killing process 7231 (journal-offline) with signal SIGKILL.
Nov 10 05:13:18 thanos systemd[1]: systemd-journald.service: Main process exited, code=killed, status=9/KILL
Nov 10 05:13:18 thanos systemd[1]: systemd-journald.service: Failed with result 'watchdog'.
Nov 10 05:13:18 thanos systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Nov 10 05:13:18 thanos systemd[1]: Stopping Flush Journal to Persistent Storage...
Nov 10 05:13:18 thanos systemd[1]: systemd-journal-flush.service: Succeeded.
Nov 10 05:13:18 thanos systemd[1]: Stopped Flush Journal to Persistent Storage.
Nov 10 05:13:18 thanos systemd[1]: Stopped Journal Service.
Nov 10 05:13:18 thanos systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
Nov 10 05:13:18 thanos systemd[1]: Starting Journal Service...
Nov 10 05:13:18 thanos systemd-coredump[7279]: Failed to get COMM: No such process
Nov 10 05:13:18 thanos systemd[1]: Started Journal Service.
Nov 10 14:14:43 thanos systemd[1]: systemd-journald.service: Main process exited, code=dumped, status=6/ABRT
Nov 10 14:14:43 thanos systemd[1]: systemd-journald.service: Failed with result 'watchdog'.
Nov 10 14:14:43 thanos systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 2.
Nov 10 14:14:44 thanos systemd[1]: Stopping Flush Journal to Persistent Storage...
Nov 10 14:14:44 thanos systemd-coredump[6088]: Cannot resolve systemd-coredump user. Proceeding to dump core as root: No such process
Nov 10 14:14:44 thanos systemd-coredump[6088]: Process 7282 (systemd-journal) of user 0 dumped core.
Nov 10 14:14:44 thanos systemd-coredump[6088]: Coredump diverted to /var/lib/systemd/coredump/core.systemd-journal.0.71d7362fdc0547f2b8e8323f86cd10ee.7282.1604988880000000.lz4
Nov 10 14:14:44 thanos systemd[1]: systemd-journal-flush.service: Succeeded.
Nov 10 14:14:44 thanos systemd[1]: Stopped Flush Journal to Persistent Storage.
Nov 10 14:14:44 thanos systemd[1]: Stopped Journal Service.
Nov 10 14:14:44 thanos systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
Nov 10 14:14:44 thanos systemd[1]: Starting Journal Service...
Nov 10 14:14:44 thanos systemd[1]: Started Journal Service.
Nov 10 14:24:15 thanos lvm2-activation-generator: lvmconfig failed
Nov 10 16:53:12 thanos lvm2-activation-generator: lvmconfig failed
Nov 10 18:50:24 thanos lvm2-activation-generator: lvmconfig failed
Nov 11 05:03:36 thanos lvm2-activation-generator: lvmconfig failed
Nov 11 16:37:30 thanos lvm2-activation-generator: lvmconfig failed
Nov 12 13:59:58 thanos systemd[1]: systemd-journald.service: State 'stop-watchdog' timed out. Killing.
Nov 12 13:59:58 thanos systemd[1]: systemd-journald.service: Killing process 6090 (systemd-journal) with signal SIGKILL.
Nov 12 13:59:58 thanos systemd[1]: systemd-journald.service: Killing process 23890 (journal-offline) with signal SIGKILL.
Nov 12 13:59:58 thanos systemd[1]: systemd-journald.service: Main process exited, code=killed, status=9/KILL
Nov 12 13:59:58 thanos systemd[1]: systemd-journald.service: Failed with result 'watchdog'.
Nov 12 13:59:58 thanos systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Nov 12 13:59:58 thanos systemd[1]: Stopping Flush Journal to Persistent Storage...
Nov 12 13:59:58 thanos systemd[1]: systemd-journal-flush.service: Succeeded.
Nov 12 13:59:58 thanos systemd[1]: Stopped Flush Journal to Persistent Storage.
Nov 12 13:59:58 thanos systemd[1]: Stopped Journal Service.
Nov 12 13:59:58 thanos systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
Nov 12 13:59:58 thanos systemd[1]: Starting Journal Service...
Nov 12 13:59:58 thanos systemd-coredump[26061]: Failed to get COMM: No such process
Nov 12 13:59:58 thanos systemd[1]: Started Journal Service.
Nov 12 14:00:45 thanos lvm2-activation-generator: lvmconfig failed
Nov 13 05:13:03 thanos lvm2-activation-generator: lvmconfig failed
Nov 14 05:17:07 thanos kernel: INFO: task btrfs-transacti:218 blocked for more than 122 seconds.
Nov 14 05:17:07 thanos kernel: Not tainted 5.4.73 #1-NixOS
Nov 14 05:17:07 thanos kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 14 05:17:07 thanos kernel: btrfs-transacti D 0 218 2 0x00000000
Nov 14 05:17:07 thanos kernel: Backtrace:
Nov 14 05:17:07 thanos kernel: [<c0a34390>] (__schedule) from [<c0a349dc>] (schedule+0x5c/0xd0)
Nov 14 05:17:07 thanos kernel: r10:e1f18000 r9:00000000 r8:00000001 r7:d1902400 r6:e1f18000 r5:e1f18000
Nov 14 05:17:07 thanos kernel: r4:ed64a640
Nov 14 05:17:07 thanos kernel: [<c0a34980>] (schedule) from [<bf05f520>] (wait_for_commit+0x70/0xa0 [btrfs])
Nov 14 05:17:07 thanos kernel: r5:d1902464 r4:d1902400
Nov 14 05:17:07 thanos kernel: [<bf05f4b0>] (wait_for_commit [btrfs]) from [<bf0624bc>] (btrfs_commit_transaction+0x8b0/0xc94 [btrfs])
Nov 14 05:17:07 thanos kernel: r6:ed68b000 r5:cbabc798 r4:00000000
Nov 14 05:17:07 thanos kernel: [<bf061c0c>] (btrfs_commit_transaction [btrfs]) from [<bf05ccd8>] (transaction_kthread+0x19c/0x1e0 [btrfs])
Nov 14 05:17:07 thanos kernel: r10:ed68b28c r9:00000000 r8:001a7d55 r7:00000064 r6:ed68b414 r5:00000bb8
Nov 14 05:17:07 thanos kernel: r4:ed68b000
Nov 14 05:17:07 thanos kernel: [<bf05cb3c>] (transaction_kthread [btrfs]) from [<c014fa08>] (kthread+0x170/0x174)
Nov 14 05:17:07 thanos kernel: r10:ecdafbfc r9:bf05cb3c r8:ed627000 r7:e1f18000 r6:00000000 r5:ed5780c0
Nov 14 05:17:07 thanos kernel: r4:ed574340
Nov 14 05:17:07 thanos kernel: [<c014f898>] (kthread) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
Nov 14 05:17:07 thanos kernel: Exception stack(0xe1f19fb0 to 0xe1f19ff8)
Nov 14 05:17:07 thanos kernel: 9fa0: 00000000 00000000 00000000 00000000
Nov 14 05:17:07 thanos kernel: 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Nov 14 05:17:07 thanos kernel: 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
Nov 14 05:17:07 thanos kernel: r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c014f898
Nov 14 05:17:07 thanos kernel: r4:ed5780c0
Nov 14 05:17:07 thanos kernel: INFO: task tar:23222 blocked for more than 122 seconds.
Nov 14 05:17:07 thanos kernel: Not tainted 5.4.73 #1-NixOS
Nov 14 05:17:07 thanos kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 14 05:17:07 thanos kernel: tar D 0 23222 23220 0x00000080
Nov 14 05:17:07 thanos kernel: Backtrace:
Nov 14 05:17:07 thanos kernel: [<c0a34390>] (__schedule) from [<c0a349dc>] (schedule+0x5c/0xd0)
Nov 14 05:17:07 thanos kernel: r10:bf13af1c r9:e1eff000 r8:cd942000 r7:00000414 r6:d1902400 r5:cd942000
Nov 14 05:17:07 thanos kernel: r4:df5e9900
Nov 14 05:17:07 thanos kernel: [<c0a34980>] (schedule) from [<bf05fff8>] (wait_current_trans+0xe8/0x12c [btrfs])
Nov 14 05:17:07 thanos kernel: r5:cd942000 r4:ed68b240
Nov 14 05:17:07 thanos kernel: [<bf05ff10>] (wait_current_trans [btrfs]) from [<bf062c9c>] (start_transaction+0x3fc/0x5b4 [btrfs])
Nov 14 05:17:07 thanos kernel: r7:00000001 r6:ed68b000 r5:00000201 r4:cbabc1b0
Nov 14 05:17:07 thanos kernel: [<bf0628a0>] (start_transaction [btrfs]) from [<bf062e80>] (btrfs_start_transaction+0x2c/0x34 [btrfs])
Nov 14 05:17:07 thanos kernel: r10:e1eff000 r9:cd942000 r8:decdfb28 r7:000081b4 r6:cd943f50 r5:e259ab38
Nov 14 05:17:07 thanos kernel: r4:cd943e90
Nov 14 05:17:07 thanos kernel: [<bf062e54>] (btrfs_start_transaction [btrfs]) from [<bf076ea4>] (btrfs_create+0x60/0x1f8 [btrfs])
Nov 14 05:17:07 thanos kernel: [<bf076e44>] (btrfs_create [btrfs]) from [<c0301298>] (path_openat+0x7f8/0x1154)
Nov 14 05:17:07 thanos kernel: r10:dc6ea240 r9:000209c1 r8:decdfb28 r7:c2301990 r6:cd943f50 r5:bf076e44
Nov 14 05:17:07 thanos kernel: r4:cd943e90
Nov 14 05:17:07 thanos kernel: [<c0300aa0>] (path_openat) from [<c0302ce4>] (do_filp_open+0x7c/0xe8)
Nov 14 05:17:07 thanos kernel: r10:00000142 r9:cd942000 r8:cd943e90 r7:00000001 r6:cd943f50 r5:cd942000
Nov 14 05:17:07 thanos kernel: r4:00000003
Nov 14 05:17:07 thanos kernel: [<c0302c68>] (do_filp_open) from [<c02edc48>] (do_sys_open+0x180/0x214)
Nov 14 05:17:07 thanos kernel: r8:fffff000 r7:e3dd3000 r6:ffffff9c r5:cd942000 r4:00000003
Nov 14 05:17:07 thanos kernel: [<c02edac8>] (do_sys_open) from [<c02edd28>] (sys_openat+0x1c/0x20)
Nov 14 05:17:07 thanos kernel: r10:00000142 r9:cd942000 r8:c0101204 r7:00000142 r6:00000000 r5:b6ffc5b0
Nov 14 05:17:07 thanos kernel: r4:ffffff9c
Nov 14 05:17:07 thanos kernel: [<c02edd0c>] (sys_openat) from [<c01011e4>] (__sys_trace_return+0x0/0x1c)
Nov 14 05:17:07 thanos kernel: Exception stack(0xcd943fa8 to 0xcd943ff0)
Nov 14 05:17:07 thanos kernel: 3fa0: ffffff9c b6ffc5b0 ffffff9c 00096940 000a09c1 000001b4
Nov 14 05:17:07 thanos kernel: 3fc0: ffffff9c b6ffc5b0 00000000 00000142 0008e1c4 0008c11c 0008ba08 00096940
Nov 14 05:17:07 thanos kernel: 3fe0: 0008bbe8 beffb480 000246d0 b6f33978
Nov 14 05:17:07 thanos systemd[1]: systemd-journald.service: State 'stop-watchdog' timed out. Killing.
Nov 14 05:17:07 thanos systemd[1]: systemd-journald.service: Killing process 26063 (systemd-journal) with signal SIGKILL.
Nov 14 05:17:07 thanos systemd[1]: systemd-journald.service: Killing process 23237 (journal-offline) with signal SIGKILL.
Nov 14 05:17:07 thanos systemd[1]: systemd-journald.service: Main process exited, code=killed, status=9/KILL
Nov 14 05:17:07 thanos systemd[1]: systemd-journald.service: Failed with result 'watchdog'.
Nov 14 05:17:07 thanos systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Nov 14 05:17:07 thanos systemd[1]: Stopping Flush Journal to Persistent Storage...
Nov 14 05:17:07 thanos systemd[1]: systemd-journal-flush.service: Succeeded.
Nov 14 05:17:07 thanos systemd[1]: Stopped Flush Journal to Persistent Storage.
Nov 14 05:17:07 thanos systemd[1]: Stopped Journal Service.
Nov 14 05:17:07 thanos systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
Nov 14 05:17:07 thanos systemd[1]: Starting Journal Service...
Nov 14 05:17:07 thanos systemd-coredump[23343]: Failed to get COMM: No such process
Nov 14 05:17:07 thanos systemd[1]: Started Journal Service.
Nov 14 14:33:38 thanos systemd[1]: systemd-journald.service: State 'stop-watchdog' timed out. Killing.
Nov 14 14:33:38 thanos systemd[1]: systemd-journald.service: Killing process 23345 (systemd-journal) with signal SIGKILL.
Nov 14 14:33:38 thanos systemd[1]: systemd-journald.service: Killing process 24932 (journal-offline) with signal SIGKILL.
Nov 14 14:33:38 thanos kernel: INFO: task btrfs-transacti:218 blocked for more than 122 seconds.
Nov 14 14:33:38 thanos kernel: Not tainted 5.4.73 #1-NixOS
Nov 14 14:33:38 thanos kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 14 14:33:38 thanos kernel: btrfs-transacti D 0 218 2 0x00000000
Nov 14 14:33:38 thanos kernel: Backtrace:
Nov 14 14:33:38 thanos kernel: [<c0a34390>] (__schedule) from [<c0a349dc>] (schedule+0x5c/0xd0)
Nov 14 14:33:38 thanos kernel: r10:e1f18000 r9:00000000 r8:00000001 r7:d19e3400 r6:e1f18000 r5:e1f18000
Nov 14 14:33:38 thanos kernel: r4:ed64a640
Nov 14 14:33:38 thanos kernel: [<c0a34980>] (schedule) from [<bf05f520>] (wait_for_commit+0x70/0xa0 [btrfs])
Nov 14 14:33:38 thanos kernel: r5:d19e3464 r4:d19e3400
Nov 14 14:33:38 thanos kernel: [<bf05f4b0>] (wait_for_commit [btrfs]) from [<bf0624bc>] (btrfs_commit_transaction+0x8b0/0xc94 [btrfs])
Nov 14 14:33:38 thanos kernel: r6:ed68b000 r5:dd545f78 r4:00000000
Nov 14 14:33:38 thanos kernel: [<bf061c0c>] (btrfs_commit_transaction [btrfs]) from [<bf05ccd8>] (transaction_kthread+0x19c/0x1e0 [btrfs])
Nov 14 14:33:38 thanos kernel: r10:ed68b28c r9:00000000 r8:001a80ea r7:00000064 r6:ed68b414 r5:00000bb8
Nov 14 14:33:38 thanos kernel: r4:ed68b000
Nov 14 14:33:38 thanos kernel: [<bf05cb3c>] (transaction_kthread [btrfs]) from [<c014fa08>] (kthread+0x170/0x174)
Nov 14 14:33:38 thanos kernel: r10:ecdafbfc r9:bf05cb3c r8:ed627000 r7:e1f18000 r6:00000000 r5:ed5780c0
Nov 14 14:33:38 thanos kernel: r4:ed574340
Nov 14 14:33:38 thanos kernel: [<c014f898>] (kthread) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
Nov 14 14:33:38 thanos kernel: Exception stack(0xe1f19fb0 to 0xe1f19ff8)
Nov 14 14:33:38 thanos kernel: 9fa0: 00000000 00000000 00000000 00000000
Nov 14 14:33:38 thanos kernel: 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Nov 14 14:33:38 thanos kernel: 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
Nov 14 14:33:38 thanos kernel: r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c014f898
Nov 14 14:33:38 thanos kernel: r4:ed5780c0
Nov 14 14:33:38 thanos systemd[1]: systemd-journald.service: Main process exited, code=killed, status=9/KILL
Nov 14 14:33:38 thanos systemd[1]: systemd-journald.service: Failed with result 'watchdog'.
Nov 14 14:33:38 thanos systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 2.
Nov 14 14:33:38 thanos systemd[1]: Stopping Flush Journal to Persistent Storage...
Nov 14 14:33:38 thanos systemd[1]: systemd-journal-flush.service: Succeeded.
Nov 14 14:33:38 thanos systemd[1]: Stopped Flush Journal to Persistent Storage.
Nov 14 14:33:38 thanos systemd[1]: Stopped Journal Service.
Nov 14 14:33:38 thanos systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
Nov 14 14:33:38 thanos systemd[1]: Starting Journal Service...
Nov 14 14:33:38 thanos systemd-coredump[25016]: Failed to get COMM: No such process
Nov 14 14:33:38 thanos systemd[1]: Started Journal Service.
Nov 14 14:38:14 thanos lvm2-activation-generator: lvmconfig failed
Nov 15 04:48:37 thanos lvm2-activation-generator: lvmconfig failed
Nov 16 04:44:23 thanos lvm2-activation-generator: lvmconfig failed
Nov 17 07:06:10 thanos lvm2-activation-generator: lvmconfig failed
Nov 18 05:20:32 thanos lvm2-activation-generator: lvmconfig failed
Nov 20 02:46:15 thanos kernel: NET: Registered protocol family 38
Nov 20 13:57:36 thanos systemd[1]: systemd 246 running in system mode. (+PAM +AUDIT -SELINUX +IMA +APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ +LZ4 -ZSTD +SECCOMP +BLKID -ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Nov 20 13:57:36 thanos systemd[1]: Detected architecture arm.
Nov 20 13:57:37 thanos lvm2-activation-generator: lvmconfig failed
Nov 20 13:57:39 thanos systemd[1]: fail2ban.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Nov 20 13:57:39 thanos systemd[1]: nginx.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Nov 20 13:57:39 thanos systemd[1]: nixos-upgrade.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Nov 20 13:57:39 thanos systemd[1]: sshd.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Nov 20 13:57:39 thanos systemd[1]: serial-getty@ttyS0.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Nov 20 13:57:39 thanos systemd[1]: getty@tty1.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Nov 20 13:57:39 thanos systemd[1]: systemd-journald.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Nov 20 13:57:39 thanos systemd[1]: dbus.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Nov 20 13:57:39 thanos systemd[1]: systemd-logind.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Nov 20 13:57:40 thanos lvm2-activation-generator: lvmconfig failed
Nov 20 13:58:51 thanos systemd[1]: Stopping Journal Service...
Nov 20 13:58:51 thanos systemd[1]: Started SSH Daemon.
Nov 20 13:58:51 thanos systemd[1]: dhcpcd.service: Succeeded.
Nov 20 13:58:51 thanos systemd[1]: Stopped DHCP Client.
Nov 20 13:58:51 thanos systemd[1]: dhcpcd.service: Received 9.0K IP traffic, sent 9.6K IP traffic.
Nov 20 13:58:51 thanos systemd[1]: Starting DHCP Client...
Nov 20 13:58:51 thanos systemd[1]: Started Nginx Web Server.
Nov 20 13:58:51 thanos systemd[1]: systemd-journald.service: Succeeded.
Nov 20 13:58:51 thanos systemd[1]: Stopped Journal Service.
Nov 20 13:58:51 thanos systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
Nov 20 13:58:51 thanos systemd[1]: Starting Journal Service...
Nov 20 13:58:51 thanos systemd[1]: Started DHCP Client.
Nov 20 13:58:51 thanos systemd[1]: Started Journal Service.
Nov 20 14:09:31 thanos lvm2-activation-generator: lvmconfig failed
Nov 21 05:13:43 thanos lvm2-activation-generator: lvmconfig failed
Nov 22 05:00:18 thanos lvm2-activation-generator: lvmconfig failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment