Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2022
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.99 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
  2. [ 0.000000] Linux version 5.14.4-v8+ (root@gen) (gcc (Gentoo 10.3.0-r2 p3) 10.3.0, GNU ld (Gentoo 2.35.2 p1) 2.35.2) #3 SMP PREEMPT Tue Oct 26 12:57:04 CEST 2021
  3. [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.1
  4. [ 0.000000] efi: UEFI not found.
  5. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000001b000000, size 316 MiB
  6. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  7. [ 0.000000] Zone ranges:
  8. [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
  9. [ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000fbffffff]
  10. [ 0.000000] Normal empty
  11. [ 0.000000] Movable zone start for each node
  12. [ 0.000000] Early memory node ranges
  13. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000002fefffff]
  14. [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
  15. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
  16. [ 0.000000] On node 0, zone DMA32: 256 pages in unavailable ranges
  17. [ 0.000000] percpu: Embedded 32 pages/cpu s93592 r8192 d29288 u131072
  18. [ 0.000000] pcpu-alloc: s93592 r8192 d29288 u131072 alloc=32*4096
  19. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  20. [ 0.000000] Detected PIPT I-cache on CPU0
  21. [ 0.000000] CPU features: detected: Spectre-v2
  22. [ 0.000000] CPU features: detected: Spectre-v4
  23. [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
  24. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 951300
  25. [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:05:53:05 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000 dwc_otg.lpm_enable=0 console=tty1 root=/dev/sda2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
  26. [ 0.000000] Kernel parameter elevator= does not have any effect anymore.
  27. Please use sysfs to set IO scheduler for individual devices.
  28. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  29. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  30. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  31. [ 0.000000] software IO TLB: mapped [mem 0x0000000017000000-0x000000001b000000] (64MB)
  32. [ 0.000000] Memory: 3376720K/3865600K available (11776K kernel code, 1958K rwdata, 4116K rodata, 3776K init, 1224K bss, 165296K reserved, 323584K cma-reserved)
  33. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  34. [ 0.000000] ftrace: allocating 36486 entries in 143 pages
  35. [ 0.000000] ftrace: allocated 143 pages with 5 groups
  36. [ 0.000000] trace event string verifier disabled
  37. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  38. [ 0.000000] rcu: RCU event tracing is enabled.
  39. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  40. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  41. [ 0.000000] Rude variant of Tasks RCU enabled.
  42. [ 0.000000] Tracing variant of Tasks RCU enabled.
  43. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  44. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  45. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  46. [ 0.000000] Root IRQ handler: gic_handle_irq
  47. [ 0.000000] GIC: Using split EOI/Deactivate mode
  48. [ 0.000000] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10)
  49. [ 0.000000] random: get_random_bytes called from start_kernel+0x538/0x72c with crng_init=0
  50. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
  51. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
  52. [ 0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
  53. [ 0.000265] Console: colour dummy device 80x25
  54. [ 0.000804] printk: console [tty1] enabled
  55. [ 0.000882] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
  56. [ 0.000922] pid_max: default: 32768 minimum: 301
  57. [ 0.001063] LSM: Security Framework initializing
  58. [ 0.001252] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  59. [ 0.001338] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  60. [ 0.002593] cgroup: Disabling memory control group subsystem
  61. [ 0.005063] rcu: Hierarchical SRCU implementation.
  62. [ 0.006177] EFI services will not be available.
  63. [ 0.006739] smp: Bringing up secondary CPUs ...
  64. [ 0.007769] Detected PIPT I-cache on CPU1
  65. [ 0.007853] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
  66. [ 0.009071] Detected PIPT I-cache on CPU2
  67. [ 0.009122] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
  68. [ 0.010235] Detected PIPT I-cache on CPU3
  69. [ 0.010284] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
  70. [ 0.010436] smp: Brought up 1 node, 4 CPUs
  71. [ 0.010525] SMP: Total of 4 processors activated.
  72. [ 0.010547] CPU features: detected: 32-bit EL0 Support
  73. [ 0.010565] CPU features: detected: 32-bit EL1 Support
  74. [ 0.010586] CPU features: detected: CRC32 instructions
  75. [ 0.043130] CPU: All CPU(s) started at EL2
  76. [ 0.043232] alternatives: patching kernel code
  77. [ 0.045007] devtmpfs: initialized
  78. [ 0.055743] Enabled cp15_barrier support
  79. [ 0.055811] Enabled setend support
  80. [ 0.056031] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  81. [ 0.056123] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  82. [ 0.067935] pinctrl core: initialized pinctrl subsystem
  83. [ 0.068879] DMI not present or invalid.
  84. [ 0.069272] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  85. [ 0.072949] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  86. [ 0.073276] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  87. [ 0.074189] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  88. [ 0.074309] audit: initializing netlink subsys (disabled)
  89. [ 0.074624] audit: type=2000 audit(0.072:1): state=initialized audit_enabled=0 res=1
  90. [ 0.075139] thermal_sys: Registered thermal governor 'step_wise'
  91. [ 0.075366] cpuidle: using governor menu
  92. [ 0.075590] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  93. [ 0.075791] ASID allocator initialised with 65536 entries
  94. [ 0.075947] Serial: AMBA PL011 UART driver
  95. [ 0.089185] bcm2835-mbox fe00b880.mailbox: mailbox enabled
  96. [ 0.112414] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-02-25T12:10:40, variant start
  97. [ 0.116432] raspberrypi-firmware soc:firmware: Firmware hash is 564e5f9b852b23a330b1764bcf0b2d022a20afd0
  98. [ 0.163765] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
  99. [ 0.168111] vgaarb: loaded
  100. [ 0.168551] SCSI subsystem initialized
  101. [ 0.168815] usbcore: registered new interface driver usbfs
  102. [ 0.168884] usbcore: registered new interface driver hub
  103. [ 0.168963] usbcore: registered new device driver usb
  104. [ 0.169367] usb_phy_generic phy: supply vcc not found, using dummy regulator
  105. [ 0.171186] clocksource: Switched to clocksource arch_sys_counter
  106. [ 0.255656] VFS: Disk quotas dquot_6.6.0
  107. [ 0.255796] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  108. [ 0.255985] FS-Cache: Loaded
  109. [ 0.256241] CacheFiles: Loaded
  110. [ 0.257593] simple-framebuffer 3e2cb000.framebuffer: framebuffer at 0x3e2cb000, 0x7f8000 bytes
  111. [ 0.257632] simple-framebuffer 3e2cb000.framebuffer: format=a8r8g8b8, mode=1920x1080x32, linelength=7680
  112. [ 0.269707] Console: switching to colour frame buffer device 240x67
  113. [ 0.280666] simple-framebuffer 3e2cb000.framebuffer: fb0: simplefb registered!
  114. [ 0.289405] NET: Registered PF_INET protocol family
  115. [ 0.290049] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
  116. [ 0.293656] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  117. [ 0.293823] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  118. [ 0.294151] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  119. [ 0.294792] TCP: Hash tables configured (established 32768 bind 32768)
  120. [ 0.295136] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  121. [ 0.295351] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  122. [ 0.295777] NET: Registered PF_UNIX/PF_LOCAL protocol family
  123. [ 0.296821] RPC: Registered named UNIX socket transport module.
  124. [ 0.296901] RPC: Registered udp transport module.
  125. [ 0.296959] RPC: Registered tcp transport module.
  126. [ 0.297016] RPC: Registered tcp NFSv4.1 backchannel transport module.
  127. [ 0.297098] PCI: CLS 0 bytes, default 64
  128. [ 0.299218] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
  129. [ 0.299629] kvm [1]: IPA Size Limit: 44 bits
  130. [ 0.300894] kvm [1]: vgic interrupt IRQ9
  131. [ 0.301453] kvm [1]: Hyp mode initialized successfully
  132. [ 1.199498] Initialise system trusted keyrings
  133. [ 1.199962] workingset: timestamp_bits=46 max_order=20 bucket_order=0
  134. [ 1.206430] zbud: loaded
  135. [ 1.208743] FS-Cache: Netfs 'nfs' registered for caching
  136. [ 1.209514] NFS: Registering the id_resolver key type
  137. [ 1.209616] Key type id_resolver registered
  138. [ 1.209676] Key type id_legacy registered
  139. [ 1.209838] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  140. [ 1.209924] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  141. [ 1.211133] Key type asymmetric registered
  142. [ 1.211249] Asymmetric key parser 'x509' registered
  143. [ 1.211356] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  144. [ 1.211703] io scheduler mq-deadline registered
  145. [ 1.211769] io scheduler kyber registered
  146. [ 1.217857] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  147. [ 1.217983] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
  148. [ 1.218160] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
  149. [ 1.218327] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
  150. [ 1.269281] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
  151. [ 1.272645] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  152. [ 1.275723] pci_bus 0000:00: root bus resource [bus 00-ff]
  153. [ 1.278720] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
  154. [ 1.281807] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  155. [ 1.285076] pci 0000:00:00.0: PME# supported from D0 D3hot
  156. [ 1.292050] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  157. [ 1.295121] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  158. [ 1.298451] pci 0000:01:00.0: PME# supported from D0 D3cold
  159. [ 1.305130] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
  160. [ 1.308098] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
  161. [ 1.311046] pci 0000:00:00.0: PCI bridge to [bus 01]
  162. [ 1.314035] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
  163. [ 1.325828] iproc-rng200 fe104000.rng: hwrng registered
  164. [ 1.329249] vc-mem: phys_addr:0x00000000 mem_base=0x3eb00000 mem_size:0x3ff00000(1023 MiB)
  165. [ 1.333274] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
  166. [ 1.336732] cacheinfo: Unable to detect cache hierarchy for CPU 0
  167. [ 1.350473] brd: module loaded
  168. [ 1.367090] loop: module loaded
  169. [ 1.371000] Loading iSCSI transport class v2.0-870.
  170. [ 1.377317] libphy: Fixed MDIO Bus: probed
  171. [ 1.382046] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
  172. [ 1.395231] libphy: bcmgenet MII bus: probed
  173. [ 1.443348] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
  174. [ 1.447394] usbcore: registered new interface driver r8152
  175. [ 1.450359] usbcore: registered new interface driver lan78xx
  176. [ 1.453297] usbcore: registered new interface driver smsc95xx
  177. [ 1.457750] pci 0000:00:00.0: enabling device (0000 -> 0002)
  178. [ 1.460610] xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002)
  179. [ 1.463488] xhci_hcd 0000:01:00.0: xHCI Host Controller
  180. [ 1.466230] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
  181. [ 1.469755] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890
  182. [ 1.473854] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
  183. [ 1.476671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  184. [ 1.479521] usb usb1: Product: xHCI Host Controller
  185. [ 1.482241] usb usb1: Manufacturer: Linux 5.14.4-v8+ xhci-hcd
  186. [ 1.485023] usb usb1: SerialNumber: 0000:01:00.0
  187. [ 1.488589] hub 1-0:1.0: USB hub found
  188. [ 1.491499] hub 1-0:1.0: 1 port detected
  189. [ 1.494899] xhci_hcd 0000:01:00.0: xHCI Host Controller
  190. [ 1.497650] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
  191. [ 1.500410] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  192. [ 1.503657] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
  193. [ 1.506456] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  194. [ 1.509276] usb usb2: Product: xHCI Host Controller
  195. [ 1.512050] usb usb2: Manufacturer: Linux 5.14.4-v8+ xhci-hcd
  196. [ 1.514774] usb usb2: SerialNumber: 0000:01:00.0
  197. [ 1.518338] hub 2-0:1.0: USB hub found
  198. [ 1.521176] hub 2-0:1.0: 4 ports detected
  199. [ 1.525604] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  200. [ 1.528725] dwc_otg: FIQ enabled
  201. [ 1.528737] dwc_otg: NAK holdoff enabled
  202. [ 1.528747] dwc_otg: FIQ split-transaction FSM enabled
  203. [ 1.528761] Module dwc_common_port init
  204. [ 1.529342] usbcore: registered new interface driver uas
  205. [ 1.532180] usbcore: registered new interface driver usb-storage
  206. [ 1.535110] mousedev: PS/2 mouse device common for all mice
  207. [ 1.543489] sdhci: Secure Digital Host Controller Interface driver
  208. [ 1.545936] sdhci: Copyright(c) Pierre Ossman
  209. [ 1.548024] sdhci-pltfm: SDHCI platform and OF driver helper
  210. [ 1.551404] ledtrig-cpu: registered to indicate activity on CPUs
  211. [ 1.552966] hid: raw HID events driver (C) Jiri Kosina
  212. [ 1.554338] usbcore: registered new interface driver usbhid
  213. [ 1.555603] usbhid: USB HID core driver
  214. [ 1.557189] ashmem: initialized
  215. [ 1.563003] Initializing XFRM netlink socket
  216. [ 1.564570] NET: Registered PF_PACKET protocol family
  217. [ 1.566009] Key type dns_resolver registered
  218. [ 1.568016] registered taskstats version 1
  219. [ 1.569538] Loading compiled-in X.509 certificates
  220. [ 1.571303] Key type ._fscrypt registered
  221. [ 1.572592] Key type .fscrypt registered
  222. [ 1.573843] Key type fscrypt-provisioning registered
  223. [ 1.580848] uart-pl011 fe201000.serial: there is not valid maps for state default
  224. [ 1.582255] uart-pl011 fe201000.serial: cts_event_workaround enabled
  225. [ 1.583545] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 23, base_baud = 0) is a PL011 rev2
  226. [ 1.592653] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  227. [ 1.594269] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  228. [ 1.596248] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
  229. [ 1.597596] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
  230. [ 1.628696] of_cfs_init
  231. [ 1.631053] of_cfs_init: OK
  232. [ 1.642169] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  233. [ 1.644989] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  234. [ 1.648346] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  235. [ 1.652874] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  236. [ 1.656136] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  237. [ 1.665307] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
  238. [ 1.667052] Waiting for root device /dev/sda2...
  239. [ 1.675518] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
  240. [ 1.688617] random: fast init done
  241. [ 1.696916] usb 2-2: New USB device found, idVendor=152d, idProduct=b567, bcdDevice= 4.25
  242. [ 1.698850] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  243. [ 1.700695] usb 2-2: Product: USB3.0 to SATA adapter
  244. [ 1.702413] usb 2-2: Manufacturer: JMicron
  245. [ 1.704132] usb 2-2: SerialNumber: 0000AB1234DA
  246. [ 1.708855] usb-storage 2-2:1.0: USB Mass Storage device detected
  247. [ 1.710427] scsi host0: usb-storage 2-2:1.0
  248. [ 1.722419] mmc1: new high speed SDIO card at address 0001
  249. [ 1.823237] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  250. [ 1.973778] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
  251. [ 1.976388] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  252. [ 1.978966] usb 1-1: Product: USB2.0 Hub
  253. [ 1.983136] hub 1-1:1.0: USB hub found
  254. [ 1.985665] hub 1-1:1.0: 4 ports detected
  255. [ 2.279211] usb 1-1.4: new low-speed USB device number 3 using xhci_hcd
  256. [ 2.391472] usb 1-1.4: New USB device found, idVendor=413c, idProduct=2107, bcdDevice= 1.04
  257. [ 2.394099] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  258. [ 2.396711] usb 1-1.4: Product: Dell USB Entry Keyboard
  259. [ 2.399274] usb 1-1.4: Manufacturer: DELL
  260. [ 2.410734] input: DELL Dell USB Entry Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:413C:2107.0001/input/input0
  261. [ 2.472022] hid-generic 0003:413C:2107.0001: input,hidraw0: USB HID v1.11 Keyboard [DELL Dell USB Entry Keyboard] on usb-0000:01:00.0-1.4/input0
  262. [ 2.720076] scsi 0:0:0:0: Direct-Access Samsung SSD 860 EVO 1TB 0425 PQ: 0 ANSI: 6
  263. [ 2.724029] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
  264. [ 2.727801] sd 0:0:0:0: [sda] Write Protect is off
  265. [ 2.730611] sd 0:0:0:0: [sda] Mode Sense: 33 00 00 08
  266. [ 2.731476] sd 0:0:0:0: [sda] No Caching mode page found
  267. [ 2.734068] sd 0:0:0:0: [sda] Assuming drive cache: write through
  268. [ 2.739530] sda: sda1 sda2
  269. [ 2.743282] sd 0:0:0:0: [sda] Attached SCSI disk
  270. [ 2.803799] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
  271. [ 2.805249] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
  272. [ 2.807721] devtmpfs: mounted
  273. [ 2.813145] Freeing unused kernel memory: 3776K
  274. [ 2.814646] Run /sbin/init as init process
  275. [ 2.816083] with arguments:
  276. [ 2.816088] /sbin/init
  277. [ 2.816093] with environment:
  278. [ 2.816096] HOME=/
  279. [ 2.816101] TERM=linux
  280. [ 2.923696] systemd[1]: System time before build time, advancing clock.
  281. [ 2.959793] NET: Registered PF_INET6 protocol family
  282. [ 2.962254] Segment Routing with IPv6
  283. [ 2.978535] systemd[1]: systemd 250 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
  284. [ 2.983813] systemd[1]: Detected architecture arm64.
  285. [ 2.992876] systemd[1]: Hostname set to <gen>.
  286. [ 3.276501] systemd[1]: sysinit.target: Found ordering cycle on systemd-tmpfiles-setup.service/start
  287. [ 3.278192] systemd[1]: sysinit.target: Found dependency on systemd-journal-flush.service/start
  288. [ 3.280019] systemd[1]: sysinit.target: Found dependency on systemd-journald.service/start
  289. [ 3.281683] systemd[1]: sysinit.target: Found dependency on fake-hwclock.service/start
  290. [ 3.283285] systemd[1]: sysinit.target: Found dependency on fake-hwclock.timer/start
  291. [ 3.284803] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
  292. [ 3.286313] systemd[1]: sysinit.target: Job systemd-tmpfiles-setup.service/start deleted to break ordering cycle starting with sysinit.target/start
  293. [ 3.289956] systemd[1]: sysinit.target: Found ordering cycle on systemd-journald.service/start
  294. [ 3.291581] systemd[1]: sysinit.target: Found dependency on fake-hwclock.service/start
  295. [ 3.293165] systemd[1]: sysinit.target: Found dependency on fake-hwclock.timer/start
  296. [ 3.294680] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
  297. [ 3.296253] systemd[1]: sysinit.target: Job systemd-journald.service/start deleted to break ordering cycle starting with sysinit.target/start
  298. [ 3.300150] systemd[1]: Queued start job for default target Graphical Interface.
  299. [ 3.302513] random: systemd: uninitialized urandom read (16 bytes read)
  300. [ 3.306108] systemd[1]: Created slice Slice /system/getty.
  301. [ 3.309620] random: systemd: uninitialized urandom read (16 bytes read)
  302. [ 3.311849] systemd[1]: Created slice Slice /system/modprobe.
  303. [ 3.315290] random: systemd: uninitialized urandom read (16 bytes read)
  304. [ 3.317496] systemd[1]: Created slice Slice /system/syncthing.
  305. [ 3.321527] systemd[1]: Created slice Slice /system/systemd-fsck.
  306. [ 3.325469] systemd[1]: Created slice User and Session Slice.
  307. [ 3.329186] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  308. [ 3.332835] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  309. [ 3.336852] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  310. [ 3.340693] systemd[1]: Reached target Network.
  311. [ 3.344332] systemd[1]: Reached target Path Units.
  312. [ 3.347928] systemd[1]: Reached target Remote File Systems.
  313. [ 3.351453] systemd[1]: Reached target Slice Units.
  314. [ 3.358255] systemd[1]: Listening on Process Core Dump Socket.
  315. [ 3.362064] systemd[1]: Listening on initctl Compatibility Named Pipe.
  316. [ 3.366074] systemd[1]: Listening on Journal Audit Socket.
  317. [ 3.369931] systemd[1]: Listening on Journal Socket (/dev/log).
  318. [ 3.373798] systemd[1]: Listening on Journal Socket.
  319. [ 3.377720] systemd[1]: Listening on udev Control Socket.
  320. [ 3.381470] systemd[1]: Listening on udev Kernel Socket.
  321. [ 3.385126] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
  322. [ 3.388781] systemd[1]: Mounting POSIX Message Queue File System...
  323. [ 3.394819] systemd[1]: Mounting Kernel Debug File System...
  324. [ 3.400834] systemd[1]: Mounting Kernel Trace File System...
  325. [ 3.407239] systemd[1]: Starting Create List of Static Device Nodes...
  326. [ 3.413499] systemd[1]: Starting Load Kernel Module configfs...
  327. [ 3.419836] systemd[1]: Starting Load Kernel Module drm...
  328. [ 3.426062] systemd[1]: Starting Load Kernel Module fuse...
  329. [ 3.432737] systemd[1]: Starting File System Check on Root Device...
  330. [ 3.440911] fuse: init (API version 7.34)
  331. [ 3.447575] systemd[1]: Starting Load Kernel Modules...
  332. [ 3.452033] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
  333. [ 3.457630] systemd[1]: Starting Coldplug All udev Devices...
  334. [ 3.467430] systemd[1]: Mounted POSIX Message Queue File System.
  335. [ 3.471841] systemd[1]: Mounted Kernel Debug File System.
  336. [ 3.475820] systemd[1]: Mounted Kernel Trace File System.
  337. [ 3.479867] systemd[1]: Finished Create List of Static Device Nodes.
  338. [ 3.484599] systemd[1]: modprobe@configfs.service: Deactivated successfully.
  339. [ 3.486664] systemd[1]: Finished Load Kernel Module configfs.
  340. [ 3.491356] systemd[1]: modprobe@drm.service: Deactivated successfully.
  341. [ 3.493332] systemd[1]: Finished Load Kernel Module drm.
  342. [ 3.497306] systemd[1]: modprobe@fuse.service: Deactivated successfully.
  343. [ 3.499273] systemd[1]: Finished Load Kernel Module fuse.
  344. [ 3.502818] systemd[1]: systemd-journald.service: Found ordering cycle on fake-hwclock.service/start
  345. [ 3.504355] systemd[1]: systemd-journald.service: Found dependency on fake-hwclock.timer/start
  346. [ 3.505830] systemd[1]: systemd-journald.service: Found dependency on sysinit.target/start
  347. [ 3.507331] systemd[1]: systemd-journald.service: Found dependency on systemd-journald.service/start
  348. [ 3.508813] systemd[1]: systemd-journald.service: Unable to break cycle starting with systemd-journald.service/start
  349. [ 3.510313] systemd[1]: Requested transaction contains an unfixable cyclic ordering dependency: Transaction order is cyclic. See system logs for details.
  350. [ 3.511887] systemd[1]: systemd-journald.socket: Failed to queue service startup job (Maybe the service file is missing or not a non-template unit?): Transaction order is cyclic. See system logs for details.
  351. [ 3.513609] systemd[1]: systemd-journald.socket: Failed with result 'resources'.
  352. [ 3.517853] systemd[1]: Mounting FUSE Control File System...
  353. [ 3.518370] systemd[129]: sys-fs-fuse-connections.mount: Failed to connect stdout to the journal socket, ignoring: Connection refused
  354. [ 3.525468] systemd[1]: Mounting Kernel Configuration File System...
  355. [ 3.531724] systemd[1]: Mounted FUSE Control File System.
  356. [ 3.535474] raid6: neonx8 gen() 3711 MB/s
  357. [ 3.536095] systemd[130]: sys-kernel-config.mount: Failed to connect stdout to the journal socket, ignoring: Connection refused
  358. [ 3.541292] systemd[131]: systemd-udev-trigger.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  359. [ 3.546481] systemd[1]: Mounted Kernel Configuration File System.
  360. [ 3.603189] raid6: neonx8 xor() 2765 MB/s
  361. [ 3.671192] raid6: neonx4 gen() 3981 MB/s
  362. [ 3.677916] systemd[1]: Finished Coldplug All udev Devices.
  363. [ 3.739180] raid6: neonx4 xor() 2799 MB/s
  364. [ 3.807192] raid6: neonx2 gen() 3440 MB/s
  365. [ 3.875181] raid6: neonx2 xor() 2489 MB/s
  366. [ 3.943178] raid6: neonx1 gen() 2691 MB/s
  367. [ 4.011177] raid6: neonx1 xor() 2044 MB/s
  368. [ 4.079198] raid6: int64x8 gen() 2543 MB/s
  369. [ 4.147173] raid6: int64x8 xor() 1414 MB/s
  370. [ 4.215172] raid6: int64x4 gen() 2770 MB/s
  371. [ 4.283184] raid6: int64x4 xor() 1414 MB/s
  372. [ 4.351174] raid6: int64x2 gen() 2524 MB/s
  373. [ 4.419175] raid6: int64x2 xor() 1335 MB/s
  374. [ 4.487164] raid6: int64x1 gen() 1822 MB/s
  375. [ 4.553574] systemd-fsck[124]: fsck terminated by signal PIPE.
  376. [ 4.555195] raid6: int64x1 xor() 992 MB/s
  377. [ 4.556815] raid6: using algorithm neonx4 gen() 3981 MB/s
  378. [ 4.557067] systemd[1]: systemd-fsck-root.service: Main process exited, code=exited, status=1/FAILURE
  379. [ 4.558294] raid6: .... xor() 2799 MB/s, rmw enabled
  380. [ 4.558299] raid6: using neon recovery algorithm
  381. [ 4.560233] systemd[1]: systemd-fsck-root.service: Failed with result 'exit-code'.
  382. [ 4.565101] systemd[1]: Failed to start File System Check on Root Device.
  383. [ 4.567721] xor: measuring software checksum speed
  384. [ 4.569288] 8regs : 6339 MB/sec
  385. [ 4.572647] 32regs : 7329 MB/sec
  386. [ 4.574468] systemd[1]: systemd-fsck-root.service: Triggering OnFailure= dependencies.
  387. [ 4.575932] arm64_neon : 3009 MB/sec
  388. [ 4.576918] systemd[1]: systemd-fsck-root.service: Consumed 1.071s CPU time.
  389. [ 4.577484] xor: using function: 32regs (7329 MB/sec)
  390. [ 4.579468] systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
  391. [ 4.582168] systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
  392. [ 4.586252] systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
  393. [ 4.595595] systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
  394. [ 4.600576] systemd[1]: Reached target Timer Units.
  395. [ 4.607418] systemd[1]: Started Fake Hardware Clock.
  396. [ 4.607845] systemd[132]: fake-hwclock.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  397. [ 4.613250] systemd[1]: Reached target Login Prompts.
  398. [ 4.619324] systemd[1]: Starting Remount Root and Kernel File Systems...
  399. [ 4.619701] systemd[133]: systemd-remount-fs.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  400. [ 4.623710] Btrfs loaded, crc32c=crc32c-generic, zoned=no
  401. [ 4.625026] systemd-modules-load[125]: Inserted module 'btrfs'
  402. [ 4.629478] systemd[1]: Reached target Socket Units.
  403. [ 4.635353] systemd[1]: Started Emergency Shell.
  404. [ 4.639316] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none.
  405. [ 4.639331] systemd[1]: Reached target Emergency Mode.
  406. [ 4.648170] systemd[1]: Finished Load Kernel Modules.
  407. [ 4.653425] systemd[137]: fake-hwclock.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  408. [ 4.654045] systemd[1]: Finished Remount Root and Kernel File Systems.
  409. [ 4.659421] systemd[1]: fake-hwclock.service: Deactivated successfully.
  410. [ 4.663615] systemd[1]: Activating swap /swapfile...
  411. [ 4.664054] systemd[138]: swapfile.swap: Failed to connect stdout to the journal socket, ignoring: Connection refused
  412. [ 4.668743] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
  413. [ 4.672276] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
  414. [ 4.677297] Adding 4194300k swap on /swapfile. Priority:-2 extents:9 across:6987772k FS
  415. [ 4.677806] systemd[1]: Starting Flush Journal to Persistent Storage...
  416. [ 4.678110] systemd[139]: systemd-journal-flush.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  417. [ 4.688800] systemd[1]: Starting Load/Save Random Seed...
  418. [ 4.689164] systemd[140]: systemd-random-seed.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  419. [ 4.697382] systemd[1]: Starting Apply Kernel Variables...
  420. [ 4.697958] systemd[141]: systemd-sysctl.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  421. [ 4.704793] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
  422. [ 4.710212] systemd[1]: Starting Create Static Device Nodes in /dev...
  423. [ 4.710526] systemd[142]: systemd-tmpfiles-setup-dev.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  424. [ 4.719602] systemd[1]: Starting Record System Boot/Shutdown in UTMP...
  425. [ 4.720158] systemd[143]: systemd-update-utmp.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  426. [ 4.728091] systemd[1]: Activated swap /swapfile.
  427. [ 4.735556] systemd[1]: systemd-journal-flush.service: Main process exited, code=exited, status=1/FAILURE
  428. [ 4.738333] systemd[1]: systemd-journal-flush.service: Failed with result 'exit-code'.
  429. [ 4.740827] systemd[1]: Failed to start Flush Journal to Persistent Storage.
  430. [ 4.747988] systemd[1]: Finished Apply Kernel Variables.
  431. [ 4.757629] systemd[1]: Reached target Swaps.
  432. [ 4.762810] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
  433. [ 4.766706] systemd[1]: Mounting Temporary Directory /tmp...
  434. [ 4.767378] systemd[145]: tmp.mount: Failed to connect stdout to the journal socket, ignoring: Connection refused
  435. [ 4.773993] systemd[1]: Finished Record System Boot/Shutdown in UTMP.
  436. [ 4.780242] systemd[1]: Mounted Temporary Directory /tmp.
  437. [ 4.789530] systemd[1]: Starting Record Runlevel Change in UTMP...
  438. [ 4.789899] systemd[146]: systemd-update-utmp-runlevel.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  439. [ 4.808661] systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully.
  440. [ 4.811004] systemd[1]: Finished Record Runlevel Change in UTMP.
  441. [ 4.857270] systemd[1]: Finished Create Static Device Nodes in /dev.
  442. [ 4.861933] systemd[1]: Reached target Preparation for Local File Systems.
  443. [ 4.867097] systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
  444. [ 4.874703] systemd[1]: Starting Rule-based Manager for Device Events and Files...
  445. [ 4.875125] systemd[147]: systemd-udevd.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  446. [ 4.969222] systemd[1]: Started Rule-based Manager for Device Events and Files.
  447. [ 5.101184] mc: Linux media interface: v0.10
  448. [ 5.118941] videodev: Linux video capture interface: v2.00
  449. [ 5.137409] checking generic (3e2cb000 7f8000) vs hw (0 ffffffffffffffff)
  450. [ 5.137428] fb0: switching to vc4drmfb from simple
  451. [ 5.140285] Console: switching to colour dummy device 80x25
  452. [ 5.140743] raspberrypi-firmware soc:firmware: Request 0x00030066 returned status 0x80000001
  453. [ 5.140767] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
  454. [ 5.140789] vc4-drm gpu: [drm] Couldn't stop firmware display driver: -22
  455. [ 5.140975] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  456. [ 5.142622] rpivid feb10000.codec: Device registered as /dev/video19
  457. [ 5.145099] raspberrypi-firmware soc:firmware: Request 0x00030066 returned status 0x80000001
  458. [ 5.145141] vc4-drm gpu: [drm] Couldn't stop firmware display driver: -22
  459. [ 5.145273] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  460. [ 5.151713] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  461. [ 5.155148] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  462. [ 5.155212] [vc_sm_connected_init]: start
  463. [ 5.156073] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  464. [ 5.163988] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  465. [ 5.164214] [vc_sm_connected_init]: installed successfully
  466. [ 5.164367] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  467. [ 5.166748] raspberrypi-firmware soc:firmware: Request 0x00030066 returned status 0x80000001
  468. [ 5.166803] vc4-drm gpu: [drm] Couldn't stop firmware display driver: -22
  469. [ 5.166930] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  470. [ 5.168393] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  471. [ 5.169794] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  472. [ 5.172828] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  473. [ 5.173369] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  474. [ 5.176725] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
  475. [ 5.179730] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  476. [ 5.180358] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
  477. [ 5.180680] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
  478. [ 5.180921] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
  479. [ 5.183480] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
  480. [ 5.183529] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  481. [ 5.183543] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  482. [ 5.183557] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  483. [ 5.183569] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  484. [ 5.183731] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
  485. [ 5.186128] raspberrypi-firmware soc:firmware: Request 0x00030066 returned status 0x80000001
  486. [ 5.186172] vc4-drm gpu: [drm] Couldn't stop firmware display driver: -22
  487. [ 5.186338] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  488. [ 5.187515] bcm2835_audio bcm2835_audio: card created with 8 channels
  489. [ 5.194460] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
  490. [ 5.194789] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
  491. [ 5.196932] raspberrypi-firmware soc:firmware: Request 0x00030066 returned status 0x80000001
  492. [ 5.196971] vc4-drm gpu: [drm] Couldn't stop firmware display driver: -22
  493. [ 5.197104] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  494. [ 5.199674] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  495. [ 5.199758] Registered IR keymap rc-cec
  496. [ 5.199838] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
  497. [ 5.199941] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input1
  498. [ 5.200028] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  499. [ 5.200400] vc4_hdmi fef00700.hdmi: Could not register sound card: -517
  500. [ 5.204784] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  501. [ 5.204828] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  502. [ 5.207477] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  503. [ 5.207528] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  504. [ 5.209577] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
  505. [ 5.209622] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
  506. [ 5.238629] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 1
  507. [ 5.262951] raspberrypi-firmware soc:firmware: Request 0x00030066 returned status 0x80000001
  508. [ 5.262991] vc4-drm gpu: [drm] Couldn't stop firmware display driver: -22
  509. [ 5.263128] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  510. [ 5.275862] Registered IR keymap rc-cec
  511. [ 5.275999] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
  512. [ 5.276129] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input2
  513. [ 5.276679] vc4_hdmi fef00700.hdmi: Could not register sound card: -517
  514. [ 5.285605] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  515. [ 5.295295] ------------[ cut here ]------------
  516. [ 5.295325] WARNING: CPU: 3 PID: 171 at crypto/rsa-pkcs1pad.c:540 pkcs1pad_verify+0x150/0x180
  517. [ 5.295350] Modules linked in: cfg80211(+) v3d gpu_sched rfkill raspberrypi_hwmon i2c_brcmstb bcm2835_v4l2(C) bcm2835_isp(C) bcm2835_codec(C) snd_bcm2835(C) bcm2835_mmal_vchiq(C) videobuf2_vmalloc vc_sm_cma(C) rpivid_hevc(C) v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common vc4 videodev cec mc drm_kms_helper snd_soc_core snd_compress snd_pcm_dmaengine snd_pcm snd_timer snd syscopyarea sysfillrect sysimgblt fb_sys_fops uio_pdrv_genirq uio nvmem_rmem sch_fq_codel btrfs xor xor_neon zstd_compress raid6_pq fuse drm drm_panel_orientation_quirks backlight ipv6
  518. [ 5.295479] CPU: 3 PID: 171 Comm: systemd-udevd Tainted: G C 5.14.4-v8+ #3
  519. [ 5.295490] Hardware name: Raspberry Pi 4 Model B Rev 1.1 (DT)
  520. [ 5.295497] pstate: 00000005 (nzcv daif -PAN -UAO -TCO BTYPE=--)
  521. [ 5.295505] pc : pkcs1pad_verify+0x150/0x180
  522. [ 5.295514] lr : public_key_verify_signature+0x204/0x360
  523. [ 5.295523] sp : ffffffc0129636d0
  524. [ 5.295529] x29: ffffffc0129636d0 x28: ffffffc011477fa0 x27: 000000001f030000
  525. [ 5.295543] x26: ffffffc0091cf950 x25: 000000000000010e x24: ffffff8042e8e800
  526. [ 5.295555] x23: ffffff8047042900 x22: ffffff8042e8fa00 x21: ffffffc012963788
  527. [ 5.295568] x20: ffffff8048772e80 x19: ffffff8042e8fa00 x18: 0000000000000002
  528. [ 5.295580] x17: 0000000000000001 x16: 0000b66685e7f402 x15: ffffffc010c01078
  529. [ 5.295592] x14: 0000000000000004 x13: ffffff8042e8e7ff x12: ffffffc01066beac
  530. [ 5.295604] x11: 0000000000000007 x10: 0000000000000100 x9 : ffffffc0105ea294
  531. [ 5.295616] x8 : 0000000000000000 x7 : 0000000000000002 x6 : 0000000000000002
  532. [ 5.295628] x5 : 0000000000000000 x4 : fffffffe012192c0 x3 : 0000000000000600
  533. [ 5.295639] x2 : ffffff8047042900 x1 : 0000000000000000 x0 : 0000000000000000
  534. [ 5.295651] Call trace:
  535. [ 5.295656] pkcs1pad_verify+0x150/0x180
  536. [ 5.295664] public_key_verify_signature+0x204/0x360
  537. [ 5.295672] x509_check_for_self_signed+0xf0/0x190
  538. [ 5.295681] x509_cert_parse+0x16c/0x1f0
  539. [ 5.295688] x509_key_preparse+0x30/0x1b0
  540. [ 5.295696] asymmetric_key_preparse+0x6c/0xb0
  541. [ 5.295703] key_create_or_update+0x190/0x450
  542. [ 5.295712] regulatory_init+0x188/0x27c [cfg80211]
  543. [ 5.295867] cfg80211_init+0x80/0xe8 [cfg80211]
  544. [ 5.295951] do_one_initcall+0x50/0x2c0
  545. [ 5.295962] do_init_module+0x60/0x290
  546. [ 5.295969] load_module+0x1f10/0x23c0
  547. [ 5.295976] __do_sys_finit_module+0xb8/0x100
  548. [ 5.295982] __arm64_sys_finit_module+0x2c/0x40
  549. [ 5.295989] invoke_syscall+0x50/0x120
  550. [ 5.295998] el0_svc_common+0x108/0x130
  551. [ 5.296006] do_el0_svc+0x34/0xa0
  552. [ 5.296014] el0_svc+0x2c/0x60
  553. [ 5.296024] el0t_64_sync_handler+0x1a4/0x1b0
  554. [ 5.296030] el0t_64_sync+0x198/0x19c
  555. [ 5.296038] ---[ end trace fa1f1e36ee979d3a ]---
  556. [ 5.296056] cfg80211: Problem loading in-kernel X.509 certificate (-22)
  557. [ 5.303008] ------------[ cut here ]------------
  558. [ 5.303040] WARNING: CPU: 3 PID: 37 at crypto/rsa-pkcs1pad.c:540 pkcs1pad_verify+0x150/0x180
  559. [ 5.303064] Modules linked in: brcmutil cfg80211 v3d gpu_sched rfkill raspberrypi_hwmon i2c_brcmstb bcm2835_v4l2(C) bcm2835_isp(C) bcm2835_codec(C) snd_bcm2835(C) bcm2835_mmal_vchiq(C) videobuf2_vmalloc vc_sm_cma(C) rpivid_hevc(C) v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common vc4 videodev cec mc drm_kms_helper snd_soc_core snd_compress snd_pcm_dmaengine snd_pcm snd_timer snd syscopyarea sysfillrect sysimgblt fb_sys_fops uio_pdrv_genirq uio nvmem_rmem sch_fq_codel btrfs xor xor_neon zstd_compress raid6_pq fuse drm drm_panel_orientation_quirks backlight ipv6
  560. [ 5.303190] CPU: 3 PID: 37 Comm: kworker/3:1 Tainted: G WC 5.14.4-v8+ #3
  561. [ 5.303200] Hardware name: Raspberry Pi 4 Model B Rev 1.1 (DT)
  562. [ 5.303208] Workqueue: events request_firmware_work_func
  563. [ 5.303227] pstate: 00000005 (nzcv daif -PAN -UAO -TCO BTYPE=--)
  564. [ 5.303236] pc : pkcs1pad_verify+0x150/0x180
  565. [ 5.303244] lr : public_key_verify_signature+0x204/0x360
  566. [ 5.303253] sp : ffffffc0117c3970
  567. [ 5.303258] x29: ffffffc0117c3970 x28: 000000000000004f x27: ffffffc010c114d8
  568. [ 5.303271] x26: 0000000000000002 x25: 000000000000010e x24: ffffff80448a1800
  569. [ 5.303284] x23: ffffff8047042d00 x22: ffffff80448a1a00 x21: ffffffc0117c3a28
  570. [ 5.303295] x20: ffffff8048ada580 x19: ffffff80448a1a00 x18: 0000000000000002
  571. [ 5.303307] x17: 0000000000000001 x16: 0000000000000001 x15: ffffffc010c01078
  572. [ 5.303319] x14: 0000000000000004 x13: ffffff80448a17ff x12: ffffffc01066beac
  573. [ 5.303331] x11: 0000000000000007 x10: 0000000000000100 x9 : ffffffc0105ea294
  574. [ 5.303342] x8 : 0000000000000000 x7 : 0000000000000002 x6 : 0000000000000002
  575. [ 5.303354] x5 : 0000000000000000 x4 : fffffffe011c1080 x3 : 0000000000000600
  576. [ 5.303365] x2 : ffffff8047042d00 x1 : 0000000000000000 x0 : 0000000000000000
  577. [ 5.303377] Call trace:
  578. [ 5.303382] pkcs1pad_verify+0x150/0x180
  579. [ 5.303390] public_key_verify_signature+0x204/0x360
  580. [ 5.303398] x509_check_for_self_signed+0xf0/0x190
  581. [ 5.303406] x509_cert_parse+0x16c/0x1f0
  582. [ 5.303414] pkcs7_extract_cert+0x48/0x90
  583. [ 5.303421] asn1_ber_decoder+0x4d0/0x920
  584. [ 5.303431] pkcs7_parse_message+0xd4/0x1a0
  585. [ 5.303439] verify_pkcs7_signature+0x4c/0xb0
  586. [ 5.303447] valid_regdb+0xe4/0x240 [cfg80211]
  587. [ 5.303589] regdb_fw_cb+0x38/0x120 [cfg80211]
  588. [ 5.303661] request_firmware_work_func+0x5c/0xb0
  589. [ 5.303672] process_one_work+0x1d8/0x4a0
  590. [ 5.303681] worker_thread+0x144/0x470
  591. [ 5.303688] kthread+0x144/0x160
  592. [ 5.303697] ret_from_fork+0x10/0x18
  593. [ 5.303706] ---[ end trace fa1f1e36ee979d3b ]---
  594. [ 5.303875] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
  595. [ 5.322122] raspberrypi-firmware soc:firmware: Request 0x00030066 returned status 0x80000001
  596. [ 5.322167] vc4-drm gpu: [drm] Couldn't stop firmware display driver: -22
  597. [ 5.322297] brcmfmac: F1 signature read @0x18000000=0x15264345
  598. [ 5.325407] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  599. [ 5.326435] Registered IR keymap rc-cec
  600. [ 5.326550] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
  601. [ 5.326650] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input3
  602. [ 5.327104] vc4_hdmi fef00700.hdmi: Could not register sound card: -517
  603. [ 5.335665] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  604. [ 5.336710] usbcore: registered new interface driver brcmfmac
  605. [ 5.347493] systemd[1]: Found device Samsung_SSD_860_EVO_1TB 1.
  606. [ 5.351474] systemd[217]: systemd-fsck@dev-sda1.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  607. [ 5.351523] systemd[1]: Starting File System Check on /dev/sda1...
  608. [ 5.388547] raspberrypi-firmware soc:firmware: Request 0x00030066 returned status 0x80000001
  609. [ 5.388603] vc4-drm gpu: [drm] Couldn't stop firmware display driver: -22
  610. [ 5.388787] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  611. [ 5.409579] Registered IR keymap rc-cec
  612. [ 5.409779] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
  613. [ 5.409935] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input4
  614. [ 5.410713] vc4_hdmi fef00700.hdmi: Could not register sound card: -517
  615. [ 5.440700] systemd[1]: Reached target Sound Card.
  616. [ 5.474775] raspberrypi-firmware soc:firmware: Request 0x00030066 returned status 0x80000001
  617. [ 5.474832] vc4-drm gpu: [drm] Couldn't stop firmware display driver: -22
  618. [ 5.474978] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
  619. [ 5.489481] Registered IR keymap rc-cec
  620. [ 5.489625] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
  621. [ 5.489728] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input5
  622. [ 5.492225] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
  623. [ 5.494252] Registered IR keymap rc-cec
  624. [ 5.494471] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
  625. [ 5.494566] random: crng init done
  626. [ 5.494576] random: 7 urandom warning(s) missed due to ratelimiting
  627. [ 5.494731] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input6
  628. [ 5.501656] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
  629. [ 5.502035] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
  630. [ 5.502312] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
  631. [ 5.502617] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
  632. [ 5.502879] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
  633. [ 5.503097] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
  634. [ 5.503405] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
  635. [ 5.511441] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
  636. [ 5.512462] systemd[1]: Finished Load/Save Random Seed.
  637. [ 5.512983] systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
  638. [ 5.541886] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0
  639. [ 5.542049] ------------[ cut here ]------------
  640. [ 5.542062] WARNING: CPU: 0 PID: 7 at drivers/gpu/drm/vc4/vc4_hdmi_regs.h:420 vc4_hdmi_read+0xd4/0x140 [vc4]
  641. [ 5.542114] Modules linked in: snd_soc_hdmi_codec brcmfmac brcmutil cfg80211 v3d gpu_sched rfkill raspberrypi_hwmon i2c_brcmstb bcm2835_v4l2(C) bcm2835_isp(C) bcm2835_codec(C) snd_bcm2835(C) bcm2835_mmal_vchiq(C) videobuf2_vmalloc vc_sm_cma(C) rpivid_hevc(C) v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common vc4 videodev cec mc drm_kms_helper snd_soc_core snd_compress snd_pcm_dmaengine snd_pcm snd_timer snd syscopyarea sysfillrect sysimgblt fb_sys_fops uio_pdrv_genirq uio nvmem_rmem sch_fq_codel btrfs xor xor_neon zstd_compress raid6_pq fuse drm drm_panel_orientation_quirks backlight ipv6
  642. [ 5.542241] CPU: 0 PID: 7 Comm: kworker/u8:0 Tainted: G WC 5.14.4-v8+ #3
  643. [ 5.542252] Hardware name: Raspberry Pi 4 Model B Rev 1.1 (DT)
  644. [ 5.542260] Workqueue: events_unbound deferred_probe_work_func
  645. [ 5.542279] pstate: 40000005 (nZcv daif -PAN -UAO -TCO BTYPE=--)
  646. [ 5.542288] pc : vc4_hdmi_read+0xd4/0x140 [vc4]
  647. [ 5.542318] lr : vc4_hdmi_connector_detect+0x58/0x160 [vc4]
  648. [ 5.542346] sp : ffffffc0116bb6c0
  649. [ 5.542352] x29: ffffffc0116bb6c0 x28: 0000000000000010 x27: 0000000000001e00
  650. [ 5.542366] x26: 0000000000001e00 x25: 0000000000000001 x24: 0000000000000003
  651. [ 5.542379] x23: 0000000000000000 x22: ffffffc0090b2940 x21: ffffff8043821080
  652. [ 5.542391] x20: ffffff80401ca800 x19: ffffff8043821588 x18: ffffffc0916bb717
  653. [ 5.542404] x17: 0000000000000001 x16: 00000150a0f854f0 x15: 0005506418c5cf2c
  654. [ 5.542416] x14: ffffffc010ba9088 x13: 000000000000020b x12: 000000000000020b
  655. [ 5.542428] x11: 0000000000055064 x10: 00000000000019c0 x9 : ffffffc010b7343c
  656. [ 5.542440] x8 : ffffff804024d620 x7 : 0000000000000001 x6 : ffffffc011359000
  657. [ 5.542452] x5 : ffffffc011359238 x4 : 0000000000000002 x3 : ffffffc0090b2ff8
  658. [ 5.542463] x2 : 0000000000000080 x1 : 0000000000000028 x0 : ffffff8043821080
  659. [ 5.542475] Call trace:
  660. [ 5.542481] vc4_hdmi_read+0xd4/0x140 [vc4]
  661. [ 5.542510] vc4_hdmi_connector_detect+0x58/0x160 [vc4]
  662. [ 5.542538] drm_helper_probe_detect+0xb8/0xf0 [drm_kms_helper]
  663. [ 5.542611] drm_helper_probe_single_connector_modes+0x620/0x7a0 [drm_kms_helper]
  664. [ 5.542657] drm_client_modeset_probe+0x23c/0x10a0 [drm]
  665. [ 5.542778] __drm_fb_helper_initial_config_and_unlock+0x4c/0x510 [drm_kms_helper]
  666. [ 5.542828] drm_fbdev_client_hotplug+0x150/0x230 [drm_kms_helper]
  667. [ 5.542873] drm_fbdev_generic_setup+0xc0/0x1a0 [drm_kms_helper]
  668. [ 5.542916] vc4_drm_bind+0x298/0x2e0 [vc4]
  669. [ 5.542946] try_to_bring_up_master+0x16c/0x1e0
  670. [ 5.542961] component_master_add_with_match+0xc0/0x110
  671. [ 5.542972] vc4_platform_drm_probe+0xc0/0x100 [vc4]
  672. [ 5.543000] platform_probe+0x74/0xf0
  673. [ 5.543008] really_probe.part.0+0xa4/0x310
  674. [ 5.543017] __driver_probe_device+0xa0/0x150
  675. [ 5.543026] driver_probe_device+0xd0/0x170
  676. [ 5.543034] __device_attach_driver+0xc0/0x130
  677. [ 5.543043] bus_for_each_drv+0x84/0xe0
  678. [ 5.543051] __device_attach+0xe4/0x190
  679. [ 5.543059] device_initial_probe+0x20/0x30
  680. [ 5.543068] bus_probe_device+0xa4/0xb0
  681. [ 5.543076] deferred_probe_work_func+0x90/0xd0
  682. [ 5.543085] process_one_work+0x1d8/0x4a0
  683. [ 5.543095] worker_thread+0x144/0x470
  684. [ 5.543103] kthread+0x144/0x160
  685. [ 5.543112] ret_from_fork+0x10/0x18
  686. [ 5.543121] ---[ end trace fa1f1e36ee979d3c ]---
  687. [ 5.551439] systemd[1]: Finished File System Check on /dev/sda1.
  688. [ 5.552590] systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
  689. [ 5.553335] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  690. [ 5.553427] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  691. [ 5.554656] systemd[1]: Mounting /boot...
  692. [ 5.555131] systemd[254]: boot.mount: Failed to connect stdout to the journal socket, ignoring: Connection refused
  693. [ 5.562176] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2
  694. [ 5.565774] systemd[1]: Mounted /boot.
  695. [ 5.566237] systemd[1]: Reached target Local File Systems.
  696. [ 5.566587] systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
  697. [ 5.573079] systemd[1]: Starting Create /run/postgresql for postgresql db service...
  698. [ 5.573441] systemd[255]: pre-postgresql.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  699. [ 5.578060] systemd[1]: Starting Set Up Additional Binary Formats...
  700. [ 5.578414] systemd[256]: systemd-binfmt.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  701. [ 5.578693] systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).
  702. [ 5.578889] systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
  703. [ 5.579249] systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
  704. [ 5.582929] systemd[1]: Starting Load/Save RF Kill Switch Status...
  705. [ 5.583033] systemd[257]: systemd-rfkill.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  706. [ 5.592232] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 256 (systemd-binfmt)
  707. [ 5.594875] systemd[1]: Mounting Arbitrary Executable File Formats File System...
  708. [ 5.595462] systemd[259]: proc-sys-fs-binfmt_misc.mount: Failed to connect stdout to the journal socket, ignoring: Connection refused
  709. [ 5.607628] vc4-drm gpu: [drm] The core clock cannot reach frequencies high enough to support 4k @ 60Hz.
  710. [ 5.607660] vc4-drm gpu: [drm] Please change your config.txt file to add hdmi_enable_4kp60.
  711. [ 5.609132] systemd[1]: pre-postgresql.service: Deactivated successfully.
  712. [ 5.609750] systemd[1]: Finished Create /run/postgresql for postgresql db service.
  713. [ 5.610539] systemd[1]: Started Load/Save RF Kill Switch Status.
  714. [ 5.611119] systemd[1]: Mounted Arbitrary Executable File Formats File System.
  715. [ 5.613521] systemd[1]: Finished Set Up Additional Binary Formats.
  716. [ 5.634821] Console: switching to colour frame buffer device 240x67
  717. [ 5.658584] vc4-drm gpu: [drm] fb0: vc4 frame buffer device
  718. [ 5.659062] systemd[1]: Startup finished in 2.905s (kernel) + 2.750s (userspace) = 5.655s.
  719. [ 5.676184] systemd[135]: emergency.service: Executable /bin/plymouth missing, skipping: No such file or directory
  720. [ 10.618743] systemd[1]: systemd-rfkill.service: Deactivated successfully.
  721. [ 31.711234] cam-dummy-reg: disabling
  722. [ 31.711333] cam1-reg: disabling
  723. [ 208.108274] systemd[1]: Reloading.
  724. [ 208.400206] systemd[1]: sysinit.target: Found ordering cycle on systemd-tmpfiles-setup.service/start
  725. [ 208.400282] systemd[1]: sysinit.target: Found dependency on systemd-journald.service/start
  726. [ 208.400329] systemd[1]: sysinit.target: Found dependency on fake-hwclock.service/start
  727. [ 208.400373] systemd[1]: sysinit.target: Found dependency on fake-hwclock.timer/start
  728. [ 208.400416] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
  729. [ 208.400459] systemd[1]: sysinit.target: Job systemd-tmpfiles-setup.service/start deleted to break ordering cycle starting with sysinit.target/start
  730. [ 208.400543] systemd[1]: sysinit.target: Found ordering cycle on systemd-journald.service/start
  731. [ 208.400591] systemd[1]: sysinit.target: Found dependency on fake-hwclock.service/start
  732. [ 208.400634] systemd[1]: sysinit.target: Found dependency on fake-hwclock.timer/start
  733. [ 208.400677] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
  734. [ 208.400719] systemd[1]: sysinit.target: Job systemd-journald.service/start deleted to break ordering cycle starting with sysinit.target/start
  735. [ 208.403958] systemd[1]: emergency.service: Deactivated successfully.
  736. [ 208.404507] systemd[1]: Stopped Emergency Shell.
  737. [ 208.405093] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  738. [ 208.405314] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  739. [ 208.405428] systemd[1]: Stopped target Emergency Mode.
  740. [ 208.405525] systemd[1]: Stopped target Sound Card.
  741. [ 208.406080] systemd[1]: Listening on Journal Socket.
  742. [ 208.406266] systemd[1]: systemd-rfkill.socket: Deactivated successfully.
  743. [ 208.406436] systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
  744. [ 208.408516] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
  745. [ 208.410069] systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
  746. [ 208.411918] systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
  747. [ 208.415683] systemd[1]: Starting Load Kernel Module configfs...
  748. [ 208.419925] systemd[1]: Starting Load Kernel Module drm...
  749. [ 208.424326] systemd[1]: Starting Load Kernel Module fuse...
  750. [ 208.426308] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
  751. [ 208.428115] systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
  752. [ 208.429715] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
  753. [ 208.431546] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
  754. [ 208.433229] systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).
  755. [ 208.436925] systemd[1]: Starting Flush Journal to Persistent Storage...
  756. [ 208.438747] systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
  757. [ 208.440725] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
  758. [ 208.442929] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
  759. [ 208.444927] systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
  760. [ 208.448222] systemd[1]: modprobe@configfs.service: Deactivated successfully.
  761. [ 208.450296] systemd[1]: Finished Load Kernel Module configfs.
  762. [ 208.452692] systemd[1]: modprobe@drm.service: Deactivated successfully.
  763. [ 208.454660] systemd[1]: Finished Load Kernel Module drm.
  764. [ 208.457059] systemd[1]: modprobe@fuse.service: Deactivated successfully.
  765. [ 208.459024] systemd[1]: Finished Load Kernel Module fuse.
  766. [ 208.460920] systemd[1]: systemd-journal-flush.service: Main process exited, code=exited, status=1/FAILURE
  767. [ 208.462852] systemd[1]: systemd-journal-flush.service: Failed with result 'exit-code'.
  768. [ 208.464917] systemd[1]: Failed to start Flush Journal to Persistent Storage.
  769. [ 208.466875] systemd[1]: systemd-journald.service: Found ordering cycle on fake-hwclock.service/start
  770. [ 208.468450] systemd[1]: systemd-journald.service: Found dependency on fake-hwclock.timer/start
  771. [ 208.469999] systemd[1]: systemd-journald.service: Found dependency on sysinit.target/start
  772. [ 208.471592] systemd[1]: systemd-journald.service: Found dependency on systemd-journald.service/start
  773. [ 208.473105] systemd[1]: systemd-journald.service: Unable to break cycle starting with systemd-journald.service/start
  774. [ 208.474619] systemd[1]: Requested transaction contains an unfixable cyclic ordering dependency: Transaction order is cyclic. See system logs for details.
  775. [ 208.476168] systemd[1]: systemd-journald.socket: Failed to queue service startup job (Maybe the service file is missing or not a non-template unit?): Transaction order is cyclic. See system logs for details.
  776. [ 208.477866] systemd[1]: systemd-journald.socket: Failed with result 'resources'.
  777. [ 208.480073] systemd[1]: Reached target System Initialization.
  778. [ 208.481749] systemd[1]: Started Update fake hardware clock time.
  779. [ 208.483368] systemd[1]: Started Daily Cleanup of Temporary Directories.
  780. [ 208.485336] systemd[1]: Listening on D-Bus System Message Bus Socket.
  781. [ 208.489008] systemd[1]: Started Fake Hardware Clock.
  782. [ 208.489304] systemd[285]: fake-hwclock.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  783. [ 208.493833] systemd[1]: Starting Create /run/postgresql for postgresql db service...
  784. [ 208.494119] systemd[286]: pre-postgresql.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  785. [ 208.498452] systemd[287]: fake-hwclock.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  786. [ 208.503543] systemd[1]: fake-hwclock.service: Deactivated successfully.
  787. [ 208.506529] systemd[1]: pre-postgresql.service: Deactivated successfully.
  788. [ 208.508834] systemd[1]: Finished Create /run/postgresql for postgresql db service.
  789. [ 208.510894] systemd[1]: Reached target Basic System.
  790. [ 208.514945] systemd[1]: Started chargekeeper server.
  791. [ 208.519503] systemd[1]: Started D-Bus System Message Bus.
  792. [ 208.519819] systemd[289]: dbus.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  793. [ 208.529738] systemd[1]: Starting Cron Daemon...
  794. [ 208.530334] systemd[290]: dcron.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  795. [ 208.534481] systemd[1]: Started domeneshop.no DDNS updater.
  796. [ 208.542016] systemd[1]: Started Mosquitto MQTT Broker daemon.
  797. [ 208.542494] systemd[293]: mosquitto.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  798. [ 208.546733] systemd[1]: Started closet light status tracker.
  799. [ 208.552058] systemd[1]: Started livingroom light manager.
  800. [ 208.557300] systemd[1]: Started OpenNTP Daemon.
  801. [ 208.557749] systemd[296]: ntpd.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  802. [ 208.562823] systemd[1]: Starting PostgreSQL database server...
  803. [ 208.567627] systemd[1]: Starting OpenSSH server daemon...
  804. [ 208.568301] systemd[298]: sshd.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  805. [ 208.573044] systemd[1]: Starting Static network service...
  806. [ 208.579732] systemd[1]: Started Syncthing - Open Source Continuous File Synchronization for e.
  807. [ 208.581837] systemd[300]: static-network.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  808. [ 208.591578] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
  809. [ 208.593823] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  810. [ 208.593965] systemd[1]: Starting User Login Management...
  811. [ 208.596249] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  812. [ 208.611876] systemd[1]: Starting Permit User Sessions...
  813. [ 208.613198] systemd[304]: systemd-user-sessions.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  814. [ 208.617063] systemd[1]: Started closet light manager.
  815. [ 208.617502] systemd[305]: temp_outside.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  816. [ 208.622403] systemd[1]: Started zigbee2mqtt gateway.
  817. [ 208.627753] systemd[1]: Started Cron Daemon.
  818. [ 208.632237] systemd[1]: Started OpenSSH server daemon.
  819. [ 208.632729] systemd[307]: sshd.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  820. [ 208.637843] systemd[308]: static-network.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  821. [ 208.639392] systemd[1]: Finished Permit User Sessions.
  822. [ 208.644636] systemd[288]: chargekeeperserver.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  823. [ 208.645573] systemd[294]: klk_status_watcher.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  824. [ 208.647614] systemd[291]: ip_update.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  825. [ 208.650743] systemd[295]: livingroom_lights.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  826. [ 208.658427] systemd[1]: Finished Static network service.
  827. [ 208.662062] systemd[302]: syncthing@e.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
  828. [ 208.669259] systemd[1]: Listening on Journal Socket.
  829. [ 208.674062] systemd[1]: Started Getty on tty1.
  830. [ 208.680692] systemd[1]: Starting Journal Service...
  831. [ 208.684035] systemd[1]: klk_status_watcher.service: Main process exited, code=exited, status=127/n/a
  832. [ 208.687285] systemd[1]: klk_status_watcher.service: Failed with result 'exit-code'.
  833. [ 208.783777] systemd[1]: Started User Login Management.
  834. [ 208.811412] systemd[1]: klk_status_watcher.service: Scheduled restart job, restart counter is at 1.
  835. [ 208.814026] systemd[1]: Stopped closet light status tracker.
  836. [ 208.819216] systemd[1]: Started closet light status tracker.
  837. [ 208.830343] systemd[1]: klk_status_watcher.service: Main process exited, code=exited, status=127/n/a
  838. [ 208.833422] systemd[1]: klk_status_watcher.service: Failed with result 'exit-code'.
  839. [ 208.934398] systemd[1]: Started Journal Service.
  840. [ 209.082453] systemd-journald[312]: Oldest entry in /run/log/journal/a3869784cd07f9a8fa0fcbd65d8bb25c/system.journal is older than the configured file retention duration (1month), suggesting rotation.
  841. [ 209.084634] systemd-journald[312]: /run/log/journal/a3869784cd07f9a8fa0fcbd65d8bb25c/system.journal: Journal header limits reached or header out-of-date, rotating.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement