Skip to content

Instantly share code, notes, and snippets.

@simar7
Created November 1, 2016 17:35
sudo ./domain_details --domainName smoketestvm2
Connecting to unix:///var/run/libvirt/libvirt-sock
2016/11/01 10:33:47 failed to create domain object: xdr:DecodeUint: EOF while decoding 4 bytes - read: '[]'
vagrant@localhost:/opt/software/rebox/bin$ virsh list
Id Name State
----------------------------------------------------
1 smoketestvm2 running
vagrant@localhost:/opt/software/rebox/bin$ ./domain_details --domainName smoketestvm2
Connecting to unix:///var/run/libvirt/libvirt-sock
2016/11/01 10:34:07 failed to create domain object: xdr:DecodeUint: EOF while decoding 4 bytes - read: '[]'
vagrant@localhost:/opt/software/rebox/bin$ sudo su -
root@localhost:~# /opt/software/rebox/bin/domain_details --domainName smoketestvm2
Connecting to unix:///var/run/libvirt/libvirt-sock
2016/11/01 10:34:41 failed to create domain object: xdr:DecodeUint: EOF while decoding 4 bytes - read: '[]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment