Re: [OpenWrt-Devel] Ubus based service watchdog?

2020-05-13 Thread Eric Romano
It does seem like process supervision would be a nice capability to have within procd. Previously I've done this by a combination of: 1. trying to crash / exit the process when an inconsistent state is hit. 2. monitoring for delayed writes to a timestamp pidfile in temp. procd's respawn directive

[OpenWrt-Devel] conntrack from conntrack-tools not working on x86_64

2018-06-10 Thread Eric Romano
I'm trying to use the conntrack package from conntrack-tools on a LEDE v17.01.4 -tag based x86_64 build, but the kmod-nf-conntrack-netlink module won't load. I initially added the conntrack package to a build with the following options set: CONFIG_KERNEL_NAMESPACES=y CONFIG_KERNEL_NET_NS=y It bui