GNU bug report logs -
#27707
[PATCH] Remove task from 'guix-daemon.conf'.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Sat, 15 Jul 2017 14:55:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#27707: [PATCH] Remove task from 'guix-daemon.conf'.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 27707 <at> debbugs.gnu.org.
--
27707: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27707
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
On Sat, 15 Jul 2017 15:53:22 +0100
Christopher Baines <mail <at> cbaines.net> wrote:
> The 'task' means that events that led to this job starting will be
> blocked until it has stopped. Tasks are short lived jobs, whereas the
> guix-daemon is a long lived service. Including 'task' means that
> attempts to start the guix-daemon appear to hang, as upstart waits
> for it to exit.
>
> * etc/guix-daemon.conf.in: Remove 'task'.
> ---
> etc/guix-daemon.conf.in | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/etc/guix-daemon.conf.in b/etc/guix-daemon.conf.in
> index 09c70cde3..74706055f 100644
> --- a/etc/guix-daemon.conf.in
> +++ b/etc/guix-daemon.conf.in
> @@ -7,6 +7,4 @@ start on runlevel [2345]
>
> stop on runlevel [016]
>
> -task
> -
> exec
> @localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix-daemon
> --build-users-group=guixbuild
I've now pushed this patch.
[Message part 4 (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
The 'task' means that events that led to this job starting will be blocked
until it has stopped. Tasks are short lived jobs, whereas the guix-daemon is a
long lived service. Including 'task' means that attempts to start the
guix-daemon appear to hang, as upstart waits for it to exit.
* etc/guix-daemon.conf.in: Remove 'task'.
---
etc/guix-daemon.conf.in | 2 --
1 file changed, 2 deletions(-)
diff --git a/etc/guix-daemon.conf.in b/etc/guix-daemon.conf.in
index 09c70cde3..74706055f 100644
--- a/etc/guix-daemon.conf.in
+++ b/etc/guix-daemon.conf.in
@@ -7,6 +7,4 @@ start on runlevel [2345]
stop on runlevel [016]
-task
-
exec @localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix-daemon --build-users-group=guixbuild
--
2.13.1
This bug report was last modified 8 years ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.