search for: connectionerror

Displaying 2 results from an estimated 2 matches for "connectionerror".

2011 Aug 23
1
libvirt ruby binding with vmware
Hi, I've been trying to use the ruby libvirt binding with vmware esx on F15, however it doesnt seems to work, I get: Libvirt::ConnectionError: Call to virConnectOpen failed: Cannot access CA certificate '/etc/pki/CA/cacert.pem': No such file or directory I've using the same uri with virsh and it works. it seems like somehow the no_verify is not passed, or we are back to old libvirt error messages :) any idea? thanks, Ohad...
2015 Feb 11
1
Hyper-V 2008 R2 support ?
Hi, I'm trying libvirt to connect to Hyper-V servers. It works fine for Hyper-V 2012 servers, however it doesn't work for Hyper-V 2008 R2 (the exact error is | Call to virConnectOpenAuth failed: internal error: Transport error during enumeration: Could not connect (7) (Libvirt::ConnectionError)|.). I'm using the code provided by libvirt documentation (http://libvirt.org/ruby/examples/open_auth.rb) and have authorized basic auth plus unencrypted connection on both 2008 R2 & 2012 servers (http://libvirt.org/drvhyperv.html#auth). Surfing the Internet to find some solutions, I foun...