<div class="gmail_quote">2011/4/27 Jan <span dir="ltr"><<a href="mailto:jan@agetty.de">jan@agetty.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
so far so good. So what about the output? Do you get any exceptions or<br>
errors? If no virtual machines are up and running at the moment you will<br>
still have to specify the "--all" parameter in order to list also offline<br>
machines:<br>
<br>
$ virsh -c qemu:///system 'list --all'<br>
<br>
Maybe you could just try to run virsh in debug mode and figure out whats<br>
happening when errors arise:<br>
<br>
$ export LIBVIRT_DEBUG=1; $ virsh -c qemu:///system 'list'<br></blockquote><div><br></div><div>I realized that this URI is not appropriate for my xen. I have tried as root:</div><div><div># virsh -c xen:/// list</div>
<div> Id Name                 State</div><div>----------------------------------</div><div>  0 Domain-0             running</div><div> 14 i-4E8D088D           idle</div></div><div><br></div><div>As user eucalyptus:</div><div>
$  virsh -c xen:/// list</div><div> Id Name                 State</div><div>----------------------------------</div><div><br></div><div>And as user eucalyptus with debug mode I got sth like this:</div><div><div>12:07:43.032: 22147: debug : xenUnifiedOpen:335 : Trying XenD sub-driver</div>
<div>12:07:43.032: 22147: debug : xenUnifiedOpen:364 : Handing off for remote driver</div><div>12:07:43.032: 22147: debug : xenUnifiedOpen:393 : Failed to activate a mandatory sub-driver</div></div><div><br></div><div>Do you need more output?</div>
<div><br></div><div>regards</div><div>Maciej</div></div>