[LEDE-DEV] procd: cherry-pick kernel watchdog start/stop to lede-17.01 branch

2017-07-11 Thread Hans Dedecker
Hi, I would like to cherry-pick the start/stop kernel watchdog support to the lede-17.01 procd branch : e5e99c4 watchdog: add support for starting/stopping kernel watchdog It allows to gracefully stop the kernel watchdog via ubus which was before not possible as only the user space watchdog kick

[LEDE-DEV] [PATCH] pkg_alternatives: pass if the desired symlink already exists

2017-07-11 Thread Yousong Zhou
This can happen when opkg installs, then configures multiple alternatives in a batch. Symlink to the highest prio alternative will be created in the initial configuring stage causing later symlink call fail with EEXIST Configuring busybox. ... symlink("/sbin/ip-full", "/home/yousong/

[LEDE-DEV] [PATCH][ubox] Add log priority filtering to daemon

2017-07-11 Thread Ron Brash
After wanting to filter logs at the logger level, instead of post log-write, we added a feature such that we can filter within the logd daemon itself. Signed-off-by: “Ron Brash <“ron.br...@gmail.com”> --- log/logd.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git

Re: [LEDE-DEV] Xen PVHVM drivers

2017-07-11 Thread W. Michael Petullo
>> I have been using OpenWrt to build HVM DomU guests under Xen for some >> time. From what I can tell, Xen's PVHVM drivers (namely, netfront and >> blkfront) are not available on my OpenWrt DomU guests, and thus the >> guests rely on the slower QEMU-based drivers. As a result, the network >> and d

[LEDE-DEV] [PATCH][ubox] Fixes log read starvation issue after threshold reached

2017-07-11 Thread Ron Brash
This patch fixes a logread starvation error, which occurs after many logs are generated (around 16k if defaults are used). The log read process seems to halt silently and yet continues running. A restart of the log services fixes it. This is problematic because logs should be logged, instead of s

[LEDE-DEV] Procd questions

2017-07-11 Thread Philip Prindeville
I came up with the following PR (https://github.com/openwrt/packages/pull/4568) thinking it would be a trivial substitution of the procd primitives for what the old shell script was doing. Turns out, I wasn’t even close. The problem turned out to be that when start_service() had exited, procd h

Re: [LEDE-DEV] [RFC PATCH] tools/squashfs: change to upstream and update to new version 5.0-rc1

2017-07-11 Thread Phillip Lougher
On Fri, Jun 30, 2017 at 3:04 AM, Alexander Couzens wrote: > On Thu, 8 Jun 2017 18:03:26 +0200 > Alexander Couzens wrote: > >> Hi Phillip, >> >> nice to hear you're still there! >> >> There was no offense meant in my patch, I just couldn't reach you >> via email nor did anybody respond to patches