Re: [Bug 853580] Re: Unable to start second virtual machine

2011-09-20 Thread Brian Vaughan
@Soren -- Actually, you did help, as I didn't know where to look for troubleshooting information before your prompting. Thank you. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu.

Re: [Bug 853580] Re: Unable to start second virtual machine

2011-09-20 Thread Brian Vaughan
@Soren -- Actually, you did help, as I didn't know where to look for troubleshooting information before your prompting. Thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/853580 Title: Unable

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Soren Hansen
Can you please share the configuration for the two domains in question? ** Changed in: libvirt (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu.

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
I'm attaching the xml files for server1.example.com and tester1.example.com, which I used when generating the error messages above. I have some other VMs defined, and I find that while I can start any one, any second one fails to start with the same error messages. ** Attachment added:

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
** Attachment added: tester1.example.com.xml https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/853580/+attachment/2425790/+files/tester1.example.com.xml -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu.

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
@Brian, Could you please append the output of virsh dumpxml server1.example.com virsh dumpxml tester1.example.com ? The files you uploaded are unfortunately not the xml vm descriptions. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
I am uploading the output from 'virsh dumpxml' for each domain. However, the output is identical to what I already posted. ** Attachment added: server1.example.com.xml https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/853580/+attachment/2426894/+files/server1.example.com.xml -- You

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
** Attachment added: tester1.example.com.xml https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/853580/+attachment/2426895/+files/tester1.example.com.xml -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu.

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
That certainly shouldn't be. Can you please run apport-collect 853580 ? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/853580 Title: Unable to start second virtual machine

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
That didn't seem to work. Should it have been testing for package libvirt-bin, rather than for libvirt? I got this: Waiting to hear from Launchpad about your decision... Package libvirt not installed and no hook available, ignoring brian@brian-desktop:~$ sudo aptitude show libvirt [sudo] password

Re: [Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
I don't know why dumpxml is not working. Let's just use the files. Please directly attach the files: /etc/libvirt/qemu/server1.example.com.xml /etc/libvirt/qemu/tester1.example.com.xml (If those have the same contents as what you uploaded, then we have another problem as they are corrupt.)

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
Those were the files I uploaded the first time. In what way are they corrupt? I can display them from Launchpad. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/853580 Title: Unable

Re: [Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
Quoting Brian Vaughan (bgvaug...@gmail.com): Those were the files I uploaded the first time. In what way are they corrupt? I can display them from Launchpad. They are not xml. Here is what such a file should look like: !-- WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO

Re: [Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
Can you please append /var/log/libvirt/libvirtd.log ? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/853580 Title: Unable to start second virtual machine To manage notifications

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
They're definitely xml files, and are rendered as such when I click on the links to the files I've already uploaded. I'll copy-and-paste them here: server1.example.com: domain type='kvm' nameserver1.example.com/name uuidfb2d017b-f9cc-7534-126c-ffdd369c745f/uuid memory1048576/memory

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
/var/log/libvirt/libvirtd.log does not exist. However, there are log files for each domain, in /var/log/libvirt/qemu which look to be handled by logrotate. server1.example.com.log and tester1.example.com.log are 0 length, so I am attaching server1.example.com.log.1 and tester1.example.com.log.1.

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
** Attachment added: tester1.example.com.log.1 https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/853580/+attachment/2428847/+files/tester1.example.com.log.1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu.

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
From a quick look at the logs, it looks like the domains I usually started second kept trying to bind to vnc on port 5900, which presumably was already claimed by the first domain. I only set the port during initial installation, so I'm not sure why it doesn't just try port 5901. -- You received

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
That was it. Each domain xml file had this line: graphics type 'vnc' port='5900' autoport='no'/ using edit [domain name] in virsh, I changed the line in each to: graphics type='vnc' autoport='yes'/ With that, they both started without complaint. The remaining question is why the

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/853580 Title: Unable to start second virtual machine To manage

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
@Brian, yes, sorry, I don't know if it was launchpad or my browser acting up before, but now I see the .xml. I assume during the initial VM setup you hit the 'Customize configuration before install' button? The only configuration item (as far as I know) which gets changed after install is the

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Soren Hansen
Can you please share the configuration for the two domains in question? ** Changed in: libvirt (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/853580 Title:

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
I'm attaching the xml files for server1.example.com and tester1.example.com, which I used when generating the error messages above. I have some other VMs defined, and I find that while I can start any one, any second one fails to start with the same error messages. ** Attachment added:

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
** Attachment added: tester1.example.com.xml https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/853580/+attachment/2425790/+files/tester1.example.com.xml -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
@Brian, Could you please append the output of virsh dumpxml server1.example.com virsh dumpxml tester1.example.com ? The files you uploaded are unfortunately not the xml vm descriptions. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
I am uploading the output from 'virsh dumpxml' for each domain. However, the output is identical to what I already posted. ** Attachment added: server1.example.com.xml https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/853580/+attachment/2426894/+files/server1.example.com.xml -- You

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
** Attachment added: tester1.example.com.xml https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/853580/+attachment/2426895/+files/tester1.example.com.xml -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
That certainly shouldn't be. Can you please run apport-collect 853580 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/853580 Title: Unable to start second virtual machine To manage

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
That didn't seem to work. Should it have been testing for package libvirt-bin, rather than for libvirt? I got this: Waiting to hear from Launchpad about your decision... Package libvirt not installed and no hook available, ignoring brian@brian-desktop:~$ sudo aptitude show libvirt [sudo] password

Re: [Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
I don't know why dumpxml is not working. Let's just use the files. Please directly attach the files: /etc/libvirt/qemu/server1.example.com.xml /etc/libvirt/qemu/tester1.example.com.xml (If those have the same contents as what you uploaded, then we have another problem as they are corrupt.)

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
Those were the files I uploaded the first time. In what way are they corrupt? I can display them from Launchpad. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/853580 Title: Unable to start second

Re: [Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
Quoting Brian Vaughan (bgvaug...@gmail.com): Those were the files I uploaded the first time. In what way are they corrupt? I can display them from Launchpad. They are not xml. Here is what such a file should look like: !-- WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO

Re: [Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
Can you please append /var/log/libvirt/libvirtd.log ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/853580 Title: Unable to start second virtual machine To manage notifications about this bug go

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
They're definitely xml files, and are rendered as such when I click on the links to the files I've already uploaded. I'll copy-and-paste them here: server1.example.com: domain type='kvm' nameserver1.example.com/name uuidfb2d017b-f9cc-7534-126c-ffdd369c745f/uuid memory1048576/memory

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
/var/log/libvirt/libvirtd.log does not exist. However, there are log files for each domain, in /var/log/libvirt/qemu which look to be handled by logrotate. server1.example.com.log and tester1.example.com.log are 0 length, so I am attaching server1.example.com.log.1 and tester1.example.com.log.1.

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
** Attachment added: tester1.example.com.log.1 https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/853580/+attachment/2428847/+files/tester1.example.com.log.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
From a quick look at the logs, it looks like the domains I usually started second kept trying to bind to vnc on port 5900, which presumably was already claimed by the first domain. I only set the port during initial installation, so I'm not sure why it doesn't just try port 5901. -- You received

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Brian Vaughan
That was it. Each domain xml file had this line: graphics type 'vnc' port='5900' autoport='no'/ using edit [domain name] in virsh, I changed the line in each to: graphics type='vnc' autoport='yes'/ With that, they both started without complaint. The remaining question is why the

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/853580 Title: Unable to start second virtual machine To manage notifications about

[Bug 853580] Re: Unable to start second virtual machine

2011-09-19 Thread Serge Hallyn
@Brian, yes, sorry, I don't know if it was launchpad or my browser acting up before, but now I see the .xml. I assume during the initial VM setup you hit the 'Customize configuration before install' button? The only configuration item (as far as I know) which gets changed after install is the