all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27707] [PATCH] Remove task from 'guix-daemon.conf'.
@ 2017-07-15 14:54 Christopher Baines
  2017-07-15 16:34 ` Jan Nieuwenhuizen
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2017-07-15 14:54 UTC (permalink / raw)
  To: 27707

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#27707] [PATCH] Remove task from 'guix-daemon.conf'.
  2017-07-15 14:54 [bug#27707] [PATCH] Remove task from 'guix-daemon.conf' Christopher Baines
@ 2017-07-15 16:34 ` Jan Nieuwenhuizen
  2017-07-15 18:32   ` Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Nieuwenhuizen @ 2017-07-15 16:34 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 27707

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@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#27707] [PATCH] Remove task from 'guix-daemon.conf'.
  2017-07-15 16:34 ` Jan Nieuwenhuizen
@ 2017-07-15 18:32   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2017-07-15 18:32 UTC (permalink / raw)
  To: Jan Nieuwenhuizen; +Cc: 27707

[-- Attachment #1: Type: text/plain, Size: 533 bytes --]

On Sat, 15 Jul 2017 18:34:34 +0200
Jan Nieuwenhuizen <janneke@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 :)

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-15 18:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-15 14:54 [bug#27707] [PATCH] Remove task from 'guix-daemon.conf' Christopher Baines
2017-07-15 16:34 ` Jan Nieuwenhuizen
2017-07-15 18:32   ` Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.