Hello Mark, Thank you for hint, I don't think I have added anyone else but these:
/etc/group: guix-builder:x:1002:guix-builder1,guix-builder2,guix-builder3,guix-builder4,guix-builder5,guix-builder6,guix-builder7,guix-builder8,guix-builder9,guix-builder10 And when something is mounted there is no process keeping it I guess. Thank you, I still need to search for solution. On Mon, Mar 07, 2016 at 08:59:06PM -0500, Mark H Weaver wrote: > Louis <[email protected]> writes: > > > Yes, I have tried it again, and it happened again, on the > > second time I have sent a bug. It looks to me dangerous to > > try it third time. > > I have only one idea what could cause something like this. > > Did you add any users to the 'guix-builder' group other than the users > dedicated for that purpose? If so, that's a problem. > > guix-daemon considers all of the users in that group to be exclusively > for its use. When asked to build something, it chooses a user from that > group to do the build, and then after the build it *kills* all processes > owned by that user. > > Every once in a while, someone decides to add their normal user account > to that group, and discovers that after every build guix-daemon kills > all of their user processes. If you added more users to that group, > perhaps guix-daemon is killing some process that causes your encrypted > /home to become unmounted? > > Mark
