Created
November 1, 2016 17:35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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