> * What version did you update from? Is this version from > stable-prosed-updates? > > * Which version of libvirt did you try before using the one from > backorts?
Updates comes only from stable. Updates from good to broken: linux-image-2.6.32-5-xen-amd64 from 2.6.32-31 to 2.6.32-38 libvirt-bin from 0.8.3-5+squeeze0 to 0.8.3-5+squeeze2 Then libvirt-bin from 0.8.3-5+squeeze2 to 0.9.2-7~bpo60+1, still broken. >> 15:06:33.481: 5769: debug : virReleaseDomain:246 : unref connection 0xf56e20 2 >> 15:06:33.481: 5769: debug : xenInotifyOpen:442 : Adding a watch on /var/lib/xend/domains >> 15:06:33.481: 5769: debug : xenInotifyOpen:454 : Building initial config cache >> 15:06:33.481: 5769: debug : xenInotifyOpen:461 : Registering with event loop >> 15:06:33.481: 5769: debug : virEventPollAddHandle:111 : Add handle fd=9 events=1 cb=0x7fda77acc1e0 opaque=0xf56e20 >> 15:06:33.481: 5769: debug : virEventPollInterruptLocked:686 : Skip interrupt, 0 0 >> 15:06:33.481: 5769: debug : xenUnifiedOpen:409 : Activated Xen inotify sub-driver >> 15:06:33.481: 5769: debug : do_open:1108 : driver 1 Xen returned SUCCESS >> 15:06:33.481: 5769: debug : do_open:1130 : network driver 0 Test returned DECLINED >> 15:06:33.481: 5769: debug : do_open:1130 : network driver 1 VBOX returned DECLINED >> 15:06:33.481: 5769: debug : doRemoteOpen:596 : proceeding with name = xen:/// >> 15:06:33.482: 5769: debug : remoteIO:5824 : Do proc=66 serial=0 length=28 wait=(nil) >> 15:06:33.482: 5769: debug : remoteIO:5896 : We have the buck 66 0x7fda74179010 0x7fda74179010 >> >> Next, line "remoteIODecodeMessageLength:9316 : Got length, now need 64 total (60 more)" should appear, but it doesn't. > > * What commands did you invoke from where? I invoke "LIBVIRT_DEBUG=1 virsh list" from console via SSH. > * Anything in the kernel log? No, nothing suspicious while connecting or at boot time. > * How did you adjust the xend configuration? Here is my xend-config.sxp: (xend-unix-server yes) (vif-script vif-bridge) (dom0-min-mem 196) (enable-dom0-ballooning yes) (total_available_memory 0) (dom0-cpus 0) (vncpasswd '') As far as I remember, this is default except "(xend-unix-server yes)". It works fine with 2.6.32-31. * Did you make sure libvirtd got restarted? Yes, and server got rebooted few times.