bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Integration of the Nix daemon


From: Ludovic Courtès
Subject: Re: Integration of the Nix daemon
Date: Sun, 16 Dec 2012 17:58:36 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Andreas Enge <address@hidden> skribis:

> When starting the execution, only the following lines are printed:
>           {sa_family=AF_FILE, NULL}, [2]) = 4
> fcntl(4, F_GETFD)                       = 0
> fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
> getsockopt(4, SOL_SOCKET, SO_PEERCRED, "\24\36\0\0\350\3\0\0\350\3\0\0", 
> [12]) = 0
> write(2, "accepted connection from pid 770"..., 44accepted connection from 
> pid 7700, uid 1000
> ) = 44
> clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 

Oh, actually since the daemon forks (last line above), you need -f:

  # strace -o log -f guix-daemon --build-users-group=nixbld

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]