[OpenWrt-Devel] procd / hang during shutdown/startup / regression?

2014-08-22 Thread Bastian Bittorf
i while ago, procd implemented a timeout (15 sec) for hanging tasks during startup/init. this works and can be easily checked with placing this snippet in any startup-script: start() { local i=300 while let i-=1; do echo still running: $i /tmp/CHECK

[OpenWrt-Devel] Failsafe mode with RC3 and TP WR841

2014-08-22 Thread Martin Babutzka
Hello all, I experienced troubles entering the OpenWRT failsafe mode on a TP-Link WR841 with Barrier Breaker RC3. I used the failsafe mode on different devices successfully already. None of the 2 buttons reacted during power on and no procedure worked (pushing the button all the time, pushing the

Re: [OpenWrt-Devel] [PATCH] New package: mailsend. A tool that allows to send emails without the need to install an smtp server. Supports ssl.

2014-08-22 Thread Giovanni Di Stasi
Hello, I see that the tool has been included. Great work! Best regards, Giovanni On Thu, Aug 21, 2014 at 12:47 AM, Ted Hess th...@kitschensync.net wrote: [ Original patch attachment removed for brevity ] Please consider (re-)submitting this as a pull-request to the new packages

[OpenWrt-Devel] 6in4 does not recover after wan outage

2014-08-22 Thread Richard Mortimer
I'm testing BB rc3 on a Buffalo WBMR-HP-G300H and for the most part its working fine and I'm getting a rock solid ADSL connection with it. However I've noticed that if the ADSL line drops then when it recovers my SiXXS 6in4 tunnel does not automatically re-establish the connection. There

Re: [OpenWrt-Devel] 6in4 does not recover after wan outage

2014-08-22 Thread Steven Barth
Hi Richard, could you please post the output of: ifstatus wan and ifstatus wan6 when said situation occurs? Cheers, Steven ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] 6in4 does not recover after wan outage

2014-08-22 Thread Richard Mortimer
On 22/08/2014 15:06, Steven Barth wrote: Hi Richard, could you please post the output of: ifstatus wan and ifstatus wan6 when said situation occurs? Sure. during, after and before situation included below. I anonymised the IP addresses a little but tried to mark common prefixes just in case

[OpenWrt-Devel] [BB-rc3] Disabling DHCPv6 also disables IPv6 SLAAC

2014-08-22 Thread Baptiste Jonglez
Hi, The default behaviour of BB is to hand out statically assigned IPv6 addresses through DHCPv6. To disable this behaviour and only keep SLAAC through RA, I disabled dhcpv6 in /etc/config/dhcp: config dhcp 'lan' option interface 'lan' option start '70' option limit '64'

[OpenWrt-Devel] [PATCH 1/12] brcm63xx: Add DT support for 963281TAN

2014-08-22 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/bcm963281TAN.dts b/target/linux/brcm63xx/dts/bcm963281TAN.dts new file mode 100644 index 000..be69997 --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm963281TAN.dts @@ -0,0 +1,8 @@ +/dts-v1/; +

[OpenWrt-Devel] [PATCH 2/12] brcm63xx: Add DT support for 96345GW2

2014-08-22 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/bcm96345GW2.dts b/target/linux/brcm63xx/dts/bcm96345GW2.dts new file mode 100644 index 000..35417ab --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96345GW2.dts @@ -0,0 +1,8 @@ +/dts-v1/; +

[OpenWrt-Devel] [PATCH 3/12] brcm63xx: Add DT support for 96348GW

2014-08-22 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/bcm96348GW.dts b/target/linux/brcm63xx/dts/bcm96348GW.dts new file mode 100644 index 000..cd039f8 --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96348GW.dts @@ -0,0 +1,8 @@ +/dts-v1/; +

[OpenWrt-Devel] [PATCH 5/12] brcm63xx: Add DT support for 96348GW-11

2014-08-22 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/bcm96348GW-11.dts b/target/linux/brcm63xx/dts/bcm96348GW-11.dts new file mode 100644 index 000..906ecab --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96348GW-11.dts @@ -0,0 +1,8 @@ +/dts-v1/;

[OpenWrt-Devel] [PATCH 4/12] brcm63xx: Add DT support for 96348GW-10

2014-08-22 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/bcm96348GW-10.dts b/target/linux/brcm63xx/dts/bcm96348GW-10.dts new file mode 100644 index 000..172ee62 --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96348GW-10.dts @@ -0,0 +1,8 @@ +/dts-v1/;

[OpenWrt-Devel] [PATCH 6/12] brcm63xx: Add DT support for 96348R

2014-08-22 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/bcm96348R.dts b/target/linux/brcm63xx/dts/bcm96348R.dts new file mode 100644 index 000..004abcb --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96348R.dts @@ -0,0 +1,8 @@ +/dts-v1/; +

[OpenWrt-Devel] [PATCH 7/12] brcm63xx: Add DT support for 96338GW

2014-08-22 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/bcm96338GW.dts b/target/linux/brcm63xx/dts/bcm96338GW.dts new file mode 100644 index 000..2040e2f --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96338GW.dts @@ -0,0 +1,8 @@ +/dts-v1/; +

[OpenWrt-Devel] [PATCH 8/12] brcm63xx: Add DT support for 96338W

2014-08-22 Thread Álvaro Fernández Rojas
Renamed of_board_id to convention. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/bcm96338W.dts b/target/linux/brcm63xx/dts/bcm96338W.dts new file mode 100644 index 000..1609541 --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96338W.dts @@

[OpenWrt-Devel] [PATCH 9/12] brcm63xx: Add DT support for 96358VW

2014-08-22 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/bcm96358VW.dts b/target/linux/brcm63xx/dts/bcm96358VW.dts new file mode 100644 index 000..a978d41 --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96358VW.dts @@ -0,0 +1,8 @@ +/dts-v1/; +

[OpenWrt-Devel] [PATCH 10/12] brcm63xx: Add DT support for 96358VW2

2014-08-22 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/bcm96358VW2.dts b/target/linux/brcm63xx/dts/bcm96358VW2.dts new file mode 100644 index 000..bcf3c81 --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96358VW2.dts @@ -0,0 +1,8 @@ +/dts-v1/; +

[OpenWrt-Devel] [PATCH 11/12] brcm63xx: Add DT support for 96368MVNgr

2014-08-22 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/bcm96368MVNgr.dts b/target/linux/brcm63xx/dts/bcm96368MVNgr.dts new file mode 100644 index 000..b274bfd --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96368MVNgr.dts @@ -0,0 +1,8 @@ +/dts-v1/;

[OpenWrt-Devel] [PATCH 12/12] brcm63xx: Add DT support for 96368MVWG

2014-08-22 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/bcm96368MVWG.dts b/target/linux/brcm63xx/dts/bcm96368MVWG.dts new file mode 100644 index 000..f462411 --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96368MVWG.dts @@ -0,0 +1,8 @@ +/dts-v1/; +

Re: [OpenWrt-Devel] [BB-rc3] Disabling DHCPv6 also disables IPv6 SLAAC

2014-08-22 Thread Steven Barth
Please try with: option dhcpv6 disabled instead of none Cheers, Steven ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [BB-rc3] Disabling DHCPv6 also disables IPv6 SLAAC

2014-08-22 Thread Baptiste Jonglez
On Fri, Aug 22, 2014 at 07:59:27PM +0200, Steven Barth wrote: Please try with: option dhcpv6 disabled instead of none That worked, thanks! What is the default value, then? Is it none or disabled? What is the difference? Cheers, Steven ___

Re: [OpenWrt-Devel] [BB-rc3] Disabling DHCPv6 also disables IPv6 SLAAC

2014-08-22 Thread Bastian Bittorf
* Baptiste Jonglez bjong...@illyse.org [22.08.2014 22:34]: What is the default value, then? Is it none or disabled? What is the difference? internally it's a bool/switch, which can have: 0|off|false|no|disabled or 1|on|true|yes|enabled adding 'none' is possible, but... bye, bastian

Re: [OpenWrt-Devel] Extroot on Barrier Breaker 14.07-rc3

2014-08-22 Thread Sandy McArthur Jr
Follow up, follow up: Now the USB 3.0 flash drive that was failing before is working as expected for pivot overlay extroot. Maybe unplugging / plugging the flash drive did something magical. On Fri, Aug 22, 2014 at 4:48 PM, Sandy McArthur Jr sa...@mcarthur.org wrote: Folow up: I tried a

Re: [OpenWrt-Devel] [BB-rc3] Disabling DHCPv6 also disables IPv6 SLAAC

2014-08-22 Thread Baptiste Jonglez
On Fri, Aug 22, 2014 at 10:38:24PM +0200, Bastian Bittorf wrote: * Baptiste Jonglez bjong...@illyse.org [22.08.2014 22:34]: What is the default value, then? Is it none or disabled? What is the difference? internally it's a bool/switch, which can have: 0|off|false|no|disabled or

Re: [OpenWrt-Devel] 6in4 does not recover after wan outage

2014-08-22 Thread Weedy
On Fri, Aug 22, 2014 at 9:15 AM, Richard Mortimer richm+open...@oldelvet.org.uk wrote: However I've noticed that if the ADSL line drops then when it recovers my SiXXS 6in4 tunnel does not automatically re-establish the connection. There doesn't seem to be any magic config values to set either