[OpenWrt-Devel] Fwd: [PATCH] dropbear: fix parsing of Interface param

2014-03-01 Thread Catalin Patulea
On Sat, Mar 1, 2014 at 4:25 AM, Hannu Nyman wrote: > Should that line be instead this way? > > [ -n "${Interface}" ] && network_get_device interface "${Interface}" I think the only place where "interface" is used is on the following line: - append_ports "${interface}" "${Port}" +

Re: [OpenWrt-Devel] [PATCH] dropbear: fix parsing of Interface param

2014-03-01 Thread Hannu Nyman
Well, the patch in the bug from "anonymous" was not from me. I checked your patch and wonder if "network_get_device Interface" part is right. Anonymous had left that with small caps, but your patch changed also that to "Interface". Should that line be instead this way? [ -n "${Interface

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2014.63

2014-03-01 Thread Catalin Patulea
ping On Mon, Feb 24, 2014 at 1:02 AM, Catalin Patulea wrote: > Upstream changelog: > https://matt.ucc.asn.au/dropbear/CHANGES > > This adds elliptic curve cryptography (ECC) support as an option, disabled > by default. > > dropbear mips 34kc uClibc binary size: > before: 161,672 bytes > after, wi

Re: [OpenWrt-Devel] [PATCH] dropbear: fix parsing of Interface param

2014-03-01 Thread Catalin Patulea
ping On Mon, Feb 24, 2014 at 1:28 AM, Catalin Patulea wrote: > From: hnyman <> > > Sending this in for hnyman, from issue #15070: > https://dev.openwrt.org/ticket/15070 > > Should fix that issue. > > Signed-off-by: Catalin Patulea > --- > .../network/services/dropbear/files/dropbear.init |

Re: [OpenWrt-Devel] dev.openwrt.org frequently gives 504 Gateway Time-out or 502 Bad Gateway errors

2014-03-01 Thread Catalin Patulea
I've often seen this too, and it's very difficult to use the site when it's like this. On IRC someone mentioned that trac is crashing. No idea if anyone is looking into fixing this. On Sat, Mar 1, 2014 at 3:41 AM, Hannu Nyman wrote: > It is really annoying that dev.openwrt.org frequently gives "5

[OpenWrt-Devel] dev.openwrt.org frequently gives 504 Gateway Time-out or 502 Bad Gateway errors

2014-03-01 Thread Hannu Nyman
It is really annoying that dev.openwrt.org frequently gives "504 Gateway Time-out" or "502 Bad Gateway" errors. During the last few days it seems that the bug tracker is unreachable half of the time. Typical error is just: 502 Bad Gateway nginx/1.1.19 Is there some problem connectivity proble

Re: [OpenWrt-Devel] trunk build failure for feeds/packages/utils/nut

2014-03-01 Thread Hannu Nyman
> However the thing that bothers me more than 'nut' failing, is the fact that it is _not_ selected in my .config. What would be causing it to build? If I uninstall the package (./scripts/feeds uninstall nut) my build succeeds fine. I think that the reason is badly implemented nut support in Lu