Marking as "won't fix" in devel: vm-builder is no longer present in the
Ubuntu archive after bionic, which is EOL
** Changed in: vm-builder (Ubuntu)
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
lucid has seen the end of its life and is no longer receiving any
updates. Marking the lucid task for this ticket as "Won't Fix".
** Changed in: vm-builder (Ubuntu Lucid)
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
Apologies for the noise - I think I may be actually seeing bug #726790
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/726790
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/497258
Title:
vm
Apologies - mine seems to be a different problem - I am not using
--addpkg ubuntu-desktop but I am getting a similar error message:
VMBuilder.exception.VMBuilderException: Process (['umount',
'/tmp/tmpTuNycd/dev']) returned 1. stdout: , stderr: umount:
/tmp/tmpTuNycd/dev: device is busy.
Still a problem for me in oneiric 11.10.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/497258
Title:
vmbuilder fails when adding package 'ubuntu-desktop'
To manage notifications about this bug go t
Has this been fixed anywhere ?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/497258
Title:
vmbuilder fails when adding package 'ubuntu-desktop'
To manage notifications about this bug go to:
https:/
Following the analysis above, I found that adding --removepkg binfmt-
support allows the ubuntu-desktop package to be installed successfully,
just in case anyone needs a quick workaround.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Same problem in natty.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/497258
Title:
vmbuilder fails when adding package 'ubuntu-desktop'
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
htt
** Also affects: vm-builder (Ubuntu Lucid)
Importance: Medium
Status: Confirmed
** Changed in: vm-builder (Ubuntu Lucid)
Milestone: ubuntu-10.04 => None
--
vmbuilder fails when adding package 'ubuntu-desktop'
https://bugs.launchpad.net/bugs/497258
You received this bug notification
** Changed in: vm-builder (Ubuntu)
Milestone: None => ubuntu-10.04
--
vmbuilder fails when adding package 'ubuntu-desktop'
https://bugs.launchpad.net/bugs/497258
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
Ack; I remember debootstrap being adjusted for upstart; vm-builder
should copy the debootstrap tricks.
But binfmt-support is not an upstart job, so I'm not sure that's the
issue here.
--
vmbuilder fails when adding package 'ubuntu-desktop'
https://bugs.launchpad.net/bugs/497258
You received this
On karmic, policy-rc.d doesn't work (you need to divert or disable
/sbin/initctl) -- see bug 392377 and bug 430224.
--
vmbuilder fails when adding package 'ubuntu-desktop'
https://bugs.launchpad.net/bugs/497258
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
it's likely binfmt-support for mono-handled binaries. Either it's
needed to run some binaries during installation, in which case vmbuilder
should handle binfmt-support specially by stopping it after installation
of packages, or it's not really needed and vmbuilder can just avoid it
from starting.
I've gotten similar problems caused by having binfmt-support installed
into my VM image. Adding the following to unmount_dev_proc in
/usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/dapper.py
fixes my problem:
run_cmd('umount', '%s/proc/sys/fs/binfmt_misc' % self.destdir)
My guess is th
** Changed in: vm-builder (Ubuntu)
Importance: Undecided => Medium
** Changed in: vm-builder (Ubuntu)
Status: New => Confirmed
--
vmbuilder fails when adding package 'ubuntu-desktop'
https://bugs.launchpad.net/bugs/497258
You received this bug notification because you are a member of U
I did add a sync to the following file
/usr/lib/python2.6/dist-packages/VMBuilder/disk.py
Here
def umount(self):
self.vm.cancel_cleanup(self.umount)
if (self.type != TYPE_SWAP) and not self.dummy:
logging.debug('Syncing')
run_cmd('sync')
lo
Looks like we are trying to umount the volume before it has finished
committing the prior operation to disk. Maybe we should sync prior to
trying to umount?
--
vmbuilder fails when adding package 'ubuntu-desktop'
https://bugs.launchpad.net/bugs/497258
You received this bug notification because y
Soory, transcript.txt is actually the shell script I used to do launch
vmbuilder. The transcript is actually attached as typescript.txt (from
script command).
** Attachment added: "typescript.txt"
http://launchpadlibrarian.net/36854241/typescript.txt
--
vmbuilder fails when adding package 'u
** Attachment added: "transcript.txt"
http://launchpadlibrarian.net/36854188/transcript.txt
--
vmbuilder fails when adding package 'ubuntu-desktop'
https://bugs.launchpad.net/bugs/497258
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
19 matches
Mail list logo