Hello everyone,<br><br>I'm trying to get eucalyptus v1.5.2 working on debian lenny 64bit, the relevant info I can give you is as follows:<br><br>--- libvirtd conf file ----<br><br>01:/etc/libvirt# cat libvirtd.conf|grep -v '#'<br>
<br>unix_sock_group = "libvirt"<br>unix_sock_rw_perms = "0770"<br>auth_unix_ro = "none"<br>auth_unix_rw = "none"<br><br>---------------------<br><br>version of libvir installed on my server (cloud controller/cluster controller):<br>
<br>01:/etc/libvirt# dpkg -l|grep libvirt<br>ii  libvirt-bin                         0.4.6-10                   the programs for the libvirt library<br>ii  libvirt-dev                         0.4.6-10                   development files for the libvirt library<br>
ii  libvirt-doc                         0.4.6-10                   documentation for the libvirt library<br>ii  libvirt0                            0.4.6-10                   library for interfacing with different virtualization systems<br>
<br>version installed on my node:<br><br>02:~# dpkg -l |grep libvirt<br>ii  libvirt-bin                         0.4.6-10                   the programs for the libvirt library<br>ii  libvirt0                            0.4.6-10                   library for interfacing with different virtualization systems<br>
<br>================<br><br>error in my nc..log (eucalyptus node log):<br><br>[Sat Aug 15 02:24:58 2009][005115][EUCADEBUG ] system_output(): [//usr/lib/eucalyptus/euca_rootwrap //usr/share/eucalyptus/gen_kvm_libvirt_xml --ramdisk --ephemeral]<br>
[Sat Aug 15 02:24:58 2009][005115][EUCAERROR ] libvirt: socket closed unexpectedly (code=39)<br>[Sat Aug 15 02:24:58 2009][005115][EUCAERROR ] libvirt: Broken pipe (code=38)<br><br>basically when i start up an instance, it starts up and then terminates within 1 min<br>
<br>I've already posted on the eucalyptus forums, i thought the libvir-list might be able to assist as well<br><br>thoughts / ideas ? anything else I can share ?<br><br><br>