On 10/17/2017 2:42 AM, Bernhard Schmidt wrote: > close(3) = 0 > open("/home", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXECstrace: Process 1677 > detached > <detached ...>
So it hangs in a call to open() on /home? That looks like a kernel bug. Is /home mounted at the time, or is it just the container directory in your root filesystem? If it is the latter then you may want to run e2fsck -f on your root filesystem.