[Bug 879710] Re: ubuntu-vm-builder crashes when trying to umount tmp directory.

2012-10-15 Thread lhotari
This bug duplicates https://bugs.launchpad.net/vmbuilder/+bug/966439 . The workaround is to add --removepkg=cron to the vmbuilder command line. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in Ubuntu.

[Bug 610652] Re: vmbuilder randomly fails to install grub

2012-02-06 Thread lhotari
vmbuilder should generate a proper /etc/mtab file in the disk image / chroot before running grub. For some reason grub requires that /etc/mtab contains the root partition in the mtab list. embedded mode for grub fails since vmbuilder makes partitions starting from sector 1. virt-manager starts

[Bug 579723] Re: kvm memory ballooning is unusable in Lucid

2010-05-28 Thread lhotari
Have you checked the file's execution bit? chmod 0755 kvm-balloon ** Description changed: kvm/qemu doesn't enable ballooning by default anymore (the man page still claims that ballooning is enabled by default) . There is no easy way to enable it with libvirt. libvirt should add

[Bug 579723] Re: kvm memory ballooning is unusable in Lucid

2010-05-22 Thread lhotari
try adding quotes around $@ in kvm-balloon script: #!/bin/sh /usr/bin/kvm -balloon virtio $@ -- kvm memory ballooning is unusable in Lucid https://bugs.launchpad.net/bugs/579723 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in

[Bug 579723] [NEW] kvm memory ballooning is unusable in Lucid

2010-05-12 Thread lhotari
Public bug reported: kvm/qemu doesn't enable ballooning by default anymore (the man page still claims that ballooning is enabled by default) . There is no easy way to enable it with libvirt. libvirt should add -balloon virtio to the qemu command line by default or provide a way to modify the

[Bug 571415] [NEW] vtund server denies connections because /var/lock/vtund directory doesn't exist

2010-04-28 Thread lhotari
Public bug reported: Binary package hint: vtun Server shows this error message in /var/log/auth.log: Can't create temp lock file /var/lock/vtund/myvpn workaround: mkdir /var/lock/vtund Problem with the workaround is that is doesn't survive reboots. You'll have to add these lines to