From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Integration of the Nix daemon Date: Sun, 16 Dec 2012 17:58:36 +0100 Message-ID: <874njmj5mr.fsf@gnu.org> References: <87zk1u3htq.fsf@gnu.org> <201212161216.51858.andreas@enge.fr> <87r4mqkl8b.fsf@gnu.org> <201212161756.24257.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkHXz-0001PI-AJ for bug-guix@gnu.org; Sun, 16 Dec 2012 11:58:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkHXy-0000ID-DU for bug-guix@gnu.org; Sun, 16 Dec 2012 11:58:39 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:27913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkHXy-0000I8-3G for bug-guix@gnu.org; Sun, 16 Dec 2012 11:58:38 -0500 In-Reply-To: <201212161756.24257.andreas@enge.fr> (Andreas Enge's message of "Sun, 16 Dec 2012 17:56:24 +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.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > When starting the execution, only the following lines are printed: > {sa_family=3DAF_FILE, NULL}, [2]) =3D 4 > fcntl(4, F_GETFD) =3D 0 > fcntl(4, F_SETFD, FD_CLOEXEC) =3D 0 > getsockopt(4, SOL_SOCKET, SO_PEERCRED, "\24\36\0\0\350\3\0\0\350\3\0\0",= =20 > [12]) =3D 0 > write(2, "accepted connection from pid 770"..., 44accepted connection fro= m=20 > pid 7700, uid 1000 > ) =3D 44 > clone(child_stack=3D0, flags=3DCLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SI= GCHLD,=20 Oh, actually since the daemon forks (last line above), you need -f: # strace -o log -f guix-daemon --build-users-group=3Dnixbld Ludo=E2=80=99.