Comment 9 for bug 519513

Revision history for this message
ariel (garcia) wrote :

Second comment :-) I am trying to achieve the same (ie, have Eucalyptus 1.6.2) but without doing a full upgrade to Lucid, just upgrading the required packages, in a NC for now.

This combination still doesn't work for me (investigating further) but after i did update eucalyptus-nc with
        apt-get install eucalyptus-nc -t lucid
I had to:

        apt-get install librampart0 -t lucid
(the eucalyptus-common dependency in librampart0 is an unversioned one, but Eucalyptus NC fails to start with the Karmic one... complains that the lib was not found.... tiny issue to file a separate bugreport) At this point the Cloud Controller does see the updated node and can submit instance-requests... but they fail.

Now I've updated kvm and the kernel,
        apt-get install qemu-kvm -t lucid
        apt-get install linux-server -t lucid
trying to get kvm running again, but i still fails,
"warning: could not configure /dev/net/tun: no virtual network emulation"

I guess now qemu drops the CAP_NET_ADMIN capability before starting?? How can i change or solve that?

Thanks!