bug#47865: Missing dependency for sysv-init

2024-02-14 Thread guido via Bug reports for GNU Guix
Hi all, I run a Devuan system with SysV init and made a fix. Please find it here: (sorry, git-send-email does not work yet..) index 982fb0a266..a09fd8fef1 100755 --- a/etc/guix-install.sh +++ b/etc/guix-install.sh @@ -210,6 +210,9 @@ chk_init_sys() elif [[ -f /etc/init.d/cron && ! -h /etc/

bug#47865: Missing dependency for sysv-init

2021-04-19 Thread Gabriel Hondet
On Sun, Apr 18, 2021 at 01:13:04PM -0400, Leo Famulari wrote: > On Sun, Apr 18, 2021 at 09:15:09AM +0200, Gabriel Hondet wrote: > > I installed Guix on Devuan with SysV-init, but the script copied in > > /etc/init.d/ uses the command "daemonize" which isn't listed in the > > dependencies of "guix-i

bug#47865: Missing dependency for sysv-init

2021-04-19 Thread Leo Famulari
On Mon, Apr 19, 2021 at 01:21:47PM -0400, Leo Famulari wrote: > Okay. So I guess that what we need to do here is add 'daemonize' to the > REQUIRE list in guix-install.sh. Well, I thought it about for a bit longer, and realized that we don't want the script to require this command, since it is only

bug#47865: Missing dependency for sysv-init

2021-04-19 Thread Leo Famulari
On Mon, Apr 19, 2021 at 02:33:23PM +0200, Gabriel Hondet wrote: > On Sun, Apr 18, 2021 at 01:13:04PM -0400, Leo Famulari wrote: > > Do you know where this `daemonize` command is supposed to come from? I > > don't see a package with this name in Guix. Is it part of Devuan? > > Devuan has such a pac

bug#47865: Missing dependency for sysv-init

2021-04-18 Thread Julien Lepiller
Le Sun, 18 Apr 2021 13:13:04 -0400, Leo Famulari a écrit : > On Sun, Apr 18, 2021 at 09:15:09AM +0200, Gabriel Hondet wrote: > > I installed Guix on Devuan with SysV-init, but the script copied in > > /etc/init.d/ uses the command "daemonize" which isn't listed in the > > dependencies of "guix-in

bug#47865: Missing dependency for sysv-init

2021-04-18 Thread Leo Famulari
On Sun, Apr 18, 2021 at 09:15:09AM +0200, Gabriel Hondet wrote: > I installed Guix on Devuan with SysV-init, but the script copied in > /etc/init.d/ uses the command "daemonize" which isn't listed in the > dependencies of "guix-install.sh". Consequently, guix is installed but > cannot be started, t

bug#47865: Missing dependency for sysv-init

2021-04-18 Thread Gabriel Hondet
Hi, I installed Guix on Devuan with SysV-init, but the script copied in /etc/init.d/ uses the command "daemonize" which isn't listed in the dependencies of "guix-install.sh". Consequently, guix is installed but cannot be started, the command service guix-daemon start returns /etc/init.d