TorRouter v22.03.2 build

Post Reply
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

TorRouter v22.03.2 build

Post by admin »

Clear build v22.03.0 has some issues, let's see if they disappear or change with new version.

Start @ LD865 build environment : /OpenWrt/P2812/TorRouter/
We have following steps, from: https://forum.openwrt.org/t/debian-10-b ... s/81977/14

Code: Select all

git clone https://git.openwrt.org/openwrt/openwrt.git v19.07.5
cd v19.07.5
git tag
git branch
git checkout v19.07.5
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
make
As we already have a clone, we start with git pull on the right path, and then git tag, etc.

On our -old- build we also have there commands:

Code: Select all

make defconfig
make prereq
Or are these only initially run once after : echo CONFIG_TARGET_lantiq=y > .config ?

Merged this would be for an update:

Code: Select all

git pull
git tag
git branch
git checkout <version>
./scripts/feeds update -a
./scripts/feeds install -a
make defconfig
make prereq
make menuconfig
<here adjust Makefile(s) version for tor, privoxy, etc>
unset SED
make
DG.
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: TorRouter v22.03.2 build

Post by admin »

The upgrade to v22.03.2:

Code: Select all

Watchdog handover: fd=3
- watchdog -
Watchdog did not previously reset the system
Sun Nov  6 03:53:46 CET 2022 upgrade: Sending TERM to remaining processes ...
Sun Nov  6 03:53:46 CET 2022 upgrade: Sending signal TERM to sleep (22997)
Sun Nov  6 03:53:46 CET 2022 upgrade: Sending signal TERM to privoxy (3547)
Sun Nov  6 03:53:50 CET 2022 upgrade: Sending KILL to remaining processes ...
[92315.006607] stage2 (23104): drop_caches: 3
Sun Nov  6 03:53:56 CET 2022 upgrade: Switching to ramdisk...
[92320.678198] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
[92320.698319] UBIFS (ubi0:1): un-mount UBI device 0
Sun Nov  6 02:54:02 UTC 2022 upgrade: Performing system upgrade...
Unlocking kernel ...

Writing from <stdin> to kernel ...
removing ubiblock0_0
[92326.076533] block ubiblock0_0: released
Volume ID 0, size 160 LEBs (20643840 bytes, 19.6 MiB), LEB size 129024 bytes (126.0 KiB), dynamic, name "rootfs", alignment 1
Set volume size to 104896512
Volume ID 1, size 813 LEBs (104896512 bytes, 100.0 MiB), LEB size 129024 bytes (126.0 KiB), dynamic, name "rootfs_data", alignment 1
[92331.262924] UBIFS (ubi0:1): default file-system created
[92331.267809] UBIFS (ubi0:1): Mounting in unauthenticated mode
[92331.272684] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 23888
[92331.353732] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[92331.360221] UBIFS (ubi0:1): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[92331.370102] UBIFS (ubi0:1): FS size: 103477248 bytes (98 MiB, 802 LEBs), journal size 5160960 bytes (4 MiB, 40 LEBs)
[92331.380608] UBIFS (ubi0:1): reserved for root: 4887485 bytes (4772 KiB)
[92331.387256] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID D688BC26-3DC7-4035-8EE3-4F924A1C167D, small LPT model
[92331.433900] UBIFS (ubi0:1): un-mount UBI device 0
[92331.437339] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
sysupgrade successful
umount: can't unmount /dev: Resource busy
umount: can't unmount /tmp: Resource busy
[92331.471252] reboot: Re▒
The first boot (serial log):

Code: Select all

ROM VER: 1.1.4
CFG 06
NAND
NAND Read OK

U-Boot SPL 2013.10-openwrt5 (Nov 18 2014 - 19:54:01)
SPL: initializing NAND flash
SPL: checking U-Boot image
SPL: loading U-Boot to RAM
SPL: decompressing U-Boot with LZO
SPL: jumping to U-Boot


U-Boot 2013.10-openwrt5 (Jul 06 2021 - 10:04:01) P-2812HNU-Fx

Board: ZyXEL P-2812HNU-Fx
SoC:   Lantiq VRX288 v1.2
CPU:   500 MHz
IO:    250 MHz
BUS:   250 MHz
BOOT:  NAND
DRAM:  128 MiB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   ltq-eth
Hit any key to stop autoboot:  0

NAND read: device 0 offset 0x60000, size 0x300000
 3145728 bytes read: OK
## Booting kernel from Legacy Image at 80800000 ...
   Image Name:   MIPS TorRouter Linux-5.10.146
   Created:      2022-10-14  22:44:41 UTC
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    2612409 Bytes = 2.5 MiB
   Load Address: 80002000
   Entry Point:  80002000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK

Starting kernel ...

[    0.000000] Linux version 5.10.146 (torrouter@LD865) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19590-042d558536) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Fri Oct 14 22:44:41 2022
[    0.000000] SoC: xRX200 rev 1.2
[    0.000000] printk: bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019556 (MIPS 34Kc)
[    0.000000] MIPS: machine is ZyXEL P-2812HNU-F1
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Detected 1 available secondary CPU(s)
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] percpu: Embedded 14 pages/cpu s26192 r8192 d22960 u57344
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyLTQ0,115200
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] Writing ErrCtl register=00000000
[    0.000000] Readback ErrCtl register=00000000
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 119832K/131072K available (6258K kernel code, 599K rwdata, 1592K rodata, 1260K init, 205K bss, 11240K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, 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: 256
[    0.000000] CPU Clock: 500MHz
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041786 ns
[    0.000012] sched_clock: 32 bits at 250MHz, resolution 4ns, wraps every 8589934590ns
[    0.007984] Calibrating delay loop... 331.77 BogoMIPS (lpj=1658880)
[    0.074075] pid_max: default: 32768 minimum: 301
[    0.078945] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.086171] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.097359] rcu: Hierarchical SRCU implementation.
[    0.102484] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.110492] smp: Bringing up secondary CPUs ...
[    0.116138] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.116153] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.116276] CPU1 revision is: 00019556 (MIPS 34Kc)
[    0.170170] Synchronize counters for CPU 1: done.
[    0.194427] smp: Brought up 1 node, 2 CPUs
[    0.204852] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.214603] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.221530] pinctrl core: initialized pinctrl subsystem
[    0.228713] NET: Registered protocol family 16
[    0.274831] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV
[    0.282383] pinctrl-xway 1e100b10.pinmux: Init done
[    0.292921] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28
[    0.302351] PCI host bridge /fpi@10000000/pci@e105400 ranges:
[    0.307980]  MEM 0x0000000018000000..0x0000000019ffffff
[    0.313371]   IO 0x000000001ae00000..0x000000001affffff
[    0.377068] gpio-stp-xway 1e100bb0.stp: Init done
[    0.384534] usbcore: registered new interface driver usbfs
[    0.390127] usbcore: registered new interface driver hub
[    0.395586] usbcore: registered new device driver usb
[    0.403434] PCI host bridge to bus 0000:00
[    0.407491] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff]
[    0.414378] pci_bus 0000:00: root bus resource [io  0x1ae00000-0x1affffff]
[    0.421353] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[    0.428175] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.441268] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[    0.449726] clocksource: Switched to clocksource MIPS
[    0.457324] NET: Registered protocol family 2
[    0.462250] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.470875] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.479188] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.486969] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.494035] TCP: Hash tables configured (established 1024 bind 1024)
[    0.500705] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.507175] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.514826] NET: Registered protocol family 1
[    0.519143] PCI: CLS 0 bytes, default 32
[    0.524438] gptu: totally 6 16-bit timers/counters
[    0.529230] gptu: misc_register on minor 63
[    0.533562] gptu: succeeded to request irq 126
[    0.537893] gptu: succeeded to request irq 127
[    0.542485] gptu: succeeded to request irq 128
[    0.546917] gptu: succeeded to request irq 129
[    0.551519] gptu: succeeded to request irq 130
[    0.555935] gptu: succeeded to request irq 131
[    0.560695] No VPEs reserved for AP/SP, not initialize VPE loader
[    0.560695] Pass maxvpes=<n> argument as kernel argument
[    0.572093] No TCs reserved for AP/SP, not initializing RTLX.
[    0.572093] Pass maxtcs=<n> argument as kernel argument
[    0.586801] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[    0.598446] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.604225] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.620523] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc
[    0.629446] printk: console [ttyLTQ0] enabled
[    0.629446] printk: console [ttyLTQ0] enabled
[    0.638302] printk: bootconsole [early0] disabled
[    0.638302] printk: bootconsole [early0] disabled
[    0.651959] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[    0.656886] nand: Samsung NAND 128MiB 3,3V 8-bit
[    0.661498] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    0.669214] Scanning device for bad blocks
[    0.703548] Bad eraseblock 339 at 0x000002a60000
[    0.756612] Bad eraseblock 920 at 0x000007300000
[    0.768728] 4 fixed-partitions partitions found on MTD device 10000000.flash
[    0.774382] Creating 4 MTD partitions on "10000000.flash":
[    0.779877] 0x000000000000-0x000000040000 : "uboot"
[    0.785840] 0x000000040000-0x000000060000 : "u-boot-env"
[    0.791309] 0x000000060000-0x000000360000 : "kernel"
[    0.796240] 0x000000360000-0x000008000000 : "ubi"
[    1.150819] gswip 1e108000.switch: dsa switch register failed: -517
[    1.171535] NET: Registered protocol family 10
[    1.184629] Segment Routing with IPv6
[    1.186981] NET: Registered protocol family 17
[    1.191924] 8021q: 802.1Q VLAN Support v1.8
[    1.542751] gswip 1e108000.switch lan1 (uninitialized): PHY [1e108000.switch-mii:00] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.4] (irq=POLL)
[    1.559180] gswip 1e108000.switch lan2 (uninitialized): PHY [1e108000.switch-mii:01] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.4] (irq=POLL)
[    1.575753] gswip 1e108000.switch lan3 (uninitialized): PHY [1e108000.switch-mii:11] driver [Intel XWAY PHY11G (xRX v1.2 integrated)] (irq=POLL)
[    1.592056] gswip 1e108000.switch lan4 (uninitialized): PHY [1e108000.switch-mii:13] driver [Intel XWAY PHY11G (xRX v1.2 integrated)] (irq=POLL)
[    1.608255] gswip 1e108000.switch wan (uninitialized): PHY [1e108000.switch-mii:05] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.4] (irq=POLL)
[    1.622330] DSA: tree 0 setup
[    1.623911] gswip 1e108000.switch: probed GSWIP version 21 mod 0
[    1.630897] UBI: auto-attach mtd3
[    1.633227] ubi0: attaching mtd3
[    1.796229] ubi0: scanning is finished
[    1.812137] ubi0: attached mtd3 (name "ubi", size 124 MiB)
[    1.816217] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.823181] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.829836] ubi0: VID header offset: 512 (aligned 512), data offset: 2048
[    1.836560] ubi0: good PEBs: 995, bad PEBs: 2, corrupted PEBs: 0
[    1.842647] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.849829] ubi0: max/mean erase counter: 5/2, WL threshold: 4096, image sequence number: 508460766
[    1.858824] ubi0: available PEBs: 0, total reserved PEBs: 995, PEBs reserved for bad PEB handling: 18
[    1.868184] ubi0: background thread "ubi_bgt0d" started, PID 458
[    1.875769] block ubiblock0_0: created from ubi0:0(rootfs)
[    1.879908] ubiblock: device ubiblock0_0 (rootfs) set to be root fil[    1.896115] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    1.905714] Freeing unused kernel memory: 1260K
[    1.908797] This architecture does not have kernel memory protection.
[    1.915306] Run /sbin/init as init process
[    2.664739] init: Console is alive
[    2.667239] init: - watchdog -
[    5.053876] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    5.230229] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.244657] SCSI subsystem initialized
[    5.253738] ehci-fsl: Freescale EHCI Host controller driver
[    5.260281] ehci-platform: EHCI generic platform driver
[    5.270275] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.276820] ohci-platform: OHCI generic platform driver
[    5.284014] uhci_hcd: USB Universal Host Controller Interface driver
[    5.298525] dwc2 1e101000.usb: supply vusb_d not found, using dummy regulator
[    5.304741] dwc2 1e101000.usb: supply vusb_a not found, using dummy regulator
[    5.414114] dwc2 1e101000.usb: DWC OTG Controller
[    5.417446] dwc2 1e101000.usb: new USB bus registered, assigned bus number 1
[    5.424557] dwc2 1e101000.usb: irq 62, io mem 0x1e101000
[    5.431120] hub 1-0:1.0: USB hub found
[    5.433627] hub 1-0:1.0: 1 port detected
[    5.439582] dwc2 1e106000.usb: supply vusb_d not found, using dummy regulator
[    5.445902] dwc2 1e106000.usb: supply vusb_a not found, using dummy regulator
[    5.556017] dwc2 1e106000.usb: DWC OTG Controller
[    5.559348] dwc2 1e106000.usb: new USB bus registered, assigned bus number 2
[    5.566456] dwc2 1e106000.usb: irq 91, io mem 0x1e106000
[    5.573113] hub 2-0:1.0: USB hub found
[    5.575611] hub 2-0:1.0: 1 port detected
[    5.605177] usbcore: registered new interface driver usb-storage
[    5.612823] usbcore: registered new interface driver uas
[    5.617471] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    5.634599] init: - preinit -
[    7.166409] random: jshn: uninitialized urandom read (4 bytes read)
[    7.449339] random: jshn: uninitialized urandom read (4 bytes read)
[    7.766987] random: jshn: uninitialized urandom read (4 bytes read)
[    8.282317] gswip 1e108000.switch lan1: configuring for phy/rgmii link mode
[    8.288142] 8021q: adding VLAN 0 to HW filter on device lan1
[    8.327762] random: procd: uninitialized urandom read (4 bytes read)
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[   11.390121] gswip 1e108000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx
[   11.396477] IPv6: ADDRCONF(NETDEV_CHANGE): lan1: link becomes ready
[   14.741828] mount_root: loading kmods from internal overlay
[   14.810846] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[   14.825362] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[   15.193960] UBIFS (ubi0:1): Mounting in unauthenticated mode
[   15.198552] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 649
[   15.322061] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   15.328458] UBIFS (ubi0:1): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   15.338429] UBIFS (ubi0:1): FS size: 103477248 bytes (98 MiB, 802 LEBs), journal size 5160960 bytes (4 MiB, 40 LEBs)
[   15.348941] UBIFS (ubi0:1): reserved for root: 4887485 bytes (4772 KiB)
[   15.355584] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID D688BC26-3DC7-4035-8EE3-4F924A1C167D, small LPT model
[   15.367687] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[   15.374359] block: unable to load configuration (fstab: Entry not found)
[   15.381030] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[   15.387432] block: unable to load configuration (fstab: Entry not found)
[   15.394073] block: attempting to load /etc/config/fstab
[   15.412996] block: unable to load configuration (fstab: Entry not found)
[   15.418645] block: no usable configuration
[   15.425206] UBIFS (ubi0:1): un-mount UBI device 0
[   15.428656] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
[   15.441040] UBIFS (ubi0:1): Mounting in unauthenticated mode
[   15.445673] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 652
[   15.568984] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   15.575464] UBIFS (ubi0:1): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   15.585367] UBIFS (ubi0:1): FS size: 103477248 bytes (98 MiB, 802 LEBs), journal size 5160960 bytes (4 MiB, 40 LEBs)
[   15.595892] UBIFS (ubi0:1): reserved for root: 4887485 bytes (4772 KiB)
[   15.602543] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID D688BC26-3DC7-4035-8EE3-4F924A1C167D, small LPT model
[   15.663523] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[   15.669534] block: unable to load configuration (fstab: Entry not found)
[   15.676239] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[   15.682810] block: unable to load configuration (fstab: Entry not found)
[   15.689278] block: attempting to load /etc/config/fstab
[   15.694685] block: unable to load configuration (fstab: Entry not found)
[   15.701301] block: no usable configuration
[   15.706878] mount_root: overlay filesystem has not been fully initialized yet
[   15.714420] mount_root: switching to ubifs overlay
- config restore -
[   16.665311] urandom-seed: Seed file not found (/etc/urandom.seed)
[   16.770901] gswip 1e108000.switch lan1: Link is Down
[   16.793997] procd: - early -
[   16.795836] procd: - watchdog -
[   17.415131] procd: - watchdog -
[   17.419928] procd: - ubus -
[   17.585197] random: ubusd: uninitialized urandom read (4 bytes read)
[   17.593920] random: ubusd: uninitialized urandom read (4 bytes read)
[   17.679227] random: ubusd: uninitialized urandom read (4 bytes read)
[   17.699167] procd: - init -
Please press Enter to activate this console.
[   18.655811] random: jshn: uninitialized urandom read (4 bytes read)
[   18.773111] random: ubusd: uninitialized urandom read (4 bytes read)
[   18.778518] random: ubus: uninitialized urandom read (4 bytes read)
[   19.516757] kmodloader: loading kernel modules from /etc/modules.d/*
[   19.847787] urngd: v1.0.2 started.
[   20.131780] IFXOS, Version 1.7.1 (c) Copyright 2009, Lantiq Deutschland GmbH
[   20.154698] NET: Registered protocol family 8
[   20.157611] NET: Registered protocol family 20
[   20.238941] tun: Universal TUN/TAP device driver, 1.6
[   20.251526] PPP generic driver version 2.4.2
[   20.300541] Lantiq (VRX) DSL CPE MEI driver, version 1.5.17.6, (c) 2007-2015 Lantiq Beteiligungs-GmbH & Co. KG
[   20.319022]
[   20.319022]
[   20.319022] Lantiq CPE API Driver version: DSL CPE API V4.17.18.6
[   20.336725]
[   20.336725] Predefined debug level: 3
[   20.364749] Loading modules backported from Linux version v5.15.58-0-g7d8048d4e064
[   20.370949] Backport generated by backports.git v5.15.58-1-0-g42a95ce7
[   20.395469] Infineon Technologies DEU driver version 2.0.0
[   20.402784] IFX DEU DES initialized (multiblock).
[   20.410603] IFX DEU AES initialized (multiblock).
[   20.414326] IFX DEU SHA1 initialized.
[   20.417988] IFX DEU MD5 initialized.
[   20.421666] IFX DEU SHA1_HMAC initialized.
[   20.425636] IFX DEU MD5_HMAC initialized.
[   20.452952] NET: Registered protocol family 24
[   20.464035] usbcore: registered new interface driver ums-alauda
[   20.472281] usbcore: registered new interface driver ums-cypress
[   20.480971] usbcore: registered new interface driver ums-datafab
[   20.488301] usbcore: registered new interface driver ums-freecom
[   20.496860] usbcore: registered new interface driver ums-isd200
[   20.506774] usbcore: registered new interface driver ums-jumpshot
[   20.513358] random: crng init done
[   20.515374] random: 28 urandom warning(s) missed due to ratelimiting
[   20.521296] usbcore: registered new interface driver ums-karma
[   20.531377] usbcore: registered new interface driver ums-sddr09
[   20.539232] usbcore: registered new interface driver ums-sddr55
[   20.547728] usbcore: registered new interface driver ums-usbat
[   20.555486] usbcore: registered new interface driver usblp
[   20.584608] xt_time: kernel timezone is -0000
[   21.029500] usbcore: registered new interface driver snd-usb-audio
[   21.078084] kmodloader: done loading kernel modules from /etc/modules.d/*
[   45.925839] device eth0 entered promiscuous mode
[   45.939781] gswip 1e108000.switch lan1: configuring for phy/rgmii link mode
[   45.945734] 8021q: adding VLAN 0 to HW filter on device lan1
[   45.960569] br-lan: port 1(lan1) entered blocking state
[   45.964415] br-lan: port 1(lan1) entered disabled state
[   45.975745] device lan1 entered promiscuous mode
[   46.030147] gswip 1e108000.switch lan2: configuring for phy/rgmii link mode
[   46.036206] 8021q: adding VLAN 0 to HW filter on device lan2
[   46.043502] br-lan: port 2(lan2) entered blocking state
[   46.047341] br-lan: port 2(lan2) entered disabled state
[   46.069804] device lan2 entered promiscuous mode
[   46.096290] gswip 1e108000.switch lan3: configuring for phy/internal link mode
[   46.105092] 8021q: adding VLAN 0 to HW filter on device lan3
[   46.111801] br-lan: port 3(lan3) entered blocking state
[   46.115627] br-lan: port 3(lan3) entered disabled state
[   46.131450] device lan3 entered promiscuous mode
[   46.152651] gswip 1e108000.switch lan4: configuring for phy/internal link mode
[   46.158837] 8021q: adding VLAN 0 to HW filter on device lan4
[   46.166198] br-lan: port 4(lan4) entered blocking state
[   46.170077] br-lan: port 4(lan4) entered disabled state
[   46.178360] device lan4 entered promiscuous mode
[   46.247028] gswip 1e108000.switch wan: configuring for phy/rgmii link mode
[   46.261954] 8021q: adding VLAN 0 to HW filter on device wan
[   49.231775] gswip 1e108000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx
[   49.238187] br-lan: port 1(lan1) entered blocking state
[   49.243469] br-lan: port 1(lan1) entered forwarding state
[   49.284274] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   49.480171] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[   49.486477] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
[   58.289587] pci 0000:00:0e.0: [1814:3062] type 00 class 0x028000
[   58.294272] pci 0000:00:0e.0: reg 0x10: [mem 0xffff0000-0xffffffff]
[   58.304052] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff]
[   58.310035] rt2800pci 0000:00:0e.0: enabling device (0000 -> 0002)
[   58.315817] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'RT3062.eeprom'.
[   58.326444] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3572, rev 0223 detected
[   58.333419] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0008 detected
[   58.340269] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   62.767514] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2860.bin'
[   63.054768] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.40
[   63.476466] br-lan: port 5(wlan0-0) entered blocking state
[   63.480760] br-lan: port 5(wlan0-0) entered disabled state
[   63.486681] device wlan0-0 entered promiscuous mode
[   71.447124] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-0: link becomes ready
[   71.452817] br-lan: port 5(wlan0-0) entered blocking state
[   71.457764] br-lan: port 5(wlan0-0) entered forwarding state
Adjusted torrc local and removed the HeartbeatPeriod to check if logging is flooded.
Not anymore after restart Tor.
Next to check a full reboot of the machine.
That also works fine! A new build for vmware still has issues, see vmware.

DG.
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: TorRouter v22.03.2 build initramfs differences

Post by admin »

Raised a ticket to see which version of initramfs is the right or best one.

Mainly about the u(n)mount button on the latest version:
Image

As another same device with same firmware does NOT show this u(n)mount:
Image

Only the initramfs is different.
More info in the ticket.

DG.
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: TorRouter v22.03.2 build with script

Post by admin »

New script (/etc/tor/torset.sh) to create TorRouter.

NOTES:
  • Only working from CLI (/etc/tor/torset.sh) with partially logs on ssh, full on TTL-serial.
  • A reboot will be done and is needed after finishing this script.
After firstboot or a clean install, default OpenWrt is loaded with the right packages (and adjusted install files).
Then default IP=192.168.1.1
This version has the wrong MAC-address for the WAN port (default eth0 mac).
MAC address of WAN should be 2 higher than LAN MAC address, DSL MAC is in between.
Wifi MAC starts 4 higher than LAN MAC, and has 4 MAC addresses till 7.
(If LAN ends on '0'. If LAN ends on '8', count hex above '9' till 'f', WAN will end with 'a').
LAN MAC always ends on '0' or '8', device has therefor 8 MAC addresses available (HEX).

This script will change WAN settings and all other settings to get Tor and Privoxy working.
Afterwards clients need to set proxy settings to get internet access via Tor.
Only 1 check according time should be made, and most possible 1 additional reboot will fix any errors.
Wait 5 minutes before rebooting the device (again).
Some setups can take up to 3 minutes before Wifi even gets active, especially the first boot time.

On a SSH session the following log will not continue after: 'radio0' is disabled.
This is due to service network is stopped in the script.
After the script a reboot will be done and needed.

Full TTL serial log:

Code: Select all

root@OpenWrt:/# /etc/tor/torset.sh 

Enter SSID, from the device itself: Zy_private_C4M7FN

Enter WPA2, from the device itself: UF3ERKYN7KX7N

TorRouter setup program for ZyXEL P-2812HNU-F1
====================================================

Parameters ( Please double check these! )
----------
Router Name        : TorRouter
IP address LAN     : 192.168.100.1
WAN MAC address    : b0:b2:dc:10:46:0a
Wifi name          : Zy_private_C4M7FN  (pass: UF3ERKYN7KX7N)
Wifi MAC starting  : b0:b2:dc:10:46:0c

 WARNING !
This program will stop several services, including network.
When run from a ssh shell, there will be no more in- or output.
There is only full in- and output on TTL serial connection!
Keep this in mind, when answering the continue question.
You won't be able to stop this program, other then running
this from TTL serial.

A logfile (/etc/tor/TR001.log) will be created, just before reboot.

Should we continue? (y/n) y
Stop services.
'radio0' is disabled
[  202.131725] device lan1 left promiscuous mode
[  202.134952] br-lan: port 1(lan1) entered disabled state
[  202.183768] device lan2 left promiscuous mode
[  202.187013] br-lan: port 2(lan2) entered disabled state
[  202.233578] device lan3 left promiscuous mode
[  202.236823] br-lan: port 3(lan3) entered disabled state
[  202.293600] device lan4 left promiscuous mode
[  202.296867] br-lan: port 4(lan4) entered disabled state
Set Hostname.
Correct setup WAN and LAN.
Add tor settings.
Adjust firewall settings.
 Disable LAN to WAN forwarding.
 Intercept DNS traffic.
 Intercept IPv6 DNS traffic.
Enable DNS over Tor.
Disable DNS forwarding for LAN dhcp.
Additional network settings.
uci: Entry not found
Change privoxy settings.
Add item to distfeeds.conf
Add custom commands.
cfg099944
cfg0a9944
cfg0b9944
cfg0c9944
cfg0d9944
cfg0e9944
Set and activate Wifi according device.

Program will reboot in 5 seconds ... CTRL-C will break.
Stopped services will NOT be started! A reboot is required!

root@OpenWrt:/# 
ROM VER: 1.0.5
CFG 06
NAND
NAND Read OK
...
DG.
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: TorRouter v22.03.2 - Tor log

Post by admin »

Code: Select all

Nov 19 17:51:45.000 [notice] Tor 0.4.7.11 opening new log file.
Nov 19 17:51:05.391 [notice] We compiled with OpenSSL 1010111f: OpenSSL 1.1.1q  5 Jul 2022 and we are running with OpenSSL 1010111f: 1.1.1q. These two versions should be binary compatible.
Nov 19 17:51:06.674 [notice] Tor 0.4.7.11 running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1q, Zlib 1.2.11, Liblzma N/A, Libzstd N/A and Unknown N/A as libc.
Nov 19 17:51:06.674 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Nov 19 17:51:06.696 [notice] Read configuration file "/etc/tor/torrc".
Nov 19 17:51:45.848 [notice] You configured a non-loopback address '192.168.100.1:9050' for SocksPort. This allows everybody on your local network to use your machine as a proxy. Make sure this is what you wanted.
Nov 19 17:51:45.849 [notice] Opening Socks listener on 192.168.100.1:9050
Nov 19 17:51:45.850 [notice] Opened Socks listener connection (ready) on 192.168.100.1:9050
Nov 19 17:51:46.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Nov 19 17:51:55.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Nov 19 17:52:03.000 [notice] Bootstrapped 0% (starting): Starting
Nov 19 17:52:03.000 [notice] Starting with guard context "default"
Nov 19 17:52:04.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Nov 19 17:52:04.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Nov 19 17:52:05.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
Nov 19 17:52:05.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
Nov 19 17:52:05.000 [notice] Bootstrapped 20% (onehop_create): Establishing an encrypted directory connection
Nov 19 17:52:05.000 [notice] Bootstrapped 25% (requesting_status): Asking for networkstatus consensus
Nov 19 17:52:05.000 [notice] Bootstrapped 30% (loading_status): Loading networkstatus consensus
Nov 19 17:52:13.000 [notice] I learned some more directory information, but not enough to build a circuit: We have no usable consensus.
Nov 19 17:52:13.000 [notice] Bootstrapped 40% (loading_keys): Loading authority key certs
Nov 19 17:52:21.000 [notice] The current consensus has no exit nodes. Tor can only build internal paths, such as paths to onion services.
Nov 19 17:52:21.000 [notice] Bootstrapped 45% (requesting_descriptors): Asking for relay descriptors
Nov 19 17:52:21.000 [notice] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 0/6090, and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint bw, and 0% of end bw (no exits in consensus, using mid) = 0% of path bw.)
Nov 19 17:52:22.000 [notice] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 0/6090, and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint bw, and 0% of end bw (no exits in consensus, using mid) = 0% of path bw.)
Nov 19 17:52:23.000 [notice] Bootstrapped 50% (loading_descriptors): Loading relay descriptors
Nov 19 17:52:27.000 [notice] The current consensus contains exit nodes. Tor can build exit and internal paths.
Nov 19 17:52:43.000 [notice] Bootstrapped 58% (loading_descriptors): Loading relay descriptors
Nov 19 17:53:13.000 [notice] Bootstrapped 67% (loading_descriptors): Loading relay descriptors
Nov 19 17:53:15.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
Nov 19 17:53:19.000 [notice] Bootstrapped 80% (ap_conn): Connecting to a relay to build circuits
Nov 19 17:53:20.000 [notice] Bootstrapped 85% (ap_conn_done): Connected to a relay to build circuits
Nov 19 17:53:20.000 [notice] Bootstrapped 89% (ap_handshake): Finishing handshake with a relay to build circuits
Nov 19 17:53:20.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
Nov 19 17:53:20.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
Nov 19 17:53:21.000 [notice] Bootstrapped 100% (done): Done
DG.
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: TorRouter v22.03.2 build

Post by admin »

Kernel log of TorRouter-DG03 after 122d 21h 17m 53s running:

Code: Select all

[    0.000000] Linux version 5.10.146 (torrouter@LD865) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19590-042d558536) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Fri Oct 14 22:44:41 2022
[    0.000000] SoC: xRX200 rev 1.1
[    0.000000] printk: bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019555 (MIPS 34Kc)
[    0.000000] MIPS: machine is ZyXEL P-2812HNU-F1
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Detected 1 available secondary CPU(s)
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] On node 0 totalpages: 32768
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] percpu: Embedded 14 pages/cpu s26192 r8192 d22960 u57344
[    0.000000] pcpu-alloc: s26192 r8192 d22960 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyLTQ0,115200
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] Writing ErrCtl register=000442f0
[    0.000000] Readback ErrCtl register=000442f0
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 119832K/131072K available (6258K kernel code, 599K rwdata, 1592K rodata, 1260K init, 205K bss, 11240K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, 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: 256
[    0.000000] CPU Clock: 500MHz
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041786 ns
[    0.000012] sched_clock: 32 bits at 250MHz, resolution 4ns, wraps every 8589934590ns
[    0.007984] Calibrating delay loop... 331.77 BogoMIPS (lpj=1658880)
[    0.074067] pid_max: default: 32768 minimum: 301
[    0.078936] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.086162] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.097347] rcu: Hierarchical SRCU implementation.
[    0.102476] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.110483] smp: Bringing up secondary CPUs ...
[    0.116127] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.116142] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.116266] CPU1 revision is: 00019555 (MIPS 34Kc)
[    0.170162] Synchronize counters for CPU 1: done.
[    0.194420] smp: Brought up 1 node, 2 CPUs
[    0.204839] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.214585] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.221514] pinctrl core: initialized pinctrl subsystem
[    0.228697] NET: Registered protocol family 16
[    0.274447] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV
[    0.282052] pinctrl-xway 1e100b10.pinmux: Init done
[    0.293190] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28
[    0.302488] PCI host bridge /fpi@10000000/pci@e105400 ranges:
[    0.308118]  MEM 0x0000000018000000..0x0000000019ffffff
[    0.313505]   IO 0x000000001ae00000..0x000000001affffff
[    0.376849] gpio-stp-xway 1e100bb0.stp: Init done
[    0.384356] usbcore: registered new interface driver usbfs
[    0.389973] usbcore: registered new interface driver hub
[    0.395443] usbcore: registered new device driver usb
[    0.403282] PCI host bridge to bus 0000:00
[    0.407340] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff]
[    0.414221] pci_bus 0000:00: root bus resource [io  0x1ae00000-0x1affffff]
[    0.421199] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[    0.428018] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.441056] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[    0.449143] clocksource: Switched to clocksource MIPS
[    0.456652] NET: Registered protocol family 2
[    0.461476] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.470211] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.478535] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.486269] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.493371] TCP: Hash tables configured (established 1024 bind 1024)
[    0.500047] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.506515] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.514152] NET: Registered protocol family 1
[    0.518472] PCI: CLS 0 bytes, default 32
[    0.523276] gptu: totally 6 16-bit timers/counters
[    0.528157] gptu: misc_register on minor 63
[    0.532433] gptu: succeeded to request irq 126
[    0.536841] gptu: succeeded to request irq 127
[    0.541497] gptu: succeeded to request irq 128
[    0.545876] gptu: succeeded to request irq 129
[    0.550432] gptu: succeeded to request irq 130
[    0.554851] gptu: succeeded to request irq 131
[    0.559633] No VPEs reserved for AP/SP, not initialize VPE loader
[    0.559633] Pass maxvpes=<n> argument as kernel argument
[    0.571031] No TCs reserved for AP/SP, not initializing RTLX.
[    0.571031] Pass maxtcs=<n> argument as kernel argument
[    0.584612] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[    0.596972] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.602749] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.619303] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc
[    0.628256] printk: console [ttyLTQ0] enabled
[    0.637024] printk: bootconsole [early0] disabled
[    0.651668] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[    0.656592] nand: Samsung NAND 128MiB 3,3V 8-bit
[    0.661212] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    0.668915] Scanning device for bad blocks
[    0.675729] Bad eraseblock 24 at 0x000000300000
[    0.766199] 4 fixed-partitions partitions found on MTD device 10000000.flash
[    0.771852] Creating 4 MTD partitions on "10000000.flash":
[    0.777293] 0x000000000000-0x000000040000 : "uboot"
[    0.783395] 0x000000040000-0x000000060000 : "u-boot-env"
[    0.788742] 0x000000060000-0x000000360000 : "kernel"
[    0.793855] 0x000000360000-0x000008000000 : "ubi"
[    1.150376] gswip 1e108000.switch: dsa switch register failed: -517
[    1.170805] NET: Registered protocol family 10
[    1.184244] Segment Routing with IPv6
[    1.186589] NET: Registered protocol family 17
[    1.191509] 8021q: 802.1Q VLAN Support v1.8
[    1.542197] gswip 1e108000.switch lan1 (uninitialized): PHY [1e108000.switch-mii:00] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.3] (irq=POLL)
[    1.558592] gswip 1e108000.switch lan2 (uninitialized): PHY [1e108000.switch-mii:01] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.3] (irq=POLL)
[    1.575166] gswip 1e108000.switch lan3 (uninitialized): PHY [1e108000.switch-mii:11] driver [Intel XWAY PHY11G (xRX v1.1 integrated)] (irq=POLL)
[    1.591485] gswip 1e108000.switch lan4 (uninitialized): PHY [1e108000.switch-mii:13] driver [Intel XWAY PHY11G (xRX v1.1 integrated)] (irq=POLL)
[    1.607690] gswip 1e108000.switch wan (uninitialized): PHY [1e108000.switch-mii:05] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.3] (irq=POLL)
[    1.621785] DSA: tree 0 setup
[    1.623365] gswip 1e108000.switch: probed GSWIP version 0 mod 1
[    1.630261] UBI: auto-attach mtd3
[    1.632597] ubi0: attaching mtd3
[    1.796861] ubi0: scanning is finished
[    1.812694] ubi0: attached mtd3 (name "ubi", size 124 MiB)
[    1.816782] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.823743] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.830398] ubi0: VID header offset: 512 (aligned 512), data offset: 2048
[    1.837119] ubi0: good PEBs: 997, bad PEBs: 0, corrupted PEBs: 0
[    1.843206] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.850389] ubi0: max/mean erase counter: 5/3, WL threshold: 4096, image sequence number: 2005002240
[    1.859535] ubi0: available PEBs: 0, total reserved PEBs: 997, PEBs reserved for bad PEB handling: 20
[    1.868793] ubi0: background thread "ubi_bgt0d" started, PID 456
[    1.876421] block ubiblock0_0: created from ubi0:0(rootfs)
[    1.880560] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[    1.896632] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    1.906320] Freeing unused kernel memory: 1260K
[    1.909482] This architecture does not have kernel memory protection.
[    1.915849] Run /sbin/init as init process
[    1.919974]   with arguments:
[    1.919985]     /sbin/init
[    1.919992]   with environment:
[    1.919998]     HOME=/
[    1.920005]     TERM=linux
[    2.664503] init: Console is alive
[    2.667002] init: - watchdog -
[    5.051394] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    5.227408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.241809] SCSI subsystem initialized
[    5.250812] ehci-fsl: Freescale EHCI Host controller driver
[    5.257245] ehci-platform: EHCI generic platform driver
[    5.267297] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.273945] ohci-platform: OHCI generic platform driver
[    5.281182] uhci_hcd: USB Universal Host Controller Interface driver
[    5.295826] dwc2 1e101000.usb: supply vusb_d not found, using dummy regulator
[    5.302074] dwc2 1e101000.usb: supply vusb_a not found, using dummy regulator
[    5.411538] dwc2 1e101000.usb: DWC OTG Controller
[    5.414854] dwc2 1e101000.usb: new USB bus registered, assigned bus number 1
[    5.421994] dwc2 1e101000.usb: irq 62, io mem 0x1e101000
[    5.428601] hub 1-0:1.0: USB hub found
[    5.431140] hub 1-0:1.0: 1 port detected
[    5.437063] dwc2 1e106000.usb: supply vusb_d not found, using dummy regulator
[    5.443352] dwc2 1e106000.usb: supply vusb_a not found, using dummy regulator
[    5.553458] dwc2 1e106000.usb: DWC OTG Controller
[    5.556793] dwc2 1e106000.usb: new USB bus registered, assigned bus number 2
[    5.563909] dwc2 1e106000.usb: irq 91, io mem 0x1e106000
[    5.570536] hub 2-0:1.0: USB hub found
[    5.573062] hub 2-0:1.0: 1 port detected
[    5.602808] usbcore: registered new interface driver usb-storage
[    5.610516] usbcore: registered new interface driver uas
[    5.615266] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    5.628202] init: - preinit -
[    7.180720] random: jshn: uninitialized urandom read (4 bytes read)
[    7.463407] random: jshn: uninitialized urandom read (4 bytes read)
[    7.774657] random: jshn: uninitialized urandom read (4 bytes read)
[    8.290520] gswip 1e108000.switch lan1: configuring for phy/rgmii link mode
[    8.296328] 8021q: adding VLAN 0 to HW filter on device lan1
[    8.327859] random: procd: uninitialized urandom read (4 bytes read)
[   11.389554] gswip 1e108000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx
[   11.395887] IPv6: ADDRCONF(NETDEV_CHANGE): lan1: link becomes ready
[   14.753773] mount_root: loading kmods from internal overlay
[   14.822808] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[   14.843172] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[   15.214167] UBIFS (ubi0:1): Mounting in unauthenticated mode
[   15.218758] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 647
[   15.271719] UBIFS (ubi0:1): recovery needed
[   15.409329] UBIFS (ubi0:1): recovery completed
[   15.412641] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   15.420234] UBIFS (ubi0:1): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   15.430149] UBIFS (ubi0:1): FS size: 103606272 bytes (98 MiB, 803 LEBs), journal size 5160960 bytes (4 MiB, 40 LEBs)
[   15.440661] UBIFS (ubi0:1): reserved for root: 4893579 bytes (4778 KiB)
[   15.447243] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 5065CE41-025D-4EEB-96DD-CD5FBEC5255E, small LPT model
[   15.459511] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[   15.468309] block: extroot: not configured
[   15.471528] UBIFS (ubi0:1): un-mount UBI device 0
[   15.475726] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
[   15.488336] UBIFS (ubi0:1): Mounting in unauthenticated mode
[   15.499306] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 650
[   15.590272] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   15.596688] UBIFS (ubi0:1): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   15.606641] UBIFS (ubi0:1): FS size: 103606272 bytes (98 MiB, 803 LEBs), journal size 5160960 bytes (4 MiB, 40 LEBs)
[   15.617201] UBIFS (ubi0:1): reserved for root: 4893579 bytes (4778 KiB)
[   15.623791] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 5065CE41-025D-4EEB-96DD-CD5FBEC5255E, small LPT model
[   15.685342] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[   15.693772] block: extroot: not configured
[   15.698605] mount_root: switching to ubifs overlay
[   15.718371] urandom-seed: Seeding with /etc/urandom.seed
[   15.846327] gswip 1e108000.switch lan1: Link is Down
[   15.869495] procd: - early -
[   15.871343] procd: - watchdog -
[   16.582103] procd: - watchdog -
[   16.587363] procd: - ubus -
[   16.705359] random: ubusd: uninitialized urandom read (4 bytes read)
[   16.714057] random: ubusd: uninitialized urandom read (4 bytes read)
[   16.719824] random: ubusd: uninitialized urandom read (4 bytes read)
[   16.734221] procd: - init -
[   17.741981] random: jshn: uninitialized urandom read (4 bytes read)
[   17.867571] random: ubusd: uninitialized urandom read (4 bytes read)
[   17.873007] random: ubus: uninitialized urandom read (4 bytes read)
[   18.514902] kmodloader: loading kernel modules from /etc/modules.d/*
[   19.039533] urngd: v1.0.2 started.
[   19.147544] IFXOS, Version 1.7.1 (c) Copyright 2009, Lantiq Deutschland GmbH
[   19.170663] NET: Registered protocol family 8
[   19.173594] NET: Registered protocol family 20
[   19.255444] tun: Universal TUN/TAP device driver, 1.6
[   19.267459] PPP generic driver version 2.4.2
[   19.316486] Lantiq (VRX) DSL CPE MEI driver, version 1.5.17.6, (c) 2007-2015 Lantiq Beteiligungs-GmbH & Co. KG
[   19.335174] 
[   19.335174] 
[   19.335174] Lantiq CPE API Driver version: DSL CPE API V4.17.18.6
[   19.352889] 
[   19.352889] Predefined debug level: 3
[   19.380793] Loading modules backported from Linux version v5.15.58-0-g7d8048d4e064
[   19.386954] Backport generated by backports.git v5.15.58-1-0-g42a95ce7
[   19.411824] Infineon Technologies DEU driver version 2.0.0 
[   19.419023] IFX DEU DES initialized (multiblock).
[   19.426793] IFX DEU AES initialized (multiblock).
[   19.430739] IFX DEU SHA1 initialized.
[   19.434162] IFX DEU MD5 initialized.
[   19.437741] IFX DEU SHA1_HMAC initialized.
[   19.441964] IFX DEU MD5_HMAC initialized.
[   19.468805] NET: Registered protocol family 24
[   19.480478] usbcore: registered new interface driver ums-alauda
[   19.487904] usbcore: registered new interface driver ums-cypress
[   19.497052] usbcore: registered new interface driver ums-datafab
[   19.504634] usbcore: registered new interface driver ums-freecom
[   19.513418] usbcore: registered new interface driver ums-isd200
[   19.521887] usbcore: registered new interface driver ums-jumpshot
[   19.530573] usbcore: registered new interface driver ums-karma
[   19.538851] usbcore: registered new interface driver ums-sddr09
[   19.547532] usbcore: registered new interface driver ums-sddr55
[   19.556422] usbcore: registered new interface driver ums-usbat
[   19.564068] usbcore: registered new interface driver usblp
[   19.592459] xt_time: kernel timezone is -0000
[   19.712220] random: crng init done
[   19.714175] random: 27 urandom warning(s) missed due to ratelimiting
[   20.086288] usbcore: registered new interface driver snd-usb-audio
[   20.140654] kmodloader: done loading kernel modules from /etc/modules.d/*
[   41.007026] device eth0 entered promiscuous mode
[   41.010362] gswip 1e108000.switch lan1: configuring for phy/rgmii link mode
[   41.040402] 8021q: adding VLAN 0 to HW filter on device lan1
[   41.046523] br-lan: port 1(lan1) entered blocking state
[   41.050457] br-lan: port 1(lan1) entered disabled state
[   41.056194] device lan1 entered promiscuous mode
[   41.124848] gswip 1e108000.switch lan2: configuring for phy/rgmii link mode
[   41.144386] 8021q: adding VLAN 0 to HW filter on device lan2
[   41.159935] br-lan: port 2(lan2) entered blocking state
[   41.163733] br-lan: port 2(lan2) entered disabled state
[   41.169769] device lan2 entered promiscuous mode
[   41.195387] gswip 1e108000.switch lan3: configuring for phy/internal link mode
[   41.219412] 8021q: adding VLAN 0 to HW filter on device lan3
[   41.225142] br-lan: port 3(lan3) entered blocking state
[   41.228934] br-lan: port 3(lan3) entered disabled state
[   41.234920] device lan3 entered promiscuous mode
[   41.262201] gswip 1e108000.switch lan4: configuring for phy/internal link mode
[   41.272255] 8021q: adding VLAN 0 to HW filter on device lan4
[   41.278262] br-lan: port 4(lan4) entered blocking state
[   41.282176] br-lan: port 4(lan4) entered disabled state
[   41.288859] device lan4 entered promiscuous mode
[   41.367954] gswip 1e108000.switch wan: configuring for phy/rgmii link mode
[   41.380341] 8021q: adding VLAN 0 to HW filter on device wan
[   43.149764] gswip 1e108000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx
[   43.156139] br-lan: port 1(lan1) entered blocking state
[   43.161457] br-lan: port 1(lan1) entered forwarding state
[   43.189257] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   45.549666] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[  206.534247] gswip 1e108000.switch wan: Link is Down
[  206.553276] gswip 1e108000.switch wan: configuring for phy/rgmii link mode
[  206.559104] 8021q: adding VLAN 0 to HW filter on device wan
[  210.689142] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[ 1096.676094] gswip 1e108000.switch wan: Link is Down
[ 1098.756229] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[ 3153.780514] gswip 1e108000.switch wan: Link is Down
[ 3157.940621] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[ 3160.020470] gswip 1e108000.switch wan: Link is Down
[ 3255.699966] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[ 3282.739655] gswip 1e108000.switch wan: Link is Down
[ 3291.059739] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[ 3525.058213] gswip 1e108000.switch wan: Link is Down
[ 3533.378290] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[ 3742.417134] gswip 1e108000.switch wan: Link is Down
[ 3745.537142] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[ 3876.263292] br-lan: port 1(lan1) entered disabled state
[ 3876.284187] device lan1 left promiscuous mode
[ 3876.287535] br-lan: port 1(lan1) entered disabled state
[ 3876.327007] gswip 1e108000.switch lan1: Link is Down
[ 3876.338400] device lan2 left promiscuous mode
[ 3876.341526] br-lan: port 2(lan2) entered disabled state
[ 3876.393939] device lan3 left promiscuous mode
[ 3876.397175] br-lan: port 3(lan3) entered disabled state
[ 3876.434214] device lan4 left promiscuous mode
[ 3876.437473] br-lan: port 4(lan4) entered disabled state
[ 3876.685337] gswip 1e108000.switch wan: Link is Down
[ 3882.988790] device eth0 left promiscuous mode
[ 3882.997413] device eth0 entered promiscuous mode
[ 3883.000668] gswip 1e108000.switch lan1: configuring for phy/rgmii link mode
[ 3883.008912] 8021q: adding VLAN 0 to HW filter on device lan1
[ 3883.015102] br-lan: port 1(lan1) entered blocking state
[ 3883.019331] br-lan: port 1(lan1) entered disabled state
[ 3883.024765] device lan1 entered promiscuous mode
[ 3883.061336] gswip 1e108000.switch lan2: configuring for phy/rgmii link mode
[ 3883.086333] 8021q: adding VLAN 0 to HW filter on device lan2
[ 3883.092669] br-lan: port 2(lan2) entered blocking state
[ 3883.096716] br-lan: port 2(lan2) entered disabled state
[ 3883.102477] device lan2 entered promiscuous mode
[ 3883.141934] gswip 1e108000.switch lan3: configuring for phy/internal link mode
[ 3883.157125] 8021q: adding VLAN 0 to HW filter on device lan3
[ 3883.163064] br-lan: port 3(lan3) entered blocking state
[ 3883.167033] br-lan: port 3(lan3) entered disabled state
[ 3883.172716] device lan3 entered promiscuous mode
[ 3883.195820] gswip 1e108000.switch lan4: configuring for phy/internal link mode
[ 3883.202233] 8021q: adding VLAN 0 to HW filter on device lan4
[ 3883.210144] br-lan: port 4(lan4) entered blocking state
[ 3883.213989] br-lan: port 4(lan4) entered disabled state
[ 3883.221103] device lan4 entered promiscuous mode
[ 3883.248243] gswip 1e108000.switch wan: configuring for phy/rgmii link mode
[ 3883.254200] 8021q: adding VLAN 0 to HW filter on device wan
[ 3885.056721] gswip 1e108000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx
[ 3885.063134] br-lan: port 1(lan1) entered blocking state
[ 3885.068634] br-lan: port 1(lan1) entered forwarding state
[ 3885.079792] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 3886.416773] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5612.800241] gswip 1e108000.switch wan: Link is Down
[ 5621.120303] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[1100234.592437] gswip 1e108000.switch wan: Link is Down
[1100267.872274] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[1100296.991917] gswip 1e108000.switch wan: Link is Down
[1100300.119423] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[3473879.369697] gswip 1e108000.switch wan: Link is Down
[3473914.729607] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[3473940.729200] gswip 1e108000.switch wan: Link is Down
[3473943.849324] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[3648478.405699] gswip 1e108000.switch wan: Link is Down
[3648511.685301] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[3648539.764978] gswip 1e108000.switch wan: Link is Down
[3648542.885053] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6328664.796963] gswip 1e108000.switch wan: Link is Down
[6328698.076834] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6328726.156461] gswip 1e108000.switch wan: Link is Down
[6328729.276551] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6336304.573524] gswip 1e108000.switch wan: Link is Down
[6336338.901627] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6336365.933008] gswip 1e108000.switch wan: Link is Down
[6336369.053117] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6417129.750614] gswip 1e108000.switch wan: Link is Down
[6417164.070479] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6417191.110115] gswip 1e108000.switch wan: Link is Down
[6417194.230305] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6422425.386819] gswip 1e108000.switch wan: Link is Down
[6422459.706672] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6422486.746469] gswip 1e108000.switch wan: Link is Down
[6422488.826428] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6592749.117074] gswip 1e108000.switch wan: Link is Down
[6592783.437090] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6592810.476710] gswip 1e108000.switch wan: Link is Down
[6592813.596906] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6688005.311345] gswip 1e108000.switch wan: Link is Down
[6688040.671219] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6688066.670890] gswip 1e108000.switch wan: Link is Down
[6688068.750998] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6757652.653155] gswip 1e108000.switch wan: Link is Down
[6757688.013054] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6757714.012712] gswip 1e108000.switch wan: Link is Down
[6757717.132910] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6762430.375749] gswip 1e108000.switch wan: Link is Down
[6762464.695585] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6762492.775244] gswip 1e108000.switch wan: Link is Down
[6762495.895330] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6844681.231456] gswip 1e108000.switch wan: Link is Down
[6844716.591305] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6844742.590938] gswip 1e108000.switch wan: Link is Down
[6844745.711244] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6852236.771263] gswip 1e108000.switch wan: Link is Down
[6852272.131126] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6852299.170778] gswip 1e108000.switch wan: Link is Down
[6852302.290888] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6938156.790199] gswip 1e108000.switch wan: Link is Down
[6938193.190055] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[6938218.149677] gswip 1e108000.switch wan: Link is Down
[6938221.269756] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[7109113.675717] gswip 1e108000.switch wan: Link is Down
[7109149.035587] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[7109175.035288] gswip 1e108000.switch wan: Link is Down
[7109179.195359] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[7121235.819567] gswip 1e108000.switch wan: Link is Down
[7121257.659493] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[7121285.739137] gswip 1e108000.switch wan: Link is Down
[7121287.819254] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
[7121316.938904] gswip 1e108000.switch wan: Link is Down
[7121319.018995] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
System log:

Code: Select all

Thu Nov 24 00:33:25 2022 kern.notice kernel: [    0.771852] Creating 4 MTD partitions on "10000000.flash":
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    0.777293] 0x000000000000-0x000000040000 : "uboot"
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    0.783395] 0x000000040000-0x000000060000 : "u-boot-env"
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    0.788742] 0x000000060000-0x000000360000 : "kernel"
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    0.793855] 0x000000360000-0x000008000000 : "ubi"
Thu Nov 24 00:33:25 2022 kern.err kernel: [    1.150376] gswip 1e108000.switch: dsa switch register failed: -517
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.170805] NET: Registered protocol family 10
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.184244] Segment Routing with IPv6
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.186589] NET: Registered protocol family 17
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.191509] 8021q: 802.1Q VLAN Support v1.8
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.542197] gswip 1e108000.switch lan1 (uninitialized): PHY [1e108000.switch-mii:00] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.3] (irq=POLL)
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.558592] gswip 1e108000.switch lan2 (uninitialized): PHY [1e108000.switch-mii:01] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.3] (irq=POLL)
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.575166] gswip 1e108000.switch lan3 (uninitialized): PHY [1e108000.switch-mii:11] driver [Intel XWAY PHY11G (xRX v1.1 integrated)] (irq=POLL)
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.591485] gswip 1e108000.switch lan4 (uninitialized): PHY [1e108000.switch-mii:13] driver [Intel XWAY PHY11G (xRX v1.1 integrated)] (irq=POLL)
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.607690] gswip 1e108000.switch wan (uninitialized): PHY [1e108000.switch-mii:05] driver [Intel XWAY PHY11G (PEF 7071/PEF 7072) v1.3] (irq=POLL)
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.621785] DSA: tree 0 setup
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.623365] gswip 1e108000.switch: probed GSWIP version 0 mod 1
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    1.630261] UBI: auto-attach mtd3
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    1.632597] ubi0: attaching mtd3
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    1.796861] ubi0: scanning is finished
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    1.812694] ubi0: attached mtd3 (name "ubi", size 124 MiB)
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    1.816782] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    1.823743] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    1.830398] ubi0: VID header offset: 512 (aligned 512), data offset: 2048
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    1.837119] ubi0: good PEBs: 997, bad PEBs: 0, corrupted PEBs: 0
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    1.843206] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    1.850389] ubi0: max/mean erase counter: 5/3, WL threshold: 4096, image sequence number: 2005002240
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    1.859535] ubi0: available PEBs: 0, total reserved PEBs: 997, PEBs reserved for bad PEB handling: 20
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    1.868793] ubi0: background thread "ubi_bgt0d" started, PID 456
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.876421] block ubiblock0_0: created from ubi0:0(rootfs)
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    1.880560] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.896632] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.906320] Freeing unused kernel memory: 1260K
Thu Nov 24 00:33:25 2022 kern.warn kernel: [    1.909482] This architecture does not have kernel memory protection.
Thu Nov 24 00:33:25 2022 kern.info kernel: [    1.915849] Run /sbin/init as init process
Thu Nov 24 00:33:25 2022 kern.debug kernel: [    1.919974]   with arguments:
Thu Nov 24 00:33:25 2022 kern.debug kernel: [    1.919985]     /sbin/init
Thu Nov 24 00:33:25 2022 kern.debug kernel: [    1.919992]   with environment:
Thu Nov 24 00:33:25 2022 kern.debug kernel: [    1.919998]     HOME=/
Thu Nov 24 00:33:25 2022 kern.debug kernel: [    1.920005]     TERM=linux
Thu Nov 24 00:33:25 2022 user.info kernel: [    2.664503] init: Console is alive
Thu Nov 24 00:33:25 2022 user.info kernel: [    2.667002] init: - watchdog -
Thu Nov 24 00:33:25 2022 user.info kernel: [    5.051394] kmodloader: loading kernel modules from /etc/modules-boot.d/*
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.227408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    5.241809] SCSI subsystem initialized
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.250812] ehci-fsl: Freescale EHCI Host controller driver
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.257245] ehci-platform: EHCI generic platform driver
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.267297] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.273945] ohci-platform: OHCI generic platform driver
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.281182] uhci_hcd: USB Universal Host Controller Interface driver
Thu Nov 24 00:33:25 2022 kern.warn kernel: [    5.295826] dwc2 1e101000.usb: supply vusb_d not found, using dummy regulator
Thu Nov 24 00:33:25 2022 kern.warn kernel: [    5.302074] dwc2 1e101000.usb: supply vusb_a not found, using dummy regulator
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.411538] dwc2 1e101000.usb: DWC OTG Controller
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.414854] dwc2 1e101000.usb: new USB bus registered, assigned bus number 1
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.421994] dwc2 1e101000.usb: irq 62, io mem 0x1e101000
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.428601] hub 1-0:1.0: USB hub found
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.431140] hub 1-0:1.0: 1 port detected
Thu Nov 24 00:33:25 2022 kern.warn kernel: [    5.437063] dwc2 1e106000.usb: supply vusb_d not found, using dummy regulator
Thu Nov 24 00:33:25 2022 kern.warn kernel: [    5.443352] dwc2 1e106000.usb: supply vusb_a not found, using dummy regulator
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.553458] dwc2 1e106000.usb: DWC OTG Controller
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.556793] dwc2 1e106000.usb: new USB bus registered, assigned bus number 2
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.563909] dwc2 1e106000.usb: irq 91, io mem 0x1e106000
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.570536] hub 2-0:1.0: USB hub found
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.573062] hub 2-0:1.0: 1 port detected
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.602808] usbcore: registered new interface driver usb-storage
Thu Nov 24 00:33:25 2022 kern.info kernel: [    5.610516] usbcore: registered new interface driver uas
Thu Nov 24 00:33:25 2022 user.info kernel: [    5.615266] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Thu Nov 24 00:33:25 2022 user.info kernel: [    5.628202] init: - preinit -
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    7.180720] random: jshn: uninitialized urandom read (4 bytes read)
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    7.463407] random: jshn: uninitialized urandom read (4 bytes read)
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    7.774657] random: jshn: uninitialized urandom read (4 bytes read)
Thu Nov 24 00:33:25 2022 kern.info kernel: [    8.290520] gswip 1e108000.switch lan1: configuring for phy/rgmii link mode
Thu Nov 24 00:33:25 2022 kern.info kernel: [    8.296328] 8021q: adding VLAN 0 to HW filter on device lan1
Thu Nov 24 00:33:25 2022 kern.notice kernel: [    8.327859] random: procd: uninitialized urandom read (4 bytes read)
Thu Nov 24 00:33:25 2022 kern.info kernel: [   11.389554] gswip 1e108000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Nov 24 00:33:25 2022 kern.info kernel: [   11.395887] IPv6: ADDRCONF(NETDEV_CHANGE): lan1: link becomes ready
Thu Nov 24 00:33:25 2022 user.info kernel: [   14.753773] mount_root: loading kmods from internal overlay
Thu Nov 24 00:33:25 2022 user.info kernel: [   14.822808] kmodloader: loading kernel modules from //etc/modules-boot.d/*
Thu Nov 24 00:33:25 2022 user.info kernel: [   14.843172] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.214167] UBIFS (ubi0:1): Mounting in unauthenticated mode
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.218758] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 647
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.271719] UBIFS (ubi0:1): recovery needed
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.409329] UBIFS (ubi0:1): recovery completed
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.412641] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.420234] UBIFS (ubi0:1): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.430149] UBIFS (ubi0:1): FS size: 103606272 bytes (98 MiB, 803 LEBs), journal size 5160960 bytes (4 MiB, 40 LEBs)
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.440661] UBIFS (ubi0:1): reserved for root: 4893579 bytes (4778 KiB)
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.447243] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 5065CE41-025D-4EEB-96DD-CD5FBEC5255E, small LPT model
Thu Nov 24 00:33:25 2022 user.info kernel: [   15.459511] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
Thu Nov 24 00:33:25 2022 user.info kernel: [   15.468309] block: extroot: not configured
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.471528] UBIFS (ubi0:1): un-mount UBI device 0
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.475726] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.488336] UBIFS (ubi0:1): Mounting in unauthenticated mode
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.499306] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 650
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.590272] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.596688] UBIFS (ubi0:1): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.606641] UBIFS (ubi0:1): FS size: 103606272 bytes (98 MiB, 803 LEBs), journal size 5160960 bytes (4 MiB, 40 LEBs)
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.617201] UBIFS (ubi0:1): reserved for root: 4893579 bytes (4778 KiB)
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   15.623791] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 5065CE41-025D-4EEB-96DD-CD5FBEC5255E, small LPT model
Thu Nov 24 00:33:25 2022 user.info kernel: [   15.685342] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
Thu Nov 24 00:33:25 2022 user.info kernel: [   15.693772] block: extroot: not configured
Thu Nov 24 00:33:25 2022 user.info kernel: [   15.698605] mount_root: switching to ubifs overlay
Thu Nov 24 00:33:25 2022 user.warn kernel: [   15.718371] urandom-seed: Seeding with /etc/urandom.seed
Thu Nov 24 00:33:25 2022 kern.info kernel: [   15.846327] gswip 1e108000.switch lan1: Link is Down
Thu Nov 24 00:33:25 2022 user.info kernel: [   15.869495] procd: - early -
Thu Nov 24 00:33:25 2022 user.info kernel: [   15.871343] procd: - watchdog -
Thu Nov 24 00:33:25 2022 user.info kernel: [   16.582103] procd: - watchdog -
Thu Nov 24 00:33:25 2022 user.info kernel: [   16.587363] procd: - ubus -
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   16.705359] random: ubusd: uninitialized urandom read (4 bytes read)
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   16.714057] random: ubusd: uninitialized urandom read (4 bytes read)
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   16.719824] random: ubusd: uninitialized urandom read (4 bytes read)
Thu Nov 24 00:33:25 2022 user.info kernel: [   16.734221] procd: - init -
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   17.741981] random: jshn: uninitialized urandom read (4 bytes read)
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   17.867571] random: ubusd: uninitialized urandom read (4 bytes read)
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   17.873007] random: ubus: uninitialized urandom read (4 bytes read)
Thu Nov 24 00:33:25 2022 user.info kernel: [   18.514902] kmodloader: loading kernel modules from /etc/modules.d/*
Thu Nov 24 00:33:25 2022 user.info kernel: [   19.039533] urngd: v1.0.2 started.
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.147544] IFXOS, Version 1.7.1 (c) Copyright 2009, Lantiq Deutschland GmbH
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.170663] NET: Registered protocol family 8
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.173594] NET: Registered protocol family 20
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.255444] tun: Universal TUN/TAP device driver, 1.6
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.267459] PPP generic driver version 2.4.2
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.316486] Lantiq (VRX) DSL CPE MEI driver, version 1.5.17.6, (c) 2007-2015 Lantiq Beteiligungs-GmbH & Co. KG
Thu Nov 24 00:33:25 2022 kern.warn kernel: [   19.335174]
Thu Nov 24 00:33:25 2022 kern.warn kernel: [   19.335174]
Thu Nov 24 00:33:25 2022 kern.warn kernel: [   19.335174] Lantiq CPE API Driver version: DSL CPE API V4.17.18.6
Thu Nov 24 00:33:25 2022 kern.warn kernel: [   19.352889]
Thu Nov 24 00:33:25 2022 kern.warn kernel: [   19.352889] Predefined debug level: 3
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.380793] Loading modules backported from Linux version v5.15.58-0-g7d8048d4e064
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.386954] Backport generated by backports.git v5.15.58-1-0-g42a95ce7
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.411824] Infineon Technologies DEU driver version 2.0.0
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   19.419023] IFX DEU DES initialized (multiblock).
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   19.426793] IFX DEU AES initialized (multiblock).
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   19.430739] IFX DEU SHA1 initialized.
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   19.434162] IFX DEU MD5 initialized.
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   19.437741] IFX DEU SHA1_HMAC initialized.
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   19.441964] IFX DEU MD5_HMAC initialized.
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.468805] NET: Registered protocol family 24
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.480478] usbcore: registered new interface driver ums-alauda
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.487904] usbcore: registered new interface driver ums-cypress
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.497052] usbcore: registered new interface driver ums-datafab
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.504634] usbcore: registered new interface driver ums-freecom
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.513418] usbcore: registered new interface driver ums-isd200
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.521887] usbcore: registered new interface driver ums-jumpshot
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.530573] usbcore: registered new interface driver ums-karma
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.538851] usbcore: registered new interface driver ums-sddr09
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.547532] usbcore: registered new interface driver ums-sddr55
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.556422] usbcore: registered new interface driver ums-usbat
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.564068] usbcore: registered new interface driver usblp
Thu Nov 24 00:33:25 2022 kern.info kernel: [   19.592459] xt_time: kernel timezone is -0000
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   19.712220] random: crng init done
Thu Nov 24 00:33:25 2022 kern.notice kernel: [   19.714175] random: 27 urandom warning(s) missed due to ratelimiting
Thu Nov 24 00:33:25 2022 kern.info kernel: [   20.086288] usbcore: registered new interface driver snd-usb-audio
Thu Nov 24 00:33:25 2022 user.info kernel: [   20.140654] kmodloader: done loading kernel modules from /etc/modules.d/*
Thu Nov 24 00:33:26 2022 daemon.notice procd: /etc/rc.d/S13openssl: Generating engines.cnf
Thu Nov 24 00:33:28 2022 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Thu Nov 24 00:33:28 2022 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Thu Nov 24 00:33:28 2022 daemon.info dnsmasq[1337]: started, version 2.86 cachesize 150
Thu Nov 24 00:33:28 2022 daemon.info dnsmasq[1337]: DNS service limited to local subnets
Thu Nov 24 00:33:28 2022 daemon.info dnsmasq[1337]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
Thu Nov 24 00:33:28 2022 daemon.info dnsmasq[1337]: UBus support enabled: connected to system bus
Thu Nov 24 00:33:28 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for test
Thu Nov 24 00:33:28 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for onion
Thu Nov 24 00:33:28 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for localhost
Thu Nov 24 00:33:28 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for local
Thu Nov 24 00:33:28 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for invalid
Thu Nov 24 00:33:28 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for bind
Thu Nov 24 00:33:28 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for lan
Thu Nov 24 00:33:28 2022 daemon.warn dnsmasq[1337]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Thu Nov 24 00:33:28 2022 daemon.info dnsmasq[1337]: read /etc/hosts - 4 addresses
Thu Nov 24 00:33:28 2022 daemon.info dnsmasq[1337]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Thu Nov 24 00:33:29 2022 authpriv.info dropbear[1401]: Not backgrounding
Thu Nov 24 00:33:34 2022 user.notice : Added device handler type: bonding
Thu Nov 24 00:33:34 2022 user.notice : Added device handler type: 8021ad
Thu Nov 24 00:33:34 2022 user.notice : Added device handler type: 8021q
Thu Nov 24 00:33:34 2022 user.notice : Added device handler type: macvlan
Thu Nov 24 00:33:34 2022 user.notice : Added device handler type: veth
Thu Nov 24 00:33:34 2022 user.notice : Added device handler type: bridge
Thu Nov 24 00:33:34 2022 user.notice : Added device handler type: Network device
Thu Nov 24 00:33:34 2022 user.notice : Added device handler type: tunnel
Thu Nov 24 00:33:42 2022 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/dhcp
Thu Nov 24 00:33:42 2022 daemon.err collectd[1902]: plugin_load: plugin "iwinfo" successfully loaded.
Thu Nov 24 00:33:42 2022 daemon.err collectd[1902]: plugin_load: plugin "memory" successfully loaded.
Thu Nov 24 00:33:42 2022 daemon.err collectd[1902]: plugin_load: plugin "cpu" successfully loaded.
Thu Nov 24 00:33:42 2022 daemon.err collectd[1902]: plugin_load: plugin "load" successfully loaded.
Thu Nov 24 00:33:42 2022 user.notice ucitrack: Setting up /etc/config/wireless reload dependency on /etc/config/network
Thu Nov 24 00:33:42 2022 daemon.err collectd[1902]: plugin_load: plugin "rrdtool" successfully loaded.
Thu Nov 24 00:33:42 2022 daemon.err collectd[1902]: rrdtool plugin: RRASingle = true: creating only AVERAGE RRAs
Thu Nov 24 00:33:42 2022 daemon.err collectd[1902]: plugin_load: plugin "interface" successfully loaded.
Thu Nov 24 00:33:42 2022 daemon.err collectd[1902]: Initialization complete, entering read-loop.
Thu Nov 24 00:33:42 2022 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/luci-splash
Thu Nov 24 00:33:42 2022 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/qos
Thu Nov 24 00:33:42 2022 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/miniupnpd
Thu Nov 24 00:33:43 2022 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/odhcpd
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.007026] device eth0 entered promiscuous mode
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.010362] gswip 1e108000.switch lan1: configuring for phy/rgmii link mode
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.040402] 8021q: adding VLAN 0 to HW filter on device lan1
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.046523] br-lan: port 1(lan1) entered blocking state
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.050457] br-lan: port 1(lan1) entered disabled state
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.056194] device lan1 entered promiscuous mode
Thu Nov 24 00:33:43 2022 daemon.notice netifd: Interface 'lan' is enabled
Thu Nov 24 00:33:43 2022 daemon.notice netifd: Interface 'lan' is setting up now
Thu Nov 24 00:33:43 2022 daemon.notice netifd: Interface 'lan' is now up
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.124848] gswip 1e108000.switch lan2: configuring for phy/rgmii link mode
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.144386] 8021q: adding VLAN 0 to HW filter on device lan2
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.159935] br-lan: port 2(lan2) entered blocking state
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.163733] br-lan: port 2(lan2) entered disabled state
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.169769] device lan2 entered promiscuous mode
Thu Nov 24 00:33:43 2022 daemon.err collectd[1902]: rrdtool plugin: rrd_update_r failed: /tmp/rrd/TorRouter-DG03/interface-br-lan/if_octets.rrd: opening '/tmp/rrd/TorRouter-DG03/interface-br-lan/if_octets.rrd': No such file or directory
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.195387] gswip 1e108000.switch lan3: configuring for phy/internal link mode
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.219412] 8021q: adding VLAN 0 to HW filter on device lan3
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.225142] br-lan: port 3(lan3) entered blocking state
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.228934] br-lan: port 3(lan3) entered disabled state
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.234920] device lan3 entered promiscuous mode
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.262201] gswip 1e108000.switch lan4: configuring for phy/internal link mode
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.272255] 8021q: adding VLAN 0 to HW filter on device lan4
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.278262] br-lan: port 4(lan4) entered blocking state
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.282176] br-lan: port 4(lan4) entered disabled state
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.288859] device lan4 entered promiscuous mode
Thu Nov 24 00:33:43 2022 daemon.notice netifd: Interface 'loopback' is enabled
Thu Nov 24 00:33:43 2022 daemon.notice netifd: Interface 'loopback' is setting up now
Thu Nov 24 00:33:43 2022 daemon.notice netifd: Interface 'loopback' is now up
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.367954] gswip 1e108000.switch wan: configuring for phy/rgmii link mode
Thu Nov 24 00:33:43 2022 daemon.notice netifd: Interface 'wan6' is enabled
Thu Nov 24 00:33:43 2022 daemon.notice netifd: Interface 'wan6' is setting up now
Thu Nov 24 00:33:43 2022 kern.info kernel: [   41.380341] 8021q: adding VLAN 0 to HW filter on device wan
Thu Nov 24 00:33:43 2022 daemon.notice netifd: Interface 'wan6' is now up
Thu Nov 24 00:33:43 2022 daemon.info dnsmasq[1337]: reading /tmp/resolv.conf.d/resolv.conf.auto
Thu Nov 24 00:33:43 2022 daemon.info dnsmasq[1337]: using nameserver 80.80.81.81#53
Thu Nov 24 00:33:43 2022 daemon.info dnsmasq[1337]: using nameserver 208.67.222.222#53
Thu Nov 24 00:33:43 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for test
Thu Nov 24 00:33:43 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for onion
Thu Nov 24 00:33:43 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for localhost
Thu Nov 24 00:33:43 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for local
Thu Nov 24 00:33:43 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for invalid
Thu Nov 24 00:33:43 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for bind
Thu Nov 24 00:33:43 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for lan
Thu Nov 24 00:33:43 2022 daemon.notice netifd: Network device 'eth0' link is up
Thu Nov 24 00:33:43 2022 daemon.notice netifd: Network device 'lo' link is up
Thu Nov 24 00:33:43 2022 daemon.notice netifd: Interface 'loopback' has link connectivity
Thu Nov 24 00:33:43 2022 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount
Thu Nov 24 00:33:44 2022 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led
Thu Nov 24 00:33:44 2022 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/luci_statistics
Thu Nov 24 00:33:44 2022 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/dhcp
Thu Nov 24 00:33:44 2022 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Thu Nov 24 00:33:45 2022 kern.info kernel: [   43.149764] gswip 1e108000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Nov 24 00:33:45 2022 kern.info kernel: [   43.156139] br-lan: port 1(lan1) entered blocking state
Thu Nov 24 00:33:45 2022 kern.info kernel: [   43.161457] br-lan: port 1(lan1) entered forwarding state
Thu Nov 24 00:33:45 2022 daemon.notice netifd: Network device 'lan1' link is up
Thu Nov 24 00:33:45 2022 daemon.notice netifd: bridge 'br-lan' link is up
Thu Nov 24 00:33:45 2022 daemon.notice netifd: Interface 'lan' has link connectivity
Thu Nov 24 00:33:45 2022 kern.info kernel: [   43.189257] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Thu Nov 24 00:33:48 2022 daemon.notice netifd: Network device 'wan' link is up
Thu Nov 24 00:33:48 2022 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Nov 24 00:33:48 2022 kern.info kernel: [   45.549666] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Nov 24 00:33:50 2022 user.notice firewall: Reloading firewall due to ifup of wan6 (wan)
Thu Nov 24 00:34:13 2022 daemon.err collectd[1902]: rrdtool plugin: rrd_update_r failed: /tmp/rrd/TorRouter-DG03/memory/memory-cached.rrd: Not enough arguments
Thu Nov 24 00:35:58 2022 user.info : luci: accepted login on / for root from 192.168.1.254
Thu Nov 24 00:36:04 2022 user.warn : 216.58.211.110 connection failed
Thu Nov 24 00:36:05 2022 user.warn : 96.47.72.84 no timestamp
Thu Nov 24 00:36:06 2022 user.warn : 96.47.72.84 no timestamp
Thu Nov 24 00:46:15 2022 user.info : Setting 607.333 seconds
Thu Nov 24 00:46:15 2022 user.info : Set: Thu Nov 24 00:46:15 2022
Thu Nov 24 00:46:15 2022 daemon.info privoxy[]: Scheduled startup in 10 seconds
Thu Nov 24 00:46:15 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led wifi
Thu Nov 24 00:46:15 2022 daemon.notice procd: /etc/rc.d/S96led: Skipping trigger 'phy0radio' for led 'wifi' due to missing kernel module
Thu Nov 24 00:46:15 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led dsl
Thu Nov 24 00:46:15 2022 daemon.notice procd: /etc/rc.d/S96led: setting up led internet
Thu Nov 24 00:46:19 2022 daemon.err collectd[1902]: Sleeping only 2s because the next interval is 577.139 seconds in the past!
Thu Nov 24 00:46:19 2022 daemon.info procd: - init complete -
Thu Nov 24 00:46:27 2022 daemon.notice privoxy[2895]: Started successfully
Thu Nov 24 00:46:36 2022 daemon.notice netifd: Interface 'wan6' is now down
Thu Nov 24 00:46:36 2022 daemon.warn dnsmasq[1337]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Thu Nov 24 00:46:36 2022 kern.info kernel: [  206.534247] gswip 1e108000.switch wan: Link is Down
Thu Nov 24 00:46:36 2022 daemon.notice netifd: Interface 'wan6' is disabled
Thu Nov 24 00:46:36 2022 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Nov 24 00:46:36 2022 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Nov 24 00:46:36 2022 kern.info kernel: [  206.553276] gswip 1e108000.switch wan: configuring for phy/rgmii link mode
Thu Nov 24 00:46:36 2022 kern.info kernel: [  206.559104] 8021q: adding VLAN 0 to HW filter on device wan
Thu Nov 24 00:46:36 2022 daemon.notice netifd: Interface 'wan6' is enabled
Thu Nov 24 00:46:36 2022 daemon.notice netifd: Interface 'wan6' is setting up now
Thu Nov 24 00:46:36 2022 daemon.notice netifd: Interface 'wan6' is now up
Thu Nov 24 00:46:36 2022 daemon.info dnsmasq[1337]: reading /tmp/resolv.conf.d/resolv.conf.auto
Thu Nov 24 00:46:36 2022 daemon.notice netifd: Network device 'wan' link is down
Thu Nov 24 00:46:36 2022 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Nov 24 00:46:36 2022 daemon.info dnsmasq[1337]: using nameserver 80.80.81.81#53
Thu Nov 24 00:46:36 2022 daemon.info dnsmasq[1337]: using nameserver 208.67.222.222#53
Thu Nov 24 00:46:36 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for test
Thu Nov 24 00:46:36 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for onion
Thu Nov 24 00:46:36 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for localhost
Thu Nov 24 00:46:36 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for local
Thu Nov 24 00:46:36 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for invalid
Thu Nov 24 00:46:36 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for bind
Thu Nov 24 00:46:36 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for lan
Thu Nov 24 00:46:37 2022 user.notice firewall: Reloading firewall due to ifup of wan6 (wan)
Thu Nov 24 00:46:40 2022 daemon.notice netifd: Network device 'wan' link is up
Thu Nov 24 00:46:40 2022 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Nov 24 00:46:40 2022 kern.info kernel: [  210.689142] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Nov 24 00:46:41 2022 daemon.info privoxy[2895]: Restart request due to 'ifup' of interface 'wan6'
Thu Nov 24 00:46:42 2022 daemon.notice privoxy[2895]: Shutdown successfully
Thu Nov 24 00:46:44 2022 daemon.notice privoxy[3359]: Started successfully
Thu Nov 24 00:46:47 2022 daemon.info procd: Instance tor::instance1 s in a crash loop 6 crashes, 0 seconds since last crash
Thu Nov 24 00:56:24 2022 user.info upgrade: Saving config files...
Thu Nov 24 01:01:26 2022 daemon.notice netifd: Network device 'wan' link is down
Thu Nov 24 01:01:26 2022 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Nov 24 01:01:26 2022 kern.info kernel: [ 1096.676094] gswip 1e108000.switch wan: Link is Down
Thu Nov 24 01:01:28 2022 daemon.notice netifd: Network device 'wan' link is up
Thu Nov 24 01:01:28 2022 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Nov 24 01:01:28 2022 kern.info kernel: [ 1098.756229] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Nov 24 01:01:47 2022 authpriv.info dropbear[4445]: Child connection from 192.168.1.254:55407
Thu Nov 24 01:01:55 2022 authpriv.notice dropbear[4445]: Password auth succeeded for 'root' from 192.168.1.254:55407
Thu Nov 24 01:03:50 2022 authpriv.info dropbear[4445]: Exit (root) from <192.168.1.254:55407>: Exited normally
Thu Nov 24 01:09:28 2022 user.info upgrade: Saving config files...
Thu Nov 24 01:19:46 2022 user.info : luci: accepted login on / for root from 192.168.1.254
Thu Nov 24 01:35:43 2022 daemon.notice netifd: Network device 'wan' link is down
Thu Nov 24 01:35:43 2022 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Nov 24 01:35:43 2022 kern.info kernel: [ 3153.780514] gswip 1e108000.switch wan: Link is Down
Thu Nov 24 01:35:47 2022 daemon.notice netifd: Network device 'wan' link is up
Thu Nov 24 01:35:47 2022 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Nov 24 01:35:47 2022 kern.info kernel: [ 3157.940621] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Nov 24 01:35:49 2022 daemon.notice netifd: Network device 'wan' link is down
Thu Nov 24 01:35:49 2022 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Nov 24 01:35:49 2022 kern.info kernel: [ 3160.020470] gswip 1e108000.switch wan: Link is Down
Thu Nov 24 01:37:25 2022 daemon.notice netifd: Network device 'wan' link is up
Thu Nov 24 01:37:25 2022 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Nov 24 01:37:25 2022 kern.info kernel: [ 3255.699966] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Nov 24 01:37:52 2022 daemon.notice netifd: Network device 'wan' link is down
Thu Nov 24 01:37:52 2022 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Nov 24 01:37:52 2022 kern.info kernel: [ 3282.739655] gswip 1e108000.switch wan: Link is Down
Thu Nov 24 01:38:00 2022 daemon.notice netifd: Network device 'wan' link is up
Thu Nov 24 01:38:00 2022 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Nov 24 01:38:00 2022 kern.info kernel: [ 3291.059739] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Nov 24 01:41:54 2022 daemon.notice netifd: Network device 'wan' link is down
Thu Nov 24 01:41:54 2022 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Nov 24 01:41:54 2022 kern.info kernel: [ 3525.058213] gswip 1e108000.switch wan: Link is Down
Thu Nov 24 01:42:03 2022 daemon.notice netifd: Network device 'wan' link is up
Thu Nov 24 01:42:03 2022 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Nov 24 01:42:03 2022 kern.info kernel: [ 3533.378290] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Nov 24 01:45:32 2022 daemon.notice netifd: Network device 'wan' link is down
Thu Nov 24 01:45:32 2022 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Nov 24 01:45:32 2022 kern.info kernel: [ 3742.417134] gswip 1e108000.switch wan: Link is Down
Thu Nov 24 01:45:35 2022 daemon.notice netifd: Network device 'wan' link is up
Thu Nov 24 01:45:35 2022 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Nov 24 01:45:35 2022 kern.info kernel: [ 3745.537142] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Nov 24 01:46:39 2022 authpriv.info dropbear[6120]: Child connection from 192.168.1.254:36309
Thu Nov 24 01:46:45 2022 authpriv.notice dropbear[6120]: Password auth succeeded for 'root' from 192.168.1.254:36309
Thu Nov 24 01:47:46 2022 daemon.notice netifd: Interface 'lan' is now down
Thu Nov 24 01:47:46 2022 kern.info kernel: [ 3876.263292] br-lan: port 1(lan1) entered disabled state
Thu Nov 24 01:47:46 2022 kern.info kernel: [ 3876.284187] device lan1 left promiscuous mode
Thu Nov 24 01:47:46 2022 kern.info kernel: [ 3876.287535] br-lan: port 1(lan1) entered disabled state
Thu Nov 24 01:47:46 2022 kern.info kernel: [ 3876.327007] gswip 1e108000.switch lan1: Link is Down
Thu Nov 24 01:47:46 2022 kern.info kernel: [ 3876.338400] device lan2 left promiscuous mode
Thu Nov 24 01:47:46 2022 kern.info kernel: [ 3876.341526] br-lan: port 2(lan2) entered disabled state
Thu Nov 24 01:47:46 2022 kern.info kernel: [ 3876.393939] device lan3 left promiscuous mode
Thu Nov 24 01:47:46 2022 kern.info kernel: [ 3876.397175] br-lan: port 3(lan3) entered disabled state
Thu Nov 24 01:47:46 2022 kern.info kernel: [ 3876.434214] device lan4 left promiscuous mode
Thu Nov 24 01:47:46 2022 kern.info kernel: [ 3876.437473] br-lan: port 4(lan4) entered disabled state
Thu Nov 24 01:47:46 2022 daemon.notice netifd: Interface 'lan' is disabled
Thu Nov 24 01:47:46 2022 daemon.notice netifd: Network device 'lan1' link is down
Thu Nov 24 01:47:46 2022 daemon.notice netifd: bridge 'br-lan' link is down
Thu Nov 24 01:47:46 2022 daemon.notice netifd: Interface 'lan' has link connectivity loss
Thu Nov 24 01:47:46 2022 daemon.notice netifd: Interface 'loopback' is now down
Thu Nov 24 01:47:46 2022 daemon.notice netifd: Interface 'loopback' is disabled
Thu Nov 24 01:47:46 2022 daemon.notice netifd: Network device 'lo' link is down
Thu Nov 24 01:47:46 2022 daemon.notice netifd: Interface 'loopback' has link connectivity loss
Thu Nov 24 01:47:46 2022 daemon.notice netifd: Interface 'wan6' is now down
Thu Nov 24 01:47:46 2022 daemon.warn dnsmasq[1337]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Thu Nov 24 01:47:46 2022 kern.info kernel: [ 3876.685337] gswip 1e108000.switch wan: Link is Down
Thu Nov 24 01:47:46 2022 daemon.notice netifd: Interface 'wan6' is disabled
Thu Nov 24 01:47:46 2022 daemon.notice netifd: Network device 'eth0' link is down
Thu Nov 24 01:47:46 2022 daemon.notice netifd: Network device 'wan' link is down
Thu Nov 24 01:47:46 2022 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Nov 24 01:47:48 2022 user.notice : Added device handler type: bonding
Thu Nov 24 01:47:48 2022 user.notice : Added device handler type: 8021ad
Thu Nov 24 01:47:48 2022 user.notice : Added device handler type: 8021q
Thu Nov 24 01:47:48 2022 user.notice : Added device handler type: macvlan
Thu Nov 24 01:47:48 2022 user.notice : Added device handler type: veth
Thu Nov 24 01:47:48 2022 user.notice : Added device handler type: bridge
Thu Nov 24 01:47:48 2022 user.notice : Added device handler type: Network device
Thu Nov 24 01:47:48 2022 user.notice : Added device handler type: tunnel
Thu Nov 24 01:47:52 2022 kern.info kernel: [ 3882.988790] device eth0 left promiscuous mode
Thu Nov 24 01:47:52 2022 kern.info kernel: [ 3882.997413] device eth0 entered promiscuous mode
Thu Nov 24 01:47:52 2022 kern.info kernel: [ 3883.000668] gswip 1e108000.switch lan1: configuring for phy/rgmii link mode
Thu Nov 24 01:47:52 2022 kern.info kernel: [ 3883.008912] 8021q: adding VLAN 0 to HW filter on device lan1
Thu Nov 24 01:47:52 2022 kern.info kernel: [ 3883.015102] br-lan: port 1(lan1) entered blocking state
Thu Nov 24 01:47:52 2022 kern.info kernel: [ 3883.019331] br-lan: port 1(lan1) entered disabled state
Thu Nov 24 01:47:52 2022 kern.info kernel: [ 3883.024765] device lan1 entered promiscuous mode
Thu Nov 24 01:47:52 2022 daemon.notice netifd: Interface 'lan' is enabled
Thu Nov 24 01:47:52 2022 daemon.notice netifd: Interface 'lan' is setting up now
Thu Nov 24 01:47:52 2022 daemon.notice netifd: Interface 'lan' is now up
Thu Nov 24 01:47:52 2022 kern.info kernel: [ 3883.061336] gswip 1e108000.switch lan2: configuring for phy/rgmii link mode
Thu Nov 24 01:47:52 2022 kern.info kernel: [ 3883.086333] 8021q: adding VLAN 0 to HW filter on device lan2
Thu Nov 24 01:47:52 2022 kern.info kernel: [ 3883.092669] br-lan: port 2(lan2) entered blocking state
Thu Nov 24 01:47:52 2022 kern.info kernel: [ 3883.096716] br-lan: port 2(lan2) entered disabled state
Thu Nov 24 01:47:52 2022 kern.info kernel: [ 3883.102477] device lan2 entered promiscuous mode
Thu Nov 24 01:47:53 2022 kern.info kernel: [ 3883.141934] gswip 1e108000.switch lan3: configuring for phy/internal link mode
Thu Nov 24 01:47:53 2022 kern.info kernel: [ 3883.157125] 8021q: adding VLAN 0 to HW filter on device lan3
Thu Nov 24 01:47:53 2022 kern.info kernel: [ 3883.163064] br-lan: port 3(lan3) entered blocking state
Thu Nov 24 01:47:53 2022 kern.info kernel: [ 3883.167033] br-lan: port 3(lan3) entered disabled state
Thu Nov 24 01:47:53 2022 kern.info kernel: [ 3883.172716] device lan3 entered promiscuous mode
Thu Nov 24 01:47:53 2022 kern.info kernel: [ 3883.195820] gswip 1e108000.switch lan4: configuring for phy/internal link mode
Thu Nov 24 01:47:53 2022 kern.info kernel: [ 3883.202233] 8021q: adding VLAN 0 to HW filter on device lan4
Thu Nov 24 01:47:53 2022 kern.info kernel: [ 3883.210144] br-lan: port 4(lan4) entered blocking state
Thu Nov 24 01:47:53 2022 kern.info kernel: [ 3883.213989] br-lan: port 4(lan4) entered disabled state
Thu Nov 24 01:47:53 2022 kern.info kernel: [ 3883.221103] device lan4 entered promiscuous mode
Thu Nov 24 01:47:53 2022 daemon.notice netifd: Interface 'loopback' is enabled
Thu Nov 24 01:47:53 2022 daemon.notice netifd: Interface 'loopback' is setting up now
Thu Nov 24 01:47:53 2022 daemon.notice netifd: Interface 'loopback' is now up
Thu Nov 24 01:47:53 2022 kern.info kernel: [ 3883.248243] gswip 1e108000.switch wan: configuring for phy/rgmii link mode
Thu Nov 24 01:47:53 2022 kern.info kernel: [ 3883.254200] 8021q: adding VLAN 0 to HW filter on device wan
Thu Nov 24 01:47:53 2022 daemon.notice netifd: Interface 'wan6' is enabled
Thu Nov 24 01:47:53 2022 daemon.notice netifd: Interface 'wan6' is setting up now
Thu Nov 24 01:47:53 2022 daemon.notice netifd: Interface 'wan6' is now up
Thu Nov 24 01:47:53 2022 daemon.info dnsmasq[1337]: reading /tmp/resolv.conf.d/resolv.conf.auto
Thu Nov 24 01:47:53 2022 daemon.info dnsmasq[1337]: using nameserver 80.80.81.81#53
Thu Nov 24 01:47:53 2022 daemon.info dnsmasq[1337]: using nameserver 208.67.222.222#53
Thu Nov 24 01:47:53 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for test
Thu Nov 24 01:47:53 2022 daemon.notice netifd: Network device 'eth0' link is up
Thu Nov 24 01:47:53 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for onion
Thu Nov 24 01:47:53 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for localhost
Thu Nov 24 01:47:53 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for local
Thu Nov 24 01:47:53 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for invalid
Thu Nov 24 01:47:53 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for bind
Thu Nov 24 01:47:53 2022 daemon.info dnsmasq[1337]: using only locally-known addresses for lan
Thu Nov 24 01:47:53 2022 daemon.notice netifd: Network device 'lo' link is up
Thu Nov 24 01:47:53 2022 daemon.notice netifd: Interface 'loopback' has link connectivity
Thu Nov 24 01:47:53 2022 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Thu Nov 24 01:47:54 2022 kern.info kernel: [ 3885.056721] gswip 1e108000.switch lan1: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Nov 24 01:47:54 2022 kern.info kernel: [ 3885.063134] br-lan: port 1(lan1) entered blocking state
Thu Nov 24 01:47:54 2022 kern.info kernel: [ 3885.068634] br-lan: port 1(lan1) entered forwarding state
Thu Nov 24 01:47:54 2022 daemon.notice netifd: Network device 'lan1' link is up
Thu Nov 24 01:47:54 2022 kern.info kernel: [ 3885.079792] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Thu Nov 24 01:47:54 2022 daemon.notice netifd: bridge 'br-lan' link is up
Thu Nov 24 01:47:54 2022 daemon.notice netifd: Interface 'lan' has link connectivity
Thu Nov 24 01:47:56 2022 daemon.notice netifd: Network device 'wan' link is up
Thu Nov 24 01:47:56 2022 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Nov 24 01:47:56 2022 kern.info kernel: [ 3886.416773] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Nov 24 01:47:57 2022 daemon.info privoxy[3359]: Restart request due to 'ifup' of interface 'lan'
Thu Nov 24 01:47:58 2022 daemon.notice privoxy[3359]: Shutdown successfully
Thu Nov 24 01:48:00 2022 daemon.notice privoxy[6717]: Started successfully
Thu Nov 24 01:48:01 2022 daemon.info privoxy[6717]: Restart request due to 'ifup' of interface 'loopback'
Thu Nov 24 01:48:02 2022 daemon.notice privoxy[6717]: Shutdown successfully
Thu Nov 24 01:48:04 2022 daemon.notice privoxy[6924]: Started successfully
Thu Nov 24 01:48:04 2022 user.notice firewall: Reloading firewall due to ifup of wan6 (wan)
Thu Nov 24 01:48:07 2022 daemon.info privoxy[6924]: Restart request due to 'ifup' of interface 'wan6'
Thu Nov 24 01:48:08 2022 daemon.notice privoxy[6924]: Shutdown successfully
Thu Nov 24 01:48:10 2022 daemon.notice privoxy[7132]: Started successfully
Thu Nov 24 02:04:32 2022 authpriv.info dropbear[7624]: Child connection from 192.168.1.254:56225
Thu Nov 24 02:04:39 2022 authpriv.warn dropbear[7624]: Bad password attempt for 'root' from 192.168.1.254:56225
Thu Nov 24 02:04:41 2022 authpriv.notice dropbear[7624]: Password auth succeeded for 'root' from 192.168.1.254:56225
Thu Nov 24 02:16:42 2022 daemon.notice netifd: Network device 'wan' link is down
Thu Nov 24 02:16:42 2022 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Nov 24 02:16:42 2022 kern.info kernel: [ 5612.800241] gswip 1e108000.switch wan: Link is Down
Thu Nov 24 02:16:50 2022 daemon.notice netifd: Network device 'wan' link is up
Thu Nov 24 02:16:50 2022 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Nov 24 02:16:50 2022 kern.info kernel: [ 5621.120303] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Nov 24 02:24:33 2022 authpriv.info dropbear[6120]: Exit (root) from <192.168.1.254:36309>: Exited normally
Thu Nov 24 02:40:45 2022 user.info : luci: accepted login on / for root from 192.168.1.254
Thu Nov 24 05:46:17 2022 user.info : luci: accepted login on /admin/status/overview for root from 192.168.1.254
Thu Nov 24 06:42:23 2022 authpriv.info dropbear[7624]: Exit (root) from <192.168.1.254:56225>: Exited normally
Fri Nov 25 03:03:05 2022 user.info : luci: accepted login on / for root from 192.168.1.1
Fri Nov 25 04:05:29 2022 daemon.notice privoxy[7132]: Shutdown successfully
Fri Nov 25 04:05:31 2022 daemon.notice privoxy[12980]: Started successfully
Thu Dec  1 03:49:52 2022 user.info : luci: accepted login on / for root from 192.168.1.254
Sat Dec  3 13:38:44 2022 user.info : luci: accepted login on / for root from 192.168.1.254
Sun Dec  4 23:18:11 2022 user.info : luci: accepted login on / for root from 192.168.1.254
Mon Dec  5 17:14:00 2022 user.info : luci: accepted login on / for root from 192.168.1.254
Tue Dec  6 18:20:33 2022 daemon.notice netifd: Network device 'wan' link is down
Tue Dec  6 18:20:33 2022 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Tue Dec  6 18:20:33 2022 kern.info kernel: [1100234.592437] gswip 1e108000.switch wan: Link is Down
Tue Dec  6 18:21:06 2022 daemon.notice netifd: Network device 'wan' link is up
Tue Dec  6 18:21:06 2022 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Dec  6 18:21:06 2022 kern.info kernel: [1100267.872274] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Tue Dec  6 18:21:35 2022 daemon.notice netifd: Network device 'wan' link is down
Tue Dec  6 18:21:35 2022 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Tue Dec  6 18:21:35 2022 kern.info kernel: [1100296.991917] gswip 1e108000.switch wan: Link is Down
Tue Dec  6 18:21:39 2022 daemon.notice netifd: Network device 'wan' link is up
Tue Dec  6 18:21:39 2022 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Dec  6 18:21:39 2022 kern.info kernel: [1100300.119423] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Tue Dec 13 17:14:39 2022 user.info : luci: failed login on / for root from 192.168.1.254
Tue Dec 13 17:14:43 2022 user.info : luci: accepted login on / for root from 192.168.1.254
Tue Jan  3 05:41:37 2023 daemon.notice netifd: Network device 'wan' link is down
Tue Jan  3 05:41:37 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Tue Jan  3 05:41:37 2023 kern.info kernel: [3473879.369697] gswip 1e108000.switch wan: Link is Down
Tue Jan  3 05:42:13 2023 daemon.notice netifd: Network device 'wan' link is up
Tue Jan  3 05:42:13 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Jan  3 05:42:13 2023 kern.info kernel: [3473914.729607] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Tue Jan  3 05:42:39 2023 daemon.notice netifd: Network device 'wan' link is down
Tue Jan  3 05:42:39 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Tue Jan  3 05:42:39 2023 kern.info kernel: [3473940.729200] gswip 1e108000.switch wan: Link is Down
Tue Jan  3 05:42:42 2023 daemon.notice netifd: Network device 'wan' link is up
Tue Jan  3 05:42:42 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Jan  3 05:42:42 2023 kern.info kernel: [3473943.849324] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Jan  5 06:11:38 2023 daemon.notice netifd: Network device 'wan' link is down
Thu Jan  5 06:11:38 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Jan  5 06:11:38 2023 kern.info kernel: [3648478.405699] gswip 1e108000.switch wan: Link is Down
Thu Jan  5 06:12:11 2023 daemon.notice netifd: Network device 'wan' link is up
Thu Jan  5 06:12:11 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Jan  5 06:12:11 2023 kern.info kernel: [3648511.685301] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Jan  5 06:12:39 2023 daemon.notice netifd: Network device 'wan' link is down
Thu Jan  5 06:12:39 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Jan  5 06:12:39 2023 kern.info kernel: [3648539.764978] gswip 1e108000.switch wan: Link is Down
Thu Jan  5 06:12:42 2023 daemon.notice netifd: Network device 'wan' link is up
Thu Jan  5 06:12:42 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Jan  5 06:12:42 2023 kern.info kernel: [3648542.885053] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Sun Feb  5 06:41:46 2023 kern.info kernel: [6328664.796963] gswip 1e108000.switch wan: Link is Down
Sun Feb  5 06:41:46 2023 daemon.notice netifd: Network device 'wan' link is down
Sun Feb  5 06:41:46 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Sun Feb  5 06:42:19 2023 daemon.notice netifd: Network device 'wan' link is up
Sun Feb  5 06:42:19 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Sun Feb  5 06:42:19 2023 kern.info kernel: [6328698.076834] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Sun Feb  5 06:42:47 2023 daemon.notice netifd: Network device 'wan' link is down
Sun Feb  5 06:42:47 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Sun Feb  5 06:42:47 2023 kern.info kernel: [6328726.156461] gswip 1e108000.switch wan: Link is Down
Sun Feb  5 06:42:51 2023 daemon.notice netifd: Network device 'wan' link is up
Sun Feb  5 06:42:51 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Sun Feb  5 06:42:51 2023 kern.info kernel: [6328729.276551] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Sun Feb  5 08:49:06 2023 daemon.notice netifd: Network device 'wan' link is down
Sun Feb  5 08:49:06 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Sun Feb  5 08:49:06 2023 kern.info kernel: [6336304.573524] gswip 1e108000.switch wan: Link is Down
Sun Feb  5 08:49:40 2023 daemon.notice netifd: Network device 'wan' link is up
Sun Feb  5 08:49:40 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Sun Feb  5 08:49:40 2023 kern.info kernel: [6336338.901627] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Sun Feb  5 08:50:07 2023 daemon.notice netifd: Network device 'wan' link is down
Sun Feb  5 08:50:07 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Sun Feb  5 08:50:07 2023 kern.info kernel: [6336365.933008] gswip 1e108000.switch wan: Link is Down
Sun Feb  5 08:50:10 2023 daemon.notice netifd: Network device 'wan' link is up
Sun Feb  5 08:50:10 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Sun Feb  5 08:50:10 2023 kern.info kernel: [6336369.053117] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Mon Feb  6 07:16:12 2023 daemon.notice netifd: Network device 'wan' link is down
Mon Feb  6 07:16:12 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Mon Feb  6 07:16:12 2023 kern.info kernel: [6417129.750614] gswip 1e108000.switch wan: Link is Down
Mon Feb  6 07:16:46 2023 daemon.notice netifd: Network device 'wan' link is up
Mon Feb  6 07:16:46 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Mon Feb  6 07:16:46 2023 kern.info kernel: [6417164.070479] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Mon Feb  6 07:17:13 2023 daemon.notice netifd: Network device 'wan' link is down
Mon Feb  6 07:17:13 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Mon Feb  6 07:17:13 2023 kern.info kernel: [6417191.110115] gswip 1e108000.switch wan: Link is Down
Mon Feb  6 07:17:16 2023 daemon.notice netifd: Network device 'wan' link is up
Mon Feb  6 07:17:16 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Mon Feb  6 07:17:16 2023 kern.info kernel: [6417194.230305] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Mon Feb  6 08:44:27 2023 daemon.notice netifd: Network device 'wan' link is down
Mon Feb  6 08:44:27 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Mon Feb  6 08:44:27 2023 kern.info kernel: [6422425.386819] gswip 1e108000.switch wan: Link is Down
Mon Feb  6 08:45:02 2023 daemon.notice netifd: Network device 'wan' link is up
Mon Feb  6 08:45:02 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Mon Feb  6 08:45:02 2023 kern.info kernel: [6422459.706672] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Mon Feb  6 08:45:29 2023 daemon.notice netifd: Network device 'wan' link is down
Mon Feb  6 08:45:29 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Mon Feb  6 08:45:29 2023 kern.info kernel: [6422486.746469] gswip 1e108000.switch wan: Link is Down
Mon Feb  6 08:45:31 2023 daemon.notice netifd: Network device 'wan' link is up
Mon Feb  6 08:45:31 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Mon Feb  6 08:45:31 2023 kern.info kernel: [6422488.826428] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Wed Feb  8 08:03:13 2023 daemon.notice netifd: Network device 'wan' link is down
Wed Feb  8 08:03:13 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Wed Feb  8 08:03:13 2023 kern.info kernel: [6592749.117074] gswip 1e108000.switch wan: Link is Down
Wed Feb  8 08:03:47 2023 daemon.notice netifd: Network device 'wan' link is up
Wed Feb  8 08:03:47 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Wed Feb  8 08:03:47 2023 kern.info kernel: [6592783.437090] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Wed Feb  8 08:04:14 2023 daemon.notice netifd: Network device 'wan' link is down
Wed Feb  8 08:04:14 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Wed Feb  8 08:04:14 2023 kern.info kernel: [6592810.476710] gswip 1e108000.switch wan: Link is Down
Wed Feb  8 08:04:17 2023 daemon.notice netifd: Network device 'wan' link is up
Wed Feb  8 08:04:17 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Wed Feb  8 08:04:17 2023 kern.info kernel: [6592813.596906] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Feb  9 10:30:50 2023 daemon.notice netifd: Network device 'wan' link is down
Thu Feb  9 10:30:50 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Feb  9 10:30:50 2023 kern.info kernel: [6688005.311345] gswip 1e108000.switch wan: Link is Down
Thu Feb  9 10:31:25 2023 daemon.notice netifd: Network device 'wan' link is up
Thu Feb  9 10:31:25 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Feb  9 10:31:25 2023 kern.info kernel: [6688040.671219] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Feb  9 10:31:51 2023 daemon.notice netifd: Network device 'wan' link is down
Thu Feb  9 10:31:51 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Thu Feb  9 10:31:51 2023 kern.info kernel: [6688066.670890] gswip 1e108000.switch wan: Link is Down
Thu Feb  9 10:31:53 2023 daemon.notice netifd: Network device 'wan' link is up
Thu Feb  9 10:31:53 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Feb  9 10:31:53 2023 kern.info kernel: [6688068.750998] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Fri Feb 10 05:51:37 2023 daemon.notice netifd: Network device 'wan' link is down
Fri Feb 10 05:51:37 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Fri Feb 10 05:51:37 2023 kern.info kernel: [6757652.653155] gswip 1e108000.switch wan: Link is Down
Fri Feb 10 05:52:13 2023 daemon.notice netifd: Network device 'wan' link is up
Fri Feb 10 05:52:13 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Fri Feb 10 05:52:13 2023 kern.info kernel: [6757688.013054] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Fri Feb 10 05:52:39 2023 daemon.notice netifd: Network device 'wan' link is down
Fri Feb 10 05:52:39 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Fri Feb 10 05:52:39 2023 kern.info kernel: [6757714.012712] gswip 1e108000.switch wan: Link is Down
Fri Feb 10 05:52:42 2023 daemon.notice netifd: Network device 'wan' link is up
Fri Feb 10 05:52:42 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Fri Feb 10 05:52:42 2023 kern.info kernel: [6757717.132910] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Fri Feb 10 07:11:15 2023 daemon.notice netifd: Network device 'wan' link is down
Fri Feb 10 07:11:15 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Fri Feb 10 07:11:15 2023 kern.info kernel: [6762430.375749] gswip 1e108000.switch wan: Link is Down
Fri Feb 10 07:11:50 2023 daemon.notice netifd: Network device 'wan' link is up
Fri Feb 10 07:11:50 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Fri Feb 10 07:11:50 2023 kern.info kernel: [6762464.695585] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Fri Feb 10 07:12:18 2023 daemon.notice netifd: Network device 'wan' link is down
Fri Feb 10 07:12:18 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Fri Feb 10 07:12:18 2023 kern.info kernel: [6762492.775244] gswip 1e108000.switch wan: Link is Down
Fri Feb 10 07:12:21 2023 daemon.notice netifd: Network device 'wan' link is up
Fri Feb 10 07:12:21 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Fri Feb 10 07:12:21 2023 kern.info kernel: [6762495.895330] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Sat Feb 11 06:02:07 2023 daemon.notice netifd: Network device 'wan' link is down
Sat Feb 11 06:02:07 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Sat Feb 11 06:02:07 2023 kern.info kernel: [6844681.231456] gswip 1e108000.switch wan: Link is Down
Sat Feb 11 06:02:42 2023 daemon.notice netifd: Network device 'wan' link is up
Sat Feb 11 06:02:42 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Sat Feb 11 06:02:42 2023 kern.info kernel: [6844716.591305] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Sat Feb 11 06:03:08 2023 daemon.notice netifd: Network device 'wan' link is down
Sat Feb 11 06:03:08 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Sat Feb 11 06:03:08 2023 kern.info kernel: [6844742.590938] gswip 1e108000.switch wan: Link is Down
Sat Feb 11 06:03:11 2023 daemon.notice netifd: Network device 'wan' link is up
Sat Feb 11 06:03:11 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Sat Feb 11 06:03:11 2023 kern.info kernel: [6844745.711244] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Sat Feb 11 08:08:02 2023 daemon.notice netifd: Network device 'wan' link is down
Sat Feb 11 08:08:02 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Sat Feb 11 08:08:02 2023 kern.info kernel: [6852236.771263] gswip 1e108000.switch wan: Link is Down
Sat Feb 11 08:08:38 2023 daemon.notice netifd: Network device 'wan' link is up
Sat Feb 11 08:08:38 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Sat Feb 11 08:08:38 2023 kern.info kernel: [6852272.131126] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Sat Feb 11 08:09:05 2023 daemon.notice netifd: Network device 'wan' link is down
Sat Feb 11 08:09:05 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Sat Feb 11 08:09:05 2023 kern.info kernel: [6852299.170778] gswip 1e108000.switch wan: Link is Down
Sat Feb 11 08:09:08 2023 daemon.notice netifd: Network device 'wan' link is up
Sat Feb 11 08:09:08 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Sat Feb 11 08:09:08 2023 kern.info kernel: [6852302.290888] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Sun Feb 12 08:00:03 2023 daemon.notice netifd: Network device 'wan' link is down
Sun Feb 12 08:00:03 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Sun Feb 12 08:00:03 2023 kern.info kernel: [6938156.790199] gswip 1e108000.switch wan: Link is Down
Sun Feb 12 08:00:39 2023 daemon.notice netifd: Network device 'wan' link is up
Sun Feb 12 08:00:39 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Sun Feb 12 08:00:39 2023 kern.info kernel: [6938193.190055] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Sun Feb 12 08:01:04 2023 daemon.notice netifd: Network device 'wan' link is down
Sun Feb 12 08:01:04 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Sun Feb 12 08:01:04 2023 kern.info kernel: [6938218.149677] gswip 1e108000.switch wan: Link is Down
Sun Feb 12 08:01:08 2023 daemon.notice netifd: Network device 'wan' link is up
Sun Feb 12 08:01:08 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Sun Feb 12 08:01:08 2023 kern.info kernel: [6938221.269756] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Tue Feb 14 07:29:21 2023 daemon.notice netifd: Network device 'wan' link is down
Tue Feb 14 07:29:21 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Tue Feb 14 07:29:21 2023 kern.info kernel: [7109113.675717] gswip 1e108000.switch wan: Link is Down
Tue Feb 14 07:29:57 2023 daemon.notice netifd: Network device 'wan' link is up
Tue Feb 14 07:29:57 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Feb 14 07:29:57 2023 kern.info kernel: [7109149.035587] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Tue Feb 14 07:30:23 2023 daemon.notice netifd: Network device 'wan' link is down
Tue Feb 14 07:30:23 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Tue Feb 14 07:30:23 2023 kern.info kernel: [7109175.035288] gswip 1e108000.switch wan: Link is Down
Tue Feb 14 07:30:27 2023 daemon.notice netifd: Network device 'wan' link is up
Tue Feb 14 07:30:27 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Feb 14 07:30:27 2023 kern.info kernel: [7109179.195359] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Tue Feb 14 07:32:37 2023 daemon.warn dnsmasq[1337]: Maximum number of concurrent DNS queries reached (max: 150)
Tue Feb 14 10:50:27 2023 daemon.warn dnsmasq[1337]: Maximum number of concurrent DNS queries reached (max: 150)
Tue Feb 14 10:50:33 2023 daemon.warn dnsmasq[1337]: Maximum number of concurrent DNS queries reached (max: 150)
Tue Feb 14 10:50:39 2023 daemon.warn dnsmasq[1337]: Maximum number of concurrent DNS queries reached (max: 150)
Tue Feb 14 10:50:45 2023 daemon.warn dnsmasq[1337]: Maximum number of concurrent DNS queries reached (max: 150)
Tue Feb 14 10:50:51 2023 daemon.warn dnsmasq[1337]: Maximum number of concurrent DNS queries reached (max: 150)
Tue Feb 14 10:51:24 2023 daemon.notice netifd: Network device 'wan' link is down
Tue Feb 14 10:51:24 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Tue Feb 14 10:51:24 2023 kern.info kernel: [7121235.819567] gswip 1e108000.switch wan: Link is Down
Tue Feb 14 10:51:45 2023 daemon.notice netifd: Network device 'wan' link is up
Tue Feb 14 10:51:45 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Feb 14 10:51:45 2023 kern.info kernel: [7121257.659493] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Tue Feb 14 10:52:14 2023 daemon.notice netifd: Network device 'wan' link is down
Tue Feb 14 10:52:14 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Tue Feb 14 10:52:14 2023 kern.info kernel: [7121285.739137] gswip 1e108000.switch wan: Link is Down
Tue Feb 14 10:52:16 2023 daemon.notice netifd: Network device 'wan' link is up
Tue Feb 14 10:52:16 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Feb 14 10:52:16 2023 kern.info kernel: [7121287.819254] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Tue Feb 14 10:52:45 2023 daemon.notice netifd: Network device 'wan' link is down
Tue Feb 14 10:52:45 2023 daemon.notice netifd: Interface 'wan6' has link connectivity loss
Tue Feb 14 10:52:45 2023 kern.info kernel: [7121316.938904] gswip 1e108000.switch wan: Link is Down
Tue Feb 14 10:52:47 2023 daemon.notice netifd: Network device 'wan' link is up
Tue Feb 14 10:52:47 2023 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Feb 14 10:52:47 2023 kern.info kernel: [7121319.018995] gswip 1e108000.switch wan: Link is Up - 1Gbps/Full - flow control rx/tx
Tue Mar  7 01:36:44 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:25 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:26 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:26 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:27 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:38 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:39 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:40 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:41 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:43 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:50 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:51 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:51 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:52 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:18:52 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:23:13 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:23:14 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:23:15 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:23:17 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:23:19 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 02:23:24 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 14:17:04 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 14:17:04 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 14:17:05 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 14:17:05 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 14:17:05 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 14:17:05 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 14:17:06 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 14:17:06 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 14:17:07 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Wed Mar  8 14:17:07 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Sat Mar 11 03:34:05 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Sat Mar 11 03:34:05 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Sat Mar 11 03:34:05 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Sat Mar 11 03:34:05 2023 daemon.warn dnsmasq[1337]: possible DNS-rebind attack detected: googlecm.hit.gemius.pl
Sun Mar 26 22:47:49 2023 user.info : luci: accepted login on / for root from 192.168.1.254
Sun Mar 26 22:53:59 2023 user.info upgrade: Saving config files...
Sun Mar 26 22:57:47 2023 user.info upgrade: Saving config files...
DG.
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: TorRouter v22.03.2 build, when errors

Post by admin »

If encountering errors during the ./scripts/feeds install -a command:

Code: Select all

$ ./scripts/feeds install -a
Installing all packages from feed packages.
WARNING: Not overriding core package 'dante'; use -f to force
WARNING: Not overriding core package 'igmpproxy'; use -f to force
WARNING: Not overriding core package 'pcre'; use -f to force
Installing all packages from feed luci.
Installing all packages from feed routing.
Installing all packages from feed telephony.
First try a second run of the same command ;)
If you keep the same messages (warnings) you could clear old info on packages:

Code: Select all

rm tmp/.*
rm tmp/info/.*
This will clear old info on packages.

Next we face error on make defconfig:

Code: Select all

$ make defconfig
tmp/.config-package.in:33662:error: recursive dependency detected!
tmp/.config-package.in:33662:	symbol PACKAGE_python3-pymysql depends on PYTHON3_PYMYSQL_SHA_PASSWORD_SUPPORT
feeds/packages/lang/python/pymysql/Config.in:4:	symbol PYTHON3_PYMYSQL_SHA_PASSWORD_SUPPORT depends on PACKAGE_python3-pymysql
For a resolution refer to Documentation/kbuild/kconfig-language.rst
subsection "Kconfig recursive dependency limitations"
(I tried) To solve this, 1st do git branch master and build 1 version (snapshot, this works!).
Then git checkout v23.05.0 and build again.
This is kinda weird, the error returned when running make defconfig ??
Mentioned python3-pymysql is not even activated within .config.

Code: Select all

# CONFIG_PACKAGE_python3-pymysql is not set
Full log:

Code: Select all

$ git checkout v23.05.0
Note: switching to 'v23.05.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at bd4f415efa OpenWrt v23.05.0: adjust config defaults

$ ./scripts/feeds update -a
Source of feed packages has changed, replacing copy
Updating feed 'packages' from 'https://git.openwrt.org/feed/packages.git^0da9f622975aa1e4efe452da4acbae15479bee63' ...
Cloning into './feeds/packages'...
remote: Enumerating objects: 191778, done.
remote: Counting objects: 100% (191778/191778), done.
remote: Compressing objects: 100% (78222/78222), done.
remote: Total 191778 (delta 112048), reused 181978 (delta 103741), pack-reused 0
Receiving objects: 100% (191778/191778), 51.25 MiB | 11.92 MiB/s, done.
Resolving deltas: 100% (112048/112048), done.
Switched to a new branch '0da9f622975aa1e4efe452da4acbae15479bee63'
/home/torrouter/OpenWrt/P2812/TorRouter
Source of feed luci has changed, replacing copy
Updating feed 'luci' from 'https://git.openwrt.org/project/luci.git^257f54cb8bcd493d9be0a45a3c316668b793e8ae' ...
Cloning into './feeds/luci'...
remote: Enumerating objects: 33237, done.
remote: Counting objects: 100% (33237/33237), done.
remote: Compressing objects: 100% (6767/6767), done.
remote: Total 415420 (delta 30323), reused 26595 (delta 25319), pack-reused 382183
Receiving objects: 100% (415420/415420), 182.16 MiB | 10.34 MiB/s, done.
Resolving deltas: 100% (246393/246393), done.
Updating files: 100% (4633/4633), done.
Switched to a new branch '257f54cb8bcd493d9be0a45a3c316668b793e8ae'
/home/torrouter/OpenWrt/P2812/TorRouter
Source of feed routing has changed, replacing copy
Updating feed 'routing' from 'https://git.openwrt.org/feed/routing.git^2272106e0839ee06957e88e3596489e1b510d3c2' ...
Cloning into './feeds/routing'...
remote: Enumerating objects: 11132, done.
remote: Counting objects: 100% (11132/11132), done.
remote: Compressing objects: 100% (6655/6655), done.
remote: Total 11132 (delta 5093), reused 9098 (delta 3833), pack-reused 0
Receiving objects: 100% (11132/11132), 2.58 MiB | 2.89 MiB/s, done.
Resolving deltas: 100% (5093/5093), done.
Switched to a new branch '2272106e0839ee06957e88e3596489e1b510d3c2'
/home/torrouter/OpenWrt/P2812/TorRouter
Source of feed telephony has changed, replacing copy
Updating feed 'telephony' from 'https://git.openwrt.org/feed/telephony.git^9746ae8f964e18f04b64fbe1956366954ff223f8' ...
Cloning into './feeds/telephony'...
remote: Enumerating objects: 11516, done.
remote: Counting objects: 100% (11516/11516), done.
remote: Compressing objects: 100% (6883/6883), done.
remote: Total 11516 (delta 6480), reused 8009 (delta 4404), pack-reused 0
Receiving objects: 100% (11516/11516), 2.27 MiB | 3.76 MiB/s, done.
Resolving deltas: 100% (6480/6480), done.
Switched to a new branch '9746ae8f964e18f04b64fbe1956366954ff223f8'
/home/torrouter/OpenWrt/P2812/TorRouter
Create index file './feeds/packages.index' 
Checking 'true'... ok.
Checking 'false'... ok.
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'proper-umask'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses.h'... ok.
Checking 'git'... ok.
Checking 'rsync'... ok.
Checking 'perl-data-dumper'... ok.
Checking 'perl-findbin'... ok.
Checking 'perl-file-copy'... ok.
Checking 'perl-file-compare'... ok.
Checking 'perl-thread-queue'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'xargs'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'egrep'... ok.
Checking 'getopt'... ok.
Checking 'realpath'... ok.
Checking 'stat'... ok.
Checking 'gzip'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'install'... ok.
Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'python3'... ok.
Checking 'python3-distutils'... ok.
Checking 'python3-stdlib'... ok.
Checking 'file'... ok.
Checking 'which'... ok.
Checking 'argp.h'... ok.
Checking 'fts.h'... ok.
Checking 'obstack.h'... ok.
Checking 'libintl.h'... ok.
Checking 'ldconfig-stub'... ok.
Collecting package info: done
Create index file './feeds/luci.index' 
Collecting package info: done
Create index file './feeds/routing.index' 
Collecting package info: done
Create index file './feeds/telephony.index' 
Collecting package info: done

$ ./scripts/feeds install -a
Installing all packages from feed packages.
Installing all packages from feed luci.
Installing all packages from feed routing.
Installing all packages from feed telephony.

$ make defconfig
tmp/.config-package.in:33662:error: recursive dependency detected!
tmp/.config-package.in:33662:	symbol PACKAGE_python3-pymysql depends on PYTHON3_PYMYSQL_SHA_PASSWORD_SUPPORT
feeds/packages/lang/python/pymysql/Config.in:4:	symbol PYTHON3_PYMYSQL_SHA_PASSWORD_SUPPORT depends on PACKAGE_python3-pymysql
For a resolution refer to Documentation/kbuild/kconfig-language.rst
subsection "Kconfig recursive dependency limitations"

#
# No change to .config
#
Thinking of doing a full new clone (again) ...
First we tried git clean -dfx, but we see some warnings during 1st ./scripts/feeds install -a

Code: Select all

WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist
WARNING: Makefile 'package/boot/kexec-tools/Makefile' has a dependency on 'liblzma', which does not exist
WARNING: Makefile 'package/network/services/lldpd/Makefile' has a dependency on 'libnetsnmp', which does not exist
WARNING: Makefile 'package/utils/policycoreutils/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/policycoreutils/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/policycoreutils/Makefile' has a build dependency on 'libpam', which does not exist
A second run of ./scripts/feeds install -a did the trick (for now).

Code: Select all

$ ./scripts/feeds install -a
Collecting package info: done
Installing all packages from feed packages.
Installing all packages from feed luci.
Installing all packages from feed routing.
Installing all packages from feed telephony.
And again we have the same error regarding pymysql, pitty, as snapshot build does work!

Most probably this is due to lantiq/xRX200 and DSA conversion?
See also: https://forum.openwrt.org/t/lantiq-targ ... -15/159301
And:
Thought it was already working on OpenWrt v22.03.5.
Although it needed some workarounds.


DG.
Post Reply