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
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
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
>> 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
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
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/
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