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
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
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
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
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
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
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
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
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
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
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.
>>>
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
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
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
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
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 @@ $(
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:
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
> 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
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-
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
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
>>
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
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
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
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
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
_
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
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/
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
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
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
32 matches
Mail list logo