OpenWrt Designated Driver r47603

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

OpenWrt Designated Driver r47603

Post by admin »

After some time, with new HW all around, made a 64bits Debian VM for building openWrt images.
First new release is now running on a ZyXEL P-2812HNU-F1 on my desk as WiFi Repeater as described earlier here.

Image
Linux version 4.1.11 (dguser@DGDEB02) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r47603) ) #1 Mon Nov 23 21:33:53 CET 2015

With above version i have some issues with the system log messages:

Code: Select all

Thu Nov 26 00:19:06 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:06 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:06 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:06 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:06 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:06 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:06 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:06 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:06 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:14 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:14 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:14 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:14 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:14 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:14 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:14 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:14 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
Thu Nov 26 00:19:14 2015 daemon.err uhttpd[847]: killall: vdsl_cpe_control: no process killed
The kernel log shows however:

Code: Select all

[   22.209486] wlan0: associated
[   22.212370] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   29.584586] random: nonblocking pool is initialized
And nothing about xdsl kinda activity.

The message comes from process:

Code: Select all

847 root /usr/sbin/uhttpd -f -h /www -r OpenWrt-DG01 -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 -C /etc/uhttpd.crt -K /etc/uhttpd.key -s 0.0.0.0:443 -s [::]:443
Why port 443? did i turn on web-ssh somewhere? Not that i know of ...
But still, this looks nothing to do with vdsl_cpe_control, no xDSL active - configured, strange ...
Totally disabled, as in /etc/config/network, and in web-gui turned off: dsl_control & dsl_fs.

Already found something out.
Running the same config on another ZyXEL P-2812HNU-F1, version

Code: Select all

System Status
Hostname			   OpenWrt-DG03
Model				   ZyXEL P-2812HNU-F1
Firmware Version	 OpenWrt Chaos Calmer r44367 / LuCI Master (git-15.040.55811-ec1a869)
Kernel Version		3.18.6
these messages won't appear, but the modules are different build levels.
Investigating.

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

Re: OpenWrt Designated Driver r47603 - Alot system log msgs

Post by admin »

Image

Removed kmod-ltq-app from web-GUI to see if msgs disappear. Also as i dont use DSL at all (4 now) ...
According system usage, the job has been stopped :)

Load Average: 0.00, 0.03, 0.12
Instead of: 0.33, 0.14, 0.05

Testing after a reboot:

All ok now!
Post Reply