Re: s6-rc: output of ./finish not directed to logger?

2016-08-19 Thread Laurent Bercot
On 19/08/2016 11:09, Casper Ti. Vector wrote: Latest version of s6-rc in the git repo creates a `./finish' wrapper even when `./finish' does not exist, leading to errors: $ ls /run/service/some.service event finish runrun.user supervise Another bug caused by asymmetry in

Re: s6-rc: output of ./finish not directed to logger?

2016-08-19 Thread Casper Ti. Vector
Latest version of s6-rc in the git repo creates a `./finish' wrapper even when `./finish' does not exist, leading to errors: > $ ls /run/service/some.service > event finish runrun.user supervise Another bug caused by asymmetry in specification :( By the way, I think s6's

Re: s6-rc: output of ./finish not directed to logger?

2016-08-18 Thread Laurent Bercot
Please try with the latest git head of s6-rc and tell me if it works for you. -- Laurent

Re: s6-rc: output of ./finish not directed to logger?

2016-08-18 Thread Casper Ti. Vector
:) On Thu, Aug 18, 2016 at 05:15:16PM +0200, Laurent Bercot wrote: > That's... an oversight, because all the infrastructure to make it work > is already there. Thanks for the report - I'll add the missing pieces to > the compiler as soon as possible. :) -- My current OpenPGP key:

Re: s6-rc: output of ./finish not directed to logger?

2016-08-18 Thread Laurent Bercot
On 18/08/2016 16:58, Casper Ti. Vector wrote: I found that, with the current behaviour of s6-rc, the output of `./finish' is not redirected to the logger process: (...) Is this a design decision? That's... an oversight, because all the infrastructure to make it work is already there. Thanks