[OpenWrt-Devel] what is kworker

2014-02-21 Thread Alan.Hoo
Dear All: I found a process using too much CPU , see below: 7398 2 root SW 0 0% 23% [kworker/u:1] it's very weird, Can any somebody tell me what is it. thanks in advance! BR Alan.Hoo,Code Monkey MSFT ___

Re: [OpenWrt-Devel] what is kworker

2014-02-21 Thread Antonio Quartulli
On 21/02/14 11:09, Alan.Hoo wrote: > Dear All: > > I found a process using too much CPU , see below: > > > > 7398 2 root SW 0 0% 23% [kworker/u:1] > > > > it's very weird, Can any somebody tell me what is it. thanks in > advance! > That is a process used

Re: [OpenWrt-Devel] what is kworker

2014-02-21 Thread Felix Fietkau
On 2014-02-21 11:09, Alan.Hoo wrote: > Dear All: > > I found a process using too much CPU , see below: > > > > 7398 2 root SW 0 0% 23% [kworker/u:1] > > > > it's very weird, Can any somebody tell me what is it. thanks in > advance! It's all explained here:

[OpenWrt-Devel] [PATCH] [package] openvpn: auth_retry moved to parameter section to work

2014-02-21 Thread Christian Lehmann
From: Christian Lehmann auth_retry moved to parameter section to work. This patch will fix issue #12333. Signed-off-by: Christian Lehmann --- diff --git a/package/network/services/openvpn/files/openvpn.init b/package/network/services/openvpn/files/openvpn.init index 08832a0..cb6a61f 100644

Re: [OpenWrt-Devel] [RFC] menuconfig policy?

2014-02-21 Thread Bastian Bittorf
* Russell Senior [19.02.2014 10:01]: > That's possible. But it still means a substantial change in behavior > for users. Previously, selecting kmod-batman-adv alone gave you > batctl (similar to the userspace parts of madwifi, iirc). I'm afraid > users are going to miss batctl unless there is s

Re: [OpenWrt-Devel] [PATCH] kexec-tools: added missing dependency on liblzma

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 07:57 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- A different patch disabling lzma support was added in r39652. Hauke ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mai

Re: [OpenWrt-Devel] how do I troubleshoot Kernel Panic

2014-02-21 Thread Bastian Bittorf
* Alan.Hoo [21.02.2014 19:23]: > reboot suddenly. how do I troubleshoot ? Thank you in Advance. you can see the crash in '/sys/kernel/debug/crashlog' if your arch is supported. make sure you have debugging symbols enabled in your kernel. bye, bastian _

Re: [OpenWrt-Devel] [PATCH] aalib: fixed build configuration

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:02 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > libs/aalib/Makefile|4 ++-- > libs/aalib/patches/002-configure.patch | 11 +++ > 2 files changed, 13 insertions(+), 2 deletions(-) > create mode 100644 libs/aalib/patches/002-c

Re: [OpenWrt-Devel] [PATCH] debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:02 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > admin/debootstrap/Makefile |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Thank you for the patch, it was applied in r39654. Hauke ___ openwrt-deve

Re: [OpenWrt-Devel] [PATCH] elfutils: added missing dependency on liblzma

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:02 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > libs/elfutils/Makefile |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > A patch disabling lzma support was applied in r39655. Hauke ___ openwrt-devel ma

Re: [OpenWrt-Devel] [package] fxload: fix build

2014-02-21 Thread Hauke Mehrtens
On 11/29/2013 03:21 PM, Dirk Neukirchen wrote: > should fix broken_package reported by buildbots > > since Kernel 3.7 headers are located in UAPI directory > > Signed-off-by: Dirk Neukirchen > --- > utils/fxload/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Thank you for t

Re: [OpenWrt-Devel] [PATCH] fxload: fixed include path for Linux UAPI

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:02 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > utils/fxload/Makefile |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > An earlier patch was applied in r39656. Hauke ___ openwrt-devel mailing list openw

Re: [OpenWrt-Devel] [PATCH] gw6c: fixed sed separator

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:03 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > ipv6/gw6c/patches/001-sed-separator.patch | 18 ++ > 1 file changed, 18 insertions(+) > create mode 100644 ipv6/gw6c/patches/001-sed-separator.patch > Thank you for the patch, it was applied

Re: [OpenWrt-Devel] [PATCH] icecast: added missing dependency on libopenssl

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:03 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > multimedia/icecast/Makefile |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Thank you for the patch, it was applied in r39658. Hauke ___ openwrt-devel m

Re: [OpenWrt-Devel] [PATCH] imagemagick: added missing dependency on liblzma

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:03 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > multimedia/imagemagick/Makefile |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > lzma support was disabled in r39661. Hauke ___ openwrt-devel mailing li

Re: [OpenWrt-Devel] [PATCH][packages] tiff: disable linking to liblzma

2014-02-21 Thread Hauke Mehrtens
On 10/24/2013 04:19 PM, Jiri Slachta wrote: > This package requires liblzma as dependency if liblzma is selected. > This patch disables linking to liblzma in its configure script. > > Signed-off-by: Jiri Slachta > --- > libs/tiff/Makefile |1 + > 1 file changed, 1 insertion(+) > Thank you

Re: [OpenWrt-Devel] [PATCH] tiff: added missing dependency on liblzma

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:04 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > libs/tiff/Makefile |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > A different patch disabling lzma support was applied in r39659. Hauke ___ openwrt-dev

Re: [OpenWrt-Devel] [PATCH] keepalived: fixed build configuration

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:03 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > net/keepalived/Makefile |3 --- > 1 file changed, 3 deletions(-) > Thank you for the patch, it was applied in r39662. Hauke ___ openwrt-devel mailing list openwr

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-21 Thread Michel Stempin
Hi Lars, Le 21/02/2014 05:38, Lars Bøgild Thomsen a écrit : > Hi, > > First of all my apologies if I don't follow the correct procedure to the > letter, but this is my first attempt at feeding changes into OpenWrt. Thank you for your time and efforts! > > I have added support for the Oolite

Re: [OpenWrt-Devel] [PATCH] libfreefare: bumped version for 0.2.3 to 0.4.0

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:04 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > libs/libfreefare/Makefile |8 > 1 file changed, 4 insertions(+), 4 deletions(-) > Thank you for the patch, it was committed in r39663. Hauke ___ openwrt

Re: [OpenWrt-Devel] [PATCH] taskwarrior: added missing dependency on libgnutls

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:04 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > utils/taskwarrior/Makefile |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Thank you for the patch, it was applied in r39664. Hauke ___ openwrt-devel ma

Re: [OpenWrt-Devel] [PATCH] gpsd: update to 3.10

2014-02-21 Thread Hauke Mehrtens
On 02/19/2014 10:04 PM, Dave Täht wrote: > From: Dave Taht > > --- > net/gpsd/Makefile |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Thank you for the patch it was committed in r39665. Hauke ___ openwrt-devel mailing list openwrt

Re: [OpenWrt-Devel] [PATCH] gpsd: Bump version to 3.9

2014-02-21 Thread Hauke Mehrtens
On 05/15/2013 11:53 AM, Sebastian Muszynski wrote: > > This patch bumps gpsd version to 3.9. > > Signed-off-by: Sebastian Muszynski > > --- > A update to version 3.10 was applied in r39665. Hauke ___ openwrt-devel mailing list openwrt-devel@lists.o

Re: [OpenWrt-Devel] [PATCH][packages]gst-plugins-base: use upstream fix for ivorbis plugin build fail

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 05:34 PM, John Vogel wrote: > Previously, I submitted a patch "[PATCH v2][packages]gst-plugins-base: > disable building ivorbis plugin" that disables ivorbis plugin build. Michel > Stempin pointed out an upstream patch that fixes the issue directly in the > vorbis decoder header. I

Re: [OpenWrt-Devel] [PATCH] wview: added missing dependency on libopenssl

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:04 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > utils/wview/Makefile |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Thank you for your patch, it was applied in r39667. Hauke ___ openwrt-devel mailing

Re: [OpenWrt-Devel] [PATCH] tor-alpha: added mirror site

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:04 AM, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > net/tor-alpha/Makefile |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Thank you for your patch, it was applied in r39668. Hauke ___ openwrt-devel mai

Re: [OpenWrt-Devel] [PATCH] kernel: e100: depend on mii

2014-02-21 Thread Hauke Mehrtens
On 02/20/2014 05:11 PM, Stijn Tintel wrote: > Building kmod-e100 fails with this error: > Package kmod-e100 is missing dependencies for the following libraries: > mii.ko > > Have kmod-e100 depend on kmod-mii to fix this. > > Signed-off-by: Stijn Tintel > --- > package/kernel/linux/modules/netde

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-21 Thread Lars Boegild Thomsen
Hi Michel, On Friday, February 21, 2014 22:26:42 Michel Stempin wrote: > > I have added support for the Oolite V1.0 AR9331 module. > The Gainstrong Oolite V1.0 module is just a renamed EasyLink (ELink) EL-M150: > . > This can be guessed (at least on my GS-Oolite modul

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-21 Thread Lars Boegild Thomsen
On Friday, February 21, 2014 22:26:42 Michel Stempin wrote: > This module is fully compatible with the TP-Link TL-WR710N router, including > the switch, GPIO and LED definitions, the only difference being in the > firmware magic number. This is not a surprise, as both are based on the same > Ath

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-21 Thread Lars Bøgild Thomsen
Hi Michel, On Friday 21 February 2014 22:26:42 Michel Stempin wrote: > Just one remark concerning your proposed patch: don't define every single > GPIO as a LED, this is a terrible thing to do, as it prevents you from using > a given GPIO as an input without recompiling the kernel. I have att

[OpenWrt-Devel] ubus / netifd - how does ubus know a network is 'up' ?

2014-02-21 Thread Ken Bantoft
Hi Developers, A quick question - how does ubus know a network connection is actually up? I have a tunnel interface, which is available at boot time (so always available basically) and then a userland daemon that manages it - assigns IP address to the interface, authentication, etc I¹ve written