[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2025-05-21 Thread Dave Jones
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.

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2015-06-17 Thread Rolf Leggewie
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

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2012-01-21 Thread Andy Balaam
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

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2012-01-21 Thread Andy Balaam
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.

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2012-01-21 Thread Andy Balaam
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

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2011-11-14 Thread neiltingey
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:/

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2011-05-29 Thread Zak Stone
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.

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2011-04-19 Thread Fabián Rodríguez
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

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2010-04-09 Thread Thierry Carrez
** 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

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2010-03-29 Thread Soren Hansen
** 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

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2010-02-02 Thread Loïc Minier
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

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2010-02-02 Thread Sergey Svishchev
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

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2010-02-02 Thread Loïc Minier
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.

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2010-02-01 Thread Caleb Shay
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

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2010-01-04 Thread Chuck Short
** 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

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2009-12-23 Thread Peter Matulis
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

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2009-12-15 Thread Nick Barcet
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

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2009-12-15 Thread Peter Matulis
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

[Bug 497258] Re: vmbuilder fails when adding package 'ubuntu-desktop'

2009-12-15 Thread Peter Matulis
** 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.