<div dir="ltr"><div><div><div>I got your point, thanks a lot!  <br><br></div>I think the self-build libvirt didn't start, but there is no libvirt-bin under /etc/init.d/, don't know how to start it, and  $ initctl start libvirt-bin    shows unknow job: libvirt-bin.<br>


<br></div>I remember compile and installed libvirt before, but don't remember the parameters passed when configure it, just make uninstall, make clean before this newly installation. <br><br><br></div><div>Thanks a lot!<br>

</div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">Best,<div>Yuanzhen</div></div></div>
<br><br><div class="gmail_quote">On Wed, Jul 30, 2014 at 11:30 AM, Eric Blake <span dir="ltr"><<a href="mailto:eblake@redhat.com" target="_blank">eblake@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="">On 07/30/2014 08:55 AM, Yuanzhen Gu wrote:<br>
> Hi folks,<br>
><br>
> I compiled and installed libvirt latest version 1.2.6, based on this<br>
> tutorial,<br>
><br>
> <a href="http://blog.scottlowe.org/2012/11/05/compiling-libvirt-1-0-0-on-ubuntu-12-04-and-12-10/" target="_blank">http://blog.scottlowe.org/2012/11/05/compiling-libvirt-1-0-0-on-ubuntu-12-04-and-12-10/</a><br>
><br>
> I have compiled qemu and installed too, and make a symbolic link to<br>
> /usr/bin/qemu-system-x86_64<br>
><br>
> but my question is even I launch a vm in qemu, $virsh list showed nothing,<br>
> further more,<br>
><br>
> 1) if I use virtual machine manager, it get connection failiure, due to<br>
> socket to '/var/run/libvirt/libvirt-sock'; No such file of dirctory.<br>
<br>
</div>That's not the actual error message (because the actual message wouldn't<br>
mis-spell directory), but is generally the message you see when libvirtd<br>
is not running.  Are you sure you got your self-built libvirtd installed<br>
and running correctly?<br>
<div class=""><br>
><br>
> 2). there is missing libvirt-bin under /etc/init.d/,  after compile and<br>
> installed libvirt 1.2.6<br>
<br>
</div>I'm not familiar enough with libvirt on ubuntu to know if this is a<br>
problem.  If you are going to replace your distro's old libvirt with a<br>
newer self-built version, it is STILL helpful to install your distro's<br>
libvirt first, to make sure that all the distro-specific tweaks (such as<br>
setting up /etc/init.d/ and so forth to run libvirtd as a daemon) are in<br>
place.<br>
<div class=""><br>
><br>
> 3). I tried to start libvirtd daemon, sudo  /usr/sbin/libvirtd/start<br>
> shows    "/usr/sbin/libvirtd: unexpected, non-option, command line<br>
> arguments"<br>
<br>
</div>According to the tutorial blog that you linked to, it seems like you<br>
would use 'sudo initctl start libvirt-bin' and not 'sudo<br>
/usr/sbin/libvirtd/start' to start libvirtd - but again, I'm not enough<br>
of an ubuntu user to verify this myself.  Again, until you are sure that<br>
your ./configure arguments matched the distro build, and that you have<br>
got libvirtd running correctly, then the rest of your symptoms are<br>
evidence that you didn't install your replacement self-built libvirt<br>
correctly for what the rest of your distro is expecting.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Eric Blake   eblake redhat com    <a href="tel:%2B1-919-301-3266" value="+19193013266">+1-919-301-3266</a><br>
Libvirt virtualization library <a href="http://libvirt.org" target="_blank">http://libvirt.org</a><br>
<br>
</font></span></blockquote></div><br></div>