From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#39926: Regression introduced by Shepherd 0.7.0 ('make check-system TESTS=btrfs-root-os' fails) Date: Fri, 20 Mar 2020 10:23:57 -0400 Message-ID: <877dzf3y0y.fsf@gmail.com> References: <87wo7yswwy.fsf@gmail.com> <87blpa7m3j.fsf@gnu.org> <87a74skcb1.fsf@gmail.com> <875zfgkap0.fsf@gmail.com> <87v9n03s02.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48694) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFIa7-0005sk-6m for bug-guix@gnu.org; Fri, 20 Mar 2020 10:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFIa6-0002dd-5O for bug-guix@gnu.org; Fri, 20 Mar 2020 10:25:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39367) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jFIa6-0002dY-2G for bug-guix@gnu.org; Fri, 20 Mar 2020 10:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jFIa5-0007pB-Vg for bug-guix@gnu.org; Fri, 20 Mar 2020 10:25:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87v9n03s02.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 19 Mar 2020 23:21:49 +0100") 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-mx.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 39926-done@debbugs.gnu.org Hi Ludo, Ludovic Court=C3=A8s writes: > Hi Maxim, > > Maxim Cournoyer skribis: > >> Maxim Cournoyer writes: >> >> [...] >> >>> Comparing with the above uname output, we can see that it validates the >>> hostname matches against "liberigilo", yet it is "gnu"! Perhaps >>> Shepherd 0.7.0 introduced some problem with the hostname service? >> >> Another data point: the same happen when running './pre-inst-env make >> check-system TESTS=3Dinstalled-os', so this is not Btrfs specific. > > Fixed by be0a672c30ad1401019abb5cb83d59be171813d0. > > I wonder how this could have worked before: =E2=80=98reboot=E2=80=99 neve= r gets a reply, > so it=E2=80=99s supposed to hang until it=E2=80=99s killed when the =E2= =80=98user-processes=E2=80=99 > service is stopped. > > Thanks, > Ludo=E2=80=99. Hey, weird! Anyway, thanks for fixing it! How did you debug this? I'm cu= rious. Maxim