OpenWrt Designated Driver r48507+

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

OpenWrt Designated Driver r48507+

Post by admin »

26-01-2016 (Edited: 23 jun 2016)

openWrt-DG21+

OpenWrt for ZyXEL P-2812HNU(L)-F1 devices.
Last build: OpenWrt Designated Driver r48507+
Linux OpenWrt-DG01 4.4.0 #4 Tue Jan 26 23:59:23 CET 2016 mips GNU/Linux
Image

NOTE: NO atm / dsl support !! (as i can't test this)

After linux system update / upgrade, With a 'user' in folder 'openwrt':
--
git pull
./scripts/feeds update -a
./scripts/feeds install -a
make defconfig
make prereq
make menuconfig
--

Options:
+ SSL web-interface
+ integrated RT3062.eeprom file (special for ZyXEL P-2812HNU(L)-F1 devices)
+ Style designs: OpenWrt & Bootstrap
+ Nano - text editor
+ Htop - interactive process viewer
+ Privoxy (full)
+ RRD & collectd graphics (full)
+ USB storage support -basic-, only WEB-GUI u(n)mount does not work!
+ USB LED funtionality (kmod-ledtrig-usbdev)

- Removed all ltq/dsl options ? Manually.
Left only (3) atm options (kmod-atm, kmod-ltq-atm-vr9, linux-atm)

- Testing also without atm / ppp packages, as we still face strange CPU behaviour ...
! atm-esi still installed automatically ?


7-feb:
Testing a build with uClib instead of musl.
This works the same, with the same results on the below mentioned open issues regarding submit / save buttons.

Anyone interested may mail me.

20-feb-2016:
According https://wiki.openwrt.org/doc/howto/sftp.server, for Filezilla to work openssh-sftp-server should be installed.
This for next (new) build, if OpenWrt website is up again?

23-jun-2016:
On the following link you can download this OpenWrt version r48507: https://forum.openwrt.org/viewtopic.php ... 99#p329499

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

Re: OpenWrt Designated Driver r48507

Post by admin »

Minor issue [SOLVED], but for longer periode i think ... And not have any impact so far.
Don't know why, but almost as i know OpenWrt works on a F1, Wireless and Associated Stations show their items double in Status overview?

Image

All the parameters, like RX / TX rates, are always the same ...
Within Wireless one is disabled or not associated, the other is active.
And all the SSID's are the same pointing to 1 ZyXEL running their latest firmware, V1.00(AACC.3)

[DG-Edited]: 12-feb-2016
This double view is due to not clear (or right) configuration.
Made a new box with swconfig which works with VLAN's and does the same job (Wifi extender) and now has 5 local wired ports (including WAN port as LAN port).

Below a picture with 2 different wlan's active, 1 client as WAN and 1 master included into LAN.

Image

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

Open Issues [2] on: OpenWrt Designated Driver r48507+

Post by admin »

- [1] USB storage support, unmount error on GUI

Image
The mount: /dev/ubi0_0 was accidently made by pressing the add button, and now cannot be removed (also not after reboot) from web GUI.
It is a mount-copy of ubi0:rootfs.

Pressing the Unmount button, returns in an error:

Code: Select all

/usr/lib/lua/luci/dispatcher.lua:449: Failed to execute cbi dispatcher target for entry '/admin/system/fstab'.
The called action terminated with an exception:
/usr/lib/lua/luci/util.lua:160: bad argument #1 to 'gsub' (string expected, got nil)
stack traceback:
   [C]: in function 'assert'
   /usr/lib/lua/luci/dispatcher.lua:449: in function 'dispatch'
   /usr/lib/lua/luci/dispatcher.lua:141: in function </usr/lib/lua/luci/dispatcher.lua:140>
Checking locations 4 the error shows a difference!
The 1st mentioned location above does not exist: /admin/system/fstab
Below you can see that only location /admin_system/fstab should be the required location.
But why '_' instead of '/'?

Code: Select all

root@OpenWrt_DG01:~# uname -a
Linux OpenWrt_DG01 4.4.0 #1 Sun Feb 7 23:41:28 CET 2016 mips GNU/Linux

root@OpenWrt_DG01:~# find /. -name fstab.*
/./usr/lib/lua/luci/model/cbi/admin_system/fstab.lua

root@OpenWrt_DG01:~# find /. -name fstab
/./etc/init.d/fstab
/./etc/fstab
/./etc/config/fstab
/./usr/lib/lua/luci/model/cbi/admin_system/fstab

root@OpenWrt_DG01:~# ls -l /usr/lib/lua/luci/model/cbi/admin_system/fstab
-rw-r--r--    1 root     root          3927 Jan 26 16:27 mount.lua
-rw-r--r--    1 root     root          1713 Jan 26 16:27 swap.lua

root@OpenWrt_DG01:~# ls -l /usr/lib/lua/luci/model/cbi
drwxr-xr-x    2 root     root          2216 Feb  7 23:36 admin_network
drwxr-xr-x    2 root     root           232 Feb  7 23:36 admin_status
drwxr-xr-x    3 root     root           872 Feb  7 23:36 admin_system
-rw-r--r--    1 root     root           938 Jan 26 16:27 commands.lua
drwxr-xr-x    2 root     root           688 Feb  7 23:36 firewall
drwxr-xr-x    2 root     root          2208 Feb  7 23:36 luci_statistics
-rw-r--r--    1 root     root         37925 Jan 26 16:27 privoxy.lua
Manually you can remove the mount, root-login the box & perform: 'umount /dev/ubi0_0'

Code: Select all

root@OpenWrt-DG01:~# mount
ubi0:rootfs on / type ubifs (rw,noatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
/dev/ubi0_0 on /mnt/ubi0_0 type ubifs (rw,relatime)

root@OpenWrt-DG01:~# umount /dev/ubi0_0

root@OpenWrt-DG01:~# mount
ubi0:rootfs on / type ubifs (rw,noatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
This error is also related to kinda the same issue on buttons 'Save & Apply' and 'Save' under Privoxy GUI settings.

- [2] Change of Privoxy settings failed in error

On all 'Save', 'Save & Apply' buttons within Privoxy Services we get the following error:

Code: Select all

/usr/lib/lua/luci/dispatcher.lua:449: Failed to execute cbi dispatcher target for entry '/admin/services/privoxy'.
The called action terminated with an exception:
/usr/lib/lua/luci/model/cbi/privoxy.lua:155: Validate 1
stack traceback:
	[C]: in function 'assert'
	/usr/lib/lua/luci/dispatcher.lua:449: in function 'dispatch'
	/usr/lib/lua/luci/dispatcher.lua:141: in function </usr/lib/lua/luci/dispatcher.lua:140>
Although here the location '/admin/services/privoxy' is nowhere to be found :)
As we saw earlier 'admin_services' is not found under cbi root /usr/lib/lua/luci/model/cbi.

[Update] 15 feb 2016

With design 'OpenWrt' active we even get 1 line extra info:

Code: Select all

/usr/lib/lua/luci/dispatcher.lua:449: Failed to execute firstchild dispatcher target for entry '/admin/services'.
The called action terminated with an exception:
/usr/lib/lua/luci/dispatcher.lua:449: Failed to execute cbi dispatcher target for entry '/admin/services/privoxy'.
The called action terminated with an exception:
/usr/lib/lua/luci/model/cbi/privoxy.lua:155: Validate 1
stack traceback:
	[C]: in function 'assert'
	/usr/lib/lua/luci/dispatcher.lua:449: in function 'dispatch'
	/usr/lib/lua/luci/dispatcher.lua:141: in function </usr/lib/lua/luci/dispatcher.lua:140>
Again this looks like naming issues during OpenWrt build with '/admin/services' and '/admin_services'.
And the remark that with design 'Bootstrap' there's a 'Reset' button on all Privoxy pages, which is not in the design 'OpenWrt'?

Investigating ...

22-feb-2016
- [3 NEW + SOLVED] Name resolving for real-time graphics / Connections.

Image
The name -resolved & used- on the real-time graphics / Connections page shows an old name (OpenWrt-DG03 instead of OpenWrt-DG02)?
Could be due to Privoxy settings, as these can not be saved? Or is it just like the 'lan', name cannot be changed??
--
[Update] 31 mar 2016
This was due to name changing without a reboot in between, or having an old/other name within RDD's Collectd settings.
Normally (just the box, no USB devices attached) the logs are written into memory which is cleared/rewritten every reboot.
Than the naming will be correct, only if you everywhere (Collectd, Privoxy, System Hostname, DHCP Client requests) use the same Hostname.

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

Additional info: OpenWrt Designated Driver r48507+

Post by admin »

Reading some info about ATM vs PTM:
http://www.zyxel.com/products_services/ ... b_tab0.inc

So practically PTM should get better DSL results then ATM, but as i can not test this it's hard to tell if this is true.
However the throughput from WAN to LAN could be limited (hardware-wise) due to even PTM limitation.

For OpenWrt this means that you can better build a PTM version then a ATM version? (i guess)
As both do their job on the F1 boxes, with the NOTE that when you don't use DSL you better can remove as much as possible DSL options because these options will try to connect to a DSL line and time out a lot. This result in flooding 'killall: vdsl_cpe_control: no process killed' messages in logs as seen here.

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

Re: OpenWrt Designated Driver r48507+

Post by admin »

Having signature failures during opkg updates
Within Luci: System / Software / Actions / Update Lists

I used: https://community.onion.io/topic/93/sig ... r_packages

In short:
Open /etc/opkg.conf
Delete the line that reads: option check_signature 1
Try opkg update again and the problem should be fixed.

If you still faced with wget returning error 4 (Network) after downloading, this could be due to using: https:// instead of: http:// within Luci's: System / Software / Configuration

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

Re: OpenWrt Designated Driver r48507+

Post by admin »

UCI web interface not working

Returning an error like:

Code: Select all

/usr/lib/lua/luci/dispatcher.lua:582: bad argument #1 to 'pairs' (table expected, got nil)
stack traceback:
    [C]: in function 'pairs'
    /usr/lib/lua/luci/dispatcher.lua:582: in function 'createtree'
    /usr/lib/lua/luci/dispatcher.lua:230: in function 'dispatch'
    /usr/lib/lua/luci/dispatcher.lua:195: in function </usr/lib/lua/luci/dispatcher.lua:194>
Solved with command: rm -r /tmp/luci-indexcache
from: https://forum.openwrt.org/viewtopic.php?id=54417

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

Re: OpenWrt Designated Driver r48507+

Post by admin »

Used the following site for wlan0 to have a different dhcp-ip range as of LAN -although with same function to WAN-
To have the same ip addresses as mentioned in the picture blow.

https://wiki.openwrt.org/doc/recipes/routedap

Image

[UPDATE] 13 april 2016
The interfaces within the Luci's WEB-GUI should look like this:

Image

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

Re: OpenWrt Designated Driver r48507+

Post by admin »

SSL Web Interface
Not quiet yet fully implemented, did it manual on DG02 with help from site:
https://wiki.openwrt.org/doc/uci/uhttpd

Created 2 new https listen addresses for LAN (192.168.117.x) & WLAN clients (192.168.2.x), as the default 0.0.0.0 ip address also allow WAN access to OpenWrt.
Therefore commented the lines not needed.

Code: Select all

root@OpenWrt-DG02:~# cat /etc/config/uhttpd

config uhttpd 'main'
#       list listen_http '0.0.0.0:80'
#       list listen_http '[::]:80'
        list listen_https '192.168.117.1:443'
        list listen_https '192.168.2.1:443'
#       list listen_https '[::]:443'
        option home '/www'
        option rfc1918_filter '1'
        option max_requests '3'
        option max_connections '100'
        option cert '/etc/uhttpd.crt'
        option key '/etc/uhttpd.key'
        option cgi_prefix '/cgi-bin'
        option script_timeout '60'
        option network_timeout '30'
        option http_keepalive '20'
        option tcp_keepalive '1'
        option ubus_prefix '/ubus'

config cert 'px5g'
        option days '730'
        option bits '1024'
        option country 'DE'
        option state 'Berlin'
        option location 'Berlin'
        option commonname 'OpenWrt'
DG03 still has http & https available. Working on this box to have the same (only) https accessibility.

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

Re: OpenWrt Designated Driver r48507+

Post by admin »

[UPDATE] 17 april 2016

Image

As you can see above, the new box is running 10 days without any trouble. First I thought the memory would overflow & reboot the box, as it reached about 50% of free memory.But next day (11 days) shows a cleaned up buffer & available memory, although nowhere mentioned in system or kernel logs (@ bottom of this post).

Image
So far so good, as the ZyXEL firmware would reboot if memory gets overflow(ed) / run out. Default on more 'standard' routers.

Here an overview of the Network 'Switch' tab, on which you can see Port0 & Port1 on LAN, Port5=WAN and CPU controls the router:

Image
The throughput on LAN (between Port0 & Port1) is the same as with ZyXEL firmware, I got around 80MB/sec within VMware environment.

Between WAN & LAN is not that important 4 me, upload is max 5MB/sec.
Mostly received WAN data goes mostly to WLAN (as i use other P-2812HNU-F1 still as WLAN-router-repeater) and use my iPad as 'WiFi'-TV.
And as you can see within 2 weeks 40GB of data is no problem 4 this configuration:

Image

Next picture shows the system load, which is a little compressed ... sometimes the CPU still goes to 2 or 3 use within 1 hour view.
On week / mountly views, these 'spikes' are lowered due to the compression of data:

Image

Compaired to an 1-hour view of 9 april (i call these the 'sharkvin'-spikes):

Image
And also this phenomenon is nowhere mentioned in system or kernel logs (@ bottom of this post) or can be analyzed with 'htop' running on background.

(18-4-2016)
Image

The used 'Status'/ Routes overview:
Highlighted rule shows the WAN - connection, and yes i know it's in the same 'range' as all other ip-addresses...

Image

Overall:
Box works fine, doing also proxying all LAN-WAN traffic through Privoxy.
Having different DHCP for LAN & WLAN.
Logging rrd & Privoxy data to USB device.

Still only have the mentioned issues, written above in other post
I need to ticket them on openwrt.dev (still) ...


Loggings:

Kernel Log

Code: Select all

OpenWrt-DG02
[    0.000000] Linux version 4.4.0 (dguser@DGDEB02) (gcc version 5.2.0 (OpenWrt GCC 5.2.0 r48507) ) #6 Mon Feb 1 01:01:45 CET 2016
[    0.000000] SoC: xRX200 rev 1.1
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019555 (MIPS 34Kc)
[    0.000000] MIPS: machine is P2812HNUF1 - ZyXEL P-2812HNU-F1
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 08000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    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 804ba390, node_mem_map 8100a060
[    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 32kB, 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: console=ttyLTQ0,115200 init=/etc/preinit
[    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=000442f0
[    0.000000] Readback ErrCtl register=000442f0
[    0.000000] Memory: 124452K/131072K available (3775K kernel code, 165K rwdata, 1020K rodata, 208K init, 211K bss, 6620K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    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.000010] sched_clock: 32 bits at 250MHz, resolution 4ns, wraps every 8589934590ns
[    0.007855] Calibrating delay loop... 332.54 BogoMIPS (lpj=665088)
[    0.042316] pid_max: default: 32768 minimum: 301
[    0.047154] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.053724] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.066882] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.076654] pinctrl core: initialized pinctrl subsystem
[    0.082480] NET: Registered protocol family 16
[    0.091784] pinctrl-xway 1e100b10.pinmux: Init done
[    0.097283] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28
[    0.207494] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV
[    0.222889] PCI host bridge /fpi@10000000/pci@E105400 ranges:
[    0.228535]  MEM 0x0000000018000000..0x0000000019ffffff
[    0.233787]   IO 0x000000001ae00000..0x000000001affffff
[    0.253013] gpio-stp-xway 1e100bb0.stp: Init done
[    0.258328] usbcore: registered new interface driver usbfs
[    0.263819] usbcore: registered new interface driver hub
[    0.269178] usbcore: registered new device driver usb
[    0.274569] PCI host bridge to bus 0000:00
[    0.278564] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff]
[    0.285476] pci_bus 0000:00: root bus resource [io  0xffffffff]
[    0.291463] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[    0.298318] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.306367] pci 0000:00:0e.0: [1814:3062] type 00 class 0x028000
[    0.306421] pci 0000:00:0e.0: reg 0x10: [mem 0xffff0000-0xffffffff]
[    0.306779] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[    0.306825] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff]
[    0.314517] clocksource: Switched to clocksource MIPS
[    0.321047] NET: Registered protocol family 2
[    0.326194] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.333081] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.339461] TCP: Hash tables configured (established 1024 bind 1024)
[    0.345971] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.351817] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.358394] NET: Registered protocol family 1
[    0.362733] PCI: CLS 0 bytes, default 32
[    0.363126] gptu: totally 6 16-bit timers/counters
[    0.367945] gptu: misc_register on minor 63
[    0.372062] gptu: succeeded to request irq 126
[    0.376553] gptu: succeeded to request irq 127
[    0.381066] gptu: succeeded to request irq 128
[    0.385580] gptu: succeeded to request irq 129
[    0.390094] gptu: succeeded to request irq 130
[    0.394610] gptu: succeeded to request irq 131
[    0.399817] ralink,eeprom ralink_eep: using RT3062.eeprom as eeprom
[    0.406201] phy-xrx200 gphy-xrx200: requesting lantiq/vr9_phy11g_a1x.bin
[    0.413606] phy-xrx200 gphy-xrx200: booting GPHY0 firmware at 7960000
[    0.419937] phy-xrx200 gphy-xrx200: booting GPHY1 firmware at 7960000
[    0.527515] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.559534] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.565279] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.578910] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    0.586207] io scheduler noop registered
[    0.590169] io scheduler deadline registered (default)
[    0.596029] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc
[    0.604929] console [ttyLTQ0] enabled
[    0.612254] bootconsole [early0] disabled
[    0.623923] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[    0.628821] nand: Samsung NAND 128MiB 3,3V 8-bit
[    0.633436] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    0.641087] Scanning device for bad blocks
[    0.647190] Bad eraseblock 24 at 0x000000300000
[    0.733244] 4 ofpart partitions found on MTD device NAND 128MiB 3,3V 8-bit
[    0.738692] Creating 4 MTD partitions on "NAND 128MiB 3,3V 8-bit":
[    0.744868] 0x000000000000-0x000000040000 : "uboot"
[    0.751584] 0x000000040000-0x000000060000 : "uboot-env"
[    0.757439] 0x000000060000-0x000000260000 : "kernel"
[    0.763107] 0x000000260000-0x000008000000 : "ubi"
[    0.871448] libphy: lantiq,xrx200-mdio: probed
[    0.943247] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:00, irq=-1)
[    1.011220] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:01, irq=-1)
[    1.079204] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:11, irq=-1)
[    1.147203] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:13, irq=-1)
[    1.215220] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:05, irq=-1)
[    1.223077] wdt 1f8803f0.watchdog: Init done
[    1.230052] NET: Registered protocol family 10
[    1.239880] NET: Registered protocol family 17
[    1.243032] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    1.255553] 8021q: 802.1Q VLAN Support v1.8
[    1.264035] UBI: auto-attach mtd3
[    1.265717] ubi0: attaching mtd3
[    1.454142] ubi0: scanning is finished
[    1.468460] ubi0: attached mtd3 (name "ubi", size 125 MiB)
[    1.472542] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.479387] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.486086] ubi0: VID header offset: 512 (aligned 512), data offset: 2048
[    1.492876] ubi0: good PEBs: 1004, bad PEBs: 1, corrupted PEBs: 0
[    1.498969] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
[    1.506196] ubi0: max/mean erase counter: 4/1, WL threshold: 4096, image sequence number: 847896467
[    1.515248] ubi0: available PEBs: 0, total reserved PEBs: 1004, PEBs reserved for bad PEB handling: 19
[    1.524611] ubi0: background thread "ubi_bgt0d" started, PID 306
[    1.554071] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 308
[    1.582653] UBIFS (ubi0:0): recovery needed
[    1.675915] UBIFS (ubi0:0): recovery completed
[    1.679052] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs"
[    1.686342] UBIFS (ubi0:0): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    1.696255] UBIFS (ubi0:0): FS size: 125153280 bytes (119 MiB, 970 LEBs), journal size 9033728 bytes (8 MiB, 71 LEBs)
[    1.706865] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
[    1.712706] UBIFS (ubi0:0): media format: w4/r0 (latest is w4/r0), UUID E7F14D3C-391E-474F-80A0-C18983702E27, small LPT model
[    1.724721] VFS: Mounted root (ubifs filesystem) on device 0:11.
[    1.730750] Freeing unused kernel memory: 208K (804dc000 - 80510000)
[    1.872160] init: Console is alive
[    1.874395] init: - watchdog -
[    2.136881] SCSI subsystem initialized
[    2.169489] dwc2 1e101000.ifxhcd: requested GPIO 489
[    2.173085] dwc2 1e101000.ifxhcd: Configuration mismatch. Forcing host mode
[    3.034693] dwc2 1e101000.ifxhcd: DWC OTG Controller
[    3.038264] dwc2 1e101000.ifxhcd: new USB bus registered, assigned bus number 1
[    3.045620] dwc2 1e101000.ifxhcd: irq 62, io mem 0x00000000
[    3.051131] dwc2 1e101000.ifxhcd: Hardware does not support descriptor DMA mode -
[    3.058572] dwc2 1e101000.ifxhcd: falling back to buffer DMA mode.
[    3.065927] hub 1-0:1.0: USB hub found
[    3.068978] hub 1-0:1.0: 1 port detected
[    3.073046] dwc2 1e106000.ifxhcd: Configuration mismatch. Forcing host mode
[    3.934702] dwc2 1e106000.ifxhcd: DWC OTG Controller
[    3.938266] dwc2 1e106000.ifxhcd: new USB bus registered, assigned bus number 2
[    3.945630] dwc2 1e106000.ifxhcd: irq 91, io mem 0x00000000
[    3.951136] dwc2 1e106000.ifxhcd: Hardware does not support descriptor DMA mode -
[    3.958574] dwc2 1e106000.ifxhcd: falling back to buffer DMA mode.
[    3.966081] hub 2-0:1.0: USB hub found
[    3.968977] hub 2-0:1.0: 1 port detected
[    3.985427] usbcore: registered new interface driver usb-storage
[    4.350543] usb 2-1: new high-speed USB device number 2 using dwc2
[    4.552353] usb-storage 2-1:1.0: USB Mass Storage device detected
[    4.557870] scsi host0: usb-storage 2-1:1.0
[    4.883713] init: - preinit -
[    4.962736] eth0: port 0 got link
[    5.084416] random: procd urandom read with 20 bits of entropy available
[    5.214657] eth0: port 5 got link
[    5.559489] scsi 0:0:0:0: Direct-Access     Ut165    USB2FlashStorage 0.00 PQ: 0 ANSI: 2
[    5.569072] sd 0:0:0:0: [sda] 7897088 512-byte logical blocks: (4.04 GB/3.76 GiB)
[    5.576455] sd 0:0:0:0: [sda] Write Protect is off
[    5.579949] sd 0:0:0:0: [sda] Mode Sense: 00 00 00 00
[    5.580296] sd 0:0:0:0: [sda] Asking for cache data failed
[    5.585436] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    5.729094]  sda: sda1
[    5.732990] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    7.010656] eth0: port 1 got link
[    8.210184] mount_root: mounting /dev/root
[    8.218783] mount_root: loading kmods from internal overlay
[    8.358736] block: attempting to load /etc/config/fstab
[    8.367332] block: extroot: not configured
[    8.381780] procd: - early -
[    8.383418] procd: - watchdog -
[    8.991275] procd: - ubus -
[   10.180408] procd: - init -
[   11.209522] IFXOS, Version 1.5.19 (c) Copyright 2009, Lantiq Deutschland GmbH
[   11.234254] NET: Registered protocol family 8
[   11.237218] NET: Registered protocol family 20
[   11.273717] PPP generic driver version 2.4.2
[   11.287100] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   11.310042] Loading modules backported from Linux version v4.4-rc5-1913-gc8fdf68
[   11.316049] Backport generated by backports.git backports-20151218-0-g2f58d9d
[   11.328474] ip_tables: (C) 2000-2006 Netfilter Core Team
[   11.342190] Infineon Technologies DEU driver version 2.0.0 
[   11.348159] IFX DEU DES initialized (multiblock).
[   11.352355] IFX DEU AES initialized (multiblock).
[   11.356529] IFX DEU ARC4 initialized (multiblock).
[   11.361166] IFX DEU SHA1 initialized.
[   11.364770] IFX DEU MD5 initialized.
[   11.368366] IFX DEU SHA1_HMAC initialized.
[   11.372484] IFX DEU MD5_HMAC initialized.
[   11.395449] nf_conntrack version 0.5.0 (1947 buckets, 7788 max)
[   11.421406] NET: Registered protocol family 24
[   11.426759] usbcore: registered new interface driver ums-alauda
[   11.433488] usbcore: registered new interface driver ums-cypress
[   11.440482] usbcore: registered new interface driver ums-datafab
[   11.447294] usbcore: registered new interface driver ums-freecom
[   11.454259] usbcore: registered new interface driver ums-isd200
[   11.461164] usbcore: registered new interface driver ums-jumpshot
[   11.468092] usbcore: registered new interface driver ums-karma
[   11.475383] usbcore: registered new interface driver ums-sddr09
[   11.482326] usbcore: registered new interface driver ums-sddr55
[   11.489431] usbcore: registered new interface driver ums-usbat
[   11.515583] xt_time: kernel timezone is -0000
[   11.815519] PCI: Enabling device 0000:00:0e.0 (0000 -> 0002)
[   11.819946] rt2800pci 0000:00:0e.0: failed to load eeprom property
[   11.825959] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'RT3062.eeprom'.
[   11.837380] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3572, rev 0223 detected
[   11.843748] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0008 detected
[   11.851265] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   16.594603] random: nonblocking pool is initialized
[   19.787942] device eth0.1 entered promiscuous mode
[   19.791350] device eth0 entered promiscuous mode
[   19.822657] br-lan: port 1(eth0.1) entered forwarding state
[   19.826887] br-lan: port 1(eth0.1) entered forwarding state
[   21.830558] br-lan: port 1(eth0.1) entered forwarding state
[   22.249206] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2860.bin'
[   22.258760] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.34
[   22.363846] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   32.090794] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  776.261897] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  785.992605] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[758116.434588] ieee80211 phy0: rt2x00lib_rxdone_read_signal: Warning - Frame received with unrecognized signal, mode=0x0001, signal=0x010d, type=4
System log:

Code: Select all

Sun Apr 17 19:29:28 2016 daemon.info dnsmasq-dhcp[5326]: DHCPACK(br-lan) 192.168.117.xx 01:0c:29:49:20:a1 DGVMXP10
Sun Apr 17 19:31:25 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 19:31:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 19:31:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 19:31:37 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 WPA: group key handshake completed (RSN)
Sun Apr 17 19:31:37 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: group key handshake completed (RSN)
Sun Apr 17 19:33:35 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 IEEE 802.11: disconnected due to excessive missing ACKs
Sun Apr 17 19:33:35 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 IEEE 802.11: authenticated
Sun Apr 17 19:33:35 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 IEEE 802.11: associated (aid 4)
Sun Apr 17 19:33:35 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 WPA: pairwise key handshake completed (RSN)
Sun Apr 17 19:33:43 2016 daemon.info dnsmasq-dhcp[5326]: DHCPREQUEST(wlan0) 192.168.2.xx 01:26:c6:33:cb:82 
Sun Apr 17 19:33:43 2016 daemon.info dnsmasq-dhcp[5326]: DHCPACK(wlan0) 192.168.2.xx 01:26:c6:33:cb:82 R9CNXEV-6474EC3
Sun Apr 17 19:41:04 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a666705fec6f76c6a on br-lan: ok 
Sun Apr 17 19:41:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 19:41:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 19:41:37 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: group key handshake completed (RSN)
Sun Apr 17 19:41:38 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 WPA: group key handshake completed (RSN)
Sun Apr 17 19:50:46 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606706fec6f76c6a on br-lan: ok 
Sun Apr 17 19:51:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 19:51:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 19:51:37 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 WPA: group key handshake completed (RSN)
Sun Apr 17 19:51:42 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: authenticated
Sun Apr 17 19:51:42 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: authenticated
Sun Apr 17 19:51:42 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: associated (aid 3)
Sun Apr 17 19:51:42 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: pairwise key handshake completed (RSN)
Sun Apr 17 19:51:42 2016 daemon.info dnsmasq-dhcp[5326]: DHCPREQUEST(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea 
Sun Apr 17 19:51:42 2016 daemon.info dnsmasq-dhcp[5326]: DHCPACK(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea iPhone-DG
Sun Apr 17 20:01:07 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 20:01:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 20:01:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 20:01:37 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 WPA: group key handshake completed (RSN)
Sun Apr 17 20:01:45 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: deauthenticated due to local deauth request
Sun Apr 17 20:03:43 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: authenticated
Sun Apr 17 20:03:43 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: associated (aid 3)
Sun Apr 17 20:03:43 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: pairwise key handshake completed (RSN)
Sun Apr 17 20:03:44 2016 daemon.info dnsmasq-dhcp[5326]: DHCPREQUEST(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea 
Sun Apr 17 20:03:44 2016 daemon.info dnsmasq-dhcp[5326]: DHCPACK(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea iPhone-DG
Sun Apr 17 20:11:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 20:11:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 20:11:37 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 WPA: group key handshake completed (RSN)
Sun Apr 17 20:11:39 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a666705fec6f76c6a on br-lan: ok 
Sun Apr 17 20:11:45 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: deauthenticated due to local deauth request
Sun Apr 17 20:12:46 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: authenticated
Sun Apr 17 20:12:46 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: associated (aid 3)
Sun Apr 17 20:12:46 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: pairwise key handshake completed (RSN)
Sun Apr 17 20:12:46 2016 daemon.info dnsmasq-dhcp[5326]: DHCPREQUEST(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea 
Sun Apr 17 20:12:46 2016 daemon.info dnsmasq-dhcp[5326]: DHCPACK(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea iPhone-DG
Sun Apr 17 20:21:02 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 20:21:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 20:21:37 2016 daemon.info hostapd: wlan0: STA 00:26:c6:33:cb:82 WPA: group key handshake completed (RSN)
Sun Apr 17 20:21:37 2016 daemon.info hostapd: wlan0: STA 00:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 20:21:38 2016 daemon.info hostapd: wlan0: STA d0:25:98:b1:0e:ea WPA: group key handshake completed (RSN)
Sun Apr 17 20:30:55 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 20:31:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 20:31:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 20:31:37 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 WPA: group key handshake completed (RSN)
Sun Apr 17 20:31:45 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: deauthenticated due to local deauth request
Sun Apr 17 20:33:57 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: authenticated
Sun Apr 17 20:33:57 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: associated (aid 3)
Sun Apr 17 20:33:57 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: pairwise key handshake completed (RSN)
Sun Apr 17 20:33:57 2016 daemon.info dnsmasq-dhcp[5326]: DHCPREQUEST(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea 
Sun Apr 17 20:33:57 2016 daemon.info dnsmasq-dhcp[5326]: DHCPACK(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea iPhone-DG
Sun Apr 17 20:37:18 2016 daemon.info dnsmasq-dhcp[5326]: DHCPINFORM(br-lan) 192.168.117.xx 01:0c:29:49:20:a1 
Sun Apr 17 20:37:18 2016 daemon.info dnsmasq-dhcp[5326]: DHCPACK(br-lan) 192.168.117.xx 01:0c:29:49:20:a1 DGVMXP10
Sun Apr 17 20:40:50 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 IEEE 802.11: disconnected due to excessive missing ACKs
Sun Apr 17 20:40:50 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 IEEE 802.11: authenticated
Sun Apr 17 20:40:50 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 IEEE 802.11: associated (aid 4)
Sun Apr 17 20:40:50 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 WPA: pairwise key handshake completed (RSN)
Sun Apr 17 20:41:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 20:41:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 20:41:37 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 WPA: group key handshake completed (RSN)
Sun Apr 17 20:41:38 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 20:41:46 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: deauthenticated due to local deauth request
Sun Apr 17 20:44:29 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: authenticated
Sun Apr 17 20:44:29 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: associated (aid 3)
Sun Apr 17 20:44:30 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: pairwise key handshake completed (RSN)
Sun Apr 17 20:44:30 2016 daemon.info dnsmasq-dhcp[5326]: DHCPREQUEST(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea 
Sun Apr 17 20:44:30 2016 daemon.info dnsmasq-dhcp[5326]: DHCPACK(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea iPhone-DG
Sun Apr 17 20:48:01 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 IEEE 802.11: disassociated due to inactivity
Sun Apr 17 20:48:02 2016 daemon.info hostapd: wlan0: STA 01:26:c6:33:cb:82 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Apr 17 20:51:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 20:51:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 20:51:38 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: group key handshake completed (RSN)
Sun Apr 17 20:52:11 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 21:01:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 21:01:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 21:01:45 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: deauthenticated due to local deauth request
Sun Apr 17 21:02:23 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 21:11:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 21:11:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 21:12:00 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 21:12:28 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: authenticated
Sun Apr 17 21:12:28 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: associated (aid 3)
Sun Apr 17 21:12:28 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: pairwise key handshake completed (RSN)
Sun Apr 17 21:12:29 2016 daemon.info dnsmasq-dhcp[5326]: DHCPREQUEST(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea 
Sun Apr 17 21:12:29 2016 daemon.info dnsmasq-dhcp[5326]: DHCPACK(wlan0) 192.168.2.44 d1:25:98:b1:0e:ea iPhone-DG
Sun Apr 17 21:21:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 21:21:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 21:21:37 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: group key handshake completed (RSN)
Sun Apr 17 21:22:05 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 21:31:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 21:31:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 21:31:38 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: group key handshake completed (RSN)
Sun Apr 17 21:32:40 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 21:40:07 2016 daemon.info dnsmasq-dhcp[5326]: DHCPREQUEST(wlan0) 192.168.2.xx 01:5c:0a:2c:44:5c 
Sun Apr 17 21:40:07 2016 daemon.info dnsmasq-dhcp[5326]: DHCPACK(wlan0) 192.168.2.xx 01:5c:0a:2c:44:5c DGCAM02
Sun Apr 17 21:41:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 21:41:37 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: group key handshake completed (RSN)
Sun Apr 17 21:41:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 21:42:59 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 21:51:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 21:51:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 21:51:45 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: deauthenticated due to local deauth request
Sun Apr 17 21:52:25 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 21:55:59 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: authenticated
Sun Apr 17 21:55:59 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: associated (aid 3)
Sun Apr 17 21:56:02 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: authenticated
Sun Apr 17 21:56:02 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: associated (aid 3)
Sun Apr 17 21:56:02 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: pairwise key handshake completed (RSN)
Sun Apr 17 21:56:03 2016 daemon.info dnsmasq-dhcp[5326]: DHCPREQUEST(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea 
Sun Apr 17 21:56:03 2016 daemon.info dnsmasq-dhcp[5326]: DHCPACK(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea iPhone-DG
Sun Apr 17 22:01:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 22:01:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 22:01:39 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: group key handshake completed (RSN)
Sun Apr 17 22:03:03 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 22:11:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 22:11:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 22:11:46 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: deauthenticated due to local deauth request
Sun Apr 17 22:12:35 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: authenticated
Sun Apr 17 22:12:35 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea IEEE 802.11: associated (aid 3)
Sun Apr 17 22:12:36 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: pairwise key handshake completed (RSN)
Sun Apr 17 22:12:36 2016 daemon.info dnsmasq-dhcp[5326]: DHCPREQUEST(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea 
Sun Apr 17 22:12:36 2016 daemon.info dnsmasq-dhcp[5326]: DHCPACK(wlan0) 192.168.2.xx d1:25:98:b1:0e:ea iPhone-DG
Sun Apr 17 22:13:02 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 22:21:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 22:21:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 22:21:38 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: group key handshake completed (RSN)
Sun Apr 17 22:23:44 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 22:31:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 22:31:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 22:31:39 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: group key handshake completed (RSN)
Sun Apr 17 22:33:10 2016 daemon.info dnsmasq-dhcp[5326]: DHCPREQUEST(br-lan) 192.168.117.xx 01:0c:29:43:c9:27 
Sun Apr 17 22:33:10 2016 daemon.info dnsmasq-dhcp[5326]: DHCPACK(br-lan) 192.168.117.xx 01:0c:29:43:c9:27 LD801
Sun Apr 17 22:33:35 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 22:41:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 22:41:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 22:41:38 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: group key handshake completed (RSN)
Sun Apr 17 22:43:53 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 22:51:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 22:51:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 22:51:37 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: group key handshake completed (RSN)
Sun Apr 17 22:53:53 2016 daemon.warn odhcpd[947]: DHCPV6 REBIND IA_NA from 000456886db764caaf2a606705fec6f76c6a on br-lan: ok 
Sun Apr 17 23:01:37 2016 daemon.info hostapd: wlan0: STA 01:0c:43:30:62:f3 WPA: group key handshake completed (RSN)
Sun Apr 17 23:01:37 2016 daemon.info hostapd: wlan0: STA 01:5c:0a:2c:44:5c WPA: group key handshake completed (RSN)
Sun Apr 17 23:01:38 2016 daemon.info hostapd: wlan0: STA d1:25:98:b1:0e:ea WPA: group key handshake completed (RSN)
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: OpenWrt Designated Driver r48507+

Post by admin »

Privoxy
The earlier mentioned 'Open Issue' is still in the GUI, 'Save & Apply' (or any) button does not work.
& I found another issue (maybe this 1 is due to Privoxy's log settings default on 512, i prefer 1024).

Privoxy's log file gets too big for GUI to be read memory to read in GUI, after 13 days logs are 22MB.

[UPDATE] @ 25 apr 2016
Image

Within the loggings:

Code: Select all

Mon Apr 25 23:00:34 2016 daemon.err uhttpd[24273]: /usr/lib/lua/luci/dispatcher.lua:449: Failed to execute call dispatcher target for entry '/admin/services/privoxy/logview'.
Mon Apr 25 23:00:34 2016 daemon.err uhttpd[24273]: The called action terminated with an exception:
Mon Apr 25 23:00:34 2016 daemon.err uhttpd[24273]: not enough memory
Mon Apr 25 23:00:34 2016 daemon.err uhttpd[24273]: stack traceback:
Mon Apr 25 23:00:34 2016 daemon.err uhttpd[24273]: 	[C]: in function 'assert'
Mon Apr 25 23:00:34 2016 daemon.err uhttpd[24273]: 	/usr/lib/lua/luci/dispatcher.lua:449: in function 'dispatch'
Mon Apr 25 23:00:34 2016 daemon.err uhttpd[24273]: 	/usr/lib/lua/luci/dispatcher.lua:141: in function </usr/lib/lua/luci/dispatcher.lua:140>
DG.
Post Reply