BTS

Message2127

Author zugschlus
Recipients zugschlus
Date 2009-04-05.19:49:44
Content
grml-chroot does not properly handle the situation when the user decides to 
chroot into the same chroot multiple times (for example, in different windows). 
When the first chroot terminates, the unconditional umount leaves the other 
chroots without mounted /proc, /dev etc.

I would suggest touching a file inside the chroot prior to the chroot, removing 
that file after the chroot command has terminated, and only umounting the 
filesystems if no other file is in there.

Greetings
Marc
History
Date User Action Args
2009-04-05 19:49:46zugschlussetrecipients: + zugschlus
2009-04-05 19:49:46zugschlussetmessageid: <1238960986.25.0.894886519803.issue659@bts.grml.org>
2009-04-05 19:49:46zugschluslinkissue659 messages
2009-04-05 19:49:44zugschluscreate