Andreas Enge <[email protected]> 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’.
