Hi,
On Tue, 28 Mar 2023 20:30:59 +0200
Andras Korn wrote:
> On Tue, Mar 28, 2023 at 01:10:36AM +0200, Lorenzo wrote:
> > I propose the following:
> >
> > * patch runit-helper, update-service and /lib/runit/trigger_sv so
> > that every (package provided) runit service is always represented
> > i
On Tue, Mar 28, 2023 at 01:10:36AM +0200, Lorenzo wrote:
Hi,
> Please follow up and let me know if my idea would solve this issue or at
> least improve the situation from your point of view:
> >
> > Checking for /etc/sv/$name and skipping initscripts if those directories
> > exist is wrong for
Hi Andras,
Please follow up and let me know if my idea would solve this issue or
at least improve the situation from your point of view:
>
> Checking for /etc/sv/$name and skipping initscripts if those
> directories exist is wrong for two reasons:
>
> 1. /etc/sv/$name may not be symlinked into
Control: tags -1 moreinfo
I need more info to proceed with this bug
On Wed, 26 Oct 2022 18:26:02 +0200 Andras Korn
wrote:
>
> Checking for /etc/sv/$name and skipping initscripts if those
> directories exist is wrong for two reasons:
>
> 1. /etc/sv/$name may not be symlinked into /etc/service
Hi,
> Ps. I appreciate all the work you're doing on the runit packages.
> Please don't take my occasionally vehement disagreement with some of
> your ideas personally.
Don't worry about this, feedback are useful to improve the package.
Thanks for taking the time to file bugs and followup, others
On Wed, Nov 02, 2022 at 01:45:24PM +0100, Lorenzo wrote:
Hi,
> Am I correct that this is not a regression introduced with recent changes to
> runit? [relevant to understand if I have to revert something in case I can't
> fix this before the freeze]
Yes. I just started using the default config
Hi,
Am I correct that this is not a regression introduced with recent
changes to runit? [relevant to understand if I have to revert something
in case I can't fix this before the freeze]
Anyway, let me clarify this one first:
>
> Uh, what runtime directory? /etc/sv is currently a repository for
>
On Fri, Oct 28, 2022 at 03:07:07PM +0200, Lorenzo wrote:
Hi,
> > Package: runit
> > Version: 2.1.2-50
> > Severity: normal
> >
> > Hi,
> >
> > /lib/runit/run_sysv_scripts has this:
> >
> > for script in "$initdir/$rX"* ; do
> > [ ! -x "$script" ] && continue
> > path=$(realpath "$scrip
Hi,
On Wed, 26 Oct 2022 18:26:02 +0200
Andras Korn wrote:
> Package: runit
> Version: 2.1.2-50
> Severity: normal
>
> Hi,
>
> /lib/runit/run_sysv_scripts has this:
>
> for script in "$initdir/$rX"* ; do
> [ ! -x "$script" ] && continue
> path=$(realpath "$script")
> name=${p
Package: runit
Version: 2.1.2-50
Severity: normal
Hi,
/lib/runit/run_sysv_scripts has this:
for script in "$initdir/$rX"* ; do
[ ! -x "$script" ] && continue
path=$(realpath "$script")
name=${path##*/}
# Special case for wicd. Runscript is called "wicd-daemon",
10 matches
Mail list logo