peacey / split-vpn

A split tunnel VPN script for Unifi OS routers (UDM, UXG, UDR) with policy based routing.
GNU General Public License v3.0
809 stars 56 forks source link

UniFi Network keep crashing after WAN port change #158

Closed lowrisk75 closed 1 year ago

lowrisk75 commented 1 year ago

I'm desperate, I swapped my WAN from Eth to SFP+10 but this is causing many issues with my Dream Machine SE :

https://community.ui.com/questions/Dream-machine-SE-offline-after-WAN-port-change-UniFi-Network-keep-restarting/cf64d5e5-552f-4bec-9350-30bfba19ea4e#answer/4a6a6272-ce85-4716-bb56-a9ee8f7dd95e

-- when I restart the script, WG mention ETH9 instead of the SFP+ port (10), should I change something to the split-VPN config

lowrisk75 commented 1 year ago

-- the WG connection seems to work fine

peacey commented 1 year ago

Hi @lowrisk75,

eth9 is the SFP port 10 and eth8 is the Ethernet port 9 (ports starts on eth0 that's why). You don't need to change anything with the split-vpn configuration (it automatically detects your WAN even with fallback).

From looking at your usage graph, java (used by unifi apps) is using 280% of CPU and your memory seems to be complete filled. I don't see split-vpn/wireguard using any CPU or memory so I don't think they're the issue here.

Unfortunately Ubiquiti doesn't like providing support when you have custom mods. If you want them to help out you'll have to remove your custom mods and see if the problem persists then give them a support file to help out.

I think you you should check if storage is full (with df -h), and also check systemctl status unifi, dmesg, and cat /var/log/messages to see if there are any obvious errors being reported by unifi.

lowrisk75 commented 1 year ago

Thank you for your reply, this is going way above my skills unfortunately and I cannot remove split-VPN, I do need it for work, and I would be worried to breaking something.

I think I'll stay like this, UniFI Network is not usable but so Split-VPN is working at least. anyway I'm closing because I'm clearly going outside topic but thanks again.

root@Dream-Machine-Special-Edition:~# df -h
Filesystem                         Size  Used Avail Use% Mounted on
udev                               2.0G     0  2.0G   0% /dev
tmpfs                              395M   22M  374M   6% /run
/dev/disk/by-partlabel/root        2.0G  1.6G  223M  88% /boot/firmware
/dev/loop0                         777M  777M     0 100% /mnt/.rofs
/dev/disk/by-partlabel/overlay     5.4G  989M  4.1G  20% /mnt/.rwfs
overlayfs-root                     5.4G  989M  4.1G  20% /
/dev/disk/by-partlabel/data        3.9G  141M  3.6G   4% /data
/dev/disk/by-partlabel/log         976M  242M  668M  27% /var/log
/dev/disk/by-partlabel/persistent  2.0G  467M  1.4G  26% /persistent
tmpfs                              2.0G   56K  2.0G   1% /dev/shm
tmpfs                              5.0M     0  5.0M   0% /run/lock
tmpfs                              1.0G  1.1M 1023M   1% /tmp
/dev/sda5                          109G  1.4G  103G   2% /ssd1
/dev/md3                           1.8T  1.7T   65G  97% /volume1
tmpfs                               16M     0   16M   0% /var/log/ulog
tmpfs                              512M  1.1M  511M   1% /var/opt/unifi-protect/tmp
tmpfs                               64M  1.8M   63M   3% /var/opt/unifi/tmp

` unifi.service - unifi Loaded: loaded (/lib/systemd/system/unifi.service; enabled; vendor preset:> Drop-In: /lib/systemd/system/unifi.service.d └─ca-certificates-java.conf, limits.conf, unifi.conf Active: active (running) since Tue 2023-01-31 19:31:32 CET; 1h 14min ago Main PID: 1062444 (java) Status: "{"version":"7.3.83","isConfigured":true,"info":{"timestamp":16751> Tasks: 102 (limit: 4725) Memory: 1.0G (max: 1.5G) CPU: 7min 22.681s CGroup: /system.slice/unifi.service ├─1062444 /usr/bin/java -Dfile.encoding=UTF-8 -Djava.awt.headless=> └─1063958 bin/mongod --dbpath /usr/lib/unifi/data/db --port 27117 >

Jan 31 19:29:53 Dream-Machine-Special-Edition unifi[1062437]: Skipping load-env> Jan 31 19:29:53 Dream-Machine-Special-Edition unifi-network-service-helper[1062> Jan 31 19:29:53 Dream-Machine-Special-Edition unifi[1062440]: init-uos complete> Jan 31 19:29:53 Dream-Machine-Special-Edition unifi-network-service-helper[1062> Jan 31 19:30:22 Dream-Machine-Special-Edition java[1062444]: WARNING: An illega> Jan 31 19:30:22 Dream-Machine-Special-Edition java[1062444]: WARNING: Illegal r> Jan 31 19:30:22 Dream-Machine-Special-Edition java[1062444]: WARNING: Please co> Jan 31 19:30:22 Dream-Machine-Special-Edition java[1062444]: WARNING: Use --ill> Jan 31 19:30:22 Dream-Machine-Special-Edition java[1062444]: WARNING: All illeg> Jan 31 19:31:32 Dream-Machine-Special-Edition systemd[1]: Started unifi. lines 1-24/24 (END)

`

`root@Dream-Machine-Special-Edition:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd073] [ 0.000000] Linux version 4.19.152-ui-alpine (bdd@builder) (gcc version 10.2.1 20210110 (Debian 10.2.1-6)) #4.19.152 SMP Mon Nov 14 00:53:36 CST 2022 [ 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: 1048576 [ 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: 4096 pages used for memmap [ 0.000000] Normal zone: 262144 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/0x3b8 with crng_init=0 [ 0.000000] percpu: Embedded 20 pages/cpu s44696 r8192 d29032 u81920 [ 0.000000] pcpu-alloc: s44696 r8192 d29032 u81920 alloc=20*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: 1032192 [ 0.000000] Kernel command line: pci=pcie_bus_perf console=ttyS0,115200 net.ifnames=0 sysid=ea2c boot_carrier=4 root= [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000] software IO TLB: mapped [mem 0xbbfff000-0xbffff000] (64MB) [ 0.000000] Memory: 4032236K/4194304K available (8444K kernel code, 702K rwdata, 2388K rodata, 448K init, 312K bss, 162068K 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.000129] Console: colour dummy device 80x25 [ 0.000141] Calibrating delay loop (skipped), value calculated using timer frequency.. 116.66 BogoMIPS (lpj=583333) [ 0.000145] pid_max: default: 32768 minimum: 301 [ 0.000195] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.000209] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.000664] ASID allocator initialised with 32768 entries [ 0.000692] rcu: Hierarchical SRCU implementation. [ 0.000901] EFI services will not be available. [ 0.000976] smp: Bringing up secondary CPUs ... [ 0.001119] Detected PIPT I-cache on CPU1 [ 0.001131] GICv3: CPU1: found redistributor 1 region 0:0x00000000f02a0000 [ 0.001142] CPU1: Booted secondary processor 0x0000000001 [0x411fd073] [ 0.001310] Detected PIPT I-cache on CPU2 [ 0.001318] GICv3: CPU2: found redistributor 2 region 0:0x00000000f02c0000 [ 0.001326] CPU2: Booted secondary processor 0x0000000002 [0x411fd073] [ 0.001485] Detected PIPT I-cache on CPU3 [ 0.001494] GICv3: CPU3: found redistributor 3 region 0:0x00000000f02e0000 [ 0.001502] CPU3: Booted secondary processor 0x0000000003 [0x411fd073] [ 0.001528] smp: Brought up 1 node, 4 CPUs [ 0.001530] SMP: Total of 4 processors activated. [ 0.001532] CPU features: detected: GIC system register CPU interface [ 0.001534] CPU features: detected: 32-bit EL0 Support [ 0.001550] CPU: All CPU(s) started at EL2 [ 0.001558] alternatives: patching kernel code [ 0.002020] devtmpfs: initialized [ 0.003780] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.003785] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.003963] DMI not present or invalid. [ 0.004073] NET: Registered protocol family 16 [ 0.004352] cpuidle: using governor ladder [ 0.004359] cpuidle: using governor menu [ 0.004437] DMA: preallocated 256 KiB pool for atomic allocations [ 0.004471] Initializing Peripheral Bus System - PBS [ 0.007905] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.008116] vgaarb: loaded [ 0.008183] SCSI subsystem initialized [ 0.008227] libata version 3.00 loaded. [ 0.008279] usbcore: registered new interface driver usbfs [ 0.008293] usbcore: registered new interface driver hub [ 0.008309] usbcore: registered new device driver usb [ 0.013926] pps_core: LinuxPPS API ver. 1 registered [ 0.013928] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.013934] PTP clock support registered [ 0.013990] EDAC MC: Ver: 3.0.0 [ 0.014078] Advanced Linux Sound Architecture Driver Initialized. [ 0.014219] Bluetooth: Core ver 2.22 [ 0.014228] NET: Registered protocol family 31 [ 0.014230] Bluetooth: HCI device and connection manager initialized [ 0.014234] Bluetooth: HCI socket layer initialized [ 0.014236] Bluetooth: L2CAP socket layer initialized [ 0.014245] Bluetooth: SCO socket layer initialized [ 0.014326] clocksource: Switched to clocksource arch_sys_counter [ 0.016274] NET: Registered protocol family 2 [ 0.016459] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes) [ 0.016470] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.016526] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.016649] TCP: Hash tables configured (established 32768 bind 32768) [ 0.016697] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.016712] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.016775] NET: Registered protocol family 1 [ 0.016916] PCI: CLS 0 bytes, default 64 [ 0.016965] Unpacking initramfs... [ 0.214845] Freeing initrd memory: 8216K [ 0.215232] Initialise system trusted keyrings [ 0.215300] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.682417] Key type asymmetric registered [ 0.682419] Asymmetric key parser 'x509' registered [ 0.682439] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.682441] io scheduler noop registered [ 0.682443] io scheduler deadline registered [ 0.682497] io scheduler cfq registered (default) [ 0.682718] pl061_gpio fd887000.gpio0: PL061 GPIO chip @0x00000000fd887000 registered [ 0.682799] pl061_gpio fd888000.gpio1: PL061 GPIO chip @0x00000000fd888000 registered [ 0.682872] pl061_gpio fd889000.gpio2: PL061 GPIO chip @0x00000000fd889000 registered [ 0.682943] pl061_gpio fd88a000.gpio3: PL061 GPIO chip @0x00000000fd88a000 registered [ 0.683012] pl061_gpio fd88b000.gpio4: PL061 GPIO chip @0x00000000fd88b000 registered [ 0.683079] pl061_gpio fd897000.gpio5: PL061 GPIO chip @0x00000000fd897000 registered [ 0.683167] al-sgpo fd8b4000.sgpo: Alpine SGPO driver probed. [ 0.683228] al-internal-pcie fbc00000.pcie-internal: host bridge /soc/pcie-internal ranges: [ 0.683237] al-internal-pcie fbc00000.pcie-internal: MEM 0xfe000000..0xfeffffff -> 0xfe000000 [ 0.683277] al-internal-pcie fbc00000.pcie-internal: PCI host bridge to bus 0000:00 [ 0.683280] pci_bus 0000:00: root bus resource [bus 00] [ 0.683283] pci_bus 0000:00: root bus resource [mem 0xfe000000-0xfeffffff] [ 0.683294] pci 0000:00:00.0: [1c36:0002] type 00 class 0x020000 [ 0.683303] pci 0000:00:00.0: reg 0x10: [mem 0xfe000000-0xfe01ffff 64bit] [ 0.683308] pci 0000:00:00.0: reg 0x18: [mem 0xfe020000-0xfe020fff 64bit] [ 0.683312] pci 0000:00:00.0: reg 0x20: [mem 0xfe030000-0xfe03ffff 64bit] [ 0.683330] pci 0000:00:00.0: PME# supported from D3hot D3cold [ 0.683339] pci 0000:00:00.0: reg 0x324: [mem 0x00000000-0x0001ffff 64bit] [ 0.683342] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x0005ffff 64bit] (contains BAR0 for 3 VFs) [ 0.683529] pci 0000:00:02.0: [1c36:0002] type 00 class 0x020000 [ 0.683537] pci 0000:00:02.0: reg 0x10: [mem 0xfe040000-0xfe05ffff 64bit] [ 0.683542] pci 0000:00:02.0: reg 0x18: [mem 0xfe060000-0xfe060fff 64bit] [ 0.683546] pci 0000:00:02.0: reg 0x20: [mem 0xfe070000-0xfe07ffff 64bit] [ 0.683561] pci 0000:00:02.0: PME# supported from D3hot D3cold [ 0.683569] pci 0000:00:02.0: reg 0x324: [mem 0x00000000-0x0001ffff 64bit] [ 0.683573] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x0005ffff 64bit] (contains BAR0 for 3 VFs) [ 0.683668] pci 0000:00:03.0: [1c36:0001] type 00 class 0x020000 [ 0.683676] pci 0000:00:03.0: reg 0x10: [mem 0xfe080000-0xfe09ffff 64bit] [ 0.683681] pci 0000:00:03.0: reg 0x18: [mem 0xfe0a0000-0xfe0a0fff 64bit] [ 0.683685] pci 0000:00:03.0: reg 0x20: [mem 0xfe0a4000-0xfe0a7fff 64bit] [ 0.683699] pci 0000:00:03.0: PME# supported from D3hot D3cold [ 0.683782] pci 0000:00:04.0: [1c36:0022] type 00 class 0x100000 [ 0.683790] pci 0000:00:04.0: reg 0x10: [mem 0xfe0c0000-0xfe0dffff 64bit] [ 0.683797] pci 0000:00:04.0: reg 0x20: [mem 0xfe0e0000-0xfe0effff 64bit] [ 0.683811] pci 0000:00:04.0: PME# supported from D3hot D3cold [ 0.683819] pci 0000:00:04.0: reg 0x324: [mem 0x00000000-0x0001ffff 64bit] [ 0.683822] pci 0000:00:04.0: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit] (contains BAR0 for 1 VFs) [ 0.683910] pci 0000:00:05.0: [1c36:0022] type 00 class 0x010400 [ 0.683918] pci 0000:00:05.0: reg 0x10: [mem 0xfe100000-0xfe11ffff 64bit] [ 0.683925] pci 0000:00:05.0: reg 0x20: [mem 0xfe120000-0xfe12ffff 64bit] [ 0.683939] pci 0000:00:05.0: PME# supported from D3hot D3cold [ 0.683947] pci 0000:00:05.0: reg 0x324: [mem 0x00000000-0x0001ffff 64bit] [ 0.683950] pci 0000:00:05.0: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit] (contains BAR0 for 1 VFs) [ 0.684135] pci 0000:00:08.0: [1c36:0031] type 00 class 0x010601 [ 0.684147] pci 0000:00:08.0: reg 0x24: [mem 0xfe130000-0xfe133fff] [ 0.684161] pci 0000:00:08.0: PME# supported from D3hot D3cold [ 0.685384] pci 0000:00:00.0: BAR 0: assigned [mem 0xfe000000-0xfe01ffff 64bit] [ 0.685390] pci 0000:00:00.0: BAR 7: assigned [mem 0xfe020000-0xfe07ffff 64bit] [ 0.685394] pci 0000:00:02.0: BAR 0: assigned [mem 0xfe080000-0xfe09ffff 64bit] [ 0.685398] pci 0000:00:02.0: BAR 7: assigned [mem 0xfe0a0000-0xfe0fffff 64bit] [ 0.685402] pci 0000:00:03.0: BAR 0: assigned [mem 0xfe100000-0xfe11ffff 64bit] [ 0.685406] pci 0000:00:04.0: BAR 0: assigned [mem 0xfe120000-0xfe13ffff 64bit] [ 0.685411] pci 0000:00:04.0: BAR 7: assigned [mem 0xfe140000-0xfe15ffff 64bit] [ 0.685414] pci 0000:00:05.0: BAR 0: assigned [mem 0xfe160000-0xfe17ffff 64bit] [ 0.685418] pci 0000:00:05.0: BAR 7: assigned [mem 0xfe180000-0xfe19ffff 64bit] [ 0.685422] pci 0000:00:00.0: BAR 4: assigned [mem 0xfe1a0000-0xfe1affff 64bit] [ 0.685426] pci 0000:00:02.0: BAR 4: assigned [mem 0xfe1b0000-0xfe1bffff 64bit] [ 0.685430] pci 0000:00:04.0: BAR 4: assigned [mem 0xfe1c0000-0xfe1cffff 64bit] [ 0.685434] pci 0000:00:05.0: BAR 4: assigned [mem 0xfe1d0000-0xfe1dffff 64bit] [ 0.685438] pci 0000:00:03.0: BAR 4: assigned [mem 0xfe1e0000-0xfe1e3fff 64bit] [ 0.685442] pci 0000:00:08.0: BAR 5: assigned [mem 0xfe1e4000-0xfe1e7fff] [ 0.685446] pci 0000:00:00.0: BAR 2: assigned [mem 0xfe1e8000-0xfe1e8fff 64bit] [ 0.685450] pci 0000:00:02.0: BAR 2: assigned [mem 0xfe1e9000-0xfe1e9fff 64bit] [ 0.685455] pci 0000:00:03.0: BAR 2: assigned [mem 0xfe1ea000-0xfe1eafff 64bit] [ 0.685549] al-external-pcie fd800000.pcie-external0: host bridge /soc/pcie-external0 ranges: [ 0.685557] al-external-pcie fd800000.pcie-external0: err 0xfb600000..0xfb6fffff -> 0xfb600000 [ 0.685563] al-external-pcie fd800000.pcie-external0: IO 0xc0000000..0xc000ffff -> 0x00010000 [ 0.685569] al-external-pcie fd800000.pcie-external0: MEM 0xc0010000..0xc7ffffff -> 0xc0010000 [ 0.685594] al-external-pcie fd800000.pcie-external0: link up: speed Gen 2 width x1 [ 0.685597] al-external-pcie fd800000.pcie-external0: link up: speed Gen 2 width x1 [ 0.685600] PCIe 0: setting OB iATU even after link is started [ 0.685639] al-external-pcie fd800000.pcie-external0: PCI host bridge to bus 0001:00 [ 0.685642] pci_bus 0001:00: root bus resource [bus 00-ff] [ 0.685645] pci_bus 0001:00: root bus resource [??? 0xfb600000-0xfb6fffff flags 0x0] [ 0.685649] pci_bus 0001:00: root bus resource [io 0x0000-0xffff] (bus address [0x10000-0x1ffff]) [ 0.685651] pci_bus 0001:00: root bus resource [mem 0xc0010000-0xc7ffffff] [ 0.685661] pci 0001:00:00.0: [1c36:0031] type 01 class 0x060400 [ 0.685671] pci 0001:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff] [ 0.685676] pci 0001:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 0.685681] pci 0001:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref] [ 0.685710] pci 0001:00:00.0: supports D1 [ 0.685713] pci 0001:00:00.0: PME# supported from D0 D1 D3hot [ 0.686765] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.686815] pci 0001:01:00.0: [10ec:8125] type 00 class 0x020000 [ 0.686844] pci 0001:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid [ 0.686847] pci 0001:01:00.0: reg 0x10: [io size 0x0100] [ 0.686864] pci 0001:01:00.0: reg 0x18: [mem 0xc0000000-0xc000ffff 64bit] [ 0.686875] pci 0001:01:00.0: reg 0x20: [mem 0xc0010000-0xc0013fff 64bit] [ 0.686957] pci 0001:01:00.0: supports D1 D2 [ 0.686959] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.688019] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 [ 0.688028] pci 0001:00:00.0: BAR 0: assigned [mem 0xc0100000-0xc01fffff] [ 0.688032] pci 0001:00:00.0: BAR 14: assigned [mem 0xc0200000-0xc02fffff] [ 0.688035] pci 0001:00:00.0: BAR 1: assigned [mem 0xc0010000-0xc001ffff] [ 0.688039] pci 0001:00:00.0: BAR 6: assigned [mem 0xc0020000-0xc002ffff pref] [ 0.688042] pci 0001:00:00.0: BAR 13: assigned [io 0x1000-0x1fff] [ 0.688047] pci 0001:01:00.0: BAR 2: assigned [mem 0xc0200000-0xc020ffff 64bit] [ 0.688056] pci 0001:01:00.0: BAR 4: assigned [mem 0xc0210000-0xc0213fff 64bit] [ 0.688065] pci 0001:01:00.0: BAR 0: assigned [io 0x1000-0x10ff] [ 0.688070] pci 0001:00:00.0: PCI bridge to [bus 01] [ 0.688073] pci 0001:00:00.0: bridge window [io 0x1000-0x1fff] [ 0.688076] pci 0001:00:00.0: bridge window [mem 0xc0200000-0xc02fffff] [ 0.688084] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 256 [ 0.688099] pci 0001:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 256 [ 0.688102] pci 0001:00:00.0: AL PCIe bridge quirk detected, disable MSI(X) [ 0.688150] al-external-pcie fd820000.pcie-external1: host bridge /soc/pcie-external1 ranges: [ 0.688158] al-external-pcie fd820000.pcie-external1: err 0xfb700000..0xfb7fffff -> 0xfb700000 [ 0.688164] al-external-pcie fd820000.pcie-external1: IO 0xc8000000..0xc800ffff -> 0x00020000 [ 0.688169] al-external-pcie fd820000.pcie-external1: MEM 0xc8010000..0xcfffffff -> 0xc8010000 [ 0.688190] al-external-pcie fd820000.pcie-external1: link up: speed Gen 2 width x1 [ 0.688193] al-external-pcie fd820000.pcie-external1: link up: speed Gen 2 width x1 [ 0.688196] PCIe 1: setting OB iATU even after link is started [ 0.688232] al-external-pcie fd820000.pcie-external1: PCI host bridge to bus 0002:00 [ 0.688235] pci_bus 0002:00: root bus resource [bus 00-ff] [ 0.688238] pci_bus 0002:00: root bus resource [??? 0xfb700000-0xfb7fffff flags 0x0] [ 0.688241] pci_bus 0002:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x20000-0x2ffff]) [ 0.688244] pci_bus 0002:00: root bus resource [mem 0xc8010000-0xcfffffff] [ 0.688253] pci 0002:00:00.0: [1c36:0031] type 01 class 0x060400 [ 0.688263] pci 0002:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff] [ 0.688269] pci 0002:00:00.0: reg 0x14: [mem 0x00000000-0x00000fff pref] [ 0.688299] pci 0002:00:00.0: supports D1 [ 0.688301] pci 0002:00:00.0: PME# supported from D0 D1 D3hot [ 0.689337] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.689385] pci 0002:01:00.0: [1b21:3042] type 00 class 0x0c0330 [ 0.689414] pci 0002:01:00.0: reg 0x10: [mem 0xc8000000-0xc8007fff 64bit] [ 0.689458] pci 0002:01:00.0: enabling Extended Tags [ 0.689519] pci 0002:01:00.0: PME# supported from D0 D3hot D3cold [ 0.689547] pci 0002:01:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x1 link at 0002:00:00.0 (capable of 15.752 Gb/s with 8 GT/s x2 link) [ 0.690564] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01 [ 0.690572] pci 0002:00:00.0: BAR 14: assigned [mem 0xc8100000-0xc81fffff] [ 0.690575] pci 0002:00:00.0: BAR 0: assigned [mem 0xc8010000-0xc8010fff] [ 0.690579] pci 0002:00:00.0: BAR 1: assigned [mem 0xc8011000-0xc8011fff pref] [ 0.690584] pci 0002:01:00.0: BAR 0: assigned [mem 0xc8100000-0xc8107fff 64bit] [ 0.690593] pci 0002:00:00.0: PCI bridge to [bus 01] [ 0.690596] pci 0002:00:00.0: bridge window [mem 0xc8100000-0xc81fffff] [ 0.690603] pci 0002:00:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 256 [ 0.690618] pci 0002:01:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 256 [ 0.690620] pci 0002:00:00.0: AL PCIe bridge quirk detected, disable MSI(X) [ 0.690883] al_dma: Annapurna Labs DMA Driver 0.01 [ 0.690892] al_dma 0000:00:05.0: writing to VF config space [ 0.690903] al_dma 0000:00:05.0: enabling device (0000 -> 0002) [ 0.804335] pci 0000:00:05.1: [1c36:8022] type 00 class 0x010400 [ 0.804407] al_dma 0000:00:05.1: enabling device (0400 -> 0402) [ 0.804417] al_ssm_dma_init_aux: non optimal adapter configuration [ 0.805564] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.805991] console [ttyS0] disabled [ 0.806005] fd883000.uart0: ttyS0 at MMIO 0xfd883000 (irq = 23, base_baud = 31250000) is a 16550A [ 0.811589] console [ttyS0] enabled [ 0.811732] fd884000.uart1: ttyS1 at MMIO 0xfd884000 (irq = 24, base_baud = 31250000) is a 16550A [ 0.811866] fd885000.uart2: ttyS2 at MMIO 0xfd885000 (irq = 25, base_baud = 31250000) is a 16550A [ 0.812327] [DEBUG] boot_carrier = 4 [ 0.812348] ahci 0000:00:08.0: version 3.0 [ 0.812353] ahci 0000:00:08.0: enabling device (0000 -> 0002) [ 0.812367] ahci 0000:00:08.0: controller can't do PMP, turning off CAP_PMP [ 0.812531] ahci 0000:00:08.0: SSS flag set, parallel bus scan disabled [ 0.812548] ahci 0000:00:08.0: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0xf impl SATA mode [ 0.812552] ahci 0000:00:08.0: flags: 64bit ncq sntf stag pm led clo only fbs pio slum part ccc apst [ 0.812555] ahci 0000:00:08.0: both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented [ 0.813058] scsi host0: ahci [ 0.813192] scsi host1: ahci [ 0.813289] scsi host2: ahci [ 0.813392] scsi host3: ahci [ 0.813439] ata1: SATA max UDMA/133 abar m16384@0xfe1e4000 port 0xfe1e4100 irq 31 [ 0.813442] ata2: SATA max UDMA/133 abar m16384@0xfe1e4000 port 0xfe1e4180 irq 32 [ 0.813444] ata3: SATA max UDMA/133 abar m16384@0xfe1e4000 port 0xfe1e4200 irq 33 [ 0.813446] ata4: SATA max UDMA/133 abar m16384@0xfe1e4000 port 0xfe1e4280 irq 34 [ 0.813467] ahci 0001:00:00.0: writing to VF config space [ 0.818901] ahci: probe of 0001:00:00.0 failed with error -22 [ 0.818910] ahci 0002:00:00.0: writing to VF config space [ 0.824328] ahci: probe of 0002:00:00.0 failed with error -22 [ 0.824718] m25p80 spi0.0: found mx25u6435f, expected spi_flash_jedec_detection [ 0.824722] m25p80 spi0.0: mx25u6435f (8192 Kbytes) [ 0.827352] 6 fixed-partitions partitions found on MTD device spi0.0 [ 0.827354] Creating 6 MTD partitions on "spi0.0": [ 0.827357] 0x000000000000-0x0000001c0000 : "u-boot" [ 0.827599] 0x0000001c0000-0x0000001d0000 : "u-boot env" [ 0.827783] 0x0000001d0000-0x0000001e0000 : "u-boot env redundant" [ 0.827960] 0x0000001e0000-0x0000001f0000 : "Factory" [ 0.828137] 0x0000001f0000-0x000000200000 : "EEPROM" [ 0.828323] 0x000000200000-0x000000800000 : "config" [ 0.828901] libphy: Fixed MDIO Bus: probed [ 0.828948] tun: Universal TUN/TAP device driver, 1.6 [ 0.829080] al_eth_drv: Initializing Peripheral Bus System (PBS) resources [ 0.829110] al_eth 0000:00:00.0: writing to VF config space [ 0.834691] al_eth 0000:00:00.0: AnnapurnaLabs unified 1GbE/10GbE/25GbE Ethernet Driver with SR-IOV al_eth v3.5.3 (Mar 14, 2019) [ 0.834697] al_eth 0000:00:00.0: driver_data is 0x0 [ 0.834729] al_eth 0000:00:00.0: eth rev_id 3 (orig_rev_id 3) dev_id 2 [ 0.837730] al_eth_drv: SFP GPIOs initialized successfully [ 0.837736] al_eth 0000:00:00.0: Board info: phy exist No. phy addr 0. mdio freq 2500 Khz. SFP connected Yes. media 5 [ 0.837739] al_eth 0000:00:00.0: al_mod_eth_function_reset: performing FLR [ 0.843643] al_eth 0000:00:00.0 eth0: AnnapurnaLabs unified 1Gbe/10Gbe/25Gbe integrated found at mem fe000000, mac addr d0:21:f9:67:f8:7f [ 0.843660] al_eth 0000:00:02.0: writing to VF config space [ 0.849240] al_eth 0000:00:02.0: driver_data is 0x0 [ 0.849265] al_eth 0000:00:02.0: eth rev_id 3 (orig_rev_id 3) dev_id 2 [ 0.852262] al_eth_drv: SFP GPIOs initialized successfully [ 0.852267] al_eth 0000:00:02.0: Board info: phy exist No. phy addr 0. mdio freq 2500 Khz. SFP connected Yes. media 5 [ 0.852270] al_eth 0000:00:02.0: al_mod_eth_function_reset: performing FLR [ 0.858167] al_eth 0000:00:02.0 eth1: AnnapurnaLabs unified 1Gbe/10Gbe/25Gbe integrated found at mem fe080000, mac addr d0:21:f9:67:f8:80 [ 0.858183] al_eth 0000:00:03.0: writing to VF config space [ 0.863753] al_eth 0000:00:03.0: driver_data is 0x0 [ 0.863776] al_eth 0000:00:03.0: eth rev_id 2 (orig_rev_id 2) dev_id 1 [ 0.863848] al_eth 0000:00:03.0 (unnamed net_device) (uninitialized): Unable to find matching node (leds) [ 0.873410] al_eth 0000:00:03.0: Board info: phy exist Yes. phy addr 17. mdio freq 2500 Khz. SFP connected No. media 1 [ 0.873413] al_eth 0000:00:03.0: al_mod_eth_function_reset: performing FLR [ 0.879135] al_eth 0000:00:03.0 eth2: AnnapurnaLabs unified 1Gbe/10Gbe/25Gbe integrated found at mem fe100000, mac addr d0:21:f9:67:f8:7e [ 0.879155] libphy: alpine_mdio_shared: probed [ 0.937048] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 0.937149] ata1.00: ATA-10: KINGSTON OM4P0S3128B-A0, SBFK62A3, max UDMA/133 [ 0.937152] ata1.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 32), AA [ 0.937308] ata1.00: configured for UDMA/133 [ 0.937407] scsi 0:0:0:0: Direct-Access ATA KINGSTON OM4P0S3 62A3 PQ: 0 ANSI: 5 [ 0.937645] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB) [ 0.937661] sd 0:0:0:0: [sda] Write Protect is off [ 0.937664] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 0.937687] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 0.938696] ata2: SATA link down (SStatus 4 SControl 300) [ 0.939781] ata3: SATA link down (SStatus 4 SControl 300) [ 0.940140] sda: sda1 sda2 sda5 [ 0.940495] sd 0:0:0:0: [sda] Attached SCSI disk [ 0.940864] ata4: SATA link down (SStatus 4 SControl 300) [ 1.174329] al_eth 0000:00:03.0 eth2: MDIO read failed on timeout [ 1.174333] al_eth 0000:00:03.0 eth2: al_mod_eth_mdiobus_setup: cannot get phy device - auto probing failed. [ 1.583545] Setting 0 to s 0 m 0 rx 0 tx 0 [ 1.761590] Setting 1 to s 2 m 1 rx 6 tx 1 [ 2.311453] switch0: RTL8370B switch registered on alpine_mdio_shared_18 [ 2.311477] al_eth 0000:00:03.0 eth2: phy[17]: device alpine_mdio_shared_18:11, driver Realtek RTL8370MB [ 2.311481] al_eth 0000:00:03.0 eth2: phy[17]:supported 62ef adv 62ef [ 2.311656] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.311658] ehci-pci: EHCI PCI platform driver [ 2.311677] ehci-platform: EHCI generic platform driver [ 2.311722] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.311729] ohci-pci: OHCI PCI platform driver [ 2.311743] uhci_hcd: USB Universal Host Controller Interface driver [ 2.311815] xhci_hcd 0002:01:00.0: xHCI Host Controller [ 2.311825] xhci_hcd 0002:01:00.0: new USB bus registered, assigned bus number 1 [ 2.366654] xhci_hcd 0002:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410 [ 2.367080] hub 1-0:1.0: USB hub found [ 2.367093] hub 1-0:1.0: 2 ports detected [ 2.367226] xhci_hcd 0002:01:00.0: xHCI Host Controller [ 2.367231] xhci_hcd 0002:01:00.0: new USB bus registered, assigned bus number 2 [ 2.367236] xhci_hcd 0002:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed [ 2.367299] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.367447] hub 2-0:1.0: USB hub found [ 2.367458] hub 2-0:1.0: 2 ports detected [ 2.367601] usbcore: registered new interface driver cdc_acm [ 2.367602] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 2.367624] usbcore: registered new interface driver usb-storage [ 2.367648] usbcore: registered new interface driver cp210x [ 2.367655] usbserial: USB Serial support registered for cp210x [ 2.367737] mousedev: PS/2 mouse device common for all mice [ 2.367782] i2c /dev entries driver [ 2.371818] rtc-s35390a 1-0030: rtc core: registered rtc-s35390a as rtc0 [ 2.371835] i2c i2c-0: Added multiplexed i2c bus 1 [ 2.371903] i2c i2c-0: Added multiplexed i2c bus 2 [ 2.371958] i2c i2c-0: Added multiplexed i2c bus 3 [ 2.372053] i2c i2c-0: Added multiplexed i2c bus 4 [ 2.372108] i2c i2c-0: Added multiplexed i2c bus 5 [ 2.372160] i2c i2c-0: Added multiplexed i2c bus 6 [ 2.372214] i2c i2c-0: Added multiplexed i2c bus 7 [ 2.372269] i2c i2c-0: Added multiplexed i2c bus 8 [ 2.372271] pca954x 0-0071: registered 8 multiplexed busses for I2C switch pca9548 [ 2.372467] ubnt-hdd-pwrctl-v2 soc:hdd_pwrctl-v2: failed to get power enable delay -22, use default [ 2.381518] ubnt-hdd-pwrctl-v2 soc:hdd_pwrctl-v2: name hdd@0, pwren 484, present 5, fault-led 29, pwren delay 500 [ 2.385664] adt7475 4-002e: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). [ 2.385695] adt7475 4-002e: ADT7475 device, revision 1 [ 2.385698] adt7475 4-002e: Optional features: fan4 pwm2 [ 2.393980] random: fast init done [ 2.412063] al_thermal_probe: Thermal Sensor Loaded [ 2.412211] sp805-wdt fd88c000.wdt0: registration successful [ 2.412227] Bluetooth: HCI UART driver ver 2.3 [ 2.412230] Bluetooth: HCI UART protocol H4 registered [ 2.412231] Bluetooth: HCI UART protocol BCSP registered [ 2.412542] usbcore: registered new interface driver usbhid [ 2.412543] usbhid: USB HID core driver [ 2.412610] usbcore: registered new interface driver snd-usb-audio [ 2.412855] IPVS: Registered protocols () [ 2.412879] IPVS: Connection hash table configured (size=4096, memory=64Kbytes) [ 2.412927] IPVS: ipvs loaded. [ 2.412981] gre: GRE over IPv4 demultiplexor driver [ 2.412983] ip_gre: GRE over IPv4 tunneling driver [ 2.413342] IPv4 over IPsec tunneling driver [ 2.413509] Initializing XFRM netlink socket [ 2.413681] NET: Registered protocol family 10 [ 2.414152] Segment Routing with IPv6 [ 2.414232] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 2.414409] NET: Registered protocol family 17 [ 2.414416] NET: Registered protocol family 15 [ 2.414429] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.414459] Bluetooth: RFCOMM socket layer initialized [ 2.414467] Bluetooth: RFCOMM ver 1.11 [ 2.414471] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 2.414476] Bluetooth: BNEP socket layer initialized [ 2.414478] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 2.414480] Bluetooth: HIDP socket layer initialized [ 2.414482] 8021q: 802.1Q VLAN Support v1.8 [ 2.414638] registered taskstats version 1 [ 2.414640] Loading compiled-in X.509 certificates [ 2.419815] Key type encrypted registered [ 2.420163] input: soc:gpio_keys as /devices/platform/soc/soc:gpio_keys/input/input0 [ 2.421374] rtc-s35390a 1-0030: setting system clock to 2023-01-31 14:59:33 UTC (1675177173) [ 2.421432] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 2.480394] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 2.480402] ALSA device list: [ 2.480404] No soundcards found. [ 2.480620] Freeing unused kernel memory: 448K [ 2.480683] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 2.480686] cfg80211: failed to load regulatory.db [ 2.534396] Run /init as init process [ 2.629231] al_eth 0000:00:00.0 eth9: renamed from eth0 [ 2.634617] r8125 2.5Gigabit Ethernet driver 9.005.02-NAPI loaded [ 2.634672] r8125 0001:01:00.0: enabling device (0000 -> 0003) [ 3.004604] al_eth 0000:00:02.0 eth10: renamed from eth1 [ 3.035372] al_eth 0000:00:03.0 switch0: renamed from eth2 [ 3.065285] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd [ 3.075128] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 3.077150] r8125 Copyright (C) 2021 Realtek NIC software team nicfae@realtek.com This program comes with ABSOLUTELY NO WARRANTY; for details, please see http://www.gnu.org/licenses/. This is free software, and you are welcome to redistribute it under certain conditions; see http://www.gnu.org/licenses/. [ 3.078510] r8125 0001:01:00.0 eth8: renamed from eth0 [ 3.112076] usb-storage 2-1:1.0: USB Mass Storage device detected [ 3.112257] scsi host4: usb-storage 2-1:1.0 [ 3.244334] usb 1-2: new full-speed USB device number 2 using xhci_hcd [ 3.715339] cdc_acm 1-2:1.0: ttyACM0: USB ACM device [ 3.740201] loop: module loaded [ 3.744577] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 4.165867] scsi 4:0:0:0: Direct-Access Generic MassStorageClass 1537 PQ: 0 ANSI: 6 [ 4.165955] Use host(4) as boot carrier [ 4.165962] Use host(4) as boot carrier [ 4.385267] sd 4:0:0:0: [boot] 30535680 512-byte logical blocks: (15.6 GB/14.6 GiB) [ 4.386134] sd 4:0:0:0: [boot] Write Protect is off [ 4.386137] sd 4:0:0:0: [boot] Mode Sense: 21 00 00 00 [ 4.386838] sd 4:0:0:0: [boot] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 4.395407] boot: boot1 boot2 boot3 boot4 boot5 boot6 boot7 [ 4.397837] sd 4:0:0:0: [boot] Attached SCSI removable disk [ 4.795433] random: crng init done [ 4.800290] EXT4-fs (mtdblock5): mounted filesystem with ordered data mode. Opts: (null) [ 5.824569] EXT4-fs (boot7): mounted filesystem with ordered data mode. Opts: (null) [ 6.214046] EXT4-fs (boot3): mounted filesystem with ordered data mode. Opts: (null) [ 6.906242] EXT4-fs (boot7): mounted filesystem with ordered data mode. Opts: (null) [ 7.147772] EXT4-fs (boot5): mounted filesystem with ordered data mode. Opts: (null) [ 7.315757] EXT4-fs (boot4): mounted filesystem with ordered data mode. Opts: (null) [ 7.380081] EXT4-fs (boot6): mounted filesystem with ordered data mode. Opts: (null) [ 7.602475] systemd[1]: Failed to find module 'autofs4' [ 7.608374] cgroup: cgroup2: unknown option "memory_recursiveprot" [ 7.620944] systemd[1]: systemd 247.3-7+deb11u1 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) [ 7.621122] systemd[1]: Detected architecture arm64. [ 7.654992] systemd[1]: Set hostname to . [ 7.903471] systemd[1]: Queued start job for default target System Finish Bootup. [ 7.904172] systemd[1]: system-bluetooth\x2dcontroller.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 7.904177] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 7.905071] systemd[1]: Created slice system-bluetooth\x2dcontroller.slice. [ 7.934848] systemd[1]: Created slice system-getty.slice. [ 7.964779] systemd[1]: Created slice system-modprobe.slice. [ 7.994716] systemd[1]: Created slice system-postgresql.slice. [ 8.024765] systemd[1]: Created slice system-postgresql\x2dcluster.slice. [ 8.054714] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 8.084645] systemd[1]: Created slice User and Session Slice. [ 8.114439] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 8.144422] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 8.174447] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped. [ 8.174512] systemd[1]: Reached target Local Encrypted Volumes. [ 8.204413] systemd[1]: Reached target Paths. [ 8.234367] systemd[1]: Reached target Remote File Systems. [ 8.264368] systemd[1]: Reached target Slices. [ 8.294374] systemd[1]: Reached target Swap. [ 8.324487] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 8.361458] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. [ 8.361852] systemd[1]: Listening on Journal Socket (/dev/log). [ 8.394576] systemd[1]: Listening on Journal Socket. [ 8.424649] systemd[1]: Listening on Network Service Netlink Socket. [ 8.454585] systemd[1]: Listening on udev Control Socket. [ 8.484474] systemd[1]: Listening on udev Kernel Socket. [ 8.515475] systemd[1]: Mounting Huge Pages File System... [ 8.545626] systemd[1]: Mounting POSIX Message Queue File System... [ 8.578279] systemd[1]: Mounting Kernel Debug File System... [ 8.604535] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. [ 8.606158] systemd[1]: Mounting Temporary Directory (/tmp)... [ 8.635854] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 8.665687] systemd[1]: Starting Load Kernel Module configfs... [ 8.695624] systemd[1]: Starting Load Kernel Module drm... [ 8.725603] systemd[1]: Starting Load Kernel Module fuse... [ 8.755100] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 8.756275] systemd[1]: Starting Journal Service... [ 8.786530] systemd[1]: Starting Load Kernel Modules... [ 8.806649] pstore: Using compression: deflate [ 8.807203] console [pstore-1] enabled [ 8.807205] pstore: Registered ramoops as persistent store backend [ 8.807208] ramoops: attached 0x200000@0x12000000, ecc: 16/0 [ 8.817255] systemd[1]: Starting Remount Root and Kernel File Systems... [ 8.825869] systemd[1]: Starting Coldplug All udev Devices... [ 8.834717] ubnt_framework: loading out-of-tree module taints kernel. [ 8.834843] ubnt_framework attached! [ 8.835027] ubnt_common: module license 'Proprietary' taints kernel. [ 8.835030] Disabling lock debugging due to kernel taint [ 8.858483] systemd[1]: Mounted Huge Pages File System. [ 8.885165] systemd[1]: Started Journal Service. [ 8.891595] ubnthal: Ubiquiti UniFi Dream Machine SE [ 8.892569] creating procfs for ubnthal [ 8.892576] creating proc entry for system.info [ 8.892578] creating proc entry for board [ 8.915511] [poe] System cold boot. [ 8.915515] [poe] Poe Set power value pwr_val = 79e, band_val = 32 [ 9.198630] systemd-journald[363]: Received client request to flush runtime journal. [ 9.235504] [poe] Poe System initialization rc = 0 [ 9.235507] creating procfs for status [ 9.235513] creating proc entry for IsDefault [ 9.235515] creating proc entry for IsLocated [ 9.235517] creating proc entry for IsIsolated [ 9.235519] creating proc entry for IsLte [ 9.235520] creating proc entry for ControllerPort [ 9.235522] creating proc entry for ControllerHost [ 9.235524] creating proc entry for MeshStatus [ 9.240029] PPP generic driver version 2.4.2 [ 9.273290] wireguard: WireGuard 1.0.20210606-dirty loaded. See www.wireguard.com for information. [ 9.273293] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld Jason@zx2c4.com. All Rights Reserved. [ 10.544386] ata2: link is slow to respond, please be patient (ready=0) [ 12.724360] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 12.725312] ata2.00: ATA-9: ST2000VX008-2E3164, CV12, max UDMA/133 [ 12.725315] ata2.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 12.726487] ata2.00: configured for UDMA/133 [ 12.726579] scsi 1:0:0:0: Direct-Access ATA ST2000VX008-2E31 CV12 PQ: 0 ANSI: 5 [ 12.728362] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB) [ 12.728365] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 12.728887] sd 1:0:0:0: [sdb] Write Protect is off [ 12.728890] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 12.728918] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 12.808785] sdb: sdb1 sdb2 sdb3 sdb5 [ 12.809309] sd 1:0:0:0: [sdb] Attached SCSI disk [ 16.964012] Adding 7340028k swap on /dev/sda2. Priority:-2 extents:1 across:7340028k SS [ 17.808489] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) [ 21.241988] md: md3 stopped. [ 21.246080] md/raid1:md3: active with 1 out of 2 mirrors [ 21.262331] md3: detected capacity change from 0 to 1991674691584 [ 21.492741] EXT4-fs (md3): mounted filesystem with ordered data mode. Opts: (null) [ 21.696923] EXT4-fs (mtdblock5): mounted filesystem with ordered data mode. Opts: (null) [ 25.634389] br0: port 1(switch0) entered blocking state [ 25.634393] br0: port 1(switch0) entered disabled state [ 25.634486] device switch0 entered promiscuous mode [ 25.676137] al_eth 0000:00:03.0: al_mod_eth_function_reset: performing FLR [ 25.681561] Configured MAC to RGMII mode [ 25.682508] al_eth 0000:00:03.0 switch0: using MSI-X per Queue interrupt mode [ 25.685983] IPv6: ADDRCONF(NETDEV_UP): switch0: link is not ready [ 25.691448] br0: port 2(eth10) entered blocking state [ 25.691451] br0: port 2(eth10) entered disabled state [ 25.691533] device eth10 entered promiscuous mode [ 25.697546] IPv6: ADDRCONF(NETDEV_UP): eth10: link is not ready [ 25.703215] br0: port 2(eth10) entered blocking state [ 25.703219] br0: port 2(eth10) entered forwarding state [ 25.703256] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready [ 25.956647] br0: port 2(eth10) entered disabled state [ 25.971308] IPv6: ADDRCONF(NETDEV_UP): eth10: link is not ready [ 25.971314] br0: port 2(eth10) entered blocking state [ 25.971317] br0: port 2(eth10) entered forwarding state [ 25.999316] br0: port 1(switch0) entered disabled state [ 26.019687] al_eth 0000:00:03.0: al_mod_eth_function_reset: performing FLR [ 26.025220] Configured MAC to RGMII mode [ 26.026239] al_eth 0000:00:03.0 switch0: using MSI-X per Queue interrupt mode [ 26.029628] IPv6: ADDRCONF(NETDEV_UP): switch0: link is not ready [ 26.654346] IPv6: ADDRCONF(NETDEV_CHANGE): switch0: link becomes ready [ 26.654404] br0: port 1(switch0) entered blocking state [ 26.654409] br0: port 1(switch0) entered forwarding state [ 26.654555] br0: port 2(eth10) entered disabled state [ 26.654578] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready [ 27.044357] eth [al_mod_eth_3]: set link speed to 1000Mbps. full duplex. [ 27.044365] al_eth 0000:00:03.0 switch0: Link is Up - 1Gbps/Full - flow control off [ 31.353465] Bluetooth: hci0: unexpected event for opcode 0x0000 [ 40.193086] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:0, serdes_grp:2 [ 40.193089] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:1, serdes_grp:2 [ 40.193091] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:3, serdes_grp:2 [ 44.844798] eth8: 0xffffff8009bd0000, d0:21:f9:67:f8:86, IRQ 48 [ 45.372686] r8125 0001:01:00.0 eth8: Using TX_DMA_BURST[7] [ 45.396892] IPv6: ADDRCONF(NETDEV_UP): eth8: link is not ready [ 45.396999] IPv6: ADDRCONF(NETDEV_UP): eth8.20: link is not ready [ 45.397111] IPv6: ADDRCONF(NETDEV_UP): eth8.30: link is not ready [ 45.397224] IPv6: ADDRCONF(NETDEV_UP): eth8.991: link is not ready [ 45.397336] IPv6: ADDRCONF(NETDEV_UP): eth8.999: link is not ready [ 45.403322] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:0, serdes_grp:3 [ 45.403324] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:1, serdes_grp:3 [ 45.403327] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:2, serdes_grp:3 [ 45.403329] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:3, serdes_grp:3 [ 45.404699] IPv6: ADDRCONF(NETDEV_UP): eth9: link is not ready [ 45.754349] al_mod_eth_lm_link_detection_step: New SFP mode detected AL_ETH_LM_MODE_DISCONNECTED -> AL_ETH_LM_MODE_10G_DA [ 45.755704] al_eth 0000:00:00.0: al_mod_eth_function_reset: performing FLR [ 45.761228] al_eth 0000:00:00.0 eth9: Configured iCRC TX HW offload in entry_idx 0 (protocol_idx:0xe) [ 45.761233] Configured MAC to KR mode [ 45.762281] al_eth 0000:00:00.0 eth9: using MSI-X per Queue interrupt mode [ 47.846505] al_mod_eth_group_lm_link_manage: eth0 - link established successfully [ 47.846525] IPv6: ADDRCONF(NETDEV_CHANGE): eth9: link becomes ready [ 48.205791] IPv6: ADDRCONF(NETDEV_UP): eth10.100: link is not ready [ 48.208433] IPv6: ADDRCONF(NETDEV_UP): eth10.20: link is not ready [ 48.210592] IPv6: ADDRCONF(NETDEV_UP): eth10.30: link is not ready [ 48.212728] IPv6: ADDRCONF(NETDEV_UP): eth10.991: link is not ready [ 48.214843] IPv6: ADDRCONF(NETDEV_UP): eth10.999: link is not ready [ 48.239873] br0: port 1(switch0) entered disabled state [ 48.352235] br0: port 1(eth8) entered blocking state [ 48.352239] br0: port 1(eth8) entered disabled state [ 48.352332] device eth8 entered promiscuous mode [ 48.354106] br0: port 3(switch0.1) entered blocking state [ 48.354109] br0: port 3(switch0.1) entered disabled state [ 48.354187] device switch0.1 entered promiscuous mode [ 48.354236] br0: port 3(switch0.1) entered blocking state [ 48.354238] br0: port 3(switch0.1) entered forwarding state [ 48.421944] br100: port 1(eth10.100) entered blocking state [ 48.421947] br100: port 1(eth10.100) entered disabled state [ 48.422041] device eth10.100 entered promiscuous mode [ 48.425207] br100: port 2(switch0.100) entered blocking state [ 48.425210] br100: port 2(switch0.100) entered disabled state [ 48.425302] device switch0.100 entered promiscuous mode [ 48.425346] br100: port 2(switch0.100) entered blocking state [ 48.425349] br100: port 2(switch0.100) entered forwarding state [ 48.485422] br20: port 1(eth10.20) entered blocking state [ 48.485425] br20: port 1(eth10.20) entered disabled state [ 48.485516] device eth10.20 entered promiscuous mode [ 48.488652] br20: port 2(eth8.20) entered blocking state [ 48.488656] br20: port 2(eth8.20) entered disabled state [ 48.488777] device eth8.20 entered promiscuous mode [ 48.491097] br20: port 3(switch0.20) entered blocking state [ 48.491100] br20: port 3(switch0.20) entered disabled state [ 48.491181] device switch0.20 entered promiscuous mode [ 48.491219] br20: port 3(switch0.20) entered blocking state [ 48.491221] br20: port 3(switch0.20) entered forwarding state [ 48.556300] br30: port 1(eth10.30) entered blocking state [ 48.556304] br30: port 1(eth10.30) entered disabled state [ 48.556395] device eth10.30 entered promiscuous mode [ 48.559420] br30: port 2(eth8.30) entered blocking state [ 48.559423] br30: port 2(eth8.30) entered disabled state [ 48.559544] device eth8.30 entered promiscuous mode [ 48.561870] br30: port 3(switch0.30) entered blocking state [ 48.561873] br30: port 3(switch0.30) entered disabled state [ 48.561955] device switch0.30 entered promiscuous mode [ 48.561994] br30: port 3(switch0.30) entered blocking state [ 48.561997] br30: port 3(switch0.30) entered forwarding state [ 48.625971] br991: port 1(eth10.991) entered blocking state [ 48.625975] br991: port 1(eth10.991) entered disabled state [ 48.626065] device eth10.991 entered promiscuous mode [ 48.629112] br991: port 2(eth8.991) entered blocking state [ 48.629115] br991: port 2(eth8.991) entered disabled state [ 48.629237] device eth8.991 entered promiscuous mode [ 48.631633] br991: port 3(switch0.991) entered blocking state [ 48.631636] br991: port 3(switch0.991) entered disabled state [ 48.631718] device switch0.991 entered promiscuous mode [ 48.631759] br991: port 3(switch0.991) entered blocking state [ 48.631761] br991: port 3(switch0.991) entered forwarding state [ 48.697581] br999: port 1(eth10.999) entered blocking state [ 48.697585] br999: port 1(eth10.999) entered disabled state [ 48.697679] device eth10.999 entered promiscuous mode [ 48.700704] br999: port 2(eth8.999) entered blocking state [ 48.700707] br999: port 2(eth8.999) entered disabled state [ 48.700830] device eth8.999 entered promiscuous mode [ 48.703183] br999: port 3(switch0.999) entered blocking state [ 48.703186] br999: port 3(switch0.999) entered disabled state [ 48.703266] device switch0.999 entered promiscuous mode [ 48.703304] br999: port 3(switch0.999) entered blocking state [ 48.703307] br999: port 3(switch0.999) entered forwarding state [ 49.021642] tm_crypto: insert crypto module [ 49.031902] Init chrdev /dev/detector with major 190 [ 49.031910] tdts: tcp_conn_max = 32000

[ 49.031911] tdts: tcp_conn_timeout = 300 sec

[ 51.956963] IPv6: ADDRCONF(NETDEV_UP): dnsfilter-0: link is not ready [ 52.166667] IPv6: ADDRCONF(NETDEV_UP): dnsfilter0: link is not ready [ 52.166923] IPv6: ADDRCONF(NETDEV_CHANGE): dnsfilter0: link becomes ready [ 52.166974] IPv6: ADDRCONF(NETDEV_CHANGE): dnsfilter-0: link becomes ready [ 52.265369] NET: Registered protocol family 24 [ 52.274173] l2tp_core: L2TP core driver, V2.0 [ 52.275235] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 52.430528] dnsfilter: port 1(dnsfilter-0) entered blocking state [ 52.430533] dnsfilter: port 1(dnsfilter-0) entered disabled state [ 52.430645] device dnsfilter-0 entered promiscuous mode [ 52.430701] dnsfilter: port 1(dnsfilter-0) entered blocking state [ 52.430703] dnsfilter: port 1(dnsfilter-0) entered forwarding state [ 52.737042] IPv6: ADDRCONF(NETDEV_UP): dnsfilter-1: link is not ready [ 52.956350] IPv6: ADDRCONF(NETDEV_UP): dnsfilter0: link is not ready [ 52.956560] IPv6: ADDRCONF(NETDEV_CHANGE): dnsfilter0: link becomes ready [ 52.956599] IPv6: ADDRCONF(NETDEV_CHANGE): dnsfilter-1: link becomes ready [ 53.211571] dnsfilter: port 2(dnsfilter-1) entered blocking state [ 53.211575] dnsfilter: port 2(dnsfilter-1) entered disabled state [ 53.211693] device dnsfilter-1 entered promiscuous mode [ 53.211727] dnsfilter: port 2(dnsfilter-1) entered blocking state [ 53.211729] dnsfilter: port 2(dnsfilter-1) entered forwarding state [ 53.367018] IPv6: ADDRCONF(NETDEV_UP): dnsfilter-2: link is not ready [ 53.556491] IPv6: ADDRCONF(NETDEV_CHANGE): dnsfilter-2: link becomes ready [ 53.820318] dnsfilter: port 3(dnsfilter-2) entered blocking state [ 53.820323] dnsfilter: port 3(dnsfilter-2) entered disabled state [ 53.820453] device dnsfilter-2 entered promiscuous mode [ 53.820487] dnsfilter: port 3(dnsfilter-2) entered blocking state [ 53.820490] dnsfilter: port 3(dnsfilter-2) entered forwarding state [ 86.537932] device br0 entered promiscuous mode [ 86.671268] device br20 entered promiscuous mode [ 86.773031] device br999 entered promiscuous mode [ 86.889045] device br30 entered promiscuous mode [ 87.019767] device br991 entered promiscuous mode [ 91.020788] device br991 left promiscuous mode [ 91.134668] device br30 left promiscuous mode [ 91.204377] device br999 left promiscuous mode [ 91.314367] device br20 left promiscuous mode [ 91.424371] device br0 left promiscuous mode [ 135.092655] device br0 entered promiscuous mode [ 135.199578] device br20 entered promiscuous mode [ 135.312774] device br999 entered promiscuous mode [ 135.418905] device br30 entered promiscuous mode [ 135.527286] device br991 entered promiscuous mode [ 139.061638] device br991 left promiscuous mode [ 139.154368] device br30 left promiscuous mode [ 139.244363] device br999 left promiscuous mode [ 139.354391] device br20 left promiscuous mode [ 139.434390] device br0 left promiscuous mode [ 180.403738] device br0 entered promiscuous mode [ 180.520136] device br20 entered promiscuous mode [ 180.639644] device br999 entered promiscuous mode [ 180.731213] device br30 entered promiscuous mode [ 180.850478] device br991 entered promiscuous mode [ 213.273460] EXT4-fs (mtdblock5): mounted filesystem with ordered data mode. Opts: (null) [ 797.044437] al_mod_eth_group_lm_link_manage: eth0 - link wasn't established, link went down [ 800.767324] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:0, serdes_grp:3 [ 800.767327] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:1, serdes_grp:3 [ 800.767330] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:3, serdes_grp:3 [ 801.085579] al_eth 0000:00:00.0 eth9: al_mod_eth_lm_mode_change link down [ 801.412257] al_mod_eth_lm_link_detection_step: New SFP mode detected AL_ETH_LM_MODE_DISCONNECTED -> AL_ETH_LM_MODE_10G_DA [ 801.412560] al_eth 0000:00:00.0: al_mod_eth_function_reset: performing FLR [ 801.418163] al_eth 0000:00:00.0 eth9: Configured iCRC TX HW offload in entry_idx 0 (protocol_idx:0xe) [ 801.418168] Configured MAC to KR mode [ 801.420006] al_eth 0000:00:00.0 eth9: using MSI-X per Queue interrupt mode [ 808.768026] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:0, serdes_grp:3 [ 808.768028] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:1, serdes_grp:3 [ 808.768032] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:3, serdes_grp:3 [ 808.954390] al_eth 0000:00:00.0 eth9: al_mod_eth_lm_mode_change link down [ 809.292241] al_mod_eth_lm_link_detection_step: New SFP mode detected AL_ETH_LM_MODE_DISCONNECTED -> AL_ETH_LM_MODE_1G_DA [ 809.292781] al_eth 0000:00:00.0: al_mod_eth_function_reset: performing FLR [ 809.298354] al_eth 0000:00:00.0 eth9: Configured iCRC TX HW offload in entry_idx 0 (protocol_idx:0xe) [ 809.298359] Configured MAC to SGMII mode [ 809.298363] al_eth 0000:00:00.0 eth9: link config (0x1) [ 809.298365] eth [al_mod_eth_0]: set auto negotiation to enable [ 809.300138] al_eth 0000:00:00.0 eth9: using MSI-X per Queue interrupt mode [ 812.768818] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:0, serdes_grp:3 [ 812.768820] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:1, serdes_grp:3 [ 812.768823] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:3, serdes_grp:3 [ 812.832248] al_mod_eth_lm_link_detection_step: New SFP mode detected AL_ETH_LM_MODE_1G_DA -> AL_ETH_LM_MODE_10G_DA [ 812.834657] al_eth 0000:00:00.0 eth9: al_mod_eth_lm_mode_change link down [ 812.834901] al_eth 0000:00:00.0: al_mod_eth_function_reset: performing FLR [ 812.840523] al_eth 0000:00:00.0 eth9: Configured iCRC TX HW offload in entry_idx 0 (protocol_idx:0xe) [ 812.840528] Configured MAC to KR mode [ 812.842456] al_eth 0000:00:00.0 eth9: using MSI-X per Queue interrupt mode [ 814.474416] al_eth 0000:00:00.0 eth9: al_mod_eth_lm_mode_change link down [ 814.802233] al_mod_eth_lm_link_detection_step: New SFP mode detected AL_ETH_LM_MODE_DISCONNECTED -> AL_ETH_LM_MODE_10G_DA [ 814.802539] al_eth 0000:00:00.0: al_mod_eth_function_reset: performing FLR [ 814.808085] al_eth 0000:00:00.0 eth9: Configured iCRC TX HW offload in entry_idx 0 (protocol_idx:0xe) [ 814.808089] Configured MAC to KR mode [ 814.809687] al_eth 0000:00:00.0 eth9: using MSI-X per Queue interrupt mode [ 816.344369] al_mod_eth_group_lm_link_manage: eth0 - link established successfully [ 818.864413] al_mod_eth_group_lm_link_manage: eth0 - link established successfully [ 849.034735] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:0, serdes_grp:3 [ 849.034736] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:1, serdes_grp:3 [ 849.034740] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:3, serdes_grp:3 [ 849.104358] al_eth 0000:00:00.0 eth9: al_mod_eth_lm_mode_change link down [ 849.432188] al_mod_eth_lm_link_detection_step: New SFP mode detected AL_ETH_LM_MODE_DISCONNECTED -> AL_ETH_LM_MODE_10G_DA [ 849.433615] al_eth 0000:00:00.0: al_mod_eth_function_reset: performing FLR [ 849.439150] al_eth 0000:00:00.0 eth9: Configured iCRC TX HW offload in entry_idx 0 (protocol_idx:0xe) [ 849.439155] Configured MAC to KR mode [ 849.440975] al_eth 0000:00:00.0 eth9: using MSI-X per Queue interrupt mode [ 851.494380] al_mod_eth_group_lm_link_manage: eth0 - link established successfully [ 1389.880312] al_mod_eth_lm_link_detection_step: New SFP mode detected AL_ETH_LM_MODE_DISCONNECTED -> AL_ETH_LM_MODE_1G [ 1389.880863] al_eth 0000:00:02.0: al_mod_eth_function_reset: performing FLR [ 1389.886498] al_eth 0000:00:02.0 eth10: Configured iCRC TX HW offload in entry_idx 0 (protocol_idx:0xe) [ 1389.886505] Configured MAC to SGMII mode [ 1389.886508] al_eth 0000:00:02.0 eth10: link config (0x1) [ 1389.886510] eth [al_mod_eth_2]: set auto negotiation to enable [ 1389.889097] al_eth 0000:00:02.0 eth10: using MSI-X per Queue interrupt mode [ 1396.054789] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:0, serdes_grp:2 [ 1396.054791] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:1, serdes_grp:2 [ 1396.054795] al_mod_eth_group_lm_link_conf_apply: Trying to apply configuration for unregistered link! link:3, serdes_grp:2 [ 1396.090376] al_mod_eth_lm_link_detection_step: New SFP mode detected AL_ETH_LM_MODE_1G -> AL_ETH_LM_MODE_10G_OPTIC [ 1396.093528] al_eth 0000:00:02.0 eth10: al_mod_eth_lm_mode_change link down [ 1396.093776] al_eth 0000:00:02.0: al_mod_eth_function_reset: performing FLR [ 1396.099350] al_eth 0000:00:02.0 eth10: Configured iCRC TX HW offload in entry_idx 0 (protocol_idx:0xe) [ 1396.099354] Configured MAC to KR mode [ 1396.103410] al_eth 0000:00:02.0 eth10: using MSI-X per Queue interrupt mode [ 1396.110908] al_mod_eth_group_lm_link_manage: eth2 - link established successfully [ 1396.110936] IPv6: ADDRCONF(NETDEV_CHANGE): eth10: link becomes ready [ 1396.111052] br0: port 2(eth10) entered blocking state [ 1396.111058] br0: port 2(eth10) entered forwarding state [ 1396.111188] IPv6: ADDRCONF(NETDEV_CHANGE): eth10.20: link becomes ready [ 1396.111254] br20: port 1(eth10.20) entered blocking state [ 1396.111264] br20: port 1(eth10.20) entered forwarding state [ 1396.111316] IPv6: ADDRCONF(NETDEV_CHANGE): eth10.30: link becomes ready [ 1396.111363] br30: port 1(eth10.30) entered blocking state [ 1396.111366] br30: port 1(eth10.30) entered forwarding state [ 1396.111405] IPv6: ADDRCONF(NETDEV_CHANGE): eth10.100: link becomes ready [ 1396.111449] br100: port 1(eth10.100) entered blocking state [ 1396.111453] br100: port 1(eth10.100) entered forwarding state [ 1396.111496] IPv6: ADDRCONF(NETDEV_CHANGE): eth10.991: link becomes ready [ 1396.111545] br991: port 1(eth10.991) entered blocking state [ 1396.111548] br991: port 1(eth10.991) entered forwarding state [ 1396.111589] IPv6: ADDRCONF(NETDEV_CHANGE): eth10.999: link becomes ready [ 1396.111631] br999: port 1(eth10.999) entered blocking state [ 1396.111634] br999: port 1(eth10.999) entered forwarding state [ 1396.222325] al_eth 0000:00:02.0 eth10: al_mod_eth_lm_mode_change link down [ 1396.550262] al_mod_eth_lm_link_detection_step: New SFP mode detected AL_ETH_LM_MODE_DISCONNECTED -> AL_ETH_LM_MODE_10G_OPTIC [ 1396.550578] al_eth 0000:00:02.0: al_mod_eth_function_reset: performing FLR [ 1396.556319] al_eth 0000:00:02.0 eth10: Configured iCRC TX HW offload in entry_idx 0 (protocol_idx:0xe) [ 1396.556326] Configured MAC to KR mode [ 1396.560536] al_eth 0000:00:02.0 eth10: using MSI-X per Queue interrupt mode [ 1396.572440] al_mod_eth_group_lm_link_manage: eth2 - link established successfully [ 4081.635980] device br991 left promiscuous mode [ 4081.724601] device br30 left promiscuous mode [ 4081.814609] device br999 left promiscuous mode [ 4081.894606] device br20 left promiscuous mode [ 4081.974637] device br0 left promiscuous mode [ 4117.263649] device br0 entered promiscuous mode [ 4117.361647] device br20 entered promiscuous mode [ 4117.457536] device br999 entered promiscuous mode [ 4117.575221] device br30 entered promiscuous mode [ 4117.701001] device br991 entered promiscuous mode [ 5141.682457] al_mod_eth_group_lm_link_manage: eth0 - link wasn't established, link went down [ 5163.012447] al_mod_eth_group_lm_link_manage: eth0 - link established successfully [ 7110.891588] device br991 left promiscuous mode [ 7111.018161] device br30 left promiscuous mode [ 7111.138143] device br999 left promiscuous mode [ 7111.238137] device br20 left promiscuous mode [ 7111.328135] device br0 left promiscuous mode root@Dream-Machine-Special-Edition:~# `

peacey commented 1 year ago

Doesn't seem like anything is wrong from these outputs.

If you need to figure this out with Ubiquiti, you can temporarily set up wireguard on your work computer. You don't have to do it through the UDMP, do you?

If you need help uninstalling split-vpn and reinstalling it later, I can always help with that.

I hope you figure out your issue!