I did not explain myself correctly. Once you install libvirt and LXC, go ahead and type "virsh start myvm" the error message that shows up says "I cannot find xxx in /usr/libexec". Then you find that xxxx and make symlink to /usr/libexec, and it works. So what you say is true: "libvirt-bin and qemu do not install anything under /usr/libexec", well, that is exactly the bug. Please come into my machine via ssh, we erase the symlink, and you will see the error message.
On Wed, May 14, 2014 at 9:31 AM, Serge Hallyn <[email protected]> wrote: > thanks for reporting this bug. > > However, libvirt-bin and qemu do not install anything under > /usr/libexec. Could you please show the results of > > dpkg -S /usr/libexec/libvirt_lxc > dpkg -S /usr/libexec/qemu-kvm > dpkg -l | egrep "(qemu|libvirt)" > > ** Changed in: libvirt (Ubuntu) > Status: New => Incomplete > > -- > 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 qemu-kvm > > Status in “libvirt” package in Ubuntu: > Incomplete > > 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 qemu-kvm 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
