Hello everyone,

I'm trying to get eucalyptus v1.5.2 working on debian lenny 64bit, the relevant info I can give you is as follows:

--- libvirtd conf file ----

01:/etc/libvirt# cat libvirtd.conf|grep -v '#'

unix_sock_group = "libvirt"
unix_sock_rw_perms = "0770"
auth_unix_ro = "none"
auth_unix_rw = "none"

---------------------

version of libvir installed on my server (cloud controller/cluster controller):

01:/etc/libvirt# dpkg -l|grep libvirt
ii  libvirt-bin                         0.4.6-10                   the programs for the libvirt library
ii  libvirt-dev                         0.4.6-10                   development files for the libvirt library
ii  libvirt-doc                         0.4.6-10                   documentation for the libvirt library
ii  libvirt0                            0.4.6-10                   library for interfacing with different virtualization systems

version installed on my node:

02:~# dpkg -l |grep libvirt
ii  libvirt-bin                         0.4.6-10                   the programs for the libvirt library
ii  libvirt0                            0.4.6-10                   library for interfacing with different virtualization systems

================

error in my nc..log (eucalyptus node log):

[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]
[Sat Aug 15 02:24:58 2009][005115][EUCAERROR ] libvirt: socket closed unexpectedly (code=39)
[Sat Aug 15 02:24:58 2009][005115][EUCAERROR ] libvirt: Broken pipe (code=38)

basically when i start up an instance, it starts up and then terminates within 1 min

I've already posted on the eucalyptus forums, i thought the libvir-list might be able to assist as well

thoughts / ideas ? anything else I can share ?