Comment 10 for bug 879710

Revision history for this message
Nobuto Murata (nobuto) wrote :

I will attach the debug log vmbuilder with --addpkg ubuntu-desktop and debug lines:
  run_cmd('lsof', '%s/proc' % self.context.chroot_dir)
  run_cmd('lsof', '%s/dev/pts' % self.context.chroot_dir)
  run_cmd('lsof', '%s/dev' % self.context.chroot_dir)

With run_cmd('ps', '-ef') or without --addpkg ubuntu-desktop, I cannot reproduce it.