<div dir="ltr">Hi,<div><br></div><div>Back from a not-so-funny moment :(</div><div><br></div><div>I'm impressed by the work done once I was away ! Thanx !</div><div><br></div><div>I've tried to test it : </div><div>
<br></div><div>- uninstalled debian package libvirt-bin (running ubuntu server 8.04 LTS)</div><div>- checked-out CVS version</div><div>- ./autobuild.sh --with-xen=no</div><div>- make</div><div>- sudo make install</div><div>
<br></div><div>Running virsh tells it's impossible to connect to hypervisor. Even if I force -c qemu:///</div><div>If I try to run /usr/local/sbin/libvirtd, I get a : </div><div><br></div><div><div>odeckmyn@everest:/usr/local/bin$ sudo /usr/local/sbin/libvirtd </div>
<div>/usr/local/sbin/libvirtd: symbol lookup error: /usr/local/sbin/libvirtd: undefined symbol: __virAlloc</div><div><br></div><div>Did I do something wrong or is CVS version unstable today ?</div><div><br></div><div>May be I should wait for the .deb version ?</div>
<div><br></div><div>Thanx,</div><div><br></div><div>Olivier.</div><br><div class="gmail_quote">On Tue, Aug 19, 2008 at 12:08 PM, Daniel Veillard <span dir="ltr"><<a href="mailto:veillard@redhat.com">veillard@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="Ih2E3d">On Fri, Aug 15, 2008 at 10:43:15AM +0100, Daniel P. Berrange wrote:<br>
> On Tue, Aug 12, 2008 at 05:24:01PM -0400, Daniel Veillard wrote:<br>
</div><div class="Ih2E3d">> >   New patch with just a pair of minor fixes which seems to work just fine for<br>
> > me. The syntax is nearly the old one, just use host instead of statichost:<br>
> ><br>
> >   <ip address="<a href="http://192.168.122.1" target="_blank">192.168.122.1</a>" netmask="<a href="http://255.255.255.0" target="_blank">255.255.255.0</a>"><br>
> >     <dhcp><br>
> >       <range start="<a href="http://192.168.122.4" target="_blank">192.168.122.4</a>" end="<a href="http://192.168.122.254" target="_blank">192.168.122.254</a>" /><br>
> >       <host mac="00:16:3E:XX:XX:XX" host="XXX"<br>
><br>
> Seems a little odd to have 'host' as the element name and attribute<br>
> name at once. Perhaps the atribute should just be name='XXXX' ?<br>
<br>
</div>  Agreed, I noticed that but it's not a serious problem, still using<br>
name feels cleaner I will change that before commiting !<br>
<div class="Ih2E3d"><br>
> > @@ -1103,6 +1103,8 @@<br>
> >          2 + /* --listen-address <a href="http://10.0.0.1" target="_blank">10.0.0.1</a> */<br>
> >          1 + /* --dhcp-leasefile=path */<br>
> >          (2 * network->def->nranges) + /* --dhcp-range <a href="http://10.0.0.2" target="_blank">10.0.0.2</a>,<a href="http://10.0.0.254" target="_blank">10.0.0.254</a> */<br>
> > +        /*  --dhcp-host 01:23:45:67:89:0a,hostname,<a href="http://10.0.0.3" target="_blank">10.0.0.3</a> */<br>
> > +        (2 * network->def->nhosts) +<br>
><br>
> Using the --dhcp-host option means we can't easily update on the fly, but<br>
> this patch doesn't support on the fly updates anyway, so not a huge deal.<br>
> In the future we can switch to --dhcp-host-file instead.<br>
><br>
><br>
> ACK to including this.<br>
<br>
</div>  okay, will push later today,<br>
<br>
    thanks !<br>
<br>
Daniel<br>
<font color="#888888"><br>
--<br>
Daniel Veillard      | libxml Gnome XML XSLT toolkit  <a href="http://xmlsoft.org/" target="_blank">http://xmlsoft.org/</a><br>
<a href="mailto:daniel@veillard.com">daniel@veillard.com</a>  | Rpmfind RPM search engine <a href="http://rpmfind.net/" target="_blank">http://rpmfind.net/</a><br>
<a href="http://veillard.com/" target="_blank">http://veillard.com/</a> | virtualization library  <a href="http://libvirt.org/" target="_blank">http://libvirt.org/</a><br>
</font></blockquote></div><br></div></div>