Re: runit patches to fix compiler warnings on RHEL 7

2021-02-17 Thread Ben Franksen
Am 27.11.19 um 21:33 schrieb J. Lewis Muir: > On 11/25, J. Lewis Muir wrote: >> Is runit hosted in a public source code repo? If so, where? >> >> Are patches to fix runit compiler warnings on RHEL 7 welcome? > > I have patches now. Is there a public source code repo I can contribute > against?

Re: Path monitoring support in s6-services

2021-02-17 Thread Ben Franksen
Am 17.02.21 um 10:26 schrieb Casper Ti. Vector: > On Wed, Feb 17, 2021 at 01:08:44PM +0530, billa chaitanya wrote: >> I am trying to start a service when a file/path is >> modified/touched/created.Do we have any mechanism in s6 that supports >> enabling a service up on monitoring a path? > >

Re: logging services with shell interaction

2021-10-20 Thread Ben Franksen
Am 20.10.21 um 01:27 schrieb Laurent Bercot: we have a fair number of services which allow (and occasionally require) user interaction via a (built-in) shell. All the shell interaction is supposed to be logged, in addition to all the messages that are issued spontaneously by the process. So we

logging services with shell interaction

2021-10-19 Thread Ben Franksen
Hi Everyone we have a fair number of services which allow (and occasionally require) user interaction via a (built-in) shell. All the shell interaction is supposed to be logged, in addition to all the messages that are issued spontaneously by the process. So we cannot directly use a logger

Re: logging services with shell interaction

2021-10-24 Thread Ben Franksen
Am 23.10.21 um 18:40 schrieb Casper Ti. Vector: On Sat, Oct 23, 2021 at 05:48:23PM +0200, Ben Franksen wrote: I agree. BTW, another detail is the special handling of certain control characters by procServ: ^X to restart the child, ^T to toggle auto-restart, and the possibility to disable some

Re: logging services with shell interaction

2021-10-23 Thread Ben Franksen
Hi Casper Am 20.10.21 um 20:01 schrieb Casper Ti. Vector: On Wed, Oct 20, 2021 at 09:53:58AM +0200, Ben Franksen wrote: Interesting, I didn't know about recordio, will take a look. Hello from a fellow sufferer from EPICS. (If you see a paper on some synchrotron-related journal in a few

Re: logging services with shell interaction

2023-06-23 Thread Ben Franksen
Hi Caspar thanks for the heads-up; this is certainly an interesting project, but for me to start playing with it only makes sense if and when it has matured to the point where there is a minimum of documentation (-h/--help or something like that) and ideally some sort of revision control,