The issue comes from this: in a Red Hat KVM virtual machine, the line is correct. I did not think that the machine definition file was not portable between KVM, or libvirt implementations. My guess is that it should be.
On Mon, Jun 9, 2014 at 7:14 PM, Serge Hallyn <[email protected]> wrote: > I did also create and start a kvm vm. I have seen no erros about > /usr/libexec. > > The errors you are seeing are because the xml files you are asking me to > use in 'virsh define' are wrong, They specify: > > <emulator>/usr/libexec/qemu-kvm</emulator> > > They specifically tell libvirt to use /usr/libexec/qemu-kvm. Change > these to > > <emulator>/usr/bin/kvm</emulator> > > You also have some unsupported features in your cpu definition. When I > removed the four lines containing: > > pdpe1gb, pcid, smx, pclmuldq > > then your Production.xml was able to start. > > ** Changed in: libvirt (Ubuntu) > Status: Incomplete => Invalid > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1318691 > > Title: > missing or wrong links in /usr/libexec > > Status in “libvirt” package in Ubuntu: > Invalid > > Bug description: > Ina default installation of trusty, no kvm virtual machine or libvirt- > lxc container may start, unless these links are created > > cd /usr/libexec > ls -hls > 0 lrwxrwxrwx 1 root root 28 May 8 16:55 libvirt_lxc -> > /usr/lib/libvirt/libvirt_lxc > 0 lrwxrwxrwx 1 root root 12 May 12 14:33 qemu-kvm -> /usr/bin/kvm > > > As you can see, the packages expect these libraries in /usr/libexec. Also > the name if the second library is wrong. I believe this can be corrected in > the "Emulator= " of some config file, but I did not complete the research. > > To manage notifications about this bug go to: > https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1318691/+subscriptions -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318691 Title: missing or wrong links in /usr/libexec To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1318691/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
