From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22039: [PATCH] 'guix system reconfigure' must start/restart/stop services Date: Wed, 19 Sep 2018 17:47:23 +0200 Message-ID: <87lg7xh4l0.fsf@gnu.org> References: <874mg6rsjl.fsf@gnu.org> <87tvnhxr20.fsf@zancanaro.id.au> <87sh2tijb2.fsf@gnu.org> <87va7pza4p.fsf@zancanaro.id.au> <87tvn9b0qh.fsf@gnu.org> <87tvn8d0n7.fsf@zancanaro.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2ei1-0004hI-O9 for bug-guix@gnu.org; Wed, 19 Sep 2018 11:48:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g2ehw-0000jx-7w for bug-guix@gnu.org; Wed, 19 Sep 2018 11:48:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41622) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g2ehu-0000j9-LR for bug-guix@gnu.org; Wed, 19 Sep 2018 11:48:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g2ehu-0005FE-II for bug-guix@gnu.org; Wed, 19 Sep 2018 11:48:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87tvn8d0n7.fsf@zancanaro.id.au> (Carlo Zancanaro's message of "Sun, 02 Sep 2018 13:43:56 +1000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Carlo Zancanaro Cc: 22039@debbugs.gnu.org Hi Carlo, Carlo Zancanaro skribis: > On Sun, Sep 02 2018, Ludovic Court=C3=A8s wrote: >> First, could you check (in a VM) whether the boot failure is >> reproducible when that patch that removes =E2=80=98EINTR-safe=E2=80=99 i= s applied? > > As far as I can tell it's completely reproducible. Commit c4ba8c79db0aa4ba3517acc82ebafe16105fbb97 reinstates the commit and removes the leftover #:replace, which was responsible for the problem: in the context of the =E2=80=98start=E2=80=99 method of udev, =E2= =80=98system*=E2=80=99 was unbound, to =E2=80=98start=E2=80=99 would throw an exception and shepherd w= ould call it again (thinking udev had failed to start), indefinitely. If there=E2=80=99s nothing left to add to Shepherd, we can release 0.5.0 wi= thin a few days and then commit the Guix side of this change. WDYT? Thanks, Ludo=E2=80=99.