[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2013-01-03 Thread Brian Murray
The verification of this was trivial enough that I did it myself. Using python-vm-builder version 0.12.4+bzr477-0ubuntu3 from precise- proposed I did not experience this crash, and I was able to reproduce the crash with the previous version of python-vm-builder (0ubuntu1). ** Tags removed:

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2013-01-03 Thread Launchpad Bug Tracker
This bug was fixed in the package vm-builder - 0.12.4+bzr477-0ubuntu3 --- vm-builder (0.12.4+bzr477-0ubuntu3) precise-proposed; urgency=low [ Alex Dehnert ] * fix tmpfs unmounting failure (LP: #1008225) vm-builder (0.12.4+bzr477-0ubuntu2) precise-proposed; urgency=low [ Yoann

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-10-25 Thread Brian Murray
Jarl-p - do you mean that you are running the version of the package from -proposed and that fixes it for you? Or did you patch your code locally? If you are in fact using the version of vm-builder from -proposed it would be great if you could change the tag from verification-needed to

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-10-21 Thread Jarl-p
I had started getting this error with chroot/dev not unmounting cleanly, caused by the same issue (you could see the extra cron processes running afterwards). This patch looks to have fixed it for me. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-09-23 Thread Alan Pope
alan@deep-thought:~$ sudo vmbuilder kvm ubuntu -o -v --tmpfs 1536 --rootsize=4096M --swapsize=512M -d vm1 --proxy=http://192.168.1.2:3128 2012-09-23 21:37:16,702 INFO: Mounting tmpfs under /tmp/tmpyXTs9ntmpfs 2012-09-23 21:37:16,705 INFO: Calling hook: preflight_check 2012-09-23

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-09-23 Thread Alan Pope
Oops, left comment on wrong bug, should have left this on bug 966944. Sorry for the noise. -- 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/1008225 Title: vmbuilder fails using

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-08-28 Thread Chris Halse Rogers
Hello Tokuko, or anyone else affected, Accepted vm-builder into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/vm- builder/0.12.4+bzr477-0ubuntu3 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-08-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/vm-builder/precise- proposed -- 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/1008225 Title: vmbuilder fails using tmpfs due

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-08-06 Thread Serge Hallyn
** Also affects: vm-builder (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: vm-builder (Ubuntu Precise) Importance: Undecided = High ** Changed in: vm-builder (Ubuntu Precise) Status: New = Triaged ** Changed in: vm-builder (Ubuntu Precise) Assignee:

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-08-06 Thread Serge Hallyn
** Description changed: + === + SRU Justification: + 1. Impact: simple vm creations fail + 2. Development fix: use dpkg-divert to replace initctl with our stub, so that when usptart is installed it does not replace it with the real one + 3. Stable fix: same as

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-07-23 Thread Serge Hallyn
Thanks, this patch seemed to work for me on quantal, for creating quantal and hardy vms. -- 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/1008225 Title: vmbuilder fails using

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-07-23 Thread Serge Hallyn
Sorry, not quantal, but precise, lucid and hardy. -- 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/1008225 Title: vmbuilder fails using tmpfs due to upstart restarting cron in the

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-07-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~vmbuilder-dev/vmbuilder/packaging -- 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/1008225 Title: vmbuilder fails using tmpfs due to upstart restarting cron

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-07-23 Thread Launchpad Bug Tracker
This bug was fixed in the package vm-builder - 0.12.4+bzr480-0ubuntu1 --- vm-builder (0.12.4+bzr480-0ubuntu1) quantal; urgency=low * Patch from Alex Dehnert (adehnert) to fix tmpfs unmounting failure (LP: #1008225) * From Scott Moser: fix vmbuilder --version output (LP:

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-06-29 Thread Alex Dehnert
It looks to me like the issue is that while vmbuilder moves away initctl to avoid starting any services, upstart (or maybe another init?) gets reinstalled, replacing the moved initctl. As a result, it leaks a cron invocation. (I'm not totally sure why the policy-rc.d change that's in the guest

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-06-29 Thread Ubuntu Foundation's Bug Bot
The attachment lucid-vm.patch of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch' from

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-06-06 Thread Serge Hallyn
Interesting - this would also explain bug 879710. Why would cron be being started? Does vmbuilder need to do a cat $rootfs/partial-${arch}/usr/sbin/policy-rc.d EOF #!/bin/sh exit 101 EOF (Stolen from the ubuntu lxc template and courtesy of stgraber)? ** Changed in: vm-builder (Ubuntu)

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-06-04 Thread Chuck Short
Which version of vmbuilder is this with? ** Changed in: vm-builder (Ubuntu) Status: New = Incomplete -- 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/1008225 Title:

[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-06-04 Thread Tokuko
This is the version I'm using: ii python-vm-builder 0.12.4+bzr477-0ubuntu1 VM builder -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in Ubuntu.