[LEDE-DEV] [PATCH] dnsmasq: fix error in call of list_contains()

2017-06-12 Thread Paul Oranje
Fixes the first parameter to the call of list_contains() in dnsmasq_ismain() Signed-off-by: Paul Oranje --- Commit a53f8ba6771de64c9c82a2e6867791226f3003cb introduces an error that has not shown up in my tests of that commit (testing sh script is tough). Thanks to Hartmut (e9hack). --- package/n

Re: [LEDE-DEV] [PATCH] dnsmasq: manage resolv.conf iff when listening on 127.0.0.1#53

2017-06-12 Thread Paul Oranje
Thanks, did not show up im my tests. (damm, sh script is difficult to test well). I'll post a patch to fix that. Paul > Op 12 jun. 2017, om 21:46 heeft e9hack het volgende > geschreven: > > > Hi, > > there is a bug in dnsmasq_ismain(). The first parameter in the call of > list_contains()

Re: [LEDE-DEV] [PATCH v2] ramips: add support for Ubiquiti EdgeRouter X-SFP

2017-06-12 Thread Paul Oranje
Isn't this related to FS#764 ? > Op 12 jun. 2017, om 20:14 heeft p.wa...@gmx.at het volgende geschreven: > > Ok - I've got some interesting news. > First, the stalls started to appear on multiple CPUs/tasks simultaneously: > (find an excerpt from dmesg under [1]). > > For further testing, I've

Re: [LEDE-DEV] [PATCH] dnsmasq: manage resolv.conf iff when listening on 127.0.0.1#53

2017-06-12 Thread e9hack
Am 12.06.2017 um 20:33 schrieb Paul Oranje: > Did the change break existing code ? Not really, but it breaks my configuration. The basics are derived from the initial configuration. One instance is configured with "option resolvfile '/tmp/resolv.conf.auto'" the other without "option resolvfile '.

Re: [LEDE-DEV] [PATCH v2] ramips: add support for Ubiquiti EdgeRouter X-SFP

2017-06-12 Thread Toke Høiland-Jørgensen
p.wa...@gmx.at writes: > Ok - I've got some interesting news. > First, the stalls started to appear on multiple CPUs/tasks simultaneously: > (find an excerpt from dmesg under [1]). > > For further testing, I've disabled SQM, rebooted and whoaa... > These kernel errors are gone. Running fine since

Re: [LEDE-DEV] [PATCH] dnsmasq: manage resolv.conf iff when listening on 127.0.0.1#53

2017-06-12 Thread e9hack
Hi, there is a bug in dnsmasq_ismain(). The first parameter in the call of list_contains() must be the variable which contains the list and not the list itself. [ -n $notinterfaces ] && list_contains $notinterfaces "loopback" || return 1 $notinterfaces must be replace by notinterfaces. Regar

Re: [LEDE-DEV] [PATCH] dnsmasq: manage resolv.conf iff when listening on 127.0.0.1#53

2017-06-12 Thread Paul Oranje
Did the change break existing code ? What I did understand about the dnsmasq options --resolv-file (UCI dhcp:dnsmasq.resolvfile) and --no-resolv (UCI dhcp:dnsmasq.noresolv) is: - the --no-resolv option governs whether dnsmasq ignores the nameservers listed in the resolvfile. - the resolvfile dn

Re: [LEDE-DEV] [PATCH v2] ramips: add support for Ubiquiti EdgeRouter X-SFP

2017-06-12 Thread p . wassi
Ok - I've got some interesting news. First, the stalls started to appear on multiple CPUs/tasks simultaneously: (find an excerpt from dmesg under [1]). For further testing, I've disabled SQM, rebooted and whoaa... These kernel errors are gone. Running fine since 13 hours. So it seems that it's not

Re: [LEDE-DEV] [PATCH] dnsmasq: manage resolv.conf iff when listening on 127.0.0.1#53

2017-06-12 Thread e9hack
Hi, IMHO, usage of the resolve file is completely wrong. If option 'resolvfile' is not given for a configuration, dnsmasq must run without a parameter resolv-file='..' and uses /etc/resolv.conf which is a symbolic link to /tmp/resolv.conf. In this case, the init script writes to /tmp/resolv.conf

Re: [LEDE-DEV] solar wifi AP designs

2017-06-12 Thread Ufo
i met elektra at battlemesh and had a look for her small setup On 10.06.2017 15:44, Daniel Golle wrote: So I look forward to see a nice and small solution for 5A Elektra is currently working on. And I'd love to see it charing lithium batteries recycled form old laptops rather than lead-acid

[LEDE-DEV] LEDE v17.01.2 service release

2017-06-12 Thread Jo-Philipp Wich
The LEDE Community is proud to announce the second service release of stable LEDE 17.01 series. LEDE 17.01.2 "Reboot" incorporates a fair number of fixes back ported from the development branch during the last seven weeks. --- Some selected highlights of the service release are: * Linux kernel

[LEDE-DEV] [PATCH V2 packages] minidlna: update to 1.2.0

2017-06-12 Thread Rafał Miłecki
From: Rafał Miłecki It contains compatibility/support for few more clients (including Kodi) and introduces rescan support (useful for devices with limited CPU power). Signed-off-by: Rafał Miłecki --- V2: Refresh patches --- multimedia/minidlna/Makefile | 10 ++

[LEDE-DEV] [PATCH packages] minidlna: update to 1.2.0

2017-06-12 Thread Rafał Miłecki
From: Rafał Miłecki It contains compatibility/support for few more clients (including Kodi) and introduces rescan support (useful for devices with limited CPU power). Signed-off-by: Rafał Miłecki --- multimedia/minidlna/Makefile | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-)

Re: [LEDE-DEV] [PATCH 2/3] ubusd: make `tx_queue` backlog dynamic

2017-06-12 Thread Alexandru Ardelean
On Wed, Jun 7, 2017 at 5:02 PM, Alexandru Ardelean wrote: > On Wed, Jun 7, 2017 at 4:48 PM, Felix Fietkau wrote: >> On 2017-06-07 15:44, Felix Fietkau wrote: >>> On 2017-06-07 13:09, Alexandru Ardelean wrote: It's not very often that the tx_queue is used, to store backlog messages to se

[LEDE-DEV] Enable sound Olinuxino micro

2017-06-12 Thread sufi al hussaini hassani kamili raheemi
Hi, Sound doesn't seem to have been enabled for the sunxi Olinuxino Micro A20 board. I found this LEDE patch (https://github.com/lede-project/source/blob/master/target/linux/sunxi/patches-4.4/150-dt-sun7i-enable-codec-on-pcduino3.patch), which enables sound for sunxi PCDuino3. I created and appl