robo@robo:~$ sudo /etc/init.d/libvirt-bin start
[sudo] password for robo:
* Starting libvirt management daemon libvirtd/usr/sbin/libvirtd:
/usr/local/lib/libvirt.so.0: version `LIBVIRT_PRIVATE_1.2.2' not found
(required by /usr/sbin/libvirtd)
Giving up waiting for /var/run/libvirt/libvirt-sock.
A
Hi,
first sorry for the cross-posting, but i don ́t known exactly if my
problem belongs to xen or libvirt.
I have an VM-Host with Xen 4.6.0 und libvirt 1.2.19. The Job of the
Host is to resume in parallel 20 VM ́s (HVM WinXp) attach a
block-device to each VM , wait 60 Seconds, kill the VM and sta
Hi,
The guest is waiting a connect from the host and then tries to read what has
been sent by the host.
Both Guest and Host codes look like that :
main()
{
int sock, msgsock, rval;
struct sockaddr_un server;
char buf[1024];
sock = socket(AF_UNIX, SOCK_STREAM, 0);
if (so
On Wed, Nov 04, 2015 at 02:38:43PM +, Jean-Pierre Ribeauville wrote:
Hi,
I' trying to read datas sent by my KVM host within the Guest.
Host send these datas trough a channel UNIX type , by using AF_UNIX socket
stuff.
If i try to retrive the datas by using such type of thing in the Guest :
I mount the qcow file with qemu-nbd command. Then fsck. I got lots of
file system corruption errors.
In theory live migration transfer disk and memory. So It should transfer
unsynced in memory files.
What should be the main reason of file system corruption?
On 04-11-2015 14:18, Dominique Ramaek
Hi,
I' trying to read datas sent by my KVM host within the Guest.
Host send these datas trough a channel UNIX type , by using AF_UNIX socket
stuff.
If i try to retrive the datas by using such type of thing in the Guest :
#define NAME "/dev/virtio-ports/agent"
sock = socket(AF_UNIX, SOCK_STREA
I also have problems with a live migration. I’ve experienced that migrating
over tcp instead of ssh is more stable. But with big disks ( > 30Gb) and
–copy-storage-all, I keep getting problems… for now I don’t use it.
Van: libvirt-users-boun...@redhat.com [mailto:libvirt-users-boun...@redhat.com
Hi,
I migrate my VM with this command:
virsh migrate --live --domain my-domain --verbose --copy-storage-all
--desturi qemu+ssh://r...@xxx.bulutkare.com/system
Migration completed successfully. But after migration VM doesn't respond.
I can see the login console. I typed root but no response.