Re: [PATCH] utils/settrans: fix the teardown of chrooted environments

2013-12-10 Thread Samuel Thibault
Justus Winter, le Tue 10 Dec 2013 18:08:13 +0100, a écrit : > Previously, settrans --chroot would just exec the target. Create a > new process for that purpose. Wait for its completion, then ask the > translator (nicely by default) to go away. If it refuses with EBUSY, > it might be because some

[PATCH] utils/settrans: fix the teardown of chrooted environments

2013-12-10 Thread Justus Winter
Previously, settrans --chroot would just exec the target. Create a new process for that purpose. Wait for its completion, then ask the translator (nicely by default) to go away. If it refuses with EBUSY, it might be because some process has daemonized inside the chrooted environment. This fixes