From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30298: core-updates: Failure to find the guixbuild group Date: Thu, 01 Feb 2018 00:28:32 +0100 Message-ID: <871si5r4kf.fsf@gnu.org> References: <20180131025652.GA14550@jasmine.lan> <87tvv1r6vo.fsf@gnu.org> <20180131224913.GA29149@jasmine.lan> <87k1vxr68o.fsf@gnu.org> <20180131230753.GC29149@jasmine.lan> 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]:51229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eh1oR-0001Gb-3o for bug-guix@gnu.org; Wed, 31 Jan 2018 18:29:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eh1oM-00025z-QC for bug-guix@gnu.org; Wed, 31 Jan 2018 18:29:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43759) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eh1oM-00025g-ML for bug-guix@gnu.org; Wed, 31 Jan 2018 18:29:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eh1oL-0006hl-Pg for bug-guix@gnu.org; Wed, 31 Jan 2018 18:29:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180131230753.GC29149@jasmine.lan> (Leo Famulari's message of "Wed, 31 Jan 2018 18:07:53 -0500") 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: Leo Famulari Cc: 30298@debbugs.gnu.org Leo Famulari skribis: > On Wed, Jan 31, 2018 at 11:52:23PM +0100, Ludovic Court=C3=A8s wrote: >> > This guix-daemon is based on core-updates commit 76ef53eb828 (gnu: >> > glslang: Update to commit b5b084624), on x86_64-linux. >>=20 >> If you stop nscd again and =E2=80=9Cstrace -f=E2=80=9D guix-daemon entir= ely, can you >> check if it ever tries to open libnss_*? > > It never does. The strace log I posted previously is the complete log: > > https://debbugs.gnu.org/cgi/bugreport.cgi?att=3D0;bug=3D30298;msg=3D8 I think you attached strace to the running guix-daemon process here. What I meant is that we should trace it from the beginning of its execution (so either run it by hand or modify the .service file to run =E2=80=9Cstrace -f guix-daemon =E2=80=A6=E2=80=9D.) Ludo=E2=80=99.