Skip to content

Instantly share code, notes, and snippets.

@rickmark
Created February 12, 2024 08:30
Show Gist options
  • Save rickmark/497c081d9725c0cf6ccab66ba4bbcdb9 to your computer and use it in GitHub Desktop.
Save rickmark/497c081d9725c0cf6ccab66ba4bbcdb9 to your computer and use it in GitHub Desktop.
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd073]
[ 0.000000] Linux version 4.19.152-alpine-unvr (bdd@builder) (gcc version 10.2.1 20210110 (Debian 10.2.1-6)) #2 SMP Fri Jan 26 02:09:27 CST 2024
[ 0.000000] Machine model: Annapurna Labs Alpine V2 UBNT
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] On node 0 totalpages: 2097152
[ 0.000000] DMA32 zone: 12288 pages used for memmap
[ 0.000000] DMA32 zone: 0 pages reserved
[ 0.000000] DMA32 zone: 786432 pages, LIFO batch:63
[ 0.000000] Normal zone: 20480 pages used for memmap
[ 0.000000] Normal zone: 1310720 pages, LIFO batch:63
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv0.2 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] random: get_random_bytes called from start_kernel+0x8c/0x3c4 with crng_init=0
[ 0.000000] percpu: Embedded 24 pages/cpu s59480 r8192 d30632 u98304
[ 0.000000] pcpu-alloc: s59480 r8192 d30632 u98304 alloc=24*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
[ 0.000000] CPU features: enabling workaround for EL2 vector hardening
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2064384
[ 0.000000] Kernel command line: pci=pcie_bus_perf console=ttyS0,115200 sysid=ea20 boot_carrier= root= reboot=cold
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] software IO TLB: mapped [mem 0xbbfff000-0xbffff000] (64MB)
[ 0.000000] Memory: 8154724K/8388608K available (8444K kernel code, 674K rwdata, 3044K rodata, 8064K init, 329K bss, 233884K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: no VLPI support, no direct LPI support
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000f0280000
[ 0.000000] arch_timer: cp15 timer(s) running at 58.33MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1ae82a6a7f, max_idle_ns: 881590413063 ns
[ 0.000002] sched_clock: 56 bits at 58MHz, resolution 17ns, wraps every 4398046511097ns
[ 0.000112] Console: colour dummy device 80x25
[ 0.000123] Calibrating delay loop (skipped), value calculated using timer frequency.. 116.66 BogoMIPS (lpj=583333)
[ 0.000127] pid_max: default: 32768 minimum: 301
[ 0.000191] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.000215] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.000687] ASID allocator initialised with 32768 entries
[ 0.000716] rcu: Hierarchical SRCU implementation.
[ 0.000971] EFI services will not be available.
[ 0.001068] smp: Bringing up secondary CPUs ...
[ 0.001210] Detected PIPT I-cache on CPU1
[ 0.001222] GICv3: CPU1: found redistributor 1 region 0:0x00000000f02a0000
[ 0.001232] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 0.001399] Detected PIPT I-cache on CPU2
[ 0.001409] GICv3: CPU2: found redistributor 2 region 0:0x00000000f02c0000
[ 0.001416] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 0.001578] Detected PIPT I-cache on CPU3
[ 0.001587] GICv3: CPU3: found redistributor 3 region 0:0x00000000f02e0000
[ 0.001594] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 0.001623] smp: Brought up 1 node, 4 CPUs
[ 0.001625] SMP: Total of 4 processors activated.
[ 0.001628] CPU features: detected: GIC system register CPU interface
[ 0.001629] CPU features: detected: 32-bit EL0 Support
[ 0.001644] CPU: All CPU(s) started at EL2
[ 0.001651] alternatives: patching kernel code
[ 0.002565] devtmpfs: initialized
[ 0.004597] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.004602] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.004745] DMI not present or invalid.
[ 0.004834] NET: Registered protocol family 16
[ 0.004930] audit: initializing netlink subsys (disabled)
[ 0.004972] audit: type=2000 audit(0.000:1): state=initialized audit_enabled=0 res=1
[ 0.005361] cpuidle: using governor ladder
[ 0.005367] cpuidle: using governor menu
[ 0.005398] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.005474] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.005514] Initializing Peripheral Bus System - PBS
[ 0.014812] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.014916] cryptd: max_cpu_qlen set to 1000
[ 0.015166] vgaarb: loaded
[ 0.015278] SCSI subsystem initialized
[ 0.015358] libata version 3.00 loaded.
[ 0.015524] usbcore: registered new interface driver usbfs
[ 0.015560] usbcore: registered new interface driver hub
[ 0.015583] usbcore: registered new device driver usb
[ 0.024384] pps_core: LinuxPPS API ver. 1 registered
[ 0.024386] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.024411] PTP clock support registered
[ 0.024442] EDAC MC: Ver: 3.0.0
[ 0.024888] Bluetooth: Core ver 2.22
[ 0.024902] NET: Registered protocol family 31
[ 0.024903] Bluetooth: HCI device and connection manager initialized
[ 0.024925] Bluetooth: HCI socket layer initialized
[ 0.024927] Bluetooth: L2CAP socket layer initialized
[ 0.024936] Bluetooth: SCO socket layer initialized
[ 0.024976] clocksource: Switched to clocksource arch_sys_counter
[ 0.025023] VFS: Disk quotas dquot_6.6.0
[ 0.025044] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.028762] NET: Registered protocol family 2
[ 0.028949] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.028967] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.029091] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.029343] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.029393] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.029420] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.029494] NET: Registered protocol family 1
[ 0.029667] RPC: Registered named UNIX socket transport module.
[ 0.029669] RPC: Registered udp transport module.
[ 0.029670] RPC: Registered tcp transport module.
[ 0.029672] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.029676] PCI: CLS 0 bytes, default 64
[ 0.209935] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 0.214059] NFS: Registering the id_resolver key type
[ 0.214067] Key type id_resolver registered
[ 0.214069] Key type id_legacy registered
[ 0.214074] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.214079] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.690041] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.690096] io scheduler noop registered
[ 0.690098] io scheduler deadline registered
[ 0.690161] io scheduler cfq registered (default)
[ 0.690352] baseidx 0
[ 0.690494] pl061_gpio fd887000.gpio0: PL061 GPIO chip @0x00000000fd887000 registered
[ 0.690518] baseidx 8
[ 0.690591] pl061_gpio fd888000.gpio1: PL061 GPIO chip @0x00000000fd888000 registered
[ 0.690612] baseidx 16
[ 0.690677] pl061_gpio fd889000.gpio2: PL061 GPIO chip @0x00000000fd889000 registered
[ 0.690698] baseidx 24
[ 0.690763] pl061_gpio fd88a000.gpio3: PL061 GPIO chip @0x00000000fd88a000 registered
[ 0.690783] baseidx 32
[ 0.690851] pl061_gpio fd88b000.gpio4: PL061 GPIO chip @0x00000000fd88b000 registered
[ 0.690871] baseidx 40
[ 0.690935] pl061_gpio fd897000.gpio5: PL061 GPIO chip @0x00000000fd897000 registered
[ 0.691035] al-sgpo fd8b4000.sgpo: Alpine SGPO driver probed.
[ 0.691105] al-internal-pcie fbc00000.pcie-internal: host bridge /soc/pcie-internal ranges:
[ 0.691113] al-internal-pcie fbc00000.pcie-internal: MEM 0xfe000000..0xfeffffff -> 0xfe000000
[ 0.691157] al-internal-pcie fbc00000.pcie-internal: PCI host bridge to bus 0000:00
[ 0.691161] pci_bus 0000:00: root bus resource [bus 00]
[ 0.691164] pci_bus 0000:00: root bus resource [mem 0xfe000000-0xfeffffff]
[ 0.691264] pci 0000:00:01.0: [1c36:0001] type 00 class 0x020000
[ 0.691274] pci 0000:00:01.0: reg 0x10: [mem 0xfe000000-0xfe01ffff 64bit]
[ 0.691278] pci 0000:00:01.0: reg 0x18: [mem 0xfe020000-0xfe020fff 64bit]
[ 0.691283] pci 0000:00:01.0: reg 0x20: [mem 0xfe024000-0xfe027fff 64bit]
[ 0.691300] pci 0000:00:01.0: PME# supported from D3hot D3cold
[ 0.691404] pci 0000:00:02.0: [1c36:0002] type 00 class 0x020000
[ 0.691413] pci 0000:00:02.0: reg 0x10: [mem 0xfe040000-0xfe05ffff 64bit]
[ 0.691418] pci 0000:00:02.0: reg 0x18: [mem 0xfe060000-0xfe060fff 64bit]
[ 0.691422] pci 0000:00:02.0: reg 0x20: [mem 0xfe070000-0xfe07ffff 64bit]
[ 0.691437] pci 0000:00:02.0: PME# supported from D3hot D3cold
[ 0.691445] pci 0000:00:02.0: reg 0x324: [mem 0x00000000-0x0001ffff 64bit]
[ 0.691448] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x0005ffff 64bit] (contains BAR0 for 3 VFs)
[ 0.691600] pci 0000:00:04.0: [1c36:0022] type 00 class 0x100000
[ 0.691608] pci 0000:00:04.0: reg 0x10: [mem 0xfe080000-0xfe09ffff 64bit]
[ 0.691614] pci 0000:00:04.0: reg 0x20: [mem 0xfe0a0000-0xfe0affff 64bit]
[ 0.691629] pci 0000:00:04.0: PME# supported from D3hot D3cold
[ 0.691637] pci 0000:00:04.0: reg 0x324: [mem 0x00000000-0x0001ffff 64bit]
[ 0.691640] pci 0000:00:04.0: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit] (contains BAR0 for 1 VFs)
[ 0.691738] pci 0000:00:05.0: [1c36:0022] type 00 class 0x010400
[ 0.691746] pci 0000:00:05.0: reg 0x10: [mem 0xfe0c0000-0xfe0dffff 64bit]
[ 0.691752] pci 0000:00:05.0: reg 0x20: [mem 0xfe0e0000-0xfe0effff 64bit]
[ 0.691767] pci 0000:00:05.0: PME# supported from D3hot D3cold
[ 0.691775] pci 0000:00:05.0: reg 0x324: [mem 0x00000000-0x0001ffff 64bit]
[ 0.691778] pci 0000:00:05.0: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit] (contains BAR0 for 1 VFs)
[ 0.691972] pci 0000:00:08.0: [1c36:0031] type 00 class 0x010601
[ 0.691983] pci 0000:00:08.0: reg 0x24: [mem 0xfe0f0000-0xfe0f3fff]
[ 0.691998] pci 0000:00:08.0: PME# supported from D3hot D3cold
[ 0.692085] pci 0000:00:09.0: [1c36:0031] type 00 class 0x010601
[ 0.692097] pci 0000:00:09.0: reg 0x24: [mem 0xfe0f4000-0xfe0f7fff]
[ 0.692111] pci 0000:00:09.0: PME# supported from D3hot D3cold
[ 0.693278] pci 0000:00:01.0: BAR 0: assigned [mem 0xfe000000-0xfe01ffff 64bit]
[ 0.693283] pci 0000:00:02.0: BAR 0: assigned [mem 0xfe020000-0xfe03ffff 64bit]
[ 0.693288] pci 0000:00:02.0: BAR 7: assigned [mem 0xfe040000-0xfe09ffff 64bit]
[ 0.693292] pci 0000:00:04.0: BAR 0: assigned [mem 0xfe0a0000-0xfe0bffff 64bit]
[ 0.693297] pci 0000:00:04.0: BAR 7: assigned [mem 0xfe0c0000-0xfe0dffff 64bit]
[ 0.693300] pci 0000:00:05.0: BAR 0: assigned [mem 0xfe0e0000-0xfe0fffff 64bit]
[ 0.693305] pci 0000:00:05.0: BAR 7: assigned [mem 0xfe100000-0xfe11ffff 64bit]
[ 0.693308] pci 0000:00:02.0: BAR 4: assigned [mem 0xfe120000-0xfe12ffff 64bit]
[ 0.693313] pci 0000:00:04.0: BAR 4: assigned [mem 0xfe130000-0xfe13ffff 64bit]
[ 0.693317] pci 0000:00:05.0: BAR 4: assigned [mem 0xfe140000-0xfe14ffff 64bit]
[ 0.693321] pci 0000:00:01.0: BAR 4: assigned [mem 0xfe150000-0xfe153fff 64bit]
[ 0.693325] pci 0000:00:08.0: BAR 5: assigned [mem 0xfe154000-0xfe157fff]
[ 0.693329] pci 0000:00:09.0: BAR 5: assigned [mem 0xfe158000-0xfe15bfff]
[ 0.693332] pci 0000:00:01.0: BAR 2: assigned [mem 0xfe15c000-0xfe15cfff 64bit]
[ 0.693337] pci 0000:00:02.0: BAR 2: assigned [mem 0xfe15d000-0xfe15dfff 64bit]
[ 0.693435] al-external-pcie fd800000.pcie-external0: host bridge /soc/pcie-external0 ranges:
[ 0.693444] al-external-pcie fd800000.pcie-external0: err 0xfb600000..0xfb6fffff -> 0xfb600000
[ 0.693452] al-external-pcie fd800000.pcie-external0: IO 0xc0000000..0xc000ffff -> 0x00010000
[ 0.693458] al-external-pcie fd800000.pcie-external0: MEM 0xc0010000..0xc7ffffff -> 0xc0010000
[ 0.693481] al-external-pcie fd800000.pcie-external0: link up: speed Gen 2 width x1
[ 0.693485] al-external-pcie fd800000.pcie-external0: link up: speed Gen 2 width x1
[ 0.693488] PCIe 0: setting OB iATU even after link is started
[ 0.693528] al-external-pcie fd800000.pcie-external0: PCI host bridge to bus 0001:00
[ 0.693531] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.693534] pci_bus 0001:00: root bus resource [??? 0xfb600000-0xfb6fffff flags 0x0]
[ 0.693537] pci_bus 0001:00: root bus resource [io 0x0000-0xffff] (bus address [0x10000-0x1ffff])
[ 0.693540] pci_bus 0001:00: root bus resource [mem 0xc0010000-0xc7ffffff]
[ 0.693551] pci 0001:00:00.0: [1c36:0031] type 01 class 0x060400
[ 0.693561] pci 0001:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 0.693566] pci 0001:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[ 0.693571] pci 0001:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[ 0.693601] pci 0001:00:00.0: supports D1
[ 0.693603] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 0.694711] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.694763] pci 0001:01:00.0: [1b21:3042] type 00 class 0x0c0330
[ 0.694793] pci 0001:01:00.0: reg 0x10: [mem 0xc0000000-0xc0007fff 64bit]
[ 0.694839] pci 0001:01:00.0: enabling Extended Tags
[ 0.694902] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.694932] pci 0001:01:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x1 link at 0001:00:00.0 (capable of 15.752 Gb/s with 8 GT/s x2 link)
[ 0.696032] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 0.696041] pci 0001:00:00.0: BAR 0: assigned [mem 0xc0100000-0xc01fffff]
[ 0.696046] pci 0001:00:00.0: BAR 14: assigned [mem 0xc0200000-0xc02fffff]
[ 0.696049] pci 0001:00:00.0: BAR 1: assigned [mem 0xc0010000-0xc001ffff]
[ 0.696053] pci 0001:00:00.0: BAR 6: assigned [mem 0xc0020000-0xc002ffff pref]
[ 0.696057] pci 0001:01:00.0: BAR 0: assigned [mem 0xc0200000-0xc0207fff 64bit]
[ 0.696066] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 0.696070] pci 0001:00:00.0: bridge window [mem 0xc0200000-0xc02fffff]
[ 0.696078] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 256
[ 0.696093] pci 0001:01:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 256
[ 0.696096] pci 0001:00:00.0: AL PCIe bridge quirk detected, disable MSI(X)
[ 0.696365] al_dma: Annapurna Labs DMA Driver 0.01
[ 0.696377] al_dma 0000:00:05.0: writing to VF config space
[ 0.696390] al_dma 0000:00:05.0: enabling device (0000 -> 0002)
[ 0.814992] pci 0000:00:05.1: [1c36:8022] type 00 class 0x010400
[ 0.815072] al_dma 0000:00:05.1: enabling device (0400 -> 0402)
[ 0.815083] al_ssm_dma_init_aux: non optimal adapter configuration
[ 0.816476] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.816962] console [ttyS0] disabled
[ 0.816977] fd883000.uart0: ttyS0 at MMIO 0xfd883000 (irq = 23, base_baud = 31250000) is a 16550A
[ 0.822556] console [ttyS0] enabled
[ 0.822714] fd884000.uart1: ttyS1 at MMIO 0xfd884000 (irq = 24, base_baud = 31250000) is a 16550A
[ 0.822873] fd885000.uart2: ttyS2 at MMIO 0xfd885000 (irq = 25, base_baud = 31250000) is a 16550A
[ 0.823024] fd886000.uart3: ttyS3 at MMIO 0xfd886000 (irq = 26, base_baud = 31250000) is a 16550A
[ 0.823494] mpt3sas version 26.100.00.00 loaded
[ 0.823722] ahci 0000:00:08.0: version 3.0
[ 0.823727] ahci 0000:00:08.0: enabling device (0000 -> 0002)
[ 0.823740] ahci 0000:00:08.0: controller can't do PMP, turning off CAP_PMP
[ 0.823932] ahci 0000:00:08.0: SSS flag set, parallel bus scan disabled
[ 0.823949] ahci 0000:00:08.0: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[ 0.823954] ahci 0000:00:08.0: flags: 64bit ncq sntf stag pm led clo only fbs pio slum part ccc apst
[ 0.823957] ahci 0000:00:08.0: both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented
[ 0.824653] scsi host0: ahci
[ 0.824841] scsi host1: ahci
[ 0.825002] scsi host2: ahci
[ 0.825145] scsi host3: ahci
[ 0.825242] ata1: SATA max UDMA/133 abar m16384@0xfe154000 port 0xfe154100 irq 32
[ 0.825245] ata2: SATA max UDMA/133 abar m16384@0xfe154000 port 0xfe154180 irq 33
[ 0.825248] ata3: SATA max UDMA/133 abar m16384@0xfe154000 port 0xfe154200 irq 34
[ 0.825250] ata4: SATA max UDMA/133 abar m16384@0xfe154000 port 0xfe154280 irq 35
[ 0.825288] ahci 0000:00:09.0: enabling device (0000 -> 0002)
[ 0.825300] ahci 0000:00:09.0: controller can't do PMP, turning off CAP_PMP
[ 0.825501] ahci 0000:00:09.0: SSS flag set, parallel bus scan disabled
[ 0.825519] ahci 0000:00:09.0: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[ 0.825523] ahci 0000:00:09.0: flags: 64bit ncq sntf stag pm led clo only fbs pio slum part ccc apst
[ 0.825525] ahci 0000:00:09.0: both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented
[ 0.826095] scsi host4: ahci
[ 0.826291] scsi host5: ahci
[ 0.826438] scsi host6: ahci
[ 0.826582] scsi host7: ahci
[ 0.826676] ata5: SATA max UDMA/133 abar m16384@0xfe158000 port 0xfe158100 irq 36
[ 0.826678] ata6: SATA max UDMA/133 abar m16384@0xfe158000 port 0xfe158180 irq 37
[ 0.826680] ata7: SATA max UDMA/133 abar m16384@0xfe158000 port 0xfe158200 irq 38
[ 0.826682] ata8: SATA max UDMA/133 abar m16384@0xfe158000 port 0xfe158280 irq 39
[ 0.826710] ahci 0001:00:00.0: writing to VF config space
[ 0.832141] ahci: probe of 0001:00:00.0 failed with error -22
[ 0.832560] m25p80 spi0.0: found mx25u25635f, expected spi_flash_jedec_detection
[ 0.832572] m25p80 spi0.0: mx25u25635f (32768 Kbytes)
[ 0.835231] 7 fixed-partitions partitions found on MTD device spi0.0
[ 0.835233] Creating 7 MTD partitions on "spi0.0":
[ 0.835237] 0x000000000000-0x0000001c0000 : "u-boot"
[ 0.835563] 0x0000001c0000-0x0000001d0000 : "u-boot env"
[ 0.835824] 0x0000001d0000-0x0000001e0000 : "u-boot env redundant"
[ 0.836093] 0x0000001e0000-0x0000001f0000 : "Factory"
[ 0.836355] 0x0000001f0000-0x000000200000 : "EEPROM"
[ 0.836611] 0x000000200000-0x000001200000 : "recovery kernel"
[ 0.836863] 0x000001200000-0x000002000000 : "config"
[ 0.837255] libphy: Fixed MDIO Bus: probed
[ 0.837533] al_eth_drv: Initializing Peripheral Bus System (PBS) resources
[ 0.837563] al_eth 0000:00:01.0: writing to VF config space
[ 0.843133] al_eth 0000:00:01.0: AnnapurnaLabs unified 1GbE/10GbE/25GbE Ethernet Driver with SR-IOV al_eth v3.5.3 (Mar 14, 2019)
[ 0.843139] al_eth 0000:00:01.0: driver_data is 0x0
[ 0.843168] al_eth 0000:00:01.0: eth rev_id 2 (orig_rev_id 2) dev_id 1
[ 0.843252] al_eth 0000:00:01.0: Board info: phy exist Yes. phy addr 4. mdio freq 1000 Khz. SFP connected No. media 1
[ 0.843255] al_eth 0000:00:01.0: al_mod_eth_function_reset: performing FLR
[ 0.849056] al_eth 0000:00:01.0 eth0: AnnapurnaLabs unified 1Gbe/10Gbe/25Gbe integrated found at mem fe000000, mac addr ac:8b:a9:5f:c4:56
[ 0.849076] al_eth 0000:00:02.0: writing to VF config space
[ 0.854648] al_eth 0000:00:02.0: driver_data is 0x0
[ 0.854674] al_eth 0000:00:02.0: eth rev_id 3 (orig_rev_id 3) dev_id 2
[ 0.854771] al_eth 0000:00:02.0: Board info: phy exist No. phy addr 0. mdio freq 2500 Khz. SFP connected Yes. media 5
[ 0.854774] al_eth 0000:00:02.0: al_mod_eth_function_reset: performing FLR
[ 0.860717] al_eth 0000:00:02.0 eth1: AnnapurnaLabs unified 1Gbe/10Gbe/25Gbe integrated found at mem fe020000, mac addr ac:8b:a9:5f:c4:57
[ 0.860881] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.860883] ehci-pci: EHCI PCI platform driver
[ 0.860904] ehci-platform: EHCI generic platform driver
[ 0.860947] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.860954] ohci-pci: OHCI PCI platform driver
[ 0.860971] ohci-platform: OHCI generic platform driver
[ 0.861046] xhci_hcd 0001:01:00.0: xHCI Host Controller
[ 0.861054] xhci_hcd 0001:01:00.0: new USB bus registered, assigned bus number 1
[ 0.915899] xhci_hcd 0001:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[ 0.916393] hub 1-0:1.0: USB hub found
[ 0.916406] hub 1-0:1.0: 2 ports detected
[ 0.916587] xhci_hcd 0001:01:00.0: xHCI Host Controller
[ 0.916593] xhci_hcd 0001:01:00.0: new USB bus registered, assigned bus number 2
[ 0.916598] xhci_hcd 0001:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.916643] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.916829] hub 2-0:1.0: USB hub found
[ 0.916841] hub 2-0:1.0: 2 ports detected
[ 0.917167] usbcore: registered new interface driver cdc_acm
[ 0.917169] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 0.917209] usbcore: registered new interface driver usb-storage
[ 0.917257] usbcore: registered new interface driver cp210x
[ 0.917282] usbserial: USB Serial support registered for cp210x
[ 0.917317] usbcore: registered new interface driver ftdi_sio
[ 0.917341] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 0.917473] i2c /dev entries driver
[ 0.921958] rtc-s35390a 1-0030: rtc core: registered rtc-s35390a as rtc0
[ 0.921996] i2c i2c-0: Added multiplexed i2c bus 1
[ 0.922095] i2c i2c-0: Added multiplexed i2c bus 2
[ 0.922193] i2c i2c-0: Added multiplexed i2c bus 3
[ 0.922355] i2c i2c-0: Added multiplexed i2c bus 4
[ 0.922358] pca954x 0-0071: registered 4 multiplexed busses for I2C switch pca9546
[ 0.925209] ui-hdd-pwrctl-v2 soc:hdd_pwrctl-v2: name hdd@0, pwren 464, present 468, fault-led 476, pwren delay 500
[ 0.927751] ui-hdd-pwrctl-v2 soc:hdd_pwrctl-v2: name hdd@1, pwren 465, present 469, fault-led 477, pwren delay 500
[ 0.930290] ui-hdd-pwrctl-v2 soc:hdd_pwrctl-v2: name hdd@2, pwren 466, present 470, fault-led 478, pwren delay 500
[ 0.932828] ui-hdd-pwrctl-v2 soc:hdd_pwrctl-v2: name hdd@3, pwren 480, present 484, fault-led 492, pwren delay 500
[ 0.935371] ui-hdd-pwrctl-v2 soc:hdd_pwrctl-v2: name hdd@4, pwren 481, present 485, fault-led 493, pwren delay 500
[ 0.937739] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.937909] ui-hdd-pwrctl-v2 soc:hdd_pwrctl-v2: name hdd@5, pwren 482, present 486, fault-led 494, pwren delay 500
[ 0.939165] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.940448] ui-hdd-pwrctl-v2 soc:hdd_pwrctl-v2: name hdd@6, pwren 483, present 487, fault-led 495, pwren delay 500
[ 0.940552] random: fast init done
[ 0.944106] adt7475 4-002e: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 0.944153] adt7475 4-002e: ADT7475 device, revision 1
[ 0.944156] adt7475 4-002e: Optional features: fan4 pwm2
[ 0.952895] ata5.00: ATA-11: ST8000VN004-3CP101, SC60, max UDMA/133
[ 0.952898] ata5.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 0.966510] ata5.00: configured for UDMA/133
[ 0.968626] al_thermal_probe: Thermal Sensor Loaded
[ 0.968882] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[ 0.968884] Bluetooth: HCI UART driver ver 2.3
[ 0.968887] Bluetooth: HCI UART protocol H4 registered
[ 0.968888] Bluetooth: HCI UART protocol BCSP registered
[ 0.968927] usbcore: registered new interface driver btusb
[ 0.969684] Initializing XFRM netlink socket
[ 0.969986] NET: Registered protocol family 10
[ 0.970315] Segment Routing with IPv6
[ 0.970337] NET: Registered protocol family 17
[ 0.970369] Bluetooth: RFCOMM socket layer initialized
[ 0.970375] Bluetooth: RFCOMM ver 1.11
[ 0.970379] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 0.970384] Bluetooth: BNEP socket layer initialized
[ 0.970385] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 0.970388] Bluetooth: HIDP socket layer initialized
[ 0.970405] Key type dns_resolver registered
[ 0.970665] registered taskstats version 1
[ 0.975854] Key type encrypted registered
[ 0.976192] input: soc:gpio_keys as /devices/platform/soc/soc:gpio_keys/input/input0
[ 0.977485] rtc-s35390a 1-0030: setting system clock to 2024-02-12 03:08:49 UTC (1707707329)
[ 1.284985] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[ 1.665981] cdc_acm 1-2:1.0: ttyACM0: USB ACM device
[ 1.686387] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 1.782915] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 1.783011] scsi host8: usb-storage 2-1:1.0
[ 2.809282] scsi 8:0:0:0: Direct-Access Generic- SD/MMC/MS/MSPRO 1.00 PQ: 0 ANSI: 6
[ 2.809483] sd 8:0:0:0: Attached scsi generic sg0 type 0
[ 3.621906] sd 8:0:0:0: [boot] 61071360 512-byte logical blocks: (31.3 GB/29.1 GiB)
[ 3.622303] sd 8:0:0:0: [boot] Write Protect is off
[ 3.622306] sd 8:0:0:0: [boot] Mode Sense: 2f 00 00 00
[ 3.622592] sd 8:0:0:0: [boot] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.632349] boot: boot1 boot2 boot3 boot4 boot5
[ 3.633943] sd 8:0:0:0: [boot] Attached SCSI removable disk
[ 15.460994] ata1.00: ATA-10: ST6000VN0033-2EE110, SC60, max UDMA/133
[ 15.460997] ata1.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[ 15.463729] ata1.00: configured for UDMA/133
[ 15.463839] scsi 0:0:0:0: Direct-Access ATA ST6000VN0033-2EE SC60 PQ: 0 ANSI: 5
[ 15.464014] sd 0:0:0:0: [sda] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
[ 15.464018] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 15.464028] sd 0:0:0:0: [sda] Write Protect is off
[ 15.464031] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 15.464045] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 15.464065] sd 0:0:0:0: Attached scsi generic sg1 type 0
[ 15.465218] ata2: SATA link down (SStatus 4 SControl 300)
[ 15.520510] sda: sda1 sda2 sda3 sda5
[ 15.521020] sd 0:0:0:0: [sda] Attached SCSI disk
[ 15.577716] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 15.591518] ata3.00: ATA-11: ST8000VN004-3CP101, SC60, max UDMA/133
[ 15.591521] ata3.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 15.605334] ata3.00: configured for UDMA/133
[ 15.605423] scsi 2:0:0:0: Direct-Access ATA ST8000VN004-3CP1 SC60 PQ: 0 ANSI: 5
[ 15.605673] sd 2:0:0:0: [sdb] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 15.605676] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[ 15.605685] sd 2:0:0:0: [sdb] Write Protect is off
[ 15.605688] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 15.605700] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 15.605812] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 15.718437] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 20.725007] ata4.00: qc timeout (cmd 0x27)
[ 20.725011] ata4.00: failed to read native max address (err_mask=0x4)
[ 20.725013] ata4.00: HPA support seems broken, skipping HPA handling
[ 24.754984] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 24.842743] ata4.00: ATA-10: ST6000VN001-2BB186, SC60, max UDMA/133
[ 24.842746] ata4.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 24.845898] ata4.00: configured for UDMA/133
[ 24.845991] scsi 3:0:0:0: Direct-Access ATA ST6000VN001-2BB1 SC60 PQ: 0 ANSI: 5
[ 24.846195] sd 3:0:0:0: [sdc] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
[ 24.846198] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[ 24.846207] sd 3:0:0:0: [sdc] Write Protect is off
[ 24.846209] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 24.846211] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 24.846225] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 24.846406] scsi 4:0:0:0: Direct-Access ATA ST8000VN004-3CP1 SC60 PQ: 0 ANSI: 5
[ 24.846576] sd 4:0:0:0: [sdd] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 24.846579] sd 4:0:0:0: [sdd] 4096-byte physical blocks
[ 24.846591] sd 4:0:0:0: [sdd] Write Protect is off
[ 24.846592] sd 4:0:0:0: Attached scsi generic sg4 type 0
[ 24.846595] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 24.846609] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 24.894832] sdc: sdc1 sdc2 sdc3 sdc5
[ 24.895251] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 24.959122] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 26.556579] sdb: sdb1 sdb2 sdb3 sdb5
[ 26.557021] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 30.004983] ata6.00: qc timeout (cmd 0x27)
[ 30.004987] ata6.00: failed to read native max address (err_mask=0x4)
[ 30.004989] ata6.00: HPA support seems broken, skipping HPA handling
[ 34.384984] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 34.388033] ata6.00: ATA-10: ST6000VN001-2BB186, SC60, max UDMA/133
[ 34.388036] ata6.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 34.391141] ata6.00: configured for UDMA/133
[ 34.391236] scsi 5:0:0:0: Direct-Access ATA ST6000VN001-2BB1 SC60 PQ: 0 ANSI: 5
[ 34.391423] sd 5:0:0:0: [sde] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
[ 34.391426] sd 5:0:0:0: [sde] 4096-byte physical blocks
[ 34.391435] sd 5:0:0:0: [sde] Write Protect is off
[ 34.391437] sd 5:0:0:0: Attached scsi generic sg5 type 0
[ 34.391438] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
[ 34.391451] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 34.493157] sde: sde1 sde2 sde3 sde5
[ 34.493678] sd 5:0:0:0: [sde] Attached SCSI disk
[ 34.498915] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 34.512708] ata7.00: ATA-11: ST8000VN004-3CP101, SC60, max UDMA/133
[ 34.512711] ata7.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 34.526339] ata7.00: configured for UDMA/133
[ 34.526426] scsi 6:0:0:0: Direct-Access ATA ST8000VN004-3CP1 SC60 PQ: 0 ANSI: 5
[ 34.526606] sd 6:0:0:0: [sdf] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[ 34.526609] sd 6:0:0:0: [sdf] 4096-byte physical blocks
[ 34.526619] sd 6:0:0:0: [sdf] Write Protect is off
[ 34.526622] sd 6:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[ 34.526628] sd 6:0:0:0: Attached scsi generic sg6 type 0
[ 34.526635] sd 6:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 34.639154] ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 35.847269] sdd: sdd1 sdd2 sdd3 sdd5
[ 35.847747] sd 4:0:0:0: [sdd] Attached SCSI disk
[ 39.684986] ata8.00: qc timeout (cmd 0x27)
[ 39.684990] ata8.00: failed to read native max address (err_mask=0x4)
[ 39.684992] ata8.00: HPA support seems broken, skipping HPA handling
[ 43.995007] ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 43.998114] ata8.00: ATA-10: ST6000VN001-2BB186, SC60, max UDMA/133
[ 43.998117] ata8.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 44.001222] ata8.00: configured for UDMA/133
[ 44.001313] scsi 7:0:0:0: Direct-Access ATA ST6000VN001-2BB1 SC60 PQ: 0 ANSI: 5
[ 44.001505] sd 7:0:0:0: Attached scsi generic sg7 type 0
[ 44.001509] sd 7:0:0:0: [sdg] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
[ 44.001512] sd 7:0:0:0: [sdg] 4096-byte physical blocks
[ 44.001520] sd 7:0:0:0: [sdg] Write Protect is off
[ 44.001523] sd 7:0:0:0: [sdg] Mode Sense: 00 3a 00 00
[ 44.001537] sd 7:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 44.056110] sdg: sdg1 sdg2 sdg3 sdg5
[ 44.056692] sd 7:0:0:0: [sdg] Attached SCSI disk
[ 45.409912] sdf: sdf1 sdf2 sdf3 sdf5
[ 45.410368] sd 6:0:0:0: [sdf] Attached SCSI disk
[ 45.412662] Freeing unused kernel memory: 8064K
[ 45.445073] Run /init as init process
[ 45.543708] al_eth 0000:00:01.0 enp0s1: renamed from eth0
[ 45.574383] random: crng init done
[ 45.615992] al_eth 0000:00:02.0 enp0s2: renamed from eth1
[ 45.850668] loop: module loaded
[ 45.854119] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 46.025025] raid6: int64x1 gen() 1003 MB/s
[ 46.195034] raid6: int64x1 xor() 642 MB/s
[ 46.365010] raid6: int64x2 gen() 1382 MB/s
[ 46.535001] raid6: int64x2 xor() 1099 MB/s
[ 46.705023] raid6: int64x4 gen() 1801 MB/s
[ 46.874999] raid6: int64x4 xor() 1339 MB/s
[ 47.044996] raid6: int64x8 gen() 2220 MB/s
[ 47.214999] raid6: int64x8 xor() 1446 MB/s
[ 47.385024] raid6: neonx1 gen() 2007 MB/s
[ 47.555002] raid6: neonx1 xor() 1942 MB/s
[ 47.725011] raid6: neonx2 gen() 2695 MB/s
[ 47.895002] raid6: neonx2 xor() 2608 MB/s
[ 48.065009] raid6: neonx4 gen() 3143 MB/s
[ 48.234995] raid6: neonx4 xor() 2968 MB/s
[ 48.405002] raid6: neonx8 gen() 3687 MB/s
[ 48.574993] raid6: neonx8 xor() 3568 MB/s
[ 48.574995] raid6: using algorithm neonx8 gen() 3687 MB/s
[ 48.574997] raid6: .... xor() 3568 MB/s, rmw enabled
[ 48.574998] raid6: using neon recovery algorithm
[ 48.579172] async_tx: api initialized (async)
[ 48.579447] xor: measuring software checksum speed
[ 48.674994] 8regs : 6769.600 MB/sec
[ 48.774993] 8regs_prefetch: 5876.400 MB/sec
[ 48.874992] 32regs : 7740.400 MB/sec
[ 48.974974] 32regs_prefetch: 6704.400 MB/sec
[ 48.974976] xor: using function: 32regs (7740.400 MB/sec)
[ 49.542286] EXT4-fs (mtdblock6): mounted filesystem with ordered data mode. Opts: (null)
[ 50.378384] EXT4-fs (boot5): mounted filesystem with ordered data mode. Opts: (null)
[ 50.931597] EXT4-fs (boot2): mounted filesystem with ordered data mode. Opts: (null)
[ 51.532902] EXT4-fs (boot5): mounted filesystem with ordered data mode. Opts: (null)
[ 51.737902] EXT4-fs (boot3): mounted filesystem with ordered data mode. Opts: (null)
[ 51.848653] EXT4-fs (boot4): mounted filesystem with ordered data mode. Opts: (null)
[ 52.050680] systemd[1]: Failed to find module 'autofs4'
[ 52.056578] cgroup: cgroup2: unknown option "memory_recursiveprot"
[ 52.068571] systemd[1]: systemd 247.3-7+deb11u4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[ 52.068760] systemd[1]: Detected architecture arm64.
[ 52.106012] systemd[1]: Set hostname to <Sauron>.
[ 52.283138] systemd[1]: /lib/systemd/system/systemd-networkd-fallbacker@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 52.283152] systemd[1]: /lib/systemd/system/systemd-networkd-fallbacker@.service:16: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 52.285341] systemd[1]: /lib/systemd/system/systemd-networkd-fallbacker@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 52.285354] systemd[1]: /lib/systemd/system/systemd-networkd-fallbacker@.service:16: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 52.327888] systemd[1]: Queued start job for default target System Finish Bootup.
[ 52.328577] systemd[1]: app.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 52.328582] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 52.329245] systemd[1]: Created slice App slice.
[ 52.355336] systemd[1]: Created slice unifi-protect slice.
[ 52.385405] systemd[1]: Created slice OS Slice. Memory, CPU and IO restricted.
[ 52.425671] systemd[1]: Created slice system-getty.slice.
[ 52.465305] systemd[1]: Created slice system-modprobe.slice.
[ 52.495290] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 52.525326] systemd[1]: Created slice system-systemd\x2dnetworkd\x2dfallbacker.slice.
[ 52.555369] systemd[1]: Created slice Unifi-OS Slice. Memory, CPU and IO restricted.
[ 52.585502] systemd[1]: Created slice User and Session Slice.
[ 52.615122] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 52.645104] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 52.675073] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[ 52.675134] systemd[1]: Reached target Local Encrypted Volumes.
[ 52.705089] systemd[1]: Reached target Paths.
[ 52.735041] systemd[1]: Reached target Slices.
[ 52.765065] systemd[1]: Reached target Swap.
[ 52.795557] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 52.825132] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 52.855264] systemd[1]: Listening on Journal Audit Socket.
[ 52.885143] systemd[1]: Listening on Journal Socket (/dev/log).
[ 52.915165] systemd[1]: Listening on Journal Socket.
[ 52.945214] systemd[1]: Listening on Network Service Netlink Socket.
[ 52.975347] systemd[1]: Listening on udev Control Socket.
[ 53.005152] systemd[1]: Listening on udev Kernel Socket.
[ 53.036170] systemd[1]: Mounting Huge Pages File System...
[ 53.066227] systemd[1]: Mounting POSIX Message Queue File System...
[ 53.098800] systemd[1]: Mounting RPC Pipe File System...
[ 53.126155] systemd[1]: Mounting Kernel Debug File System...
[ 53.155197] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[ 53.157196] systemd[1]: Mounting Temporary Directory (/tmp)...
[ 53.185279] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ 53.186732] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 53.216227] systemd[1]: Starting Load Kernel Module configfs...
[ 53.246190] systemd[1]: Starting Load Kernel Module drm...
[ 53.276170] systemd[1]: Starting Load Kernel Module fuse...
[ 53.305632] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 53.306772] systemd[1]: Starting Journal Service...
[ 53.337008] systemd[1]: Starting Load Kernel Modules...
[ 53.360912] pstore: Using compression: deflate
[ 53.361249] console [pstore-1] enabled
[ 53.361251] pstore: Registered ramoops as persistent store backend
[ 53.361254] ramoops: attached 0x200000@0x12000000, ecc: 16/0
[ 53.366179] ubnt_common: loading out-of-tree module taints kernel.
[ 53.366186] ubnt_common: module license 'Proprietary' taints kernel.
[ 53.366187] Disabling lock debugging due to kernel taint
[ 53.367228] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 53.376422] systemd[1]: Starting Coldplug All udev Devices...
[ 53.408655] systemd[1]: Started Journal Service.
[ 53.423818] ubnthal: Ubiquiti Unifi-NVR-PRO
[ 53.424808] creating procfs for ubnthal
[ 53.424814] creating proc entry for system.info
[ 53.424815] creating proc entry for board
[ 53.424818] creating procfs for status
[ 53.424820] creating proc entry for IsDefault
[ 53.424822] creating proc entry for IsLocated
[ 53.424824] creating proc entry for IsIsolated
[ 53.424826] creating proc entry for IsLte
[ 53.424829] creating proc entry for ControllerPort
[ 53.424831] creating proc entry for ControllerHost
[ 53.424833] creating proc entry for AnonNetAppId
[ 53.424834] creating proc entry for MeshStatus
[ 53.880940] systemd-journald[1388]: Received client request to flush runtime journal.
[ 54.579133] IPv6: ADDRCONF(NETDEV_UP): enp0s2: link is not ready
[ 54.579489] al_eth 0000:00:01.0: al_mod_eth_function_reset: performing FLR
[ 54.585021] Configured MAC to RGMII mode
[ 54.588220] al_eth 0000:00:01.0 enp0s1: using MSI-X per Queue interrupt mode
[ 54.596357] libphy: al mdio bus: probed
[ 54.624382] al_mod_eth_lm_link_detection_step: New SFP mode detected AL_ETH_LM_MODE_DISCONNECTED -> AL_ETH_LM_MODE_10G_DA
[ 54.696680] al_eth 0000:00:01.0 enp0s1: phy[4]: device 8:04, driver RTL8211F Gigabit Ethernet
[ 54.696687] al_eth 0000:00:01.0 enp0s1: phy[4]:supported 62ef adv 62ef
[ 54.697184] IPv6: ADDRCONF(NETDEV_UP): enp0s1: link is not ready
[ 54.715017] al_eth 0000:00:02.0: al_mod_eth_function_reset: performing FLR
[ 54.720616] al_eth 0000:00:02.0 enp0s2: Configured iCRC TX HW offload in entry_idx 0 (protocol_idx:0xe)
[ 54.720620] Configured MAC to KR mode
[ 54.721438] al_eth 0000:00:02.0 enp0s2: using MSI-X per Queue interrupt mode
[ 59.883468] al_mod_eth_group_lm_link_manage: eth2 - link established successfully
[ 59.883487] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s2: link becomes ready
[ 59.925445] eth [al_mod_eth_1]: set link speed to 1000Mbps. full duplex.
[ 59.925452] al_eth 0000:00:01.0 enp0s1: Link is Up - 1Gbps/Full - flow control off
[ 59.925460] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s1: link becomes ready
[ 61.650051] md: md3 stopped.
[ 61.659374] md/raid:md3: device sdg5 operational as raid disk 0
[ 61.659377] md/raid:md3: device sda5 operational as raid disk 5
[ 61.659379] md/raid:md3: device sdd5 operational as raid disk 4
[ 61.659382] md/raid:md3: device sdf5 operational as raid disk 3
[ 61.659383] md/raid:md3: device sdc5 operational as raid disk 2
[ 61.659385] md/raid:md3: device sde5 operational as raid disk 1
[ 61.660328] md/raid:md3: raid level 5 active with 6 out of 6 devices, algorithm 2
[ 61.681856] md3: detected capacity change from 0 to 29962230824960
[ 61.888162] md: md0 stopped.
[ 61.909206] md/raid1:md0: active with 7 out of 7 mirrors
[ 61.909249] md0: detected capacity change from 0 to 2009071616
[ 62.708458] EXT4-fs (md3): mounted filesystem with ordered data mode. Opts: (null)
[ 64.249631] Adding 1961980k swap on /dev/md0. Priority:1000 extents:1 across:1961980k
[ 65.461179] EXT4-fs (mtdblock6): mounted filesystem with ordered data mode. Opts: (null)
[ 124.590578] EXT4-fs (mtdblock6): mounted filesystem with ordered data mode. Opts: (null)
[ 9325.419950] al_mod_eth_group_lm_link_manage: eth2 - link wasn't established, link went down
[ 9326.139204] al_mod_eth_group_lm_link_manage: eth2 - link established successfully
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment