Thanks, Daniel, I can see virsh nodeinfo (custom) passes now, but I
still get the same error:
when running under my user account:
PASS: virshtest
confdata/fc4.conf OK
PASS: test_conf.sh
First virConnectOpen() failed
FAIL: reconnect
when running as root:
PASS: virshtest
confdata/fc4.conf OK
PASS: test_conf.sh
First lookup for domain 0 failed
FAIL: reconnect
I suspect there is something wrong with my Xen installation. What to you think?
Thanks,
Glen
Daniel Veillard wrote:
On Thu, Nov 09, 2006 at 03:41:55PM -0500, Glen Deem wrote:
> Hi all,
>
> I've compiled libvirt from the head, running tests failed with:
>
> first virConnectOpen() failed
>
> I've traced it to a failure of xs_daemon_open_readonly() that returns 0.
it was a test problem when running as non-root, fixed in CVS yesterday :-)
Daniel