Advertisement
Guest User

info

a guest
Aug 17th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.41 KB | None | 0 0
  1. dm[salva@fedora ~]$ dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  3. [ 0.000000] Linux version 5.18.17-200.fc36.aarch64 (mockbuild@buildvm-a64-05.iad2.fedoraproject.org) (gcc (GCC) 12.1.1 20220507 (Red Hat 12.1.1-1), GNU ld version 2.37-27.fc36) #1 SMP PREEMPT_DYNAMIC Thu Aug 11 13:58:26 UTC 2022
  4. [ 0.000000] Machine model: Radxa Zero
  5. [ 0.000000] efi: EFI v2.90 by Das U-Boot
  6. [ 0.000000] efi: RTPROP=0xeff29040 SMBIOS=0xeff28000 MOKvar=0xefdf5000 RNG=0xefdd7040 MEMRESERVE=0xefdd6040
  7. [ 0.000000] efi: seeding entropy pool
  8. [ 0.000000] random: crng init done
  9. [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000df000000, size 256 MiB
  10. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  11. [ 0.000000] NUMA: No NUMA configuration found
  12. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000f4ffffff]
  13. [ 0.000000] NUMA: NODE_DATA [mem 0xf3fab6c0-0xf3fc1fff]
  14. [ 0.000000] Zone ranges:
  15. [ 0.000000] DMA [mem 0x0000000000000000-0x00000000f4ffffff]
  16. [ 0.000000] DMA32 empty
  17. [ 0.000000] Normal empty
  18. [ 0.000000] Device empty
  19. [ 0.000000] Movable zone start for each node
  20. [ 0.000000] Early memory node ranges
  21. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000004ffffff]
  22. [ 0.000000] node 0: [mem 0x0000000005000000-0x00000000052fffff]
  23. [ 0.000000] node 0: [mem 0x0000000005300000-0x00000000efdd6fff]
  24. [ 0.000000] node 0: [mem 0x00000000efdd7000-0x00000000efdd7fff]
  25. [ 0.000000] node 0: [mem 0x00000000efdd8000-0x00000000efdf4fff]
  26. [ 0.000000] node 0: [mem 0x00000000efdf5000-0x00000000efdf5fff]
  27. [ 0.000000] node 0: [mem 0x00000000efdf6000-0x00000000efe3dfff]
  28. [ 0.000000] node 0: [mem 0x00000000efe3e000-0x00000000efe3efff]
  29. [ 0.000000] node 0: [mem 0x00000000efe3f000-0x00000000eff27fff]
  30. [ 0.000000] node 0: [mem 0x00000000eff28000-0x00000000eff2bfff]
  31. [ 0.000000] node 0: [mem 0x00000000eff2c000-0x00000000eff2cfff]
  32. [ 0.000000] node 0: [mem 0x00000000eff2d000-0x00000000eff30fff]
  33. [ 0.000000] node 0: [mem 0x00000000eff31000-0x00000000f2f4ffff]
  34. [ 0.000000] node 0: [mem 0x00000000f2f50000-0x00000000f2f5ffff]
  35. [ 0.000000] node 0: [mem 0x00000000f2f60000-0x00000000f4806fff]
  36. [ 0.000000] node 0: [mem 0x00000000f4807000-0x00000000f4ffffff]
  37. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000f4ffffff]
  38. [ 0.000000] On node 0, zone DMA: 12288 pages in unavailable ranges
  39. [ 0.000000] psci: probing for conduit method from DT.
  40. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  41. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  42. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  43. [ 0.000000] psci: SMC Calling Convention v1.1
  44. [ 0.000000] percpu: Embedded 31 pages/cpu s88744 r8192 d30040 u126976
  45. [ 0.000000] pcpu-alloc: s88744 r8192 d30040 u126976 alloc=31*4096
  46. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  47. [ 0.000000] Detected VIPT I-cache on CPU0
  48. [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
  49. [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
  50. [ 0.000000] CPU features: detected: ARM erratum 845719
  51. [ 0.000000] Fallback order for Node 0: 0
  52. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 987840
  53. [ 0.000000] Policy zone: DMA
  54. [ 0.000000] Kernel command line: BOOT_IMAGE=(hd0,msdos2)/vmlinuz-5.18.17-200.fc36.aarch64 root=UUID=4658eb3d-7732-4c05-88b3-0a5e521bdd84 ro rootflags=subvol=root rhgb quiet
  55. [ 0.000000] Unknown kernel command line parameters "rhgb BOOT_IMAGE=(hd0,msdos2)/vmlinuz-5.18.17-200.fc36.aarch64", will be passed to user space.
  56. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  57. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  58. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  59. [ 0.000000] Memory: 3576272K/4014080K available (16384K kernel code, 4350K rwdata, 13172K rodata, 7360K init, 10809K bss, 175664K reserved, 262144K cma-reserved)
  60. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  61. [ 0.000000] ftrace: allocating 55941 entries in 219 pages
  62. [ 0.000000] ftrace: allocated 219 pages with 6 groups
  63. [ 0.000000] trace event string verifier disabled
  64. [ 0.000000] Dynamic Preempt: voluntary
  65. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  66. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4096 to nr_cpu_ids=4.
  67. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  68. [ 0.000000] Rude variant of Tasks RCU enabled.
  69. [ 0.000000] Tracing variant of Tasks RCU enabled.
  70. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  71. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  72. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  73. [ 0.000000] Root IRQ handler: gic_handle_irq
  74. [ 0.000000] GIC: Using split EOI/Deactivate mode
  75. [ 0.000000] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
  76. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  77. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  78. [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  79. [ 0.000391] Console: colour dummy device 80x25
  80. [ 0.000437] printk: console [tty0] enabled
  81. [ 0.000553] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  82. [ 0.000568] pid_max: default: 32768 minimum: 301
  83. [ 0.000714] LSM: Security Framework initializing
  84. [ 0.000767] Yama: becoming mindful.
  85. [ 0.000797] SELinux: Initializing.
  86. [ 0.000912] LSM support for eBPF active
  87. [ 0.000921] landlock: Up and running.
  88. [ 0.001051] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  89. [ 0.001076] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  90. [ 0.003149] cblist_init_generic: Setting adjustable number of callback queues.
  91. [ 0.003167] cblist_init_generic: Setting shift to 2 and lim to 1.
  92. [ 0.003292] cblist_init_generic: Setting shift to 2 and lim to 1.
  93. [ 0.003391] cblist_init_generic: Setting shift to 2 and lim to 1.
  94. [ 0.003625] rcu: Hierarchical SRCU implementation.
  95. [ 0.007087] Remapping and enabling EFI services.
  96. [ 0.007802] smp: Bringing up secondary CPUs ...
  97. [ 0.008602] Detected VIPT I-cache on CPU1
  98. [ 0.008686] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  99. [ 0.009595] Detected VIPT I-cache on CPU2
  100. [ 0.009650] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  101. [ 0.010529] Detected VIPT I-cache on CPU3
  102. [ 0.010580] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  103. [ 0.010696] smp: Brought up 1 node, 4 CPUs
  104. [ 0.010709] SMP: Total of 4 processors activated.
  105. [ 0.010714] CPU features: detected: 32-bit EL0 Support
  106. [ 0.010718] CPU features: detected: 32-bit EL1 Support
  107. [ 0.010724] CPU features: detected: CRC32 instructions
  108. [ 0.010870] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
  109. [ 0.014191] CPU: All CPU(s) started at EL2
  110. [ 0.014233] alternatives: patching kernel code
  111. [ 0.016754] devtmpfs: initialized
  112. [ 0.032438] Registered cp15_barrier emulation handler
  113. [ 0.032468] Registered setend emulation handler
  114. [ 0.032479] KASLR enabled
  115. [ 0.032685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  116. [ 0.032708] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  117. [ 0.039786] pinctrl core: initialized pinctrl subsystem
  118. [ 0.040953] SMBIOS 3.0 present.
  119. [ 0.040978] DMI: Unknown Unknown Product/Unknown Product, BIOS 2022.01-armbian 01/01/2022
  120. [ 0.041565] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  121. [ 0.046636] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
  122. [ 0.046952] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  123. [ 0.047321] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  124. [ 0.047443] audit: initializing netlink subsys (disabled)
  125. [ 0.047752] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
  126. [ 0.049493] thermal_sys: Registered thermal governor 'fair_share'
  127. [ 0.049501] thermal_sys: Registered thermal governor 'step_wise'
  128. [ 0.049506] thermal_sys: Registered thermal governor 'user_space'
  129. [ 0.050152] cpuidle: using governor menu
  130. [ 0.050369] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  131. [ 0.050516] ASID allocator initialised with 32768 entries
  132. [ 0.051040] Serial: AMBA PL011 UART driver
  133. [ 0.077086] platform ff900000.vpu: Fixing up cyclic dependency with ff600000.hdmi-tx
  134. [ 0.086049] platform hdmi-connector: Fixing up cyclic dependency with ff600000.hdmi-tx
  135. [ 0.101930] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  136. [ 0.101950] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  137. [ 0.101956] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  138. [ 0.101961] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  139. [ 0.102740] cryptd: max_cpu_qlen set to 1000
  140. [ 0.103632] raid6: skipped pq benchmark and selected neonx8
  141. [ 0.103641] raid6: using neon recovery algorithm
  142. [ 0.104182] ACPI: Interpreter disabled.
  143. [ 0.106273] iommu: Default domain type: Translated
  144. [ 0.106284] iommu: DMA domain TLB invalidation policy: lazy mode
  145. [ 0.106857] SCSI subsystem initialized
  146. [ 0.107067] libata version 3.00 loaded.
  147. [ 0.107314] usbcore: registered new interface driver usbfs
  148. [ 0.107357] usbcore: registered new interface driver hub
  149. [ 0.107394] usbcore: registered new device driver usb
  150. [ 0.107778] pps_core: LinuxPPS API ver. 1 registered
  151. [ 0.107783] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  152. [ 0.107798] PTP clock support registered
  153. [ 0.108042] EDAC MC: Ver: 3.0.0
  154. [ 0.109262] Registered efivars operations
  155. [ 0.110796] NetLabel: Initializing
  156. [ 0.110809] NetLabel: domain hash size = 128
  157. [ 0.110814] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  158. [ 0.110878] NetLabel: unlabeled traffic allowed by default
  159. [ 0.110895] mctp: management component transport protocol core
  160. [ 0.110900] NET: Registered PF_MCTP protocol family
  161. [ 0.111185] vgaarb: loaded
  162. [ 0.111710] clocksource: Switched to clocksource arch_sys_counter
  163. [ 0.216943] VFS: Disk quotas dquot_6.6.0
  164. [ 0.217015] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  165. [ 0.217400] pnp: PnP ACPI: disabled
  166. [ 0.226054] NET: Registered PF_INET protocol family
  167. [ 0.226321] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
  168. [ 0.228451] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  169. [ 0.228506] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  170. [ 0.228530] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  171. [ 0.228807] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  172. [ 0.229204] TCP: Hash tables configured (established 32768 bind 32768)
  173. [ 0.229503] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
  174. [ 0.229623] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  175. [ 0.229703] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  176. [ 0.229964] NET: Registered PF_UNIX/PF_LOCAL protocol family
  177. [ 0.230004] NET: Registered PF_XDP protocol family
  178. [ 0.230017] PCI: CLS 0 bytes, default 64
  179. [ 0.230749] Trying to unpack rootfs image as initramfs...
  180. [ 0.255851] kvm [1]: IPA Size Limit: 40 bits
  181. [ 0.274961] kvm [1]: vgic interrupt IRQ9
  182. [ 0.275215] kvm [1]: Hyp mode initialized successfully
  183. [ 0.277390] Initialise system trusted keyrings
  184. [ 0.277453] Key type blacklist registered
  185. [ 0.277759] workingset: timestamp_bits=37 max_order=20 bucket_order=0
  186. [ 0.287377] zbud: loaded
  187. [ 0.291632] integrity: Platform Keyring initialized
  188. [ 0.291676] integrity: Machine keyring initialized
  189. [ 0.326938] NET: Registered PF_ALG protocol family
  190. [ 0.326970] xor: measuring software checksum speed
  191. [ 0.330885] 8regs : 2517 MB/sec
  192. [ 0.334902] 32regs : 2518 MB/sec
  193. [ 0.339701] arm64_neon : 2060 MB/sec
  194. [ 0.339710] xor: using function: 32regs (2518 MB/sec)
  195. [ 0.339727] Key type asymmetric registered
  196. [ 0.339734] Asymmetric key parser 'x509' registered
  197. [ 1.540898] Freeing initrd memory: 30908K
  198. [ 1.560815] alg: self-tests for CTR-KDF (hmac(sha256)) passed
  199. [ 1.560939] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
  200. [ 1.561114] io scheduler mq-deadline registered
  201. [ 1.561122] io scheduler kyber registered
  202. [ 1.561324] io scheduler bfq registered
  203. [ 1.566828] atomic64_test: passed
  204. [ 1.569641] irq_meson_gpio: 100 to 8 gpio interrupt mux initialized
  205. [ 1.598530] soc soc0: Amlogic Meson G12A (S905Y2) Revision 28:b (30:2) Detected
  206. [ 1.602799] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  207. [ 1.612504] ff803000.serial: ttyAML0 at MMIO 0xff803000 (irq = 21, base_baud = 1500000) is a meson_uart
  208. [ 1.612647] printk: console [ttyAML0] enabled
  209. [ 1.613483] ffd24000.serial: ttyAML6 at MMIO 0xffd24000 (irq = 26, base_baud = 1500000) is a meson_uart
  210. [ 1.613640] serial serial0: tty port ttyAML6 registered
  211. [ 1.614306] msm_serial: driver initialized
  212. [ 1.621822] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  213. [ 1.621856] ehci-pci: EHCI PCI platform driver
  214. [ 1.622055] usbcore: registered new interface driver usbserial_generic
  215. [ 1.622080] usbserial: USB Serial support registered for generic
  216. [ 1.622264] mousedev: PS/2 mouse device common for all mice
  217. [ 1.625001] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
  218. [ 1.625117] device-mapper: uevent: version 1.0.3
  219. [ 1.625477] device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com
  220. [ 1.627336] ledtrig-cpu: registered to indicate activity on CPUs
  221. [ 1.629504] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
  222. [ 1.632764] fbcon: Deferring console take-over
  223. [ 1.632784] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
  224. [ 1.633095] meson-sm: secure-monitor enabled
  225. [ 1.634213] hid: raw HID events driver (C) Jiri Kosina
  226. [ 1.634442] usbcore: registered new interface driver usbhid
  227. [ 1.634448] usbhid: USB HID core driver
  228. [ 1.637848] drop_monitor: Initializing network drop monitor service
  229. [ 1.736507] Initializing XFRM netlink socket
  230. [ 1.737213] NET: Registered PF_INET6 protocol family
  231. [ 1.756289] Segment Routing with IPv6
  232. [ 1.756309] RPL Segment Routing with IPv6
  233. [ 1.756359] In-situ OAM (IOAM) with IPv6
  234. [ 1.756444] mip6: Mobile IPv6
  235. [ 1.756453] NET: Registered PF_PACKET protocol family
  236. [ 1.757820] registered taskstats version 1
  237. [ 1.758273] Loading compiled-in X.509 certificates
  238. [ 1.888831] Loaded X.509 cert 'Fedora kernel signing key: c4d7154d34b47fc2a7af15947a8416a7c74208c0'
  239. [ 1.889919] zswap: loaded using pool lzo/zbud
  240. [ 1.890256] page_owner is disabled
  241. [ 1.890506] Key type ._fscrypt registered
  242. [ 1.890512] Key type .fscrypt registered
  243. [ 1.890516] Key type fscrypt-provisioning registered
  244. [ 1.892568] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
  245. [ 1.892678] Key type big_key registered
  246. [ 1.893405] Key type encrypted registered
  247. [ 1.893612] ima: secureboot mode disabled
  248. [ 1.893625] ima: No TPM chip found, activating TPM-bypass!
  249. [ 1.893638] Loading compiled-in module X.509 certificates
  250. [ 1.896248] Loaded X.509 cert 'Fedora kernel signing key: c4d7154d34b47fc2a7af15947a8416a7c74208c0'
  251. [ 1.896262] ima: Allocated hash algorithm: sha256
  252. [ 1.896312] ima: No architecture policies found
  253. [ 1.896420] evm: Initialising EVM extended attributes:
  254. [ 1.896424] evm: security.selinux
  255. [ 1.896429] evm: security.SMACK64 (disabled)
  256. [ 1.896433] evm: security.SMACK64EXEC (disabled)
  257. [ 1.896437] evm: security.SMACK64TRANSMUTE (disabled)
  258. [ 1.896441] evm: security.SMACK64MMAP (disabled)
  259. [ 1.896444] evm: security.apparmor (disabled)
  260. [ 1.896448] evm: security.ima
  261. [ 1.896452] evm: security.capability
  262. [ 1.896455] evm: HMAC attrs: 0x1
  263. [ 1.937544] alg: No test for 842 (842-scomp)
  264. [ 1.937689] alg: No test for 842 (842-generic)
  265. [ 2.545202] Freeing unused kernel memory: 7360K
  266. [ 2.634220] Checked W+X mappings: passed, no W+X pages found
  267. [ 2.634248] rodata_test: all tests were successful
  268. [ 2.634281] Run /init as init process
  269. [ 2.634288] with arguments:
  270. [ 2.634294] /init
  271. [ 2.634298] rhgb
  272. [ 2.634302] with environment:
  273. [ 2.634306] HOME=/
  274. [ 2.634310] TERM=linux
  275. [ 2.634314] BOOT_IMAGE=(hd0,msdos2)/vmlinuz-5.18.17-200.fc36.aarch64
  276. [ 2.658220] systemd[1]: System time before build time, advancing clock.
  277. [ 2.674467] systemd[1]: systemd v250.8-1.fc36 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)
  278. [ 2.675743] systemd[1]: Detected architecture arm64.
  279. [ 2.675761] systemd[1]: Running in initial RAM disk.
  280. [ 2.675977] systemd[1]: No hostname configured, using default hostname.
  281. [ 2.676437] systemd[1]: Hostname set to <fedora>.
  282. [ 2.978078] systemd[1]: Failed to link BPF program. Assuming BPF is not available
  283. [ 3.291677] systemd[1]: Queued start job for default target initrd.target.
  284. [ 3.292804] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
  285. [ 3.293236] systemd[1]: Reached target local-fs.target - Local File Systems.
  286. [ 3.293341] systemd[1]: Reached target slices.target - Slice Units.
  287. [ 3.293425] systemd[1]: Reached target swap.target - Swaps.
  288. [ 3.293493] systemd[1]: Reached target timers.target - Timer Units.
  289. [ 3.294103] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
  290. [ 3.294970] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
  291. [ 3.295601] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
  292. [ 3.296199] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
  293. [ 3.296854] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
  294. [ 3.297305] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
  295. [ 3.297378] systemd[1]: Reached target sockets.target - Socket Units.
  296. [ 3.304301] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
  297. [ 3.304696] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because all trigger condition checks failed.
  298. [ 3.314064] systemd[1]: Starting systemd-journald.service - Journal Service...
  299. [ 3.320224] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
  300. [ 3.325838] systemd[1]: Starting systemd-sysusers.service - Create System Users...
  301. [ 3.331908] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
  302. [ 3.340845] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
  303. [ 3.402678] systemd[1]: Finished systemd-sysusers.service - Create System Users.
  304. [ 3.402976] audit: type=1130 audit(1657756800.740:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  305. [ 3.409084] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
  306. [ 3.436408] systemd[1]: Started systemd-journald.service - Journal Service.
  307. [ 3.439742] audit: type=1130 audit(1657756800.770:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  308. [ 3.450451] audit: type=1130 audit(1657756800.780:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  309. [ 3.491768] audit: type=1130 audit(1657756800.820:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  310. [ 3.524384] fuse: init (API version 7.36)
  311. [ 3.560069] audit: type=1130 audit(1657756800.890:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  312. [ 3.597739] audit: type=1130 audit(1657756800.930:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  313. [ 3.648605] audit: type=1130 audit(1657756800.980:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  314. [ 3.742346] audit: type=1130 audit(1657756801.080:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  315. [ 4.042955] audit: type=1130 audit(1657756801.380:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  316. [ 4.941152] meson-vrtc ff8000a8.rtc: registered as rtc0
  317. [ 4.941206] meson-vrtc ff8000a8.rtc: setting system clock to 1970-01-01T00:00:04 UTC (4)
  318. [ 5.063749] kauditd_printk_skb: 6 callbacks suppressed
  319. [ 5.063767] audit: type=1130 audit(1657756802.403:17): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  320. [ 5.070142] fbcon: Taking over console
  321. [ 5.099356] Console: switching to colour frame buffer device 240x67
  322. [ 5.111007] meson-gx-mmc ffe03000.sd: allocated mmc-pwrseq
  323. [ 5.111534] meson-gx-mmc ffe05000.sd: Got CD GPIO
  324. [ 5.122436] meson-gx-mmc ffe07000.mmc: allocated mmc-pwrseq
  325. [ 5.205954] mmc1: new high speed SDXC card at address aaaa
  326. [ 5.256867] panfrost ffe40000.gpu: clock rate = 24000000
  327. [ 5.256995] panfrost ffe40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
  328. [ 5.262191] mmc2: new HS200 MMC card at address 0001
  329. [ 5.288634] panfrost ffe40000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0
  330. [ 5.288662] panfrost ffe40000.gpu: features: 00000000,000017f7, issues: 00000000,00000400
  331. [ 5.288671] panfrost ffe40000.gpu: Features: L2:0x07100206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7
  332. [ 5.288681] panfrost ffe40000.gpu: shader_present=0x1 l2_present=0x1
  333. [ 5.301186] [drm] Initialized panfrost 1.2.0 20180908 for ffe40000.gpu on minor 1
  334. [ 5.315778] dwc3-meson-g12a ffe09000.usb: USB2 ports: 2
  335. [ 5.315855] dwc3-meson-g12a ffe09000.usb: USB3 ports: 1
  336. [ 5.334030] meson-drm ff900000.vpu: Queued 1 outputs on vpu
  337. [ 5.343907] mmc0: new ultra high speed SDR50 SDIO card at address 0001
  338. [ 5.449049] mmcblk1: mmc1:aaaa SC128 119 GiB
  339. [ 5.455107] mmcblk1: p1 p2 p3
  340. [ 5.462320] mmcblk2: mmc2:0001 SPeMMC 29.0 GiB
  341. [ 5.487046] mmcblk2: p1
  342. [ 5.489842] dwc2 ff400000.usb: supply vusb_d not found, using dummy regulator
  343. [ 5.490193] dwc2 ff400000.usb: supply vusb_a not found, using dummy regulator
  344. [ 5.490654] dwc2 ff400000.usb: EPs: 7, dedicated fifos, 712 entries in SPRAM
  345. [ 5.496174] mmcblk2boot0: mmc2:0001 SPeMMC 4.00 MiB
  346. [ 5.499584] mmcblk2boot1: mmc2:0001 SPeMMC 4.00 MiB
  347. [ 5.505803] mmcblk2rpmb: mmc2:0001 SPeMMC 4.00 MiB, chardev (508:0)
  348. [ 5.544146] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  349. [ 5.544543] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
  350. [ 5.544740] xhci-hcd xhci-hcd.1.auto: hcc params 0x0228fe6c hci version 0x110 quirks 0x0000000000010010
  351. [ 5.544824] xhci-hcd xhci-hcd.1.auto: irq 35, io mem 0xff500000
  352. [ 5.545175] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  353. [ 5.545519] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
  354. [ 5.545553] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
  355. [ 5.545801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
  356. [ 5.545814] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  357. [ 5.545821] usb usb1: Product: xHCI Host Controller
  358. [ 5.545828] usb usb1: Manufacturer: Linux 5.18.17-200.fc36.aarch64 xhci-hcd
  359. [ 5.545834] usb usb1: SerialNumber: xhci-hcd.1.auto
  360. [ 5.546622] hub 1-0:1.0: USB hub found
  361. [ 5.546689] hub 1-0:1.0: 2 ports detected
  362. [ 5.557371] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  363. [ 5.557929] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
  364. [ 5.557950] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  365. [ 5.557958] usb usb2: Product: xHCI Host Controller
  366. [ 5.557964] usb usb2: Manufacturer: Linux 5.18.17-200.fc36.aarch64 xhci-hcd
  367. [ 5.557976] usb usb2: SerialNumber: xhci-hcd.1.auto
  368. [ 5.565108] hub 2-0:1.0: USB hub found
  369. [ 5.565205] hub 2-0:1.0: 1 port detected
  370. [ 5.772802] BTRFS: device label fedora_fedora devid 1 transid 431 /dev/mmcblk1p3 scanned by systemd-udevd (326)
  371. [ 5.831828] usb 1-1: new high-speed USB device number 2 using xhci-hcd
  372. [ 5.898914] audit: type=1130 audit(1657756803.233:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  373. [ 6.012921] audit: type=1130 audit(1657756803.353:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  374. [ 6.020583] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.55
  375. [ 6.020612] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  376. [ 6.020620] usb 1-1: Product: USB2.1 Hub
  377. [ 6.020627] usb 1-1: Manufacturer: GenesysLogic
  378. [ 6.058135] hub 1-1:1.0: USB hub found
  379. [ 6.058464] hub 1-1:1.0: 4 ports detected
  380. [ 6.091473] BTRFS info (device mmcblk1p3): flagging fs with big metadata feature
  381. [ 6.091513] BTRFS info (device mmcblk1p3): using free space tree
  382. [ 6.091520] BTRFS info (device mmcblk1p3): has skinny extents
  383. [ 6.118996] BTRFS info (device mmcblk1p3): enabling ssd optimizations
  384. [ 6.119024] BTRFS info (device mmcblk1p3): start tree-log replay
  385. [ 6.401763] usb 1-1.2: new high-speed USB device number 3 using xhci-hcd
  386. [ 6.555858] usb 1-1.2: New USB device found, idVendor=05e3, idProduct=0751, bcdDevice=14.04
  387. [ 6.555889] usb 1-1.2: New USB device strings: Mfr=3, Product=4, SerialNumber=0
  388. [ 6.555897] usb 1-1.2: Product: USB Storage
  389. [ 6.555904] usb 1-1.2: Manufacturer: USB Storage
  390. [ 6.585237] usb-storage 1-1.2:1.0: USB Mass Storage device detected
  391. [ 6.586115] scsi host0: usb-storage 1-1.2:1.0
  392. [ 6.586774] usbcore: registered new interface driver usb-storage
  393. [ 6.596185] usbcore: registered new interface driver uas
  394. [ 6.681827] usb 1-1.4: new full-speed USB device number 4 using xhci-hcd
  395. [ 6.844210] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.00
  396. [ 6.844238] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  397. [ 6.844246] usb 1-1.4: Product: USB Receiver
  398. [ 6.844253] usb 1-1.4: Manufacturer: Logitech
  399. [ 6.924393] input: Logitech USB Receiver as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C534.0001/input/input0
  400. [ 6.992821] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-xhci-hcd.1.auto-1.4/input0
  401. [ 6.997371] input: Logitech USB Receiver Mouse as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C534.0002/input/input1
  402. [ 6.997953] input: Logitech USB Receiver Consumer Control as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C534.0002/input/input2
  403. [ 7.062341] input: Logitech USB Receiver System Control as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C534.0002/input/input3
  404. [ 7.062946] hid-generic 0003:046D:C534.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-xhci-hcd.1.auto-1.4/input1
  405. [ 7.146647] audit: type=1334 audit(1657756804.483:20): prog-id=24 op=LOAD
  406. [ 7.146789] audit: type=1334 audit(1657756804.483:21): prog-id=0 op=UNLOAD
  407. [ 7.147220] audit: type=1334 audit(1657756804.483:22): prog-id=25 op=LOAD
  408. [ 7.147480] audit: type=1334 audit(1657756804.483:23): prog-id=26 op=LOAD
  409. [ 7.147601] audit: type=1334 audit(1657756804.483:24): prog-id=0 op=UNLOAD
  410. [ 7.147673] audit: type=1334 audit(1657756804.483:25): prog-id=0 op=UNLOAD
  411. [ 7.153070] audit: type=1334 audit(1657756804.493:26): prog-id=27 op=LOAD
  412. [ 7.562114] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-xhci-hcd.1.auto-1.4/input0
  413. [ 7.593173] scsi 0:0:0:0: Direct-Access Generic STORAGE DEVICE 1404 PQ: 0 ANSI: 6
  414. [ 7.594086] sd 0:0:0:0: Attached scsi generic sg0 type 0
  415. [ 7.801280] sd 0:0:0:0: [sda] Media removed, stopped polling
  416. [ 7.804083] sd 0:0:0:0: [sda] Attached SCSI removable disk
  417. [ 7.873830] logitech-djreceiver 0003:046D:C534.0002: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-xhci-hcd.1.auto-1.4/input1
  418. [ 7.943884] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1
  419. [ 7.945878] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
  420. [ 7.958161] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input6
  421. [ 7.959169] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-xhci-hcd.1.auto-1.4/input1:1
  422. [ 7.960905] input: Logitech Wireless Mouse PID:4058 Mouse as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C534.0002/0003:046D:4058.0004/input/input11
  423. [ 7.965308] hid-generic 0003:046D:4058.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4058] on usb-xhci-hcd.1.auto-1.4/input1:2
  424. [ 8.450471] input: Logitech Wireless Keyboard PID:4023 as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input15
  425. [ 8.451411] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-xhci-hcd.1.auto-1.4/input1:1
  426. [ 8.558131] input: Logitech Wireless Mouse as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C534.0002/0003:046D:4058.0004/input/input16
  427. [ 8.558670] logitech-hidpp-device 0003:046D:4058.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-xhci-hcd.1.auto-1.4/input1:2
  428. [ 9.377860] systemd-journald[215]: Received SIGTERM from PID 1 (systemd).
  429. [ 10.349167] kauditd_printk_skb: 27 callbacks suppressed
  430. [ 10.349183] audit: type=1404 audit(1657756807.683:54): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
  431. [ 10.650850] SELinux: policy capability network_peer_controls=1
  432. [ 10.650881] SELinux: policy capability open_perms=1
  433. [ 10.650886] SELinux: policy capability extended_socket_class=1
  434. [ 10.650890] SELinux: policy capability always_check_network=0
  435. [ 10.650893] SELinux: policy capability cgroup_seclabel=1
  436. [ 10.650898] SELinux: policy capability nnp_nosuid_transition=1
  437. [ 10.650901] SELinux: policy capability genfs_seclabel_symlinks=1
  438. [ 10.650905] SELinux: policy capability ioctl_skip_cloexec=0
  439. [ 10.955490] audit: type=1403 audit(1657756808.293:55): auid=4294967295 ses=4294967295 lsm=selinux res=1
  440. [ 10.964363] systemd[1]: Successfully loaded SELinux policy in 616.279ms.
  441. [ 11.002741] systemd[1]: RTC configured in localtime, applying delta of -240 minutes to system time.
  442. [ 11.320994] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 306.697ms.
  443. [ 11.347836] systemd[1]: systemd v250.8-1.fc36 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)
  444. [ 11.349011] systemd[1]: Detected architecture arm64.
  445. [ 11.371430] audit: type=1334 audit(1657771208.694:56): prog-id=30 op=LOAD
  446. [ 11.371463] audit: type=1334 audit(1657771208.694:57): prog-id=0 op=UNLOAD
  447. [ 11.371589] audit: type=1334 audit(1657771208.694:58): prog-id=31 op=LOAD
  448. [ 11.371606] audit: type=1334 audit(1657771208.694:59): prog-id=0 op=UNLOAD
  449. [ 11.403451] audit: type=1334 audit(1657771208.734:60): prog-id=32 op=LOAD
  450. [ 11.403485] audit: type=1334 audit(1657771208.734:61): prog-id=0 op=UNLOAD
  451. [ 11.403976] audit: type=1334 audit(1657771208.734:62): prog-id=33 op=LOAD
  452. [ 11.403996] audit: type=1334 audit(1657771208.734:63): prog-id=0 op=UNLOAD
  453. [ 11.696329] systemd[1]: Failed to link BPF program. Assuming BPF is not available
  454. [ 13.288914] zram: Added device: zram0
  455. [ 14.391623] systemd[1]: initrd-switch-root.service: Deactivated successfully.
  456. [ 14.392726] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
  457. [ 14.396140] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
  458. [ 14.398548] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
  459. [ 14.401868] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
  460. [ 14.405067] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
  461. [ 14.408290] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
  462. [ 14.411563] systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.
  463. [ 14.414923] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
  464. [ 14.418313] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
  465. [ 14.421027] systemd[1]: Created slice user.slice - User and Session Slice.
  466. [ 14.423810] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of a failed condition check (ConditionPathExists=!/run/plymouth/pid).
  467. [ 14.425400] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
  468. [ 14.430703] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
  469. [ 14.436041] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
  470. [ 14.440933] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
  471. [ 14.445865] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
  472. [ 14.450755] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
  473. [ 14.455778] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
  474. [ 14.460910] systemd[1]: Reached target slices.target - Slice Units.
  475. [ 14.466970] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
  476. [ 14.477489] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
  477. [ 14.492483] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
  478. [ 14.507235] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
  479. [ 14.509491] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
  480. [ 14.520888] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
  481. [ 14.534741] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
  482. [ 14.538236] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
  483. [ 14.548050] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
  484. [ 14.560908] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
  485. [ 14.573784] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
  486. [ 14.586887] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
  487. [ 14.600643] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
  488. [ 14.602570] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of a failed condition check (ConditionPathExists=/etc/krb5.keytab).
  489. [ 14.617313] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
  490. [ 14.633667] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
  491. [ 14.647472] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
  492. [ 14.658844] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
  493. [ 14.672154] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
  494. [ 14.699251] systemd[1]: Starting nfs-convert.service - Preprocess NFS configuration convertion...
  495. [ 14.700128] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
  496. [ 14.700875] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
  497. [ 14.703463] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
  498. [ 14.704315] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
  499. [ 14.709034] systemd[1]: Stopped systemd-journald.service - Journal Service.
  500. [ 14.736794] systemd[1]: Starting systemd-journald.service - Journal Service...
  501. [ 14.750552] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
  502. [ 14.765017] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
  503. [ 14.777404] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
  504. [ 14.779108] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because all trigger condition checks failed.
  505. [ 14.791621] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
  506. [ 14.823556] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
  507. [ 14.829976] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
  508. [ 14.831466] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
  509. [ 14.842637] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
  510. [ 14.851783] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
  511. [ 14.853941] BTRFS info (device mmcblk1p3: state M): use zstd compression, level 1
  512. [ 14.853989] BTRFS info (device mmcblk1p3: state M): using free space tree
  513. [ 14.857470] systemd[1]: modprobe@configfs.service: Deactivated successfully.
  514. [ 14.858975] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
  515. [ 14.869219] systemd[1]: modprobe@drm.service: Deactivated successfully.
  516. [ 14.870914] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
  517. [ 14.879124] systemd[1]: modprobe@fuse.service: Deactivated successfully.
  518. [ 14.881665] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
  519. [ 14.889994] systemd[1]: nfs-convert.service: Deactivated successfully.
  520. [ 14.891617] systemd[1]: Finished nfs-convert.service - Preprocess NFS configuration convertion.
  521. [ 14.919595] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
  522. [ 14.929865] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line.
  523. [ 14.938953] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
  524. [ 14.972758] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
  525. [ 14.992656] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
  526. [ 14.995530] systemd[1]: iscsi-onboot.service - Special handling of early boot iSCSI sessions was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/class/iscsi_session).
  527. [ 14.996048] systemd[1]: ostree-remount.service - OSTree Remount OS/ Bind Mounts was skipped because of a failed condition check (ConditionKernelCommandLine=ostree).
  528. [ 14.996794] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
  529. [ 15.016558] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
  530. [ 15.024057] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
  531. [ 15.034952] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
  532. [ 15.041062] systemd[1]: systemd-sysusers.service - Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
  533. [ 15.052416] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
  534. [ 15.064867] systemd[1]: Started systemd-journald.service - Journal Service.
  535. [ 15.171260] systemd-journald[531]: Received client request to flush runtime journal.
  536. [ 15.196494] systemd-journald[531]: File /var/log/journal/50b854e64f2d4e19a86af67cbb640a9f/system.journal corrupted or uncleanly shut down, renaming and replacing.
  537. [ 15.472831] kauditd_printk_skb: 63 callbacks suppressed
  538. [ 15.472850] audit: type=1130 audit(1657771212.804:125): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  539. [ 15.480628] audit: type=1334 audit(1657771212.804:126): prog-id=53 op=LOAD
  540. [ 15.481264] audit: type=1334 audit(1657771212.804:127): prog-id=54 op=LOAD
  541. [ 15.481536] audit: type=1334 audit(1657771212.804:128): prog-id=55 op=LOAD
  542. [ 15.481678] audit: type=1334 audit(1657771212.804:129): prog-id=0 op=UNLOAD
  543. [ 15.487886] audit: type=1334 audit(1657771212.814:130): prog-id=0 op=UNLOAD
  544. [ 15.623203] audit: type=1130 audit(1657771212.954:131): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  545. [ 15.991148] audit: type=1130 audit(1657771213.314:132): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  546. [ 16.090802] audit: type=1130 audit(1657771213.414:133): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  547. [ 16.613404] audit: type=1130 audit(1657771213.944:134): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  548. [ 16.978997] mc: Linux media interface: v0.10
  549. [ 17.209689] videodev: Linux video capture interface: v2.00
  550. [ 17.248799] debugfs: Directory 'ff800280.cec' with parent 'regmap' already present!
  551. [ 17.252436] Registered IR keymap rc-cec
  552. [ 17.279041] rc rc0: meson_g12a_ao_cec as /devices/platform/soc/ff800000.bus/ff800280.cec/rc/rc0
  553. [ 17.326157] input: meson_g12a_ao_cec as /devices/platform/soc/ff800000.bus/ff800280.cec/rc/rc0/input17
  554. [ 17.608079] meson_vdec: module is from the staging directory, the quality is unknown, you have been warned.
  555. [ 17.747492] zram0: detected capacity change from 0 to 7751680
  556. [ 17.858533] Bluetooth: Core ver 2.22
  557. [ 17.858771] NET: Registered PF_BLUETOOTH protocol family
  558. [ 17.858782] Bluetooth: HCI device and connection manager initialized
  559. [ 17.858803] Bluetooth: HCI socket layer initialized
  560. [ 17.858812] Bluetooth: L2CAP socket layer initialized
  561. [ 17.858862] Bluetooth: SCO socket layer initialized
  562. [ 18.000373] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  563. [ 18.002592] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  564. [ 18.008375] Adding 3875836k swap on /dev/zram0. Priority:100 extents:1 across:3875836k SSDscFS
  565. [ 18.252668] Bluetooth: HCI UART driver ver 2.3
  566. [ 18.252699] Bluetooth: HCI UART protocol H4 registered
  567. [ 18.252702] Bluetooth: HCI UART protocol BCSP registered
  568. [ 18.252804] Bluetooth: HCI UART protocol LL registered
  569. [ 18.252809] Bluetooth: HCI UART protocol ATH3K registered
  570. [ 18.252851] Bluetooth: HCI UART protocol Three-wire (H5) registered
  571. [ 18.253198] Bluetooth: HCI UART protocol Intel registered
  572. [ 18.253564] Bluetooth: HCI UART protocol Broadcom registered
  573. [ 18.253623] Bluetooth: HCI UART protocol QCA registered
  574. [ 18.253629] Bluetooth: HCI UART protocol AG6XX registered
  575. [ 18.253663] Bluetooth: HCI UART protocol Marvell registered
  576. [ 18.253792] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
  577. [ 18.254223] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
  578. [ 18.492643] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
  579. [ 18.497969] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.radxa,zero.bin failed with error -2
  580. [ 18.522082] usbcore: registered new interface driver brcmfmac
  581. [ 18.527851] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.radxa,zero.txt failed with error -2
  582. [ 18.662956] Bluetooth: hci0: BCM: chip id 130
  583. [ 18.663305] Bluetooth: hci0: BCM: features 0x0f
  584. [ 18.664861] Bluetooth: hci0: BCM4345C5
  585. [ 18.664889] Bluetooth: hci0: BCM4345C5 (003.006.006) build 0000
  586. [ 18.671586] Bluetooth: hci0: BCM4345C5 'brcm/BCM4345C5.hcd' Patch
  587. [ 18.722216] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
  588. [ 18.852198] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/9 wl0: Feb 11 2020 11:54:51 version 7.45.96.61 (be7af2d@shgit) (r745790) FWID 01-a41d86bd es7.c5.n4.a3
  589. [ 19.304474] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
  590. [ 19.495029] Bluetooth: hci0: BCM4345C5 Ampak_CL1 UART 37.4 MHz BT 5.0 [Version: Version: 0039.0089]
  591. [ 19.495066] Bluetooth: hci0: BCM4345C5 (003.006.006) build 0089
  592. [ 20.258877] RPC: Registered named UNIX socket transport module.
  593. [ 20.258900] RPC: Registered udp transport module.
  594. [ 20.258903] RPC: Registered tcp transport module.
  595. [ 20.258906] RPC: Registered tcp NFSv4.1 backchannel transport module.
  596. [ 22.789163] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  597. [ 22.789184] Bluetooth: BNEP filters: protocol multicast
  598. [ 22.789204] Bluetooth: BNEP socket layer initialized
  599. [ 25.698348] NET: Registered PF_QIPCRTR protocol family
  600. [ 28.742367] ieee80211 phy0: brcmf_netdev_set_mac_address: Setting cur_etheraddr failed, -52
  601. [ 35.394291] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  602. [ 39.025977] logitech-hidpp-device 0003:046D:4058.0004: HID++ 4.5 device connected.
  603. [ 41.554077] systemd-journald[531]: Oldest entry in /var/log/journal/50b854e64f2d4e19a86af67cbb640a9f/system.journal is older than the configured file retention duration (1month), suggesting rotation.
  604. [ 41.554112] systemd-journald[531]: /var/log/journal/50b854e64f2d4e19a86af67cbb640a9f/system.journal: Journal header limits reached or header out-of-date, rotating.
  605. [ 43.416463] systemd-journald[531]: Failed to read journal file /var/log/journal/50b854e64f2d4e19a86af67cbb640a9f/user-1000.journal for rotation, trying to move it out of the way: Device or resource busy
  606. [ 51.371440] rfkill: input handler disabled
  607. [ 51.621907] Bluetooth: RFCOMM TTY layer initialized
  608. [ 51.621955] Bluetooth: RFCOMM socket layer initialized
  609. [ 51.622247] Bluetooth: RFCOMM ver 1.11
  610. [ 59.918063] logitech-hidpp-device 0003:046D:4023.0003: HID++ 2.0 device connected.
  611. [ 72.140484] rfkill: input handler enabled
  612. [ 81.793629] rfkill: input handler disabled
  613. [ 92.305703] mmcblk2: p1
  614. [ 462.983338] panfrost ffe40000.gpu: gpu sched timeout, js=1, config=0x7300, status=0x0, head=0x83b2b80, tail=0x83b2b80, sched_job=00000000f4ad29c9
  615. [ 480.452699] meson_clk_pll_set_rate: pll did not lock, trying to restore old rate 3216000000
  616. [salva@fedora ~]$ lsmod
  617. Module Size Used by
  618. tls 110592 0
  619. snd_seq_dummy 16384 0
  620. rfcomm 94208 4
  621. snd_hrtimer 16384 1
  622. nft_objref 16384 1
  623. nf_conntrack_netbios_ns 16384 1
  624. nf_conntrack_broadcast 16384 1 nf_conntrack_netbios_ns
  625. nft_fib_inet 16384 1
  626. nft_fib_ipv4 16384 1 nft_fib_inet
  627. nft_fib_ipv6 16384 1 nft_fib_inet
  628. nft_fib 16384 3 nft_fib_ipv6,nft_fib_ipv4,nft_fib_inet
  629. nft_reject_inet 16384 6
  630. nf_reject_ipv4 16384 1 nft_reject_inet
  631. nf_reject_ipv6 20480 1 nft_reject_inet
  632. nft_reject 16384 1 nft_reject_inet
  633. nft_ct 24576 16
  634. nft_chain_nat 16384 2
  635. nf_nat 49152 1 nft_chain_nat
  636. nf_conntrack 167936 4 nf_nat,nft_ct,nf_conntrack_netbios_ns,nf_conntrack_broadcast
  637. nf_defrag_ipv6 24576 1 nf_conntrack
  638. nf_defrag_ipv4 16384 1 nf_conntrack
  639. ip_set 53248 0
  640. nf_tables 229376 232 nft_ct,nft_reject_inet,nft_fib_ipv6,nft_objref,nft_fib_ipv4,nft_chain_nat,nft_reject,nft_fib,nft_fib_inet
  641. nfnetlink 20480 3 nf_tables,ip_set
  642. qrtr 45056 4
  643. bnep 32768 2
  644. sunrpc 593920 1
  645. vfat 28672 1
  646. fat 94208 1 vfat
  647. btsdio 20480 0
  648. joydev 32768 0
  649. brcmfmac 323584 0
  650. hci_uart 163840 0
  651. btqca 24576 1 hci_uart
  652. btrtl 24576 1 hci_uart
  653. brcmutil 20480 1 brcmfmac
  654. btbcm 28672 1 hci_uart
  655. btintel 45056 1 hci_uart
  656. cfg80211 901120 1 brcmfmac
  657. bluetooth 741376 37 btrtl,btqca,btsdio,btintel,hci_uart,btbcm,bnep,rfcomm
  658. snd_soc_meson_axg_sound_card 16384 0
  659. meson_vdec 77824 0
  660. ecdh_generic 16384 2 bluetooth
  661. snd_soc_meson_axg_tdm_interface 16384 1 snd_soc_meson_axg_sound_card
  662. snd_soc_meson_card_utils 16384 1 snd_soc_meson_axg_sound_card
  663. snd_soc_meson_axg_tdmout 24576 0
  664. rfkill 36864 8 bluetooth,cfg80211
  665. videobuf2_dma_contig 24576 1 meson_vdec
  666. snd_soc_meson_g12a_tohdmitx 20480 0
  667. snd_soc_meson_axg_frddr 36864 0
  668. snd_soc_meson_axg_tdm_formatter 16384 2 snd_soc_meson_axg_tdm_interface,snd_soc_meson_axg_tdmout
  669. snd_soc_meson_codec_glue 16384 1 snd_soc_meson_g12a_tohdmitx
  670. snd_soc_meson_axg_fifo 20480 1 snd_soc_meson_axg_frddr
  671. videobuf2_memops 20480 1 videobuf2_dma_contig
  672. snd_soc_core 311296 9 snd_soc_meson_axg_tdm_formatter,snd_soc_meson_axg_sound_card,snd_soc_meson_g12a_tohdmitx,snd_soc_meson_axg_tdm_interface,snd_soc_meson_axg_fifo,snd_soc_meson_axg_tdmout,snd_soc_meson_axg_frddr,snd_soc_meson_card_utils,snd_soc_meson_codec_glue
  673. snd_compress 28672 1 snd_soc_core
  674. v4l2_mem2mem 45056 1 meson_vdec
  675. meson_saradc 24576 0
  676. videobuf2_v4l2 32768 2 meson_vdec,v4l2_mem2mem
  677. industrialio 98304 1 meson_saradc
  678. ac97_bus 16384 1 snd_soc_core
  679. snd_pcm_dmaengine 20480 1 snd_soc_core
  680. snd_seq 90112 7 snd_seq_dummy
  681. videobuf2_common 65536 5 meson_vdec,videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,videobuf2_memops
  682. ao_cec_g12a 16384 0
  683. snd_seq_device 20480 1 snd_seq
  684. meson_rng 16384 0
  685. snd_pcm 151552 6 snd_compress,snd_soc_meson_axg_tdm_interface,snd_soc_core,snd_soc_meson_axg_fifo,snd_soc_meson_codec_glue,snd_pcm_dmaengine
  686. videodev 270336 4 meson_vdec,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
  687. snd_timer 45056 3 snd_seq,snd_hrtimer,snd_pcm
  688. meson_dw_hdmi 20480 0
  689. amlogic_thermal 16384 0
  690. mc 65536 4 videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
  691. snd 114688 8 snd_seq,snd_seq_device,snd_timer,snd_compress,snd_soc_core,snd_pcm
  692. dw_hdmi 53248 1 meson_dw_hdmi
  693. soundcore 16384 1 snd
  694. cpufreq_dt 20480 0
  695. nvmem_meson_efuse 16384 0
  696. zram 36864 2
  697. hid_logitech_hidpp 49152 0
  698. hid_logitech_dj 32768 0
  699. uas 28672 0
  700. usb_storage 81920 1 uas
  701. xhci_plat_hcd 20480 0
  702. dwc3 155648 0
  703. dwc2 266240 0
  704. ulpi 20480 1 dwc3
  705. mmc_block 53248 3
  706. udc_core 73728 2 dwc2,dwc3
  707. governor_simpleondemand 16384 0
  708. dwc3_meson_g12a 24576 0
  709. reset_meson 16384 17
  710. crct10dif_ce 20480 1
  711. panfrost 73728 3
  712. ghash_ce 24576 0
  713. gpu_sched 53248 1 panfrost
  714. meson_drm 77824 0
  715. meson_gxbb_wdt 20480 0
  716. clk_pwm 16384 2
  717. drm_cma_helper 24576 1 meson_drm
  718. pwm_meson 20480 2
  719. meson_gx_mmc 28672 0
  720. meson_canvas 16384 2 meson_drm,meson_vdec
  721. reset_meson_audio_arb 16384 3
  722. rtc_meson_vrtc 20480 1
  723. mdio_mux_meson_g12a 16384 0
  724. mdio_mux 16384 1 mdio_mux_meson_g12a
  725. phy_meson_g12a_usb3_pcie 16384 1
  726. display_connector 20480 0
  727. ip6_tables 32768 0
  728. ip_tables 32768 0
  729. fuse 155648 5
  730. [salva@fedora ~]$
  731.  
  732.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement