[Bug 575839] Re: VMs built with vm-builder won't run

2010-12-04 Thread Launchpad Bug Tracker
[Expired for vm-builder (Ubuntu) because there has been no activity for 60 days.] ** Changed in: vm-builder (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in ubuntu.

[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-17 Thread Chuck Short
** Changed in: vm-builder (Ubuntu) Importance: Undecided = Medium ** Changed in: vm-builder (Ubuntu) Status: New = Incomplete -- VMs built with vm-builder won't run https://bugs.launchpad.net/bugs/575839 You received this bug notification because you are a member of Ubuntu Server

[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-17 Thread Marcus Bointon
FYI, I supplied a VM I built to Soren off-site. He found it ran OK. I asked for a VM built using the same config on a known-good server that I could try. So far the story is: VMs I build won't run poperly on this server VMs built elsewhere (using different config) do run on this server VMs I

[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-11 Thread Soren Hansen
I've just tried building an image using the same command line as you and it works just fine. I've compared the debug logs, and I don't see any differences that would cause anything like this. Is there any way you can upload the resulting image somewhere so I can look at it and see what might be

[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-06 Thread Marcus Bointon
Here's the debug log. I see a lot of debug-level notices about missing methods, but it doesn't seem to be leading to any actual errors, like this: 2010-05-06 01:03:47,288 DEBUG : Calling install_bootloader method in VMBuilder.plugins.libvirt plugin. 2010-05-06 01:03:47,289 DEBUG : No such

Re: [Bug 575839] Re: VMs built with vm-builder won't run

2010-05-06 Thread Soren Hansen
On Thu, May 06, 2010 at 07:27:34AM -, Marcus Bointon wrote: Here's the debug log. I see a lot of debug-level notices about missing methods, but it doesn't seem to be leading to any actual errors, like this: 2010-05-06 01:03:47,288 DEBUG : Calling install_bootloader method in

[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-05 Thread Marcus Bointon
** Attachment added: Screen shot 2010-05-05 at 16.38.55.png http://launchpadlibrarian.net/47877692/Screen%20shot%202010-05-05%20at%2016.38.55.png -- VMs built with vm-builder won't run https://bugs.launchpad.net/bugs/575839 You received this bug notification because you are a member of

[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-05 Thread Marcus Bointon
** Attachment added: Screen shot 2010-05-05 at 16.36.51.png http://launchpadlibrarian.net/47877680/Screen%20shot%202010-05-05%20at%2016.36.51.png -- VMs built with vm-builder won't run https://bugs.launchpad.net/bugs/575839 You received this bug notification because you are a member of

Re: [Bug 575839] Re: VMs built with vm-builder won't run

2010-05-05 Thread Soren Hansen
On Wed, May 05, 2010 at 03:12:07PM -, Marcus Bointon wrote: ** Attachment added: Screen shot 2010-05-05 at 16.38.55.png http://launchpadlibrarian.net/47877692/Screen%20shot%202010-05-05%20at%2016.38.55.png Stab in the dark guess: Can you please check the ownership and permissions on the

[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-05 Thread Marcus Bointon
I'd guess so since kvm insists on running as root! I've had the same problem with the vm folder and image owned by me and root, so I guess it's not that. Do you have a known-good config I can use to generate a VM image to test with, possibly compare it with the image created on a machine that

Re: [Bug 575839] Re: VMs built with vm-builder won't run

2010-05-05 Thread Soren Hansen
On Wed, May 05, 2010 at 09:18:03PM -, Marcus Bointon wrote: I'd guess so since kvm insists on running as root! How so? I've had the same problem with the vm folder and image owned by me and root, so I guess it's not that. I don't think I understand. How can they be owned by both of you?

[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-05 Thread Marcus Bointon
If I run run.sh without sudo it says this: open /dev/kvm: Permission denied Could not initialize KVM, will disable KVM support That said, it does open a qemu window, but it shows the same errors as previously reported. Re ownership, I've tried running with the folder owned by me, and changed it

[Bug 575839] Re: VMs built with vm-builder won't run

2010-05-05 Thread Sven Kalinowski
Marcus Bointon wrote: open /dev/kvm: Permission denied you have to add your username to th egroup kvm. to do this, please type into the console: $ sudo adduser `id -un` kvm after that log-out and log-in again -- VMs built with vm-builder won't run https://bugs.launchpad.net/bugs/575839 You