Re: Generic interrupt command?

2019-02-09 Thread John O'Meara
the original child. I think itis a low number, but not zero. This line of thinking unfortunately brings us back to the original post in this thread :-( -- John O'Meara >

Re: Generic interrupt command?

2019-02-05 Thread John O'Meara
t think of a safe and simple way to do this. For example, we could suggest people do something like this (based on Roger Pate's post): pid=$(s6-svstat -p /my/service) && [ "$pid" -ne -1 ] && kill -SIGNAL $pid but that's a lot of typing and requires that people see and remember the suggestion, so not quite simple :-/ -- John O'Meara >

Re: Generic interrupt command?

2019-02-04 Thread John O'Meara
e is down, kill will use -1 for the PID, and will probably signal everything in your system except PID 1. -- John O'Meara >

Re: [announce] execline-2.5.0.0

2018-04-02 Thread John O'Meara
On Mon, Apr 2, 2018, 8:06 AM John O'Meara <john.fr.ome...@gmail.com> wrote: > While I initially didn't like the 2.4 name changes, perhaps I (and others) > just need tinge to get used too it. that should have been "time", not "tinge". The perils of writing email

Re: [announce] execline-2.5.0.0

2018-04-02 Thread John O'Meara
we experiment with the new naming convention. -- John O'Meara On Mon, Apr 2, 2018, 6:39 AM Laurent Bercot <ska-skaw...@skarnet.org> wrote: > > Hello, > execline-2.5.0.0 is out. > > It is with a very heavy heart that I must do this release. > User reports have

Re: s6-log configure "current" dir separate from archive dir

2017-10-27 Thread John O'Meara
see also https://github.com/linsam/meta-s6 it has bit bake files for most of the skarnet packages. It's a bit out of date (life has been busy lately) ; pull requests are welcome -- John O'Meara On Fri, Oct 27, 2017, 2:11 PM Laurent Bercot <ska-supervis...@skarnet.org> wrote: > >

Re: Trying s6-rc in a VM

2015-09-25 Thread John O'Meara
On Fri, Sep 25, 2015 at 9:12 AM Laurent Bercot <ska-supervis...@skarnet.org> wrote: > On 25/09/2015 09:53, John O'Meara wrote: > > http://linsam.homelinux.com/extra/s6-altsim/jor1k/demos/s6-rc.html > > That's awesome! > Thanks! > The reason why the cat

Trying s6-rc in a VM

2015-09-25 Thread John O'Meara
-rc into the virtual filesystem. The original jor1k project is here: https://github.com/s-macke/jor1k/wiki ) -- John O'Meara