[Bug 879710] Re: ubuntu-vm-builder crashes when trying to umount tmp directory.
heechul yun
879710 at bugs.launchpad.net
Fri Oct 28 20:41:24 UTC 2011
A simple workaround is simply add some sleep as follows.
def unmount_dev(self):
self.context.cancel_cleanup(self.unmount_dev)
run_cmd('sleep', '10'); // <--- add this line.
run_cmd('umount', '%s/dev' % self.context.chroot_dir)
Above
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/879710
Title:
ubuntu-vm-builder crashes when trying to umount tmp directory.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/879710/+subscriptions
More information about the Ubuntu-server-bugs
mailing list