Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#457 - LEDE 17.01-rc1 r3042: Changing LAN static IP address doesn't force new DHCP addresses LEDE #5493

Closed
openwrt-bot opened this issue Feb 2, 2017 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

richb-hanover:

Install LEDE 17.01-rc1 r3042 on both Archer C7 and Netgear WDR3400:

I log in successfully to 192.168.1.1, enter a password, then use web gui to change static IP address of the LAN interface (to 192.168.250.1)

The web gui shows a spinner, but (of course) doesn't reconnect to the router, since the address has changed.

I waited a while (60 seconds?) and my OSX box doesn't notice that the Ethernet has a new IP - it's still on 192.168.1.x

If I disconnect the Ethernet cable and reconnect immediately, within a second or two, OSX detects the new (correct) IP address in the correct 192.168.250.0/24 subnet.

I think OpenWrt/CeroWrt used to recover without requiring a disconnect of the Ethernet cable (but could be mistaken).

This isn't a severe problem, because disconnecting/reconnecting the Ethernet is a perfect workaround.

@openwrt-bot
Copy link
Author

richb-hanover:

Output from getstats.sh (https://github.com/richb-hanover/OpenWrtScripts/blob/master/getstats.sh)

===== getstats.sh at Thu Feb 2 04:20:06 UTC 2017 ===== [ cat /etc/banner ] _________ / /\ _ ___ ___ ___ / LE / \ | | | __| \| __| / DE / \ | |__| _|| |) | _| /________/ LE \ |____|___|___/|___| lede-project.org \ \ DE / \ LE \ / ----------------------------------------------------------- \ DE \ / Reboot (17.01.0-rc1, r3042-ec095b5) \________\/ -----------------------------------------------------------

[ date ]
Thu Feb 2 04:20:06 UTC 2017

[ cat /etc/openwrt_release ]
DISTRIB_ID='LEDE'
DISTRIB_RELEASE='17.01.0-rc1'
DISTRIB_REVISION='r0+3043-68a04db'
DISTRIB_CODENAME='reboot'
DISTRIB_TARGET='ar71xx/generic'
DISTRIB_ARCH='mips_24kc'
DISTRIB_DESCRIPTION='LEDE Reboot 17.01.0-rc1 r3042-ec095b5'
DISTRIB_TAINTS='no-all'

[ uname -a ]
Linux lede 4.4.42 #0 Sun Jan 29 16:34:29 2017 mips GNU/Linux

[ uptime ]
04:20:06 up 10 min, load average: 0.02, 0.17, 0.16

[ top -b | head -n 20 ]
Mem: 30244K used, 95396K free, 1124K shrd, 2328K buff, 10164K cached
CPU: 0% usr 0% sys 0% nic 100% idle 0% io 0% irq 0% sirq
Load average: 0.02 0.18 0.16 1/45 2989
PID PPID USER STAT VSZ %VSZ %CPU COMMAND
2988 2980 root R 1184 1% 0% top -b
1004 1 root S 1704 1% 0% /sbin/netifd
1071 1 root S 1540 1% 0% /usr/sbin/uhttpd -f -h /www -r lede -x /cgi-bin -u /ubus -t 60 -T 30 -k 20 -A 1 -n 3 -N 100 -R -p 0.0.0.0:80 -p [::]:80
1 0 root S 1532 1% 0% /sbin/procd
957 1 root S 1444 1% 0% /sbin/rpcd
1030 1 root S 1292 1% 0% /usr/sbin/odhcpd
948 1 root S 1228 1% 0% /sbin/logd -S 64
477 1 root S 1188 1% 0% /sbin/ubusd
1381 1 root S < 1188 1% 0% /usr/sbin/ntpd -n -N -S /usr/sbin/ntpd-hotplug -p 0.lede.pool.ntp.org -p 1.lede.pool.ntp.org -p 2.lede.pool.ntp.org -p 3.lede.pool.ntp.org
2879 2869 root S 1188 1% 0% -ash
2980 2879 root S 1184 1% 0% sh getstats.sh
2989 2980 root S 1184 1% 0% head -n 20
1149 1004 root S 1184 1% 0% udhcpc -p /var/run/udhcpc-eth0.pid -s /lib/netifd/dhcp.script -f -t 0 -i eth0 -C -O 121
2869 1430 root S 1128 1% 0% /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p 22 -K 300
1621 1 dnsmasq S 1068 1% 0% /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg02411c -k -x /var/run/dnsmasq/dnsmasq.cfg02411c.pid
1430 1 root S 1060 1% 0% /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p 22 -K 300

[ du -sh / ; du -sh /* ]
16.6M /
424.5K /bin
0 /dev
179.0K /etc
512 /init
3.7M /lib
0 /mnt
612.0K /overlay
0 /proc
7.2M /rom
0 /root
399.0K /sbin
0 /sys
1.1M /tmp
3.0M /usr
0 /var
130.0K /www

[ ifconfig ]
br-lan Link encap:Ethernet HWaddr 30:B5:C2:84:D3:5E
inet addr:192.168.250.1 Bcast:192.168.250.255 Mask:255.255.255.0
inet6 addr: fdf5:8f1c:80b0::1/60 Scope:Global
inet6 addr: fe80::32b5:c2ff:fe84:d35e/64 Scope:Link
inet6 addr: fdfc:e39f:a38c:2::1/63 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7599 errors:0 dropped:0 overruns:0 frame:0
TX packets:6904 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:891104 (870.2 KiB) TX bytes:3290602 (3.1 MiB)

eth0 Link encap:Ethernet HWaddr 30:B5:C2:84:D3:5F
inet addr:192.168.253.145 Bcast:192.168.253.255 Mask:255.255.255.0
inet6 addr: fdfc:e39f:a38c::32b5:c2ff:fe84:d35f/64 Scope:Global
inet6 addr: fdfc:e39f:a38c::13c/128 Scope:Global
inet6 addr: fe80::32b5:c2ff:fe84:d35f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6047 errors:0 dropped:0 overruns:0 frame:0
TX packets:4534 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3036841 (2.8 MiB) TX bytes:785084 (766.6 KiB)
Interrupt:4

eth1 Link encap:Ethernet HWaddr 30:B5:C2:84:D3:5E
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9103 errors:0 dropped:0 overruns:0 frame:0
TX packets:8109 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1206825 (1.1 MiB) TX bytes:3686303 (3.5 MiB)
Interrupt:5

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:104 errors:0 dropped:0 overruns:0 frame:0
TX packets:104 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:10033 (9.7 KiB) TX bytes:10033 (9.7 KiB)

[ logread ]
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 0.000000] Linux version 4.4.42 (buildbot@builds-02.infra.lede-project.org) (gcc version 5.4.0 (LEDE GCC 5.4.0 r2995-2ac776a) ) #0 Sun Jan 29 16:34:29 2017
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.000000] MyLoader: sysp=0a00e040, boardp=20001210, parts=00299829
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] bootconsole [early0] enabled
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] SoC: Qualcomm Atheros QCA9558 ver 1 rev 0
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Determined physical RAM map:
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] memory: 08000000 @ 00000000 (usable)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Initrd not found or empty - disabling initrd
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 0.000000] No valid device tree found, continuing without
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Zone ranges:
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Movable zone start for each node
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Early memory node ranges
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.000000] On node 0 totalpages: 32768
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.000000] free_area_init_node: node 0, pgdat 803d04d0, node_mem_map 81000000
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.000000] Normal zone: 256 pages used for memmap
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.000000] Normal zone: 0 pages reserved
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.000000] Normal zone: 32768 pages, LIFO batch:7
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.000000] pcpu-alloc: [0] 0
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 0.000000] Kernel command line: board=ARCHER-C7-V2 console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Writing ErrCtl register=00000000
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Readback ErrCtl register=00000000
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Memory: 125328K/131072K available (3071K kernel code, 165K rwdata, 412K rodata, 312K init, 205K bss, 5744K reserved, 0K cma-reserved)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] NR_IRQS:51
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] Clocks: CPU:720.000MHz, DDR:600.000MHz, AHB:200.000MHz, Ref:40.000MHz
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5309056796 ns
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.000007] sched_clock: 32 bits at 360MHz, resolution 2ns, wraps every 5965232126ns
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.008281] Calibrating delay loop... 358.80 BogoMIPS (lpj=1794048)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.071186] pid_max: default: 32768 minimum: 301
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.076192] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.083238] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.092540] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.103896] NET: Registered protocol family 16
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.109601] MIPS: machine is TP-LINK Archer C7
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 0.117467] ar724x-pci ar724x-pci.0: PCIe link is down
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 0.122936] registering PCI controller with io_map_base unset
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 0.129184] registering PCI controller with io_map_base unset
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.576543] PCI host bridge to bus 0000:00
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.580947] pci_bus 0000:00: root bus resource [mem 0x10000000-0x11ffffff]
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.588261] pci_bus 0000:00: root bus resource [io 0x0000]
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.594194] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.601416] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.609861] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.609978] PCI host bridge to bus 0000:01
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.614337] pci_bus 0000:01: root bus resource [mem 0x12000000-0x13ffffff]
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.621663] pci_bus 0000:01: root bus resource [io 0x0001]
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.627590] pci_bus 0000:01: root bus resource [??? 0x00000000 flags 0x0]
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.634814] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.643268] pci 0000:01:00.0: [168c:003c] type 00 class 0x028000
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.643325] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.643379] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.643437] pci 0000:01:00.0: supports D1 D2
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.643624] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.643651] pci 0000:01:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.651465] pci 0000:01:00.0: BAR 6: assigned [mem 0x12200000-0x1220ffff pref]
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.659147] pci 0000:01:00.0: using irq 41 for pin 1
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.664998] clocksource: Switched to clocksource MIPS
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.671203] NET: Registered protocol family 2
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.676581] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.684001] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.690808] TCP: Hash tables configured (established 1024 bind 1024)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.697641] UDP hash table entries: 256 (order: 0, 4096 bytes)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.703862] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.710749] NET: Registered protocol family 1
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 0.715452] PCI: CLS 0 bytes, default 32
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.718927] futex hash table entries: 256 (order: -1, 3072 bytes)
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 0.725495] Crashlog allocated RAM at address 0x3f00000
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.742271] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.748516] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.760811] io scheduler noop registered
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.764985] io scheduler deadline registered (default)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.770660] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.779596] console [ttyS0] disabled
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.803471] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 2500000) is a 16550A
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.812650] console [ttyS0] enabled
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.820067] bootconsole [early0] disabled
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 0.832317] m25p80 spi0.0: found w25q128, expected m25p80
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.837853] m25p80 spi0.0: w25q128 (16384 Kbytes)
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 0.843713] 5 tp-link partitions found on MTD device spi0.0
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 0.849397] Creating 5 MTD partitions on "spi0.0":
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 0.854262] 0x000000000000-0x000000020000 : "u-boot"
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 0.860383] 0x000000020000-0x000000152c3c : "kernel"
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 0.866705] 0x000000152c3c-0x000000ff0000 : "rootfs"
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 0.872965] mtd: device 2 (rootfs) set to be root filesystem
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 0.878809] 1 squashfs-split partitions found on MTD device rootfs
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 0.885091] 0x0000003d0000-0x000000ff0000 : "rootfs_data"
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 0.891821] 0x000000ff0000-0x000001000000 : "art"
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 0.897898] 0x000000020000-0x000000ff0000 : "firmware"
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 0.915837] switch0: Atheros AR8327 rev. 4 switch registered on ag71xx-mdio.0
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 1.552780] libphy: ag71xx_mdio: probed
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 2.146503] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd034, driver=Atheros AR8216/AR8236/AR8316]
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 2.157807] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 2.746579] eth1: Atheros AG71xx at 0xba000000, irq 5, mode:SGMII
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 2.754482] NET: Registered protocol family 10
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 2.762400] NET: Registered protocol family 17
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 2.767003] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 2.779885] 8021q: 802.1Q VLAN Support v1.8
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 2.790796] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 2.799116] Freeing unused kernel memory: 312K (803f2000 - 80440000)
Sun Jan 29 17:03:23 2017 user.info kernel: [ 3.852111] init: Console is alive
Sun Jan 29 17:03:23 2017 user.info kernel: [ 3.855775] init: - watchdog -
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 4.947441] usbcore: registered new interface driver usbfs
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 4.953089] usbcore: registered new interface driver hub
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 4.958573] usbcore: registered new device driver usb
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 4.967712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 4.975507] ehci-platform: EHCI generic platform driver
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 4.980885] ehci-platform ehci-platform.0: EHCI Host Controller
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 4.986955] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 4.997223] ehci-platform ehci-platform.0: TX-TX IDP fix enabled
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 5.003329] ehci-platform ehci-platform.0: irq 48, io mem 0x1b000000
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 5.025031] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 5.032268] hub 1-0:1.0: USB hub found
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 5.036360] hub 1-0:1.0: 1 port detected
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 5.040646] ehci-platform ehci-platform.1: EHCI Host Controller
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 5.046720] ehci-platform ehci-platform.1: new USB bus registered, assigned bus number 2
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 5.057004] ehci-platform ehci-platform.1: TX-TX IDP fix enabled
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 5.063108] ehci-platform ehci-platform.1: irq 49, io mem 0x1b400000
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 5.085021] ehci-platform ehci-platform.1: USB 2.0 started, EHCI 1.00
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 5.092275] hub 2-0:1.0: USB hub found
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 5.096369] hub 2-0:1.0: 1 port detected
Sun Jan 29 17:03:23 2017 user.info kernel: [ 5.101905] init: - preinit -
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 6.102804] eth1: link up (1000Mbps/Full duplex)
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 6.123516] random: procd: uninitialized urandom read (4 bytes read, 10 bits of entropy available)
Sun Jan 29 17:03:23 2017 user.notice kernel: [ 9.333912] mount_root: jffs2 not ready yet, using temporary tmpfs overlay
Sun Jan 29 17:03:23 2017 user.warn kernel: [ 9.343956] urandom-seed: Seed file not found (/etc/urandom.seed)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 9.441725] eth1: link down
Sun Jan 29 17:03:23 2017 user.info kernel: [ 9.452919] procd: - early -
Sun Jan 29 17:03:23 2017 user.info kernel: [ 9.456429] procd: - watchdog -
Sun Jan 29 17:03:23 2017 user.info kernel: [ 10.060845] procd: - ubus -
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 10.171111] random: ubusd: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 10.180896] random: ubusd: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 10.190411] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available)
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 10.199574] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available)
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 10.209029] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available)
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 10.218190] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available)
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 10.227497] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available)
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 10.236786] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available)
Sun Jan 29 17:03:23 2017 user.info kernel: [ 10.246261] procd: - init -
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 10.562516] ip6_tables: (C) 2000-2006 Netfilter Core Team
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 10.576596] Loading modules backported from Linux version wt-2016-10-03-1-g6fcb1a6
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 10.584275] Backport generated by backports.git backports-20160324-9-g0e38f5c
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 10.637882] PCI: Enabling device 0000:01:00.0 (0000 -> 0002)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 10.643770] ath10k_pci 0000:01:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 10.858376] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:01:00.0.bin failed with error -2
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 10.869251] ath10k_pci 0000:01:00.0: Falling back to user helper
Sun Jan 29 17:03:23 2017 kern.err kernel: [ 10.998534] firmware ath10k!pre-cal-pci-0000:01:00.0.bin: firmware_loading_store: map pages failed
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 11.007896] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/cal-pci-0000:01:00.0.bin failed with error -2
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 11.018421] ath10k_pci 0000:01:00.0: Falling back to user helper
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 11.368085] ath10k_pci 0000:01:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 0000:0000
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 11.377488] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 11.390567] ath10k_pci 0000:01:00.0: firmware ver 10.2.4-1.0-00016 api 5 features no-p2p,raw-mode,mfp crc32 0c5668f8
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 11.401349] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/board-2.bin failed with error -2
Sun Jan 29 17:03:23 2017 kern.warn kernel: [ 11.411948] ath10k_pci 0000:01:00.0: Falling back to user helper
Sun Jan 29 17:03:23 2017 kern.err kernel: [ 11.491803] firmware ath10k!QCA988X!hw2.0!board-2.bin: firmware_loading_store: map pages failed
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 11.509263] ath10k_pci 0000:01:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 12.627336] ath10k_pci 0000:01:00.0: htt-ver 2.1 wmi-op 5 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 12.738185] ath: EEPROM regdomain: 0x0
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 12.738200] ath: EEPROM indicates default country code should be used
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 12.738208] ath: doing EEPROM country->regdmn map search
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 12.738224] ath: country maps to regdmn code: 0x3a
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 12.738233] ath: Country alpha2 being used: US
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 12.738241] ath: Regpair used: 0x3a
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 12.993780] ip_tables: (C) 2000-2006 Netfilter Core Team
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 13.006262] nf_conntrack version 0.5.0 (1963 buckets, 7852 max)
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 13.038436] xt_time: kernel timezone is -0000
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 13.054491] PPP generic driver version 2.4.2
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 13.067730] NET: Registered protocol family 24
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 13.090586] ath: EEPROM regdomain: 0x0
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 13.090602] ath: EEPROM indicates default country code should be used
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 13.090610] ath: doing EEPROM country->regdmn map search
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 13.090626] ath: country maps to regdmn code: 0x3a
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 13.090635] ath: Country alpha2 being used: US
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 13.090643] ath: Regpair used: 0x3a
Sun Jan 29 17:03:23 2017 kern.debug kernel: [ 13.106604] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
Sun Jan 29 17:03:23 2017 kern.info kernel: [ 13.110596] ieee80211 phy1: Atheros AR9550 Rev:0 mem=0xb8100000, irq=47
Sun Jan 29 17:03:23 2017 kern.notice kernel: [ 14.408520] random: jshn: uninitialized urandom read (4 bytes read, 24 bits of entropy available)
Sun Jan 29 17:03:25 2017 user.notice : Added device handler type: 8021ad
Sun Jan 29 17:03:25 2017 user.notice : Added device handler type: 8021q
Sun Jan 29 17:03:25 2017 user.notice : Added device handler type: macvlan
Sun Jan 29 17:03:25 2017 user.notice : Added device handler type: bridge
Sun Jan 29 17:03:25 2017 user.notice : Added device handler type: Network device
Sun Jan 29 17:03:25 2017 user.notice : Added device handler type: tunnel
Sun Jan 29 17:03:25 2017 user.notice : 'radio0' is disabled
Sun Jan 29 17:03:25 2017 user.notice : 'radio1' is disabled
Sun Jan 29 17:03:25 2017 user.notice : 'radio0' is disabled
Sun Jan 29 17:03:25 2017 user.notice : 'radio1' is disabled
Sun Jan 29 17:03:26 2017 daemon.err mount_root: no jffs2 marker found
Sun Jan 29 17:03:27 2017 kern.warn kernel: [ 20.425418] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0
Sun Jan 29 17:03:27 2017 kern.warn kernel: [ 20.432421] jffs2_build_filesystem(): unlocking the mtd device... done.
Sun Jan 29 17:03:29 2017 kern.warn kernel: [ 20.439175] jffs2_build_filesystem(): erasing all blocks after the end marker...
Sun Jan 29 17:03:29 2017 kern.info kernel: [ 23.357392] eth1: link up (1000Mbps/Full duplex)
Sun Jan 29 17:03:29 2017 kern.info kernel: [ 23.387314] device eth1 entered promiscuous mode
Sun Jan 29 17:03:29 2017 daemon.notice netifd: Interface 'lan' is enabled
Sun Jan 29 17:03:29 2017 kern.info kernel: [ 23.395997] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
Sun Jan 29 17:03:29 2017 daemon.notice netifd: Interface 'lan' is setting up now
Sun Jan 29 17:03:29 2017 daemon.notice netifd: Interface 'lan' is now up
Sun Jan 29 17:03:30 2017 daemon.notice netifd: Interface 'loopback' is enabled
Sun Jan 29 17:03:30 2017 daemon.notice netifd: Interface 'loopback' is setting up now
Sun Jan 29 17:03:30 2017 daemon.notice netifd: Interface 'loopback' is now up
Sun Jan 29 17:03:30 2017 kern.info kernel: [ 23.459183] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Sun Jan 29 17:03:30 2017 daemon.notice netifd: Interface 'wan' is enabled
Sun Jan 29 17:03:30 2017 daemon.notice netifd: Interface 'wan6' is enabled
Sun Jan 29 17:03:30 2017 daemon.notice netifd: Network device 'eth1' link is up
Sun Jan 29 17:03:30 2017 daemon.notice netifd: Network device 'lo' link is up
Sun Jan 29 17:03:30 2017 daemon.notice netifd: Interface 'loopback' has link connectivity
Sun Jan 29 17:03:30 2017 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Sun Jan 29 17:03:30 2017 kern.info kernel: [ 24.335089] br-lan: port 1(eth1) entered forwarding state
Sun Jan 29 17:03:30 2017 kern.info kernel: [ 24.340605] br-lan: port 1(eth1) entered forwarding state
Sun Jan 29 17:03:30 2017 daemon.notice netifd: bridge 'br-lan' link is up
Sun Jan 29 17:03:30 2017 daemon.notice netifd: Interface 'lan' has link connectivity
Sun Jan 29 17:03:30 2017 kern.info kernel: [ 24.377644] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Sun Jan 29 17:03:31 2017 kern.info kernel: [ 24.686436] eth0: link up (1000Mbps/Full duplex)
Sun Jan 29 17:03:31 2017 kern.info kernel: [ 24.691253] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Sun Jan 29 17:03:31 2017 daemon.notice netifd: Network device 'eth0' link is up
Sun Jan 29 17:03:31 2017 daemon.notice netifd: Interface 'wan' has link connectivity
Sun Jan 29 17:03:31 2017 daemon.notice netifd: Interface 'wan' is setting up now
Sun Jan 29 17:03:31 2017 daemon.notice netifd: Interface 'wan6' has link connectivity
Sun Jan 29 17:03:31 2017 daemon.notice netifd: Interface 'wan6' is setting up now
Sun Jan 29 17:03:31 2017 daemon.notice netifd: wan (1149): udhcpc: started, v1.25.1
Sun Jan 29 17:03:31 2017 daemon.notice netifd: wan (1149): udhcpc: sending discover
Sun Jan 29 17:03:31 2017 daemon.notice netifd: wan (1149): udhcpc: sending select for 192.168.253.145
Sun Jan 29 17:03:31 2017 daemon.notice netifd: wan (1149): udhcpc: lease of 192.168.253.145 obtained, lease time 43200
Sun Jan 29 17:03:32 2017 daemon.notice netifd: Interface 'wan' is now up
Sun Jan 29 17:03:32 2017 user.notice firewall: Reloading firewall due to ifup of wan (eth0)
Sun Jan 29 17:03:32 2017 kern.info kernel: [ 26.335111] br-lan: port 1(eth1) entered forwarding state
Sun Jan 29 17:03:36 2017 daemon.notice netifd: Interface 'wan6' is now up
Sun Jan 29 17:03:36 2017 user.notice firewall: Reloading firewall due to ifup of wan6 (eth0)
Sun Jan 29 17:03:39 2017 daemon.info dnsmasq[1274]: started, version 2.76 cachesize 150
Sun Jan 29 17:03:39 2017 daemon.info dnsmasq[1274]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify
Sun Jan 29 17:03:39 2017 daemon.info dnsmasq[1274]: DNS service limited to local subnets
Sun Jan 29 17:03:39 2017 daemon.info dnsmasq-dhcp[1274]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Sun Jan 29 17:03:39 2017 daemon.info dnsmasq[1274]: using local addresses only for domain lan
Sun Jan 29 17:03:39 2017 daemon.info dnsmasq[1274]: reading /tmp/resolv.conf.auto
Sun Jan 29 17:03:39 2017 daemon.info dnsmasq[1274]: using local addresses only for domain lan
Sun Jan 29 17:03:39 2017 daemon.info dnsmasq[1274]: using nameserver 192.168.253.1#53
Sun Jan 29 17:03:39 2017 daemon.info dnsmasq[1274]: using nameserver fe80::9ade:d0ff:fe7d:77f8%eth0#53
Sun Jan 29 17:03:39 2017 daemon.info dnsmasq[1274]: read /etc/hosts - 4 addresses
Sun Jan 29 17:03:39 2017 daemon.info dnsmasq[1274]: read /tmp/hosts/odhcpd - 0 addresses
Sun Jan 29 17:03:39 2017 daemon.info dnsmasq[1274]: read /tmp/hosts/dhcp.cfg02411c - 2 addresses
Sun Jan 29 17:03:39 2017 daemon.info dnsmasq-dhcp[1274]: read /etc/ethers - 0 addresses
Sun Jan 29 17:03:48 2017 daemon.info dnsmasq-dhcp[1274]: DHCPDISCOVER(br-lan) ac:87:a3:38:00:28
Sun Jan 29 17:03:48 2017 daemon.info dnsmasq-dhcp[1274]: DHCPOFFER(br-lan) 192.168.1.124 ac:87:a3:38:00:28
Sun Jan 29 17:03:49 2017 daemon.info dnsmasq-dhcp[1274]: DHCPREQUEST(br-lan) 192.168.1.124 ac:87:a3:38:00:28
Sun Jan 29 17:03:49 2017 daemon.info dnsmasq-dhcp[1274]: DHCPACK(br-lan) 192.168.1.124 ac:87:a3:38:00:28 Richs-MBP-8195
Sun Jan 29 17:04:03 2017 kern.notice kernel: [ 57.335037] random: nonblocking pool is initialized
Sun Jan 29 17:04:13 2017 kern.warn kernel: [ 67.375105] done.
Sun Jan 29 17:04:13 2017 kern.notice kernel: [ 67.377093] jffs2: notice: (1077) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Sun Jan 29 17:04:14 2017 daemon.info mount_root: performing overlay whiteout
Sun Jan 29 17:04:14 2017 user.notice : setting up led USB1
Sun Jan 29 17:04:14 2017 user.notice : setting up led USB2
Sun Jan 29 17:04:14 2017 user.notice : setting up led WLAN2G
Sun Jan 29 17:04:14 2017 user.notice : setting up led WLAN5G
Sun Jan 29 17:04:15 2017 daemon.info procd: - init complete -
Sun Jan 29 17:04:15 2017 daemon.info urandom_seed[1390]: Seed saved (/etc/urandom.seed)
Thu Feb 2 04:11:10 2017 authpriv.info dropbear[1430]: Not backgrounding
Thu Feb 2 04:11:12 2017 auth.err passwd: password for root changed by root
Thu Feb 2 04:11:22 2017 daemon.info dnsmasq[1274]: read /etc/hosts - 4 addresses
Thu Feb 2 04:11:22 2017 daemon.info dnsmasq[1274]: read /tmp/hosts/odhcpd - 0 addresses
Thu Feb 2 04:11:22 2017 daemon.info dnsmasq[1274]: read /tmp/hosts/dhcp.cfg02411c - 2 addresses
Thu Feb 2 04:11:22 2017 daemon.info dnsmasq-dhcp[1274]: read /etc/ethers - 0 addresses
Thu Feb 2 04:11:31 2017 daemon.notice netifd: Interface 'lan' is now down
Thu Feb 2 04:11:31 2017 kern.info kernel: [ 112.815345] br-lan: port 1(eth1) entered disabled state
Thu Feb 2 04:11:31 2017 kern.info kernel: [ 112.853735] device eth1 left promiscuous mode
Thu Feb 2 04:11:31 2017 kern.info kernel: [ 112.858274] br-lan: port 1(eth1) entered disabled state
Thu Feb 2 04:11:31 2017 kern.info kernel: [ 112.897839] eth1: link down
Thu Feb 2 04:11:31 2017 kern.info kernel: [ 112.915210] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
Thu Feb 2 04:11:31 2017 daemon.notice netifd: Interface 'lan' is disabled
Thu Feb 2 04:11:31 2017 daemon.notice netifd: Interface 'lan' has link connectivity loss
Thu Feb 2 04:11:31 2017 daemon.notice netifd: Interface 'lan' has link connectivity
Thu Feb 2 04:11:31 2017 kern.info kernel: [ 112.959829] eth1: link up (1000Mbps/Full duplex)
Thu Feb 2 04:11:31 2017 kern.info kernel: [ 113.004735] device eth1 entered promiscuous mode
Thu Feb 2 04:11:31 2017 kern.info kernel: [ 113.026047] br-lan: port 1(eth1) entered forwarding state
Thu Feb 2 04:11:31 2017 kern.info kernel: [ 113.031571] br-lan: port 1(eth1) entered forwarding state
Thu Feb 2 04:11:31 2017 daemon.notice netifd: Interface 'lan' is enabled
Thu Feb 2 04:11:31 2017 daemon.notice netifd: Interface 'lan' is setting up now
Thu Feb 2 04:11:31 2017 daemon.notice netifd: Interface 'lan' is now up
Thu Feb 2 04:11:32 2017 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq[1274]: exiting on receipt of SIGTERM
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq[1621]: started, version 2.76 cachesize 150
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq[1621]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq[1621]: DNS service limited to local subnets
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq-dhcp[1621]: DHCP, IP range 192.168.250.100 -- 192.168.250.249, lease time 12h
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq[1621]: using local addresses only for domain lan
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq[1621]: reading /tmp/resolv.conf.auto
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq[1621]: using local addresses only for domain lan
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq[1621]: using nameserver 192.168.253.1#53
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq[1621]: using nameserver fe80::9ade:d0ff:fe7d:77f8%eth0#53
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq[1621]: read /etc/hosts - 4 addresses
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq[1621]: read /tmp/hosts/odhcpd - 0 addresses
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq[1621]: read /tmp/hosts/dhcp.cfg02411c - 2 addresses
Thu Feb 2 04:11:33 2017 daemon.info dnsmasq-dhcp[1621]: read /etc/ethers - 0 addresses
Thu Feb 2 04:11:33 2017 kern.info kernel: [ 115.025074] br-lan: port 1(eth1) entered forwarding state
Thu Feb 2 04:12:37 2017 daemon.info dnsmasq-dhcp[1621]: DHCPREQUEST(br-lan) 192.168.250.124 ac:87:a3:38:00:28
Thu Feb 2 04:12:37 2017 daemon.info dnsmasq-dhcp[1621]: DHCPACK(br-lan) 192.168.250.124 ac:87:a3:38:00:28 Richs-MBP-8195
Thu Feb 2 04:12:37 2017 daemon.info dnsmasq-dhcp[1621]: DHCPREQUEST(br-lan) 192.168.250.124 ac:87:a3:38:00:28
Thu Feb 2 04:12:37 2017 daemon.info dnsmasq-dhcp[1621]: DHCPACK(br-lan) 192.168.250.124 ac:87:a3:38:00:28 Richs-MBP-8195
Thu Feb 2 04:14:36 2017 kern.info kernel: [ 297.539722] u32 classifier
Thu Feb 2 04:14:36 2017 kern.info kernel: [ 297.542478] input device check on
Thu Feb 2 04:14:36 2017 kern.info kernel: [ 297.546190] Actions configured
Thu Feb 2 04:14:36 2017 kern.info kernel: [ 297.560535] Mirror/redirect action on
Thu Feb 2 04:14:37 2017 user.notice SQM: ERROR: QDISC codel is NOT useable.
Thu Feb 2 04:14:37 2017 user.notice SQM: ERROR: QDISC pie is NOT useable.
Thu Feb 2 04:14:37 2017 user.notice SQM: ERROR: QDISC sfq is NOT useable.
Thu Feb 2 04:18:55 2017 authpriv.info dropbear[2869]: Child connection from 192.168.250.124:49354
Thu Feb 2 04:19:02 2017 authpriv.notice dropbear[2869]: Password auth succeeded for 'root' from 192.168.250.124:49354

[ dmesg ]
[ 0.000000] Linux version 4.4.42 (buildbot@builds-02.infra.lede-project.org) (gcc version 5.4.0 (LEDE GCC 5.4.0 r2995-2ac776a) ) #0 Sun Jan 29 16:34:29 2017
[ 0.000000] MyLoader: sysp=0a00e040, boardp=20001210, parts=00299829
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
[ 0.000000] SoC: Qualcomm Atheros QCA9558 ver 1 rev 0
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 08000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] No valid device tree found, continuing without
[ 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] free_area_init_node: node 0, pgdat 803d04d0, node_mem_map 81000000
[ 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] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
[ 0.000000] Kernel command line: board=ARCHER-C7-V2 console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd
[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Writing ErrCtl register=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] Memory: 125328K/131072K available (3071K kernel code, 165K rwdata, 412K rodata, 312K init, 205K bss, 5744K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:51
[ 0.000000] Clocks: CPU:720.000MHz, DDR:600.000MHz, AHB:200.000MHz, Ref:40.000MHz
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5309056796 ns
[ 0.000007] sched_clock: 32 bits at 360MHz, resolution 2ns, wraps every 5965232126ns
[ 0.008281] Calibrating delay loop... 358.80 BogoMIPS (lpj=1794048)
[ 0.071186] pid_max: default: 32768 minimum: 301
[ 0.076192] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.083238] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.092540] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.103896] NET: Registered protocol family 16
[ 0.109601] MIPS: machine is TP-LINK Archer C7
[ 0.117467] ar724x-pci ar724x-pci.0: PCIe link is down
[ 0.122936] registering PCI controller with io_map_base unset
[ 0.129184] registering PCI controller with io_map_base unset
[ 0.576543] PCI host bridge to bus 0000:00
[ 0.580947] pci_bus 0000:00: root bus resource [mem 0x10000000-0x11ffffff]
[ 0.588261] pci_bus 0000:00: root bus resource [io 0x0000]
[ 0.594194] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[ 0.601416] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.609861] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.609978] PCI host bridge to bus 0000:01
[ 0.614337] pci_bus 0000:01: root bus resource [mem 0x12000000-0x13ffffff]
[ 0.621663] pci_bus 0000:01: root bus resource [io 0x0001]
[ 0.627590] pci_bus 0000:01: root bus resource [??? 0x00000000 flags 0x0]
[ 0.634814] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
[ 0.643268] pci 0000:01:00.0: [168c:003c] type 00 class 0x028000
[ 0.643325] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[ 0.643379] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.643437] pci 0000:01:00.0: supports D1 D2
[ 0.643624] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 0.643651] pci 0000:01:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
[ 0.651465] pci 0000:01:00.0: BAR 6: assigned [mem 0x12200000-0x1220ffff pref]
[ 0.659147] pci 0000:01:00.0: using irq 41 for pin 1
[ 0.664998] clocksource: Switched to clocksource MIPS
[ 0.671203] NET: Registered protocol family 2
[ 0.676581] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.684001] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.690808] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.697641] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.703862] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.710749] NET: Registered protocol family 1
[ 0.715452] PCI: CLS 0 bytes, default 32
[ 0.718927] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.725495] Crashlog allocated RAM at address 0x3f00000
[ 0.742271] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.748516] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.760811] io scheduler noop registered
[ 0.764985] io scheduler deadline registered (default)
[ 0.770660] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.779596] console [ttyS0] disabled
[ 0.803471] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 2500000) is a 16550A
[ 0.812650] console [ttyS0] enabled
[ 0.820067] bootconsole [early0] disabled
[ 0.832317] m25p80 spi0.0: found w25q128, expected m25p80
[ 0.837853] m25p80 spi0.0: w25q128 (16384 Kbytes)
[ 0.843713] 5 tp-link partitions found on MTD device spi0.0
[ 0.849397] Creating 5 MTD partitions on "spi0.0":
[ 0.854262] 0x000000000000-0x000000020000 : "u-boot"
[ 0.860383] 0x000000020000-0x000000152c3c : "kernel"
[ 0.866705] 0x000000152c3c-0x000000ff0000 : "rootfs"
[ 0.872965] mtd: device 2 (rootfs) set to be root filesystem
[ 0.878809] 1 squashfs-split partitions found on MTD device rootfs
[ 0.885091] 0x0000003d0000-0x000000ff0000 : "rootfs_data"
[ 0.891821] 0x000000ff0000-0x000001000000 : "art"
[ 0.897898] 0x000000020000-0x000000ff0000 : "firmware"
[ 0.915837] switch0: Atheros AR8327 rev. 4 switch registered on ag71xx-mdio.0
[ 1.552780] libphy: ag71xx_mdio: probed
[ 2.146503] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd034, driver=Atheros AR8216/AR8236/AR8316]
[ 2.157807] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII
[ 2.746579] eth1: Atheros AG71xx at 0xba000000, irq 5, mode:SGMII
[ 2.754482] NET: Registered protocol family 10
[ 2.762400] NET: Registered protocol family 17
[ 2.767003] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 2.779885] 8021q: 802.1Q VLAN Support v1.8
[ 2.790796] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
[ 2.799116] Freeing unused kernel memory: 312K (803f2000 - 80440000)
[ 3.852111] init: Console is alive
[ 3.855775] init: - watchdog -
[ 4.947441] usbcore: registered new interface driver usbfs
[ 4.953089] usbcore: registered new interface driver hub
[ 4.958573] usbcore: registered new device driver usb
[ 4.967712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.975507] ehci-platform: EHCI generic platform driver
[ 4.980885] ehci-platform ehci-platform.0: EHCI Host Controller
[ 4.986955] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
[ 4.997223] ehci-platform ehci-platform.0: TX-TX IDP fix enabled
[ 5.003329] ehci-platform ehci-platform.0: irq 48, io mem 0x1b000000
[ 5.025031] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
[ 5.032268] hub 1-0:1.0: USB hub found
[ 5.036360] hub 1-0:1.0: 1 port detected
[ 5.040646] ehci-platform ehci-platform.1: EHCI Host Controller
[ 5.046720] ehci-platform ehci-platform.1: new USB bus registered, assigned bus number 2
[ 5.057004] ehci-platform ehci-platform.1: TX-TX IDP fix enabled
[ 5.063108] ehci-platform ehci-platform.1: irq 49, io mem 0x1b400000
[ 5.085021] ehci-platform ehci-platform.1: USB 2.0 started, EHCI 1.00
[ 5.092275] hub 2-0:1.0: USB hub found
[ 5.096369] hub 2-0:1.0: 1 port detected
[ 5.101905] init: - preinit -
[ 6.102804] eth1: link up (1000Mbps/Full duplex)
[ 6.123516] random: procd: uninitialized urandom read (4 bytes read, 10 bits of entropy available)
[ 9.333912] mount_root: jffs2 not ready yet, using temporary tmpfs overlay
[ 9.343956] urandom-seed: Seed file not found (/etc/urandom.seed)
[ 9.441725] eth1: link down
[ 9.452919] procd: - early -
[ 9.456429] procd: - watchdog -
[ 10.060845] procd: - ubus -
[ 10.171111] random: ubusd: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
[ 10.180896] random: ubusd: uninitialized urandom read (4 bytes read, 16 bits of entropy available)
[ 10.190411] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available)
[ 10.199574] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available)
[ 10.209029] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available)
[ 10.218190] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available)
[ 10.227497] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available)
[ 10.236786] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available)
[ 10.246261] procd: - init -
[ 10.562516] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 10.576596] Loading modules backported from Linux version wt-2016-10-03-1-g6fcb1a6
[ 10.584275] Backport generated by backports.git backports-20160324-9-g0e38f5c
[ 10.637882] PCI: Enabling device 0000:01:00.0 (0000 -> 0002)
[ 10.643770] ath10k_pci 0000:01:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
[ 10.858376] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:01:00.0.bin failed with error -2
[ 10.869251] ath10k_pci 0000:01:00.0: Falling back to user helper
[ 10.998534] firmware ath10k!pre-cal-pci-0000:01:00.0.bin: firmware_loading_store: map pages failed
[ 11.007896] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/cal-pci-0000:01:00.0.bin failed with error -2
[ 11.018421] ath10k_pci 0000:01:00.0: Falling back to user helper
[ 11.368085] ath10k_pci 0000:01:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 0000:0000
[ 11.377488] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1
[ 11.390567] ath10k_pci 0000:01:00.0: firmware ver 10.2.4-1.0-00016 api 5 features no-p2p,raw-mode,mfp crc32 0c5668f8
[ 11.401349] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/board-2.bin failed with error -2
[ 11.411948] ath10k_pci 0000:01:00.0: Falling back to user helper
[ 11.491803] firmware ath10k!QCA988X!hw2.0!board-2.bin: firmware_loading_store: map pages failed
[ 11.509263] ath10k_pci 0000:01:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08
[ 12.627336] ath10k_pci 0000:01:00.0: htt-ver 2.1 wmi-op 5 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1
[ 12.738185] ath: EEPROM regdomain: 0x0
[ 12.738200] ath: EEPROM indicates default country code should be used
[ 12.738208] ath: doing EEPROM country->regdmn map search
[ 12.738224] ath: country maps to regdmn code: 0x3a
[ 12.738233] ath: Country alpha2 being used: US
[ 12.738241] ath: Regpair used: 0x3a
[ 12.993780] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 13.006262] nf_conntrack version 0.5.0 (1963 buckets, 7852 max)
[ 13.038436] xt_time: kernel timezone is -0000
[ 13.054491] PPP generic driver version 2.4.2
[ 13.067730] NET: Registered protocol family 24
[ 13.090586] ath: EEPROM regdomain: 0x0
[ 13.090602] ath: EEPROM indicates default country code should be used
[ 13.090610] ath: doing EEPROM country->regdmn map search
[ 13.090626] ath: country maps to regdmn code: 0x3a
[ 13.090635] ath: Country alpha2 being used: US
[ 13.090643] ath: Regpair used: 0x3a
[ 13.106604] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[ 13.110596] ieee80211 phy1: Atheros AR9550 Rev:0 mem=0xb8100000, irq=47
[ 14.408520] random: jshn: uninitialized urandom read (4 bytes read, 24 bits of entropy available)
[ 20.425418] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0
[ 20.432421] jffs2_build_filesystem(): unlocking the mtd device... done.
[ 20.439175] jffs2_build_filesystem(): erasing all blocks after the end marker...
[ 23.357392] eth1: link up (1000Mbps/Full duplex)
[ 23.387314] device eth1 entered promiscuous mode
[ 23.395997] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 23.459183] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 24.335089] br-lan: port 1(eth1) entered forwarding state
[ 24.340605] br-lan: port 1(eth1) entered forwarding state
[ 24.377644] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 24.686436] eth0: link up (1000Mbps/Full duplex)
[ 24.691253] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 26.335111] br-lan: port 1(eth1) entered forwarding state
[ 57.335037] random: nonblocking pool is initialized
[ 67.375105] done.
[ 67.377093] jffs2: notice: (1077) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[ 112.815345] br-lan: port 1(eth1) entered disabled state
[ 112.853735] device eth1 left promiscuous mode
[ 112.858274] br-lan: port 1(eth1) entered disabled state
[ 112.897839] eth1: link down
[ 112.915210] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 112.959829] eth1: link up (1000Mbps/Full duplex)
[ 113.004735] device eth1 entered promiscuous mode
[ 113.026047] br-lan: port 1(eth1) entered forwarding state
[ 113.031571] br-lan: port 1(eth1) entered forwarding state
[ 115.025074] br-lan: port 1(eth1) entered forwarding state
[ 297.539722] u32 classifier
[ 297.542478] input device check on
[ 297.546190] Actions configured
[ 297.560535] Mirror/redirect action on

===== end of getstats.sh =====
root@lede:/tmp#

@openwrt-bot
Copy link
Author

nbd:

This is not a LEDE issue at all. On some devices reconfiguring might lead to having ethernet disconnect and reconnect automatically, but there's no guarantee of that. This would have the same effect as pulling the ethernet cable and putting it back in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant