From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 15 10:54:38 2017 Received: (at submit) by debbugs.gnu.org; 15 Jul 2017 14:54:38 +0000 Received: from localhost ([127.0.0.1]:40490 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWOSs-00084K-By for submit@debbugs.gnu.org; Sat, 15 Jul 2017 10:54:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40059) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWOSr-000847-Dj for submit@debbugs.gnu.org; Sat, 15 Jul 2017 10:54:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dWOSl-0003bD-LM for submit@debbugs.gnu.org; Sat, 15 Jul 2017 10:54:32 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:49432) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dWOSl-0003b4-IP for submit@debbugs.gnu.org; Sat, 15 Jul 2017 10:54:31 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWOSk-0001ze-DD for guix-patches@gnu.org; Sat, 15 Jul 2017 10:54:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dWOSh-0003aW-BZ for guix-patches@gnu.org; Sat, 15 Jul 2017 10:54:30 -0400 Received: from mira.cbaines.net ([2a01:7e00::f03c:91ff:fe69:8da9]:60594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWOSh-0003a2-5s for guix-patches@gnu.org; Sat, 15 Jul 2017 10:54:27 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id 20FDF13D1D3; Sat, 15 Jul 2017 15:54:23 +0100 (BST) Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id E057B13D1D0 for ; Sat, 15 Jul 2017 15:54:22 +0100 (BST) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 1f024775 for ; Sat, 15 Jul 2017 14:54:22 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] Remove task from 'guix-daemon.conf'. Date: Sat, 15 Jul 2017 15:54:17 +0100 Message-Id: <20170715145417.14653-1-mail@cbaines.net> X-Mailer: git-send-email 2.13.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) 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 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 15 12:34:59 2017 Received: (at 27707) by debbugs.gnu.org; 15 Jul 2017 16:34:59 +0000 Received: from localhost ([127.0.0.1]:40552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWQ1y-0007QH-Tc for submit@debbugs.gnu.org; Sat, 15 Jul 2017 12:34:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52370) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWQ1x-0007Q4-IT for 27707@debbugs.gnu.org; Sat, 15 Jul 2017 12:34:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dWQ1p-0003ff-Ad for 27707@debbugs.gnu.org; Sat, 15 Jul 2017 12:34:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWQ1d-0003aM-JW; Sat, 15 Jul 2017 12:34:37 -0400 Received: from peder.onsbrabantnet.nl ([88.159.206.46]:51498 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dWQ1d-0004IC-4L; Sat, 15 Jul 2017 12:34:37 -0400 From: Jan Nieuwenhuizen To: Christopher Baines Subject: Re: [bug#27707] [PATCH] Remove task from 'guix-daemon.conf'. Organization: AvatarAcademy.nl References: <20170715145417.14653-1-mail@cbaines.net> X-Url: http://AvatarAcademy.nl Date: Sat, 15 Jul 2017 18:34:34 +0200 In-Reply-To: <20170715145417.14653-1-mail@cbaines.net> (Christopher Baines's message of "Sat, 15 Jul 2017 15:54:17 +0100") Message-ID: <87bmoloe05.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 27707 Cc: 27707@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 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 --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 15 14:32:10 2017 Received: (at 27707) by debbugs.gnu.org; 15 Jul 2017 18:32:10 +0000 Received: from localhost ([127.0.0.1]:40632 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWRrO-0005c4-5B for submit@debbugs.gnu.org; Sat, 15 Jul 2017 14:32:10 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:47218 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWRrM-0005bw-Eb for 27707@debbugs.gnu.org; Sat, 15 Jul 2017 14:32:09 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id 6741113D1D3; Sat, 15 Jul 2017 19:32:07 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 60B1B13D1D0; Sat, 15 Jul 2017 19:32:06 +0100 (BST) Date: Sat, 15 Jul 2017 19:32:02 +0100 From: Christopher Baines To: Jan Nieuwenhuizen Subject: Re: [bug#27707] [PATCH] Remove task from 'guix-daemon.conf'. Message-ID: <20170715193202.6597434a@cbaines.net> In-Reply-To: <87bmoloe05.fsf@gnu.org> References: <20170715145417.14653-1-mail@cbaines.net> <87bmoloe05.fsf@gnu.org> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/1dGg+XYf/Q+..ZZ5lb3F9_H"; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27707 Cc: 27707@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --Sig_/1dGg+XYf/Q+..ZZ5lb3F9_H Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 15 Jul 2017 18:34:34 +0200 Jan Nieuwenhuizen wrote: > Christopher Baines writes: >=20 > > 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. =20 >=20 > Ah, experienced this trouble. Tested and works for me, thanks! Amazing, thanks for testing :) --Sig_/1dGg+XYf/Q+..ZZ5lb3F9_H Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAllqX6JfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XcI3Q/7Byge7Civ49pbZh+q3squ5vbTuVX9DVJ9y+Qyh1XS0YqiQ4JzUJl7rCab MUliRwHVM/0wHeAkTxLIq2+NCQD4A3RH/z0qcK/oF8ukkfFQWxJEabutNLyOqcte w1q+Vpe+l6G+RAA3yERHeAYMBRijZYSI1pqodBxf60GoiLVCVRi+IUFEl54Di5U4 vt8XCcwH2htdPy6yJf0LxI8A5DC/pc06NH8Ml8d9qDIQJNKXGoo2JDRocK9XGGRs JAJTfEW3Pdk64+h181iCZG33f3H4zUIzasENmrynj0ZXy010UfRYseh81jWA2cDg IjVSOoKJ//qPxu2VDxZ6hqlkt6Vz8W6CKJlU/nWeoDMHtoafiOgQx2ivZnPUMIuY Q9XbfC3mW7szmTC5In2f4Qa7C4uqezgtjsvqqyqv64RexzKBDTuw+5WpZ37iTbnW XUXC/V5k8Ut/fwUr6Q1fm8Bh07cWZ4BlQLhmhhDlfCT9342hkbWEUC/cY69O0W7S ovYL4DOzXq3DTychrWKkgezsb5DdS7+LnjhTsV23bdaFdU3RwbXy81hPJONz0s5A YPVUPb/BJip3hTxwVaVw5TLx/Uyb1ExoL53DMPG/ovIzpgezjY4LdjVeww+KV2vK vRCo8LFBcf1/sJkuPJie7Zk0/B8xuRQbd5xZ8cRny0rzVhqAUak= =gWMW -----END PGP SIGNATURE----- --Sig_/1dGg+XYf/Q+..ZZ5lb3F9_H-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 16 01:43:03 2017 Received: (at 27707-done) by debbugs.gnu.org; 16 Jul 2017 05:43:03 +0000 Received: from localhost ([127.0.0.1]:40931 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWcKd-0008HZ-6k for submit@debbugs.gnu.org; Sun, 16 Jul 2017 01:43:03 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:51047 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWcKb-0008HA-IN for 27707-done@debbugs.gnu.org; Sun, 16 Jul 2017 01:43:02 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id EF3A713D1D3; Sun, 16 Jul 2017 06:42:59 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id A77D513D1D0 for <27707-done@debbugs.gnu.org>; Sun, 16 Jul 2017 06:42:59 +0100 (BST) Date: Sun, 16 Jul 2017 06:42:52 +0100 From: Christopher Baines To: 27707-done@debbugs.gnu.org Subject: Re: [PATCH] Remove task from 'guix-daemon.conf'. Message-ID: <20170716064252.0c8118d9@cbaines.net> In-Reply-To: <20170715145322.14532-1-mail@cbaines.net> References: <20170715145322.14532-1-mail@cbaines.net> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/kh.ZtdRxH+O=jKDEPWhZ/gF"; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27707-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --Sig_/kh.ZtdRxH+O=jKDEPWhZ/gF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 15 Jul 2017 15:53:22 +0100 Christopher Baines 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. >=20 > * etc/guix-daemon.conf.in: Remove 'task'. > --- > etc/guix-daemon.conf.in | 2 -- > 1 file changed, 2 deletions(-) >=20 > 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] > =20 > stop on runlevel [016] > =20 > -task > - > exec > @localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix-daemon > --build-users-group=3Dguixbuild I've now pushed this patch. --Sig_/kh.ZtdRxH+O=jKDEPWhZ/gF Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAllq/NxfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9Xd21BAAoumtUHlusuojWlnsu8gAjgBUwExkTChhAj8VzFq5hp25Cw3Fcuyo92wj yXL1ZiCHb5e03ZxvA9R91/p+MVvPpr3lMKxiOnYZGrl+Uh+9YTDbgE48qPfxGtLL ORzxRGKXE4CAxWKa5DucIwY6+Lq5vJ5AfjzEiP9QVqjpE5P4QhFhqrLYlPQJp93v V+FvLHpd37Tu40DSllRL2Q22jtr048rlORk53cClxrpNqKRzXkySbxEEUCXqXLQ8 vb1koaYd9jj+xpBB4ptay0euOOH1s2/QLqj5PDkPBSWHWPZxgPPo0rkHyMM801yZ ty9apELxknqPdvU6deqw7GXimNbdrN+ztok3pqA7VAMSM1dkvR0ikC3Wd0MOT8eK msFpnqF0xsWAxG0encSxJKAvM/JXx177v9V2eGbNfrszQvu9YHvvgP1CKEpDdvUh lJieTCd/LtcOmfrUWo0+3LfzA+pf++BGEf1cnLNVTpe7aXICSWmR23J+3Yh2tj3M NsDhl3sRU03gK371ZwMJ1uHyhS0qedFqFeTACMUmx1H4e4FIcDxgugviBiINXSS4 BZVKihhCh7P56cDL1TgEkbmXaiiONJeCNph+ew1eVdkfci8dLus4GDdETWjywRFL WIUSRnYTnTSmaQ43sZRwd5gMm/2x+9eDlwupMTSzWSA/gHGpxJw= =fNQT -----END PGP SIGNATURE----- --Sig_/kh.ZtdRxH+O=jKDEPWhZ/gF-- From unknown Sun Aug 10 16:49:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 13 Aug 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator