Re: Question regarding runsvdir not reaping children.

2017-12-26 Thread Denys Vlasenko
On Tue, Dec 26, 2017 at 6:09 AM, Markus Gothe wrote: > Yes, I saw that but for some reason if you kill it that code will never be > invoked and hence the children will become zombies. I do see it happening. Here I made one of runsv's to exit via "sv exit

Re: [PATCH] ntpd: runs script every 11 min

2017-12-26 Thread Denys Vlasenko
Thanks! Implemented in a slightly different way. On Fri, Dec 15, 2017 at 2:09 PM, Jiri Prchal wrote: > "S" option should run script every 11 minutes, but how it could if it sleeps > 1 hour. > So change next action time to 11 min. > > Signed-off-by: Jiri Prchal

Re: ash.c history loading and ENABLE_FEATURE_EDITING_SAVEHISTORY

2017-12-26 Thread Michael Conrad
On 12/24/2017 4:43 AM, Ceriel Jacobs wrote: Where is the user interface to quickly issue a pre-written shell function? And how to see the available functions? ls /usr/local/bin ...? Just add your "pre-written shell commands" in script files, give them a useful name, and put them in the

How to pass multiple remote syslog server address to busybox syslog

2017-12-26 Thread Venkateswarlu Konamki
HI, I am facing probelm while passing remote server ip address via command line. I am passing like this : syslogd -R x.x.x.x x.x.x.x:port bit this is wrong input. Please tell me the correct inputs. ___ busybox mailing list busybox@busybox.net