Re: [OpenWrt-Devel] for-14.07 [packages] xinetd: ident-bind.patch copy from trunk ??

2014-09-16 Thread John Crispin
On 16/09/2014 20:07, Christian Schoenebeck wrote: > Hi Jonathan, > > could you please copy xinetd: 004-ident-bind.patch also to 14.07 ? > > Christian Hi, please provide a link to the exact commit that you want backported. John > ___ open

Re: [OpenWrt-Devel] Missing dependency on host sed?

2014-09-16 Thread Jonathan Bennett
I'll throw a couple thoughts out, and then defer to someone that understands the openwrt build env better than I do. First, you do have sed installed on your host system, right? I don't think this is the issue, but best to check the easy things first. Also, a make distclean sometimes clears up thes

Re: [OpenWrt-Devel] Missing dependency on host sed?

2014-09-16 Thread John Szakmeister
On Tue, Sep 16, 2014 at 9:32 PM, Jonathan Bennett wrote: > In your tree, in the file tools/sed/Makefile, change HOST_BUILD_PARALLEL:=1 > to HOST_BUILD_PARALLEL:=0 and see if that fixes the error. Unfortunately, it didn't help. I think the issue is that linux-headers needs the SED utility, but it

Re: [OpenWrt-Devel] Missing dependency on host sed?

2014-09-16 Thread Jonathan Bennett
In your tree, in the file tools/sed/Makefile, change HOST_BUILD_PARALLEL:=1 to HOST_BUILD_PARALLEL:=0 and see if that fixes the error. On Sep 16, 2014 7:47 PM, "John Szakmeister" wrote: > On Tue, Sep 16, 2014 at 8:32 PM, Jonathan Bennett > wrote: > > Are you building with multiple processes (-j

Re: [OpenWrt-Devel] Missing dependency on host sed?

2014-09-16 Thread John Szakmeister
On Tue, Sep 16, 2014 at 8:32 PM, Jonathan Bennett wrote: > Are you building with multiple processes (-j 2 or greater)? This reminds me > of an old bug that only popped up after a make distclean when building with > multiple build threads. Yes sir, I am. On the machine this is failing on, I'm att

Re: [OpenWrt-Devel] Missing dependency on host sed?

2014-09-16 Thread Jonathan Bennett
Are you building with multiple processes (-j 2 or greater)? This reminds me of an old bug that only popped up after a make distclean when building with multiple build threads. ~Jonathan Bennett On Sep 16, 2014 6:55 PM, "John Szakmeister" wrote: > I'm finding that I'm running into an issue occasi

[OpenWrt-Devel] Missing dependency on host sed?

2014-09-16 Thread John Szakmeister
I'm finding that I'm running into an issue occasionally when trying to build. It appears that Make is trying to build gcc, but the host sed hasn't been built yet so it ultimately fails: checking for i686-linux-gnu-gcc option to accept ISO C89... bash: /home/jszakmeister/projects/openwrt/staging_d

Re: [OpenWrt-Devel] overcommit memory/ratio

2014-09-16 Thread Karl P
Alternatively, if you know which process it is, set it's oom_adj_score so that it gets killed first. Some other people are kinda used to things behaving as they are, for better or worse. (Turning off overcommit on an openwrt device is no different than turning off overcommit on a desktop as

[OpenWrt-Devel] for-14.07 [packages] xinetd: ident-bind.patch copy from trunk ??

2014-09-16 Thread Christian Schoenebeck
Hi Jonathan, could you please copy xinetd: 004-ident-bind.patch also to 14.07 ? Christian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] tools: add missing ldconfig make dependency on the staging area

2014-09-16 Thread Felix Fietkau
On 2014-09-16 17:44, John Szakmeister wrote: > Signed-off-by: John Szakmeister Committed in r42576, thanks. - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Missing mpc83xx in BB-RC3

2014-09-16 Thread Hauke Mehrtens
On 09/16/2014 02:52 PM, Claudio Thomas wrote: > On 16.09.2014 14:44, Felix Fietkau wrote: >> On 2014-09-16 13:47, Claudio Thomas wrote: >>> Hi, >>> I until now was still using the trunk for testing and working, but today >>> I the first time checked out the 14.07/openwrt.git at git.openwrt.git. >>>

Re: [OpenWrt-Devel] [PATCH] ramips: add support for Nexx WT1520

2014-09-16 Thread John Crispin
Hi, looks much better ... 2 comments inline ... On 16/09/2014 18:16, rogerpu...@rogerpueyo.com wrote: > From: Roger Pueyo Centelles > > --- > target/linux/ramips/base-files/etc/board.d/01_leds | 3 + > .../linux/ramips/base-files/etc/board.d/02_network | 1 + > target/linux/ramips/base-fil

[OpenWrt-Devel] [PATCH] ramips: add support for Nexx WT1520

2014-09-16 Thread rogerpueyo
From: Roger Pueyo Centelles --- target/linux/ramips/base-files/etc/board.d/01_leds | 3 + .../linux/ramips/base-files/etc/board.d/02_network | 1 + target/linux/ramips/base-files/etc/diag.sh | 3 + target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/li

Re: [OpenWrt-Devel] procd crash

2014-09-16 Thread John Crispin
On 16/09/2014 17:18, Nuno Gonçalves wrote: > On Wed, Apr 16, 2014 at 9:14 AM, Bastian Bittorf > wrote: >> * Nuno Gonçalves [16.04.2014 09:34]: >>> Crash happens always after a dvb_usb_rtl28xxu stick is inserted for >>> the 2nd time. >> please run procd in debug-mode (hitting key '4') during boo

Re: [OpenWrt-Devel] uClibc bug: epoll_pwait broken on OpenWrt x86

2014-09-16 Thread Matthias Schiffer
On 09/16/2014 04:34 PM, Bernhard Reutner-Fischer wrote: > On 15 September 2014 17:33, Matthias Schiffer > wrote: >> Ping? I'd like to get this fixed as soon as possible (even though it's >> probably too late for the OpenWrt BB final?). I guess I can try to write >> a patch, but I had hoped someone

[OpenWrt-Devel] [PATCH] tools: add missing ldconfig make dependency on the staging area

2014-09-16 Thread John Szakmeister
Signed-off-by: John Szakmeister --- Using make with multiple jobs fails without this. tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 09a0c8c..5629251 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -133,7 +133,7 @@ $(

Re: [OpenWrt-Devel] procd crash

2014-09-16 Thread Nuno Gonçalves
On Wed, Apr 16, 2014 at 9:14 AM, Bastian Bittorf wrote: > * Nuno Gonçalves [16.04.2014 09:34]: >> Crash happens always after a dvb_usb_rtl28xxu stick is inserted for >> the 2nd time. > > please run procd in debug-mode (hitting key '4') during bootup > > bye, bastian With procd set to debug mode:

[OpenWrt-Devel] [PATCH] Lantiq: fix build warning from dsl_fs script

2014-09-16 Thread thomas.langer
fix inclusion of functions.sh in dsl_fs init script without this, the following error is seen during build: ./etc/init.d/dsl_fs: line 4: /lib/functions.sh: No such file or directory Signed-off-by: Thomas Langer diff --git a/target/linux/lantiq/base-files/etc/init.d/dsl_fs b/target/linux/lantiq

Re: [OpenWrt-Devel] [PATCH] base-files: procd initscriptsrestartonreload

2014-09-16 Thread tristan
> You forgot to call reload after changing /tmp/test :) > FYI, I just tested your script, and it works as expected - after > changing the file and calling reload, the pid is different. I see, I took the wording "reload on config file change" to mean that prcod used inotify and reloaded at the time

Re: [OpenWrt-Devel] Missing mpc83xx in BB-RC3

2014-09-16 Thread Claudio Thomas
On 16.09.2014 14:44, Felix Fietkau wrote: > On 2014-09-16 13:47, Claudio Thomas wrote: >> Hi, >> I until now was still using the trunk for testing and working, but today >> I the first time checked out the 14.07/openwrt.git at git.openwrt.git. >> Is there a reason why MPC83xx is not included in BB-

Re: [OpenWrt-Devel] Missing mpc83xx in BB-RC3

2014-09-16 Thread Felix Fietkau
On 2014-09-16 13:47, Claudio Thomas wrote: > Hi, > I until now was still using the trunk for testing and working, but today > I the first time checked out the 14.07/openwrt.git at git.openwrt.git. > Is there a reason why MPC83xx is not included in BB-RC3? It wasn't upgraded to Linux 3.10 in time, s

Re: [OpenWrt-Devel] [PATCH] base-files: procd initscriptsrestartonreload

2014-09-16 Thread Felix Fietkau
On 2014-09-16 14:18, tris...@trstn.net wrote: > Felix Fietkau wrote: >> ... >> By the way, you mentioned in an earlier email that procd_set_param file >> did not work for you to restart your service when a config file changes. >> Can you produce a test case for that? I just tested it myself on a >>

Re: [OpenWrt-Devel] 4g NCM modem huawei e3276

2014-09-16 Thread John Crispin
On 16/09/2014 14:12, Sami Olmari wrote: > > Sent. The lady at postoffice told that should take 4 days to arrive, > so friday or monday :-) > > I did include return envelope (not paid tough), but I still urge you > to keep it for possible future troubleshooting :-P > > Also, if/when there is patche

Re: [OpenWrt-Devel] [PATCH] [PKG_NAME=ubox] [git://nbd.name/luci2/ubox.git] [FILE=logger.c] current OpenWrt trunc

2014-09-16 Thread John Crispin
thank you, merged in r42572 On 16/09/2014 10:53, Бельков Максим wrote: > From: Belkov Max > > When logread daemon send a syslog message to another host, time, severity > and facility are cut off. > The message contains only text. > This path adds time, severity and facility in the message as des

Re: [OpenWrt-Devel] [PATCH] base-files: procd initscriptsrestartonreload

2014-09-16 Thread tristan
Felix Fietkau wrote: > ... > By the way, you mentioned in an earlier email that procd_set_param file > did not work for you to restart your service when a config file changes. > Can you produce a test case for that? I just tested it myself on a > simple service and it worked just fine. So I just m

Re: [OpenWrt-Devel] 4g NCM modem huawei e3276

2014-09-16 Thread Sami Olmari
Sent. The lady at postoffice told that should take 4 days to arrive, so friday or monday :-) I did include return envelope (not paid tough), but I still urge you to keep it for possible future troubleshooting :-P Also, if/when there is patches available, I'd be more than willing to test the stuff

Re: [OpenWrt-Devel] [PATCH] hostapd/netifd: fix missing htmode for wpa_supplicant

2014-09-16 Thread Felix Fietkau
On 2014-09-16 13:31, Arvid E. Picciani wrote: > If phy htmode is set to HT* or VHT*, set wpa_supplicant to HT20. > Previously it wasnt set at all. > > Signed-off-by: Arvid E. Picciani Your patch seems to have been mangled by your email program and does not apply. Please fix and resend. - Felix _

[OpenWrt-Devel] Missing mpc83xx in BB-RC3

2014-09-16 Thread Claudio Thomas
Hi, I until now was still using the trunk for testing and working, but today I the first time checked out the 14.07/openwrt.git at git.openwrt.git. Is there a reason why MPC83xx is not included in BB-RC3? Best regards, Claudio ___ openwrt-devel mailing l

Re: [OpenWrt-Devel] [PATCH] hostapd/netifd: fix missing htmode for wpa_supplicant

2014-09-16 Thread Arvid E. Picciani
If phy htmode is set to HT* or VHT*, set wpa_supplicant to HT20. Previously it wasnt set at all. Signed-off-by: Arvid E. Picciani --- package/network/services/hostapd/files/netifd.sh | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package/network/services/hostapd/files/

Re: [OpenWrt-Devel] [PATCH] hostapd/netifd: fix missing htmode for wpa_supplicant

2014-09-16 Thread Felix Fietkau
On 2014-09-16 11:25, Arvid E. Picciani wrote: > the variable is called htmode, not ht > > Signed-off-by: Arvid E. Picciani I agree that there is a bug there, but simply passing htmode as-is to wpa_supplicant might make things worse, as wpa_supplicant only knows a subset of the possible values of

Re: [OpenWrt-Devel] [PATCH] base-files: procd initscriptsrestartonreload

2014-09-16 Thread Felix Fietkau
On 2014-09-15 11:42, Tristan Plumb wrote: > >> On 15/09/2014 10:36, Tristan Plumb wrote: >> which specific package is causing issue ? >> >>> In my setup, I've noticed this with dnsmasq and babeld. That is, >> >>> that I needed to restart and instead of reload to get things to >> >>> take effe

[OpenWrt-Devel] [PATCH] hostapd/netifd: fix missing htmode for wpa_supplicant

2014-09-16 Thread Arvid E. Picciani
the variable is called htmode, not ht Signed-off-by: Arvid E. Picciani --- package/network/services/hostapd/files/netifd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh i