[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-10-05 Thread Stefan Bader
** Changed in: libvirt (Ubuntu) Status: Fix Released = Triaged -- 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/914788 Title: libvirt expexts qemu-dm in wrong path for xen To

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-10-05 Thread Stefan Bader
Cannot remember but either it was not a problem or nobody really depends on it. So as long as there isn't someone really in need I would not touch Oneiric. ** Changed in: libvirt (Ubuntu Oneiric) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-10-05 Thread Serge Hallyn
** Also affects: libvirt (Ubuntu Oneiric) Importance: Undecided Status: New ** Also affects: libvirt (Ubuntu Quantal) Importance: Undecided Status: Triaged ** Also affects: libvirt (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: libvirt (Ubuntu

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.9.13-0ubuntu12 --- libvirt (0.9.13-0ubuntu12) quantal; urgency=low * Refresh fix-ubuntu-xen-qemu-dm-path.patch to only use executable names and let the toolchain find out the right paths (LP: #914788). Thanks George Dunlap. *

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.9.13-0ubuntu12 --- libvirt (0.9.13-0ubuntu12) quantal; urgency=low * Refresh fix-ubuntu-xen-qemu-dm-path.patch to only use executable names and let the toolchain find out the right paths (LP: #914788). Thanks George Dunlap. *

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-10-05 Thread Stefan Bader
I looked at the changes George proposed and they looked ok. I prepared a branch with those and another patch I wanted to get re-freshed+activated for quite some time. Maybe we can get those reviewed and uploaded before the next security upload renders the branch less useful. ;) -- You received

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-10-05 Thread Stefan Bader
Oh, forgot to mention. I also did a test-build and verified that with the new libvirt in Quantal I still can create a new guest (in the xend persistent configuration paths become absolute again). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-10-05 Thread Stefan Bader
** Changed in: libvirt (Ubuntu) Status: Fix Released = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914788 Title: libvirt expexts qemu-dm in wrong path for xen To manage

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-10-05 Thread Stefan Bader
Cannot remember but either it was not a problem or nobody really depends on it. So as long as there isn't someone really in need I would not touch Oneiric. ** Changed in: libvirt (Ubuntu Oneiric) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-10-05 Thread Stefan Bader
The Xen version in Precise is ok with the current patch, so that can remain Fix released (as long as Xen-4.1.3 is not backported to Precise). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914788

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-10-05 Thread Serge Hallyn
** Also affects: libvirt (Ubuntu Oneiric) Importance: Undecided Status: New ** Also affects: libvirt (Ubuntu Quantal) Importance: Undecided Status: Triaged ** Also affects: libvirt (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: libvirt (Ubuntu

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-10-05 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu Quantal) Assignee: (unassigned) = Serge Hallyn (serge-hallyn) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914788 Title: libvirt expexts qemu-dm in wrong path

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-10-05 Thread Ubuntu Foundation's Bug Bot
The attachment Updated patch for quantal. 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

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-09-27 Thread GeorgeDunlap
It looks like this bug is back in some form for the 12.10 beta: virt-install -n vi-test -r 512 --disk path=/vm/vi-test.img,size=4 -c /vm/iso/ubuntu-12.10-beta1-server-amd64.iso --network network=default --connect=xen:/// --vnc --noautoconsole -v Starting install... Creating storage file

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-09-27 Thread GeorgeDunlap
It looks like the patch mentioned above changes the path *to* /usr/lib /xen-default/ According to this debian bug conversation, the right solution is to just use qemu-dm, and allow the toolstack to figure out the path to the binary:

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-09-27 Thread GeorgeDunlap
The attached file is a replacement for the fix-ubuntu-xen-qemu-dm-path.patch. It does two things: * Removes all absolute paths for qemu-dm and hvmloader, making them just qemu-dm and hvmloader respectively * Changes the xml template for the emulate and bootloader fields to be filePath rather

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-02-02 Thread Sridutt
When I download and run ./configure in this, I am getting an error: checking for LIBXML... no checking libxml2 xml2-config = 2.6.0 ... configure: error: Could not find libxml2 anywhere (see config.log for details). Any solutions? -- You received this bug notification because you are a member

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-02-02 Thread Serge Hallyn
@Sridutt, You probably need to sudo apt-get install libxml2-dev libxml2-utils -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914788 Title: libvirt expexts qemu-dm in wrong path for xen To manage

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-01-24 Thread Stefan Bader
Verified paths being correct after upgrading to the 0.9.8-2ubuntu4 version of the package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914788 Title: libvirt expexts qemu-dm in wrong path for xen

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-01-19 Thread Stefan Bader
Could we backport this to Oneric? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914788 Title: libvirt expexts qemu-dm in wrong path for xen To manage notifications about this bug go to:

[Bug 914788] Re: libvirt expexts qemu-dm in wrong path for xen

2012-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.9.8-2ubuntu2 --- libvirt (0.9.8-2ubuntu2) precise; urgency=low * debian/patches/fix-ubuntu-xen-qemu-dm-path.patch: Fix qemu-dm paths so Xen can be used with libvirt. (LP: #914788) -- Chuck Short zul...@ubuntu.com Wed, 18 Jan