Skip to content

Instantly share code, notes, and snippets.

@ptpt52
Created October 13, 2020 09:15
Show Gist options
  • Save ptpt52/6ce37143871c970668d29eec8d4b23fe to your computer and use it in GitHub Desktop.
Save ptpt52/6ce37143871c970668d29eec8d4b23fe to your computer and use it in GitHub Desktop.
OpenWrt kernel loader for MIPS based SoC
Copyright (C) 2011 Gabor Juhos <[email protected]>
Decompressing kernel... done!
Starting kernel at 80001000...
[ 0.000000] Linux version 5.4.70 (ptpt52@SC-GAME) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r14035-c0d2a0966c)) #0 SMP Tue Oct 13 03:52:59 2020
[ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
[ 0.000000] printk: bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
[ 0.000000] MIPS: machine is WR1800K-AX-NAND
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] VPE topology {2,2} total 4
[ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
[ 0.000000] percpu: Embedded 14 pages/cpu s26480 r8192 d22672 u57344
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 65024
[ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[ 0.000000] Writing ErrCtl register=0005fdd0
[ 0.000000] Readback ErrCtl register=0005fdd0
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 250668K/262144K available (5465K kernel code, 235K rwdata, 1220K rodata, 1260K init, 232K bss, 11476K reserved, 0K cma-reserved, 0K highmem)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] NR_IRQS: 256
[ 0.000000] random: get_random_bytes called from start_kernel+0x338/0x518 with crng_init=0
[ 0.000000] CPU Clock: 880MHz
[ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns
[ 0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns
[ 0.007791] Calibrating delay loop... 583.68 BogoMIPS (lpj=1167360)
[ 0.041986] pid_max: default: 32768 minimum: 301
[ 0.046716] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.053938] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.063686] rcu: Hierarchical SRCU implementation.
[ 0.068978] smp: Bringing up secondary CPUs ...
[ 8.704979] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 8.704988] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[ 8.705000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[ 8.705098] CPU1 revision is: 0001992f (MIPS 1004Kc)
[ 0.101694] Synchronize counters for CPU 1: done.
[ 8.428279] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 8.428288] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[ 8.428295] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[ 8.428352] CPU2 revision is: 0001992f (MIPS 1004Kc)
[ 0.166257] Synchronize counters for CPU 2: done.
[ 8.491803] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 8.491810] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[ 8.491818] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[ 8.491877] CPU3 revision is: 0001992f (MIPS 1004Kc)
[ 0.224116] Synchronize counters for CPU 3: done.
[ 0.253979] smp: Brought up 1 node, 4 CPUs
[ 0.258659] devtmpfs: initialized
[ 0.265617] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.275292] futex hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.282264] pinctrl core: initialized pinctrl subsystem
[ 0.288895] NET: Registered protocol family 16
[ 0.305609] pstore: Registered ramoops as persistent store backend
[ 0.311761] ramoops: using 0x80000@0x3f00000, ecc: 0
[ 0.330484] random: fast init done
[ 0.334963] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
[ 0.346231] clocksource: Switched to clocksource GIC
[ 0.353380] NET: Registered protocol family 2
[ 0.358484] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.366773] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.374380] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.381466] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.387897] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.394379] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.401531] NET: Registered protocol family 1
[ 0.405849] PCI: CLS 0 bytes, default 32
[ 0.498177] 4 CPUs re-calibrate udelay(lpj = 1167360)
[ 0.504535] workingset: timestamp_bits=30 max_order=16 bucket_order=0
[ 0.519984] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.525750] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.538674] mt7621_gpio 1e000600.gpio: registering 32 gpios
[ 0.544602] mt7621_gpio 1e000600.gpio: registering 32 gpios
[ 0.550525] mt7621_gpio 1e000600.gpio: registering 32 gpios
[ 0.557018] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
[ 0.565020] printk: console [ttyS0] disabled
[ 0.569349] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A
[ 0.578336] printk: console [ttyS0] enabled
[ 0.578336] printk: console [ttyS0] enabled
[ 0.586594] printk: bootconsole [early0] disabled
[ 0.586594] printk: bootconsole [early0] disabled
[ 0.598339] mt7621-nand 1e003000.nand: Using programmed access timing: 31c07388
[ 0.605867] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1
[ 0.612210] nand: Macronix MX30LF1G189C
[ 0.616045] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 0.623602] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits
[ 0.630148] mt7621-nand 1e003000.nand: Using programmed access timing: 21005134
[ 0.637468] mt7621-nand 1e003000.nand: Using programmed access timing: 21005134
[ 0.644768] nand: timing mode 1 not acknowledged by the NAND chip
[ 0.650856] mt7621-nand 1e003000.nand: Using programmed access timing: 31c07388
[ 0.658151] Scanning device for bad blocks
[ 1.958504] 5 fixed-partitions partitions found on MTD device mt7621-nand
[ 1.965275] Creating 5 MTD partitions on "mt7621-nand":
[ 1.970503] 0x000000000000-0x000000080000 : "Bootloader"
[ 1.977338] 0x000000080000-0x000000100000 : "Config"
[ 1.983669] 0x000000100000-0x000000180000 : "factory"
[ 1.990252] 0x000000180000-0x000000580000 : "kernel"
[ 1.996640] 0x000000580000-0x000007700000 : "ubi"
[ 2.004793] libphy: Fixed MDIO Bus: probed
[ 2.046001] libphy: mdio: probed
[ 3.456112] ralink_soc_eth 1e100000.ethernet: loaded mt7530 driver
[ 3.468312] ralink_soc_eth 1e100000.ethernet: PPE started
[ 3.474680] ralink_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21
[ 3.485401] mt7621-pci 1e140000.pcie: Parsing DT failed
[ 3.493032] NET: Registered protocol family 10
[ 3.499092] Segment Routing with IPv6
[ 3.502887] NET: Registered protocol family 17
[ 3.507392] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 3.520553] 8021q: 802.1Q VLAN Support v1.8
[ 3.526621] pstore: Using crash dump compression: deflate
[ 3.532834] rt2880-pinmux pinctrl: pcie is already enabled
[ 3.538345] mt7621-pci 1e140000.pcie: Error applying setting, reverse things back
[ 3.545968] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1)
[ 3.553544] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0)
[ 3.660986] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz
[ 3.666576] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz
[ 3.772119] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK)
[ 3.779073] mt7621-pci 1e140000.pcie: PCIE0 enabled
[ 3.783945] mt7621-pci 1e140000.pcie: PCIE1 enabled
[ 3.788824] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
[ 3.798330] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00
[ 3.804693] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff]
[ 3.811560] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
[ 3.818428] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 3.823947] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400
[ 3.829976] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[ 3.836243] pci 0000:00:00.0: reg 0x14: [mem 0x60400000-0x6040ffff]
[ 3.842581] pci 0000:00:00.0: supports D1
[ 3.846593] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 3.852719] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400
[ 3.858756] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[ 3.865019] pci 0000:00:01.0: reg 0x14: [mem 0x60410000-0x6041ffff]
[ 3.871336] pci 0000:00:01.0: supports D1
[ 3.875347] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
[ 3.882627] pci 0000:01:00.0: [14c3:7916] type 00 class 0x000280
[ 3.888700] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
[ 3.895927] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
[ 3.903153] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
[ 3.910487] pci 0000:01:00.0: supports D1 D2
[ 3.914757] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.921393] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
[ 3.936477] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 3.941714] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff]
[ 3.947805] pci 0000:00:00.0: bridge window [mem 0x60000000-0x601fffff pref]
[ 3.955022] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 3.961851] pci 0000:02:00.0: [14c3:7915] type 00 class 0x000280
[ 3.967921] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
[ 3.975148] pci 0000:02:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
[ 3.982375] pci 0000:02:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
[ 3.989704] pci 0000:02:00.0: supports D1 D2
[ 3.993973] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 4.000610] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
[ 4.015647] pci 0000:00:01.0: PCI bridge to [bus 02-ff]
[ 4.020881] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff]
[ 4.026973] pci 0000:00:01.0: bridge window [mem 0x60200000-0x603fffff pref]
[ 4.034199] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[ 4.040847] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
[ 4.047452] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
[ 4.054409] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000]
[ 4.061011] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000]
[ 4.067971] pci 0000:00:00.0: BAR 9: assigned [mem 0x60000000-0x601fffff pref]
[ 4.075190] pci 0000:00:01.0: BAR 9: assigned [mem 0x60200000-0x603fffff pref]
[ 4.082403] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff]
[ 4.089187] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff]
[ 4.095970] pci 0000:00:00.0: BAR 7: assigned [io 0x1e160000-0x1e160fff]
[ 4.102752] pci 0000:00:01.0: BAR 7: assigned [io 0x1e161000-0x1e161fff]
[ 4.109539] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit pref]
[ 4.117285] pci 0000:01:00.0: BAR 2: assigned [mem 0x60100000-0x60103fff 64bit pref]
[ 4.125029] pci 0000:01:00.0: BAR 4: assigned [mem 0x60104000-0x60104fff 64bit pref]
[ 4.132771] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 4.137733] pci 0000:00:00.0: bridge window [io 0x1e160000-0x1e160fff]
[ 4.144515] pci 0000:00:00.0: bridge window [mem 0x60000000-0x601fffff pref]
[ 4.151736] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit pref]
[ 4.159481] pci 0000:02:00.0: BAR 2: assigned [mem 0x60300000-0x60303fff 64bit pref]
[ 4.167226] pci 0000:02:00.0: BAR 4: assigned [mem 0x60304000-0x60304fff 64bit pref]
[ 4.174965] pci 0000:00:01.0: PCI bridge to [bus 02]
[ 4.179927] pci 0000:00:01.0: bridge window [io 0x1e161000-0x1e161fff]
[ 4.186708] pci 0000:00:01.0: bridge window [mem 0x60200000-0x603fffff pref]
[ 4.195422] UBI: auto-attach mtd4
[ 4.198778] ubi0: attaching mtd4
[ 5.272689] ralink_soc_eth 1e100000.ethernet eth0: port 3 link up
[ 5.360937] ubi0: scanning is finished
[ 5.382054] ubi0: attached mtd4 (name "ubi", size 113 MiB)
[ 5.387575] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 5.394437] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 5.401209] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 5.408157] ubi0: good PEBs: 908, bad PEBs: 0, corrupted PEBs: 0
[ 5.414150] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[ 5.421360] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1602561179
[ 5.430473] ubi0: available PEBs: 0, total reserved PEBs: 908, PEBs reserved for bad PEB handling: 20
[ 5.439690] ubi0: background thread "ubi_bgt0d" started, PID 426
[ 5.441620] block ubiblock0_0: created from ubi0:0(rootfs)
[ 5.451193] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[ 5.458146] hctosys: unable to open rtc device (rtc0)
[ 5.470636] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[ 5.483276] devtmpfs: mounted
[ 5.490619] Freeing unused kernel memory: 1260K
[ 5.495163] This architecture does not have kernel memory protection.
[ 5.501587] Run /sbin/init as init process
[ 5.997175] init: Console is alive
[ 6.000825] init: - watchdog -
[ 7.190010] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 7.246858] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[ 7.257989] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 7.266558] init: - preinit -
[ 8.510765] random: jshn: uninitialized urandom read (4 bytes read)
[ 8.569961] random: jshn: uninitialized urandom read (4 bytes read)
[ 8.715627] random: jshn: uninitialized urandom read (4 bytes read)
[ 10.649733] urandom_read: 6 callbacks suppressed
[ 10.649744] 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
sendto(): Network unreachable
sendto(): Network unreachable
[ 14.854664] UBIFS (ubi0:1): Mounting in unauthenticated mode
[ 14.860511] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 555
[ 15.056620] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[ 15.064502] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 15.074413] UBIFS (ubi0:1): FS size: 101580800 bytes (96 MiB, 800 LEBs), journal size 5079040 bytes (4 MiB, 40 LEBs)
[ 15.084910] UBIFS (ubi0:1): reserved for root: 4797912 bytes (4685 KiB)
[ 15.091524] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID AD9E63C3-79C4-4303-8D43-A2CA6A8D4D19, small LPT model
[ 15.110018] mount_root: switching to ubifs overlay
[ 15.185392] urandom-seed: Seeding with /etc/urandom.seed
[ 15.321711] procd: - early -
[ 15.324715] procd: - watchdog -
[ 15.894375] procd: - watchdog -
[ 15.897821] procd: - ubus -
[ 16.071335] procd: - init -
Please press Enter to activate this console.
[ 16.794298] kmodloader: loading kernel modules from /etc/modules.d/*
[ 16.814569] tun: Universal TUN/TAP device driver, 1.6
[ 16.830491] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 16.843449] gre: GRE over IPv4 demultiplexor driver
[ 16.850117] ip_gre: GRE over IPv4 tunneling driver
[ 16.861730] ip6_gre: GRE over IPv6 tunneling driver
[ 16.951451] Mirror/redirect action on
[ 16.965264] urngd: v1.0.2 started.
[ 16.966419] u32 classifier
[ 16.971416] input device check on
[ 16.975085] Actions configured
[ 17.005191] {natcap}:natcap_init(): version: 8.0.0
[ 17.010069] {natcap}:natcap_init(): natcap_major=250, natcap_minor=0
[ 17.021209] {natcap}:natcap_peer_init(): natcap_peer_major=249, natcap_peer_minor=0
[ 17.036633] {natflow}:natflow_init(): natflow_major=248, natflow_minor=0
[ 17.044148] {natflow}:natflow_zone_init(): natflow_zone_major=247, natflow_zone_minor=0
[ 17.052766] {natflow}:natflow_user_init(): natflow_user_major=246, natflow_user_minor=0
[ 17.074687] Bridge firewalling registered
[ 17.080383] Loading modules backported from Linux version v5.8-0-gbcf876870b95
[ 17.087781] Backport generated by backports.git v5.8-1-0-g79400d9e
[ 17.164012] random: crng init done
[ 17.175066] nf_conntrack_rtsp v0.7 loading
[ 17.200928] nf_nat_rtsp v0.7 loading
[ 17.273013] wireguard: WireGuard 1.0.20200908 loaded. See www.wireguard.com for information.
[ 17.281477] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
[ 17.355019] xt_time: kernel timezone is -0000
[ 17.463336] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=24
[ 17.468858] pci 0000:00:01.0: enabling device (0006 -> 0007)
[ 17.474723] mt7915e 0000:02:00.0: enabling device (0000 -> 0002)
[ 17.640930] mt7915e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20200819112315a
[ 17.640930]
[ 18.068000] mt7915e 0000:02:00.0: WM Firmware Version: ____000000, Build Time: 20200819112349
[ 18.106753] mt7915e 0000:02:00.0: WA Firmware Version: DEV_000000, Build Time: 20200819112407
[ 18.223014] mt7915e: probe of 0000:02:00.0 failed with error -22
[ 18.234092] PPP generic driver version 2.4.2
[ 18.240963] PPP MPPE Compression module registered
[ 18.247875] NET: Registered protocol family 24
[ 18.254447] PPTP driver version 0.8.5
[ 18.263098] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 20.498106] /dev/sda1: Can't open blockdev
[ 27.914367] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=TMP_IFB_4_SQM
[ 28.126411] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=TMP_IFB_4_SQM
[ 28.290379] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=TMP_IFB_4_SQM
[ 28.462377] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=TMP_IFB_4_SQM
[ 28.578463] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=TMP_IFB_4_SQM
[ 30.299032] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=eth0, add ingress hook
[ 30.313466] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=eth0.2, add ingress hook
[ 30.323482] br-lan: port 1(eth0.2) entered blocking state
[ 30.328980] br-lan: port 1(eth0.2) entered disabled state
[ 30.334932] device eth0.2 entered promiscuous mode
[ 30.339833] device eth0 entered promiscuous mode
[ 30.351211] br-lan: port 1(eth0.2) entered blocking state
[ 30.356679] br-lan: port 1(eth0.2) entered forwarding state
[ 30.362708] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=br-lan, add ingress hook
[ 30.399636] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=eth0.1, add ingress hook
[ 31.334758] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment