Hello
I've finished the installation. The daemon is not up, so I've tried in that
way:
chubut@chubut:/usr/local/sbin$ sudo ./libvirtd start start
11:23:17.543: 6168: warning : networkAddGeneralIptablesRules:1097 : Could
not add rule to fixup DHCP response checksums on network 'default'.
11:23:17.543: 6168: warning : networkAddGeneralIptablesRules:1098 : May need
to update iptables package & kernel to support CHECKSUM rule.
11:23:17.577: 6168: warning : qemudStartup:1331 : Unable to create cgroup
for driver: No such device or address
11:23:17.704: 6168: warning : lxcStartup:2128 : Unable to create cgroup for
driver: No such device or address
And stay there, doesn't finish, and not start.
Can you tell me if i'm doing in the right way?
thank you.
Marcela
2011/1/20 Marcela Castro León <mcastrol(a)gmail.com>
thank you, i've solved installing 0.8.7
2011/1/20 Matthias Bolte <matthias.bolte(a)googlemail.com>
2011/1/20 Marcela Castro León <mcastrol(a)gmail.com>:
> > Hello
> > When installing libvirt 0.8.6, I've passed ./configure, but when I
> execute
> > make, I've got
> >
> > CCLD libvirtd
> >
> ../src/.libs/libvirt_driver_qemu.a(libvirt_driver_qemu_la-qemu_driver.o): In
> > function `qemudVPAssociatePortProfiles':
> > /home/chubut/libvirt-0.8.6/src/qemu/qemu_driver.c:11881: undefined
> reference
> > to `vpAssociatePortProfileId'
> > /home/chubut/libvirt-0.8.6/src/qemu/qemu_driver.c:11898: undefined
> reference
> > to `vpDisassociatePortProfileId'
> > collect2: ld returned 1 exit status
> > make[3]: *** [libvirtd] Error 1
> > make[3]: Leaving directory `/home/chubut/libvirt-0.8.6/daemon'
> > make[2]: *** [all] Error 2
> > make[2]: Leaving directory `/home/chubut/libvirt-0.8.6/daemon'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/chubut/libvirt-0.8.6'
> > make: *** [all] Error 2
> > chubut@chubut:~/libvirt-0.8.6$
> >
>
> Unfortunately 0.8.6 contains this compile error on systems without
> macvtap support, like Ubuntu.
>
> You either need to backport this patch [1] to 0.8.6 or use the latest
> libvirt release 0.8.7 instead.
>
> [1]
>
http://libvirt.org/git/?p=libvirt.git;a=commit;h=474b1c1487828a17fe9e1025...
>
> Matthias
>