Open Jiayiiiio opened 5 days ago
没用过这个插件,不过我的理解是ssr属于应用层协议,不应该用icmp去测试。可以用curl -v "https://www.google.com"测试输出情况。
不能ping www.google.com 的问题,上面这楼已经解答了。
树莓派系列的WIFI功能,就算了吧,包括但不限于3B+ 4B 都是很差。
更推荐树莓派装SSR 和DNS服务,然后硬路由的网关和DNS都设定为当前路由器的IP。这个是办法之一: 主路由开启wifi功能,树莓派的wifi,关不关都没关系,反正只要不连这个WIFI。
没用过这个插件,不过我的理解是ssr属于应用层协议,不应该用icmp去测试。可以用curl -v "https://www.google.com"测试输出情况。
非常感谢解答,curl -v https://www.google.com结果如下: root@BleachWrt:~# curl -v https://google.com
GET / HTTP/2 Host: google.com User-Agent: curl/8.6.0 Accept: /
不能ping www.google.com 的问题,上面这楼已经解答了。
树莓派系列的WIFI功能,就算了吧,包括但不限于3B+ 4B 都是很差。
更推荐树莓派装SSR 和DNS服务,然后硬路由的网关和DNS都设定为当前路由器的IP。这个是办法之一: 主路由开启wifi功能,树莓派的wifi,关不关都没关系,反正只要不连这个WIFI。
非常感谢回答,自己构想中树莓派路由未来带着酒店插网线临时使用。您描述的这些操作我已经调整但是还是没有办法成功科学上网
没用过这个插件,不过我的理解是ssr属于应用层协议,不应该用icmp去测试。可以用curl -v "https://www.google.com"测试输出情况。
非常感谢解答,curl -v https://www.google.com结果如下: root@BleachWrt:~# curl -v https://google.com
- TLSv1.3 (OUT), TLS handshake, Client hello (1):
- TLSv1.3 (IN), TLS handshake, Server hello (2):
- TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
- TLSv1.3 (IN), TLS handshake, Certificate (11):
- TLSv1.3 (IN), TLS handshake, CERT verify (15):
- TLSv1.3 (IN), TLS handshake, Finished (20):
- TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
- TLSv1.3 (OUT), TLS handshake, Finished (20):
GET / HTTP/2 Host: google.com User-Agent: curl/8.6.0 Accept: /
- TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
- TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): < HTTP/2 301 < location: https://www.google.com/ < content-type: text/html; charset=UTF-8 < content-security-policy-report-only: object-src 'none';base-uri 'self';script-src 'nonce-K3a4nxgfjIZFoQNazx9z4w' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp < date: Sun, 10 Nov 2024 08:01:40 GMT < expires: Tue, 10 Dec 2024 08:01:40 GMT < cache-control: public, max-age=2592000 < server: gws < content-length: 220 < x-xss-protection: 0 < x-frame-options: SAMEORIGIN < alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 <
301 Moved 301 Moved
The document has moved here.
看结果google已经返回数据,301重定向到 https://www.google.com/ ,证明路由器配置没有问题。可以直接在电脑上测试浏览器是否可以访问,如果失败的话,就需要看看电脑的网络配置情况。
详细叙述
描述:【小白一个,有些许linux经验,对网络环境配置和openwrt使用比较薄弱,求助各位大佬愿奉上一杯奶茶以表感谢(抱拳(抱拳 】 使用目的:树莓派4b刷openwrt做wifi路由器,方便科学上网和使用docker,方便出差场景中使用熟悉的网络环境。 硬件描述:树莓派4b刷openwrt固件,机器本身只有一个lan口无其他网口,目前机器直连光猫网关。路由器lan口静态配置192.168.1.xx。 问题描述:正常启动ssr+等各种代理,无法在ssh中ping通www.google.com,其他设备连接WiFi也无法科学上网。
重复 issue
具体型号
Raspberry Pi 4 Model B
详细日志
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.1.112 (yxw@mod) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.3.0 r6941-3a4c5001b) 11.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Fri Nov 8 15:10:29 2024 [ 0.000000] random: crng init done [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.5 [ 0.000000] Reserved memory: created CMA memory pool at 0x000000002ae00000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000] DMA32 [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges [ 0.000000] percpu: Embedded 19 pages/cpu s37544 r8192 d32088 u77824 [ 0.000000] pcpu-alloc: s37544 r8192 d32088 u77824 alloc=19*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 496944 [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 bcm2708_fb.fbwidth=0 bcm2708_fb.fbheight=0 bcm2708_fb.fbswap=1 smsc95xx.macaddr=D8:3A:DD:84:60:6F vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=squashfs,ext4 rootwait [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB) [ 0.000000] Memory: 1833712K/2019328K available (8832K kernel code, 960K rwdata, 2332K rodata, 512K init, 567K bss, 120080K reserved, 65536K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns [ 0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns [ 0.000268] Console: colour dummy device 80x25 [ 0.000610] printk: console [tty1] enabled [ 0.000655] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000) [ 0.000682] pid_max: default: 32768 minimum: 301 [ 0.000909] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.000958] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.001558] cgroup: Disabling memory control group subsystem [ 0.002642] cblist_init_generic: Setting adjustable number of callback queues. [ 0.002664] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.002851] rcu: Hierarchical SRCU implementation. [ 0.002867] rcu: Max phase no-delay instances is 1000. [ 0.003589] smp: Bringing up secondary CPUs ... [ 0.004054] Detected PIPT I-cache on CPU1 [ 0.004200] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] [ 0.004715] Detected PIPT I-cache on CPU2 [ 0.004827] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] [ 0.005298] Detected PIPT I-cache on CPU3 [ 0.005414] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] [ 0.005491] smp: Brought up 1 node, 4 CPUs [ 0.005555] SMP: Total of 4 processors activated. [ 0.005568] CPU features: detected: 32-bit EL0 Support [ 0.005581] CPU features: detected: CRC32 instructions [ 0.005665] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.005683] CPU: All CPU(s) started at EL2 [ 0.005694] alternatives: applying system-wide alternatives [ 0.015110] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.015171] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.016900] pinctrl core: initialized pinctrl subsystem [ 0.018034] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.019243] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.019505] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.019956] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.020353] thermal_sys: Registered thermal governor 'step_wise' [ 0.020396] cpuidle: using governor ladder [ 0.020435] cpuidle: using governor menu [ 0.020637] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.020740] ASID allocator initialised with 65536 entries [ 0.020834] Serial: AMBA PL011 UART driver [ 0.025215] bcm2835-mbox fe00b880.mailbox: mailbox enabled [ 0.039964] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-05-16T15:40:46, variant start [ 0.049972] raspberrypi-firmware soc:firmware: Firmware hash is ae6542a8a3aef192cb3536c39106d19f342fab29 [ 0.079807] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.079841] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.079858] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.079872] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.079887] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.079899] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.079914] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.079926] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.080620] cryptd: max_cpu_qlen set to 1000 [ 0.081425] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1 [ 0.083826] SCSI subsystem initialized [ 0.083975] usbcore: registered new interface driver usbfs [ 0.084024] usbcore: registered new interface driver hub [ 0.084066] usbcore: registered new device driver usb [ 0.084193] usb_phy_generic phy: supply vcc not found, using dummy regulator [ 0.084418] mc: Linux media interface: v0.10 [ 0.084456] videodev: Linux video capture interface: v2.00 [ 0.084488] pps_core: LinuxPPS API ver. 1 registered [ 0.084500] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.084526] PTP clock support registered [ 0.085561] clocksource: Switched to clocksource arch_sys_counter [ 0.088977] NET: Registered PF_INET protocol family [ 0.089295] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.091708] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.091758] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.091786] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.091916] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.092494] TCP: Hash tables configured (established 16384 bind 16384) [ 0.092814] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear) [ 0.092922] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.092976] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.093158] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.093212] PCI: CLS 0 bytes, default 64 [ 0.094893] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.096116] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.100884] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.168888] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: [ 0.168939] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] [ 0.168986] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000 [ 0.169029] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000 [ 0.169529] brcm-pcie fd500000.pcie: setting SCB_ACCESS_EN, READ_UR_MODE, MAX_BURST_SIZE [ 0.169755] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 [ 0.169776] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.169797] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff]) [ 0.169850] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 [ 0.169934] pci 0000:00:00.0: PME# supported from D0 D3hot [ 0.173479] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.173606] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator [ 0.173734] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator [ 0.173791] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator [ 0.287639] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) [ 0.287751] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 [ 0.287852] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.288128] pci 0000:01:00.0: PME# supported from D0 D3hot [ 0.288541] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 0.288585] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff] [ 0.288609] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] [ 0.288680] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.288698] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] [ 0.288870] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 0.288997] pcieport 0000:00:00.0: PME: Signaling with IRQ 30 [ 0.289255] pcieport 0000:00:00.0: AER: enabled with IRQ 30 [ 0.289919] bcm2708_fb soc:fb: Unable to determine number of FBs. Disabling driver. [ 0.289943] bcm2708_fb: probe of soc:fb failed with error -2 [ 0.296070] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [ 0.296848] iproc-rng200 fe104000.rng: hwrng registered [ 0.296966] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) [ 0.297432] rpi-gpiomem fe200000.gpiomem: window base 0xfe200000 size 0x00001000 [ 0.297508] rpi-gpiomem fe200000.gpiomem: initialised 1 regions as /dev/gpiomem [ 0.304966] brd: module loaded [ 0.308358] loop: module loaded [ 0.310626] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 [ 0.465618] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus [ 0.513968] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 0.514012] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 [ 0.514532] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0003800000000890 [ 0.515231] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 0.515256] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [ 0.515281] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed [ 0.515508] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 0.515534] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.515585] usb usb1: Product: xHCI Host Controller [ 0.515601] usb usb1: Manufacturer: Linux 6.1.112 xhci-hcd [ 0.515616] usb usb1: SerialNumber: 0000:01:00.0 [ 0.515975] hub 1-0:1.0: USB hub found [ 0.516024] hub 1-0:1.0: 1 port detected [ 0.516495] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 0.516522] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.516540] usb usb2: Product: xHCI Host Controller [ 0.516555] usb usb2: Manufacturer: Linux 6.1.112 xhci-hcd [ 0.516569] usb usb2: SerialNumber: 0000:01:00.0 [ 0.516880] hub 2-0:1.0: USB hub found [ 0.516924] hub 2-0:1.0: 4 ports detected [ 0.517751] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 0.517842] dwc_otg: FIQ enabled [ 0.517847] dwc_otg: NAK holdoff enabled [ 0.517852] dwc_otg: FIQ split-transaction FSM enabled [ 0.517860] Module dwc_common_port init [ 0.518162] usbcore: registered new interface driver uas [ 0.518236] usbcore: registered new interface driver usb-storage [ 0.518315] mousedev: PS/2 mouse device common for all mice [ 0.518994] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 0.520801] sdhci: Secure Digital Host Controller Interface driver [ 0.520824] sdhci: Copyright(c) Pierre Ossman [ 0.521244] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe [ 0.521667] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.529682] NET: Registered PF_INET6 protocol family [ 0.530168] Segment Routing with IPv6 [ 0.530186] In-situ OAM (IOAM) with IPv6 [ 0.530229] NET: Registered PF_PACKET protocol family [ 0.530250] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 0.530257] 8021q: 802.1Q VLAN Support v1.8 [ 0.530546] Key type .fscrypt registered [ 0.530553] Key type fscrypt-provisioning registered [ 0.534827] uart-pl011 fe201000.serial: there is not valid maps for state default [ 0.534986] uart-pl011 fe201000.serial: cts_event_workaround enabled [ 0.535062] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2 [ 0.815584] usb 1-1: new high-speed USB device number 2 using xhci_hcd [ 0.823284] printk: console [ttyAMA0] enabled [ 1.008147] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21 [ 1.070233] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 1.076511] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 1.076514] usb 1-1: Product: USB2.0 Hub [ 1.077399] hub 1-1:1.0: USB hub found [ 1.083029] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0 [ 1.089768] hub 1-1:1.0: 4 ports detected [ 1.095828] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated [ 1.137609] of_cfs_init [ 1.210558] mmc1: new high speed SDIO card at address 0001 [ 1.218317] of_cfs_init: OK [ 1.845339] clk: Disabling unused clocks [ 1.885563] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA [ 1.892900] Waiting for root device /dev/mmcblk0p2... [ 2.005634] mmc0: new ultra high speed DDR50 SDHC card at address 0001 [ 2.012985] mmcblk0: mmc0:0001 SD 29.1 GiB [ 2.018184] mmcblk0: p1 p2 [ 2.021152] mmcblk0: mmc0:0001 SD 29.1 GiB [ 2.049265] VFS: Mounted root (squashfs filesystem) readonly on device 179:2. [ 2.056794] Freeing unused kernel memory: 512K [ 2.061337] Run /sbin/init as init process [ 2.065429] with arguments: [ 2.065432] /sbin/init [ 2.065436] with environment: [ 2.065439] HOME=/ [ 2.065442] TERM=linux [ 2.181333] init: Console is alive [ 2.184838] init: - watchdog - [ 2.917103] kmodloader: loading kernel modules from /etc/modules-boot.d/ [ 2.940185] Key type encrypted registered [ 2.991344] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com [ 3.005828] raid6: skipped pq benchmark and selected neonx8 [ 3.011428] raid6: using neon recovery algorithm [ 3.018891] xor: measuring software checksum speed [ 3.024827] 8regs : 8703 MB/sec [ 3.030237] 32regs : 9398 MB/sec [ 3.035841] arm64_neon : 7907 MB/sec [ 3.040189] xor: using function: 32regs (9398 MB/sec) [ 3.097991] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no [ 3.108296] kmodloader: done loading kernel modules from /etc/modules-boot.d/ [ 3.118867] init: - preinit - [ 3.439911] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 3.448753] bcmgenet fd580000.ethernet eth0: Link is Down [ 3.471239] uart-pl011 fe201000.serial: no DMA platform data [ 5.536653] mount_root: loading kmods from internal overlay [ 5.562085] kmodloader: loading kernel modules from //etc/modules-boot.d/ [ 5.573444] kmodloader: done loading kernel modules from //etc/modules-boot.d/ [ 5.678782] block: attempting to load /tmp/overlay/upper/etc/config/fstab [ 5.685856] block: unable to load configuration (fstab: Entry not found) [ 5.692605] block: attempting to load /tmp/overlay/etc/config/fstab [ 5.698933] block: unable to load configuration (fstab: Entry not found) [ 5.705697] block: attempting to load /etc/config/fstab [ 5.711909] block: unable to load configuration (fstab: Entry not found) [ 5.718644] block: no usable configuration [ 5.722778] block: attempting to load /etc/config/fstab [ 5.728056] block: unable to load configuration (fstab: Entry not found) [ 5.734778] block: no usable configuration [ 5.739146] loop0: detected capacity change from 0 to 2097152 [ 5.795582] loop0: detected capacity change from 2097152 to 1460224 [ 5.802657] mount_root: overlay filesystem in /dev/loop0 has not been formatted yet [ 6.043508] F2FS-fs (loop0): Found nat_bits in checkpoint [ 6.055602] F2FS-fs (loop0): Mounted with checkpoint version = 30a3e85b [ 6.084665] block: attempting to load /tmp/overlay/upper/etc/config/fstab [ 6.091587] block: unable to load configuration (fstab: Entry not found) [ 6.098342] block: attempting to load /tmp/overlay/etc/config/fstab [ 6.104680] block: unable to load configuration (fstab: Entry not found) [ 6.111534] block: attempting to load /etc/config/fstab [ 6.116822] block: unable to load configuration (fstab: Entry not found) [ 6.123543] block: no usable configuration [ 6.127682] block: attempting to load /etc/config/fstab [ 6.132935] block: unable to load configuration (fstab: Entry not found) [ 6.139680] block: no usable configuration [ 6.144121] mount_root: overlay filesystem has not been fully initialized yet [ 6.151493] mount_root: switching to f2fs overlay [ 6.160471] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off. [ 6.186805] insmod: module is already loaded - fat [ 6.193207] insmod: module is already loaded - vfat [ 6.264406] urandom-seed: Seed file not found (/etc/urandom.seed) [ 6.549614] procd: - early - [ 6.552650] procd: - watchdog - [ 7.109942] procd: - watchdog - [ 7.142088] procd: - ubus - [ 7.300096] procd: - init - [ 7.951069] kmodloader: loading kernel modules from /etc/modules.d/* [ 7.973315] NET: Registered PF_ALG protocol family [ 7.986899] async_tx: api initialized (async) [ 7.994615] Key type dns_resolver registered [ 8.003841] Key type cifs.idmap registered [ 8.012848] RPC: Registered named UNIX socket transport module. [ 8.018795] RPC: Registered udp transport module. [ 8.023491] RPC: Registered tcp transport module. [ 8.028197] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 8.037022] NET: Registered PF_KEY protocol family [ 8.042783] Initializing XFRM netlink socket [ 8.055876] tun: Universal TUN/TAP device driver, 1.6 [ 8.072060] l2tp_core: L2TP core driver, V2.0 [ 8.076913] l2tp_netlink: L2TP netlink interface [ 8.082253] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 8.090483] gre: GRE over IPv4 demultiplexor driver [ 8.095964] ip_gre: GRE over IPv4 tunneling driver [ 8.112680] NFS: Registering the id_resolver key type [ 8.117794] Key type id_resolver registered [ 8.121969] Key type id_legacy registered [ 8.145505] cryptodev: driver 1.13 loaded. [ 8.152393] hid: raw HID events driver (C) Jiri Kosina [ 8.158035] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [ 8.169249] bcm2835_audio bcm2835_audio: card created with 8 channels [ 8.176361] GACT probability on [ 8.179926] Mirror/redirect action on [ 8.186434] u32 classifier [ 8.189149] input device check on [ 8.192801] Actions configured [ 8.199801] Simple TC action Loaded [ 8.208692] ntfs3: Enabled Linux POSIX ACLs support [ 8.215748] fuse: init (API version 7.38) [ 8.226836] Bridge firewalling registered [ 8.231861] Loading modules backported from Linux version v6.1.24-0-g0102425ac76b [ 8.239388] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36 [ 8.250424] usbcore: registered new interface driver lan78xx [ 8.444424] usbcore: registered new interface driver ums-alauda [ 8.451058] usbcore: registered new interface driver ums-cypress [ 8.457876] usbcore: registered new interface driver ums-datafab [ 8.464227] usbcore: registered new interface driver ums-freecom [ 8.470565] usbcore: registered new interface driver ums-isd200 [ 8.476830] usbcore: registered new interface driver ums-jumpshot [ 8.483204] usbcore: registered new interface driver ums-karma [ 8.489395] usbcore: registered new interface driver ums-sddr09 [ 8.495637] usbcore: registered new interface driver ums-sddr55 [ 8.501882] usbcore: registered new interface driver ums-usbat [ 8.508703] usbcore: registered new interface driver usbhid [ 8.514281] usbhid: USB HID core driver [ 8.518611] usbcore: registered new interface driver usblp [ 8.540035] xt_time: kernel timezone is -0000 [ 8.555576] PPP generic driver version 2.4.2 [ 8.560454] PPP MPPE Compression module registered [ 8.566126] NET: Registered PF_PPPOX protocol family [ 8.572415] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 8.580273] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld Jason@zx2c4.com. All Rights Reserved. [ 8.640551] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 8.649318] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 [ 8.660987] brcmfmac mmc1:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin [ 13.685910] usbcore: registered new interface driver brcmfmac [ 13.694286] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 13.805932] kmodloader: 1 module could not be probed [ 13.811034] kmodloader: - oaf - 0 [ 27.201574] overlayfs: filesystem on '/opt/docker/check-overlayfs-support4275027920/upper' not supported as upperdir [ 45.455630] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 45.464534] bcmgenet fd580000.ethernet eth0: Link is Down [ 45.470054] br-lan: port 1(eth0) entered blocking state [ 45.475285] br-lan: port 1(eth0) entered disabled state [ 45.480727] device eth0 entered promiscuous mode [ 48.565863] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 48.574074] br-lan: port 1(eth0) entered blocking state [ 48.579312] br-lan: port 1(eth0) entered forwarding state [ 48.585114] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 66.045113] init oaf sysctl...ok [ 67.398827] device br-lan entered promiscuous mode [ 85.805883] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory [ 85.813758] NFSD: Using legacy client tracking operations. [ 85.819362] NFSD: starting 10-second grace period (net f0000000) [ 98.668312] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jul 29 2022 02:15:20 version 7.45.250 (70e9766 CY) FWID 01-e53e306b [ 325.510186] br-lan: port 1(eth0) entered disabled state [ 325.518545] device eth0 left promiscuous mode [ 325.523012] br-lan: port 1(eth0) entered disabled state [ 325.578014] bcmgenet fd580000.ethernet eth0: Link is Down [ 325.607293] device br-lan left promiscuous mode [ 325.809570] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 325.819191] bcmgenet fd580000.ethernet eth0: Link is Down [ 325.824621] br-lan: port 1(eth0) entered blocking state [ 325.829920] br-lan: port 1(eth0) entered disabled state [ 325.835335] device eth0 entered promiscuous mode [ 325.842025] br-lan: port 1(eth0) entered blocking state [ 325.847297] br-lan: port 1(eth0) entered forwarding state [ 326.565868] br-lan: port 1(eth0) entered disabled state [ 328.236478] br-lan: port 2(wlan0) entered blocking state [ 328.241826] br-lan: port 2(wlan0) entered disabled state [ 328.247324] device wlan0 entered promiscuous mode [ 328.966011] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 328.974265] br-lan: port 1(eth0) entered blocking state [ 328.979535] br-lan: port 1(eth0) entered forwarding state [ 330.803315] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 330.809905] br-lan: port 2(wlan0) entered blocking state [ 330.815233] br-lan: port 2(wlan0) entered forwarding state [ 392.405673] bcmgenet fd580000.ethernet eth0: Link is Down [ 392.411428] br-lan: port 1(eth0) entered disabled state [ 416.325971] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 416.334036] br-lan: port 1(eth0) entered blocking state [ 416.339289] br-lan: port 1(eth0) entered forwarding state [ 448.543149] device wlan0 left promiscuous mode [ 448.547784] br-lan: port 2(wlan0) entered disabled state [ 450.979802] br-lan: port 2(wlan0) entered blocking state [ 450.985138] br-lan: port 2(wlan0) entered disabled state [ 450.990579] device wlan0 entered promiscuous mode [ 453.714349] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 453.720968] br-lan: port 2(wlan0) entered blocking state [ 453.726315] br-lan: port 2(wlan0) entered forwarding state