GNU bug report logs - #27707
[PATCH] Remove task from 'guix-daemon.conf'.

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27707 in the body.
You can then email your comments to 27707 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#27707; Package guix-patches. (Sat, 15 Jul 2017 14:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 15 Jul 2017 14:55:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] Remove task from 'guix-daemon.conf'.
Date: Sat, 15 Jul 2017 15:54:17 +0100
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





Information forwarded to guix-patches <at> gnu.org:
bug#27707; Package guix-patches. (Sat, 15 Jul 2017 16:35:01 GMT) Full text and rfc822 format available.

Message #8 received at 27707 <at> debbugs.gnu.org (full text, mbox):

From: Jan Nieuwenhuizen <janneke <at> gnu.org>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 27707 <at> debbugs.gnu.org
Subject: Re: [bug#27707] [PATCH] Remove task from 'guix-daemon.conf'.
Date: Sat, 15 Jul 2017 18:34:34 +0200
Christopher Baines writes:

> 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.

Ah, experienced this trouble.  Tested and works for me, thanks!
janneke

-- 
Jan Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.com




Information forwarded to guix-patches <at> gnu.org:
bug#27707; Package guix-patches. (Sat, 15 Jul 2017 18:33:01 GMT) Full text and rfc822 format available.

Message #11 received at 27707 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Jan Nieuwenhuizen <janneke <at> gnu.org>
Cc: 27707 <at> debbugs.gnu.org
Subject: Re: [bug#27707] [PATCH] Remove task from 'guix-daemon.conf'.
Date: Sat, 15 Jul 2017 19:32:02 +0100
[Message part 1 (text/plain, inline)]
On Sat, 15 Jul 2017 18:34:34 +0200
Jan Nieuwenhuizen <janneke <at> gnu.org> wrote:

> Christopher Baines writes:
> 
> > 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.  
> 
> Ah, experienced this trouble.  Tested and works for me, thanks!

Amazing, thanks for testing :)
[Message part 2 (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sun, 16 Jul 2017 05:44:01 GMT) Full text and rfc822 format available.

Notification sent to Christopher Baines <mail <at> cbaines.net>:
bug acknowledged by developer. (Sun, 16 Jul 2017 05:44:02 GMT) Full text and rfc822 format available.

Message #16 received at 27707-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: 27707-done <at> debbugs.gnu.org
Subject: Re: [PATCH] Remove task from 'guix-daemon.conf'.
Date: Sun, 16 Jul 2017 06:42:52 +0100
[Message part 1 (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 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 13 Aug 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 363 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.