search for: virsetcloseexec

Displaying 4 results from an estimated 4 matches for "virsetcloseexec".

2013 Sep 04
3
Is virsh supposed to work on Windows?
Hi there, Sorry for the cross-post, but I seeked help on this issue before on those lists, but nobody answered. :-( I'm trying to use virsh and virt-viewer on Windows. I'm running the latest binaries from http://spice-space.org/download.html, that is, virt-viewer-x64-0.5.7.msi on a Windows 7 64-bits computer. So far I got remote-viewer.exe to work, after some pain. But have no
2013 Sep 04
0
Re: [virt-tools-list] Is virsh supposed to work on Windows?
...hen virsh can't connect: > > virsh # connect qemu://kvmhost/system > error: Failed to connect to the hypervisor > error: Unable to set close-on-exec flag: Success Here, I wonder if we can't improve the situation; src/util/virutil.c:virSetInherit() does nothing, and its wrapper virSetCloseExec() should therefore always return 0, which makes it very suspicious - the message in src/rpc/virnetsocket.c about close-on-exec not working should never be reached. What version of virsh is included in that msi? Maybe it's just a case of a stale build, for something that has been fixed upstrea...
2013 Sep 04
4
Re: [virt-tools-list] Is virsh supposed to work on Windows?
...>> >> virsh # connect qemu://kvmhost/system >> error: Failed to connect to the hypervisor >> error: Unable to set close-on-exec flag: Success > Here, I wonder if we can't improve the situation; > src/util/virutil.c:virSetInherit() does nothing, and its wrapper > virSetCloseExec() should therefore always return 0, which makes it very > suspicious - the message in src/rpc/virnetsocket.c about close-on-exec > not working should never be reached. If you (or someone else) sends me testing or debuging binaries, I'll be glad to test them. I'll even setup another...
2013 Sep 04
0
Re: [virt-tools-list] Is virsh supposed to work on Windows?
...connect qemu://kvmhost/system > >> error: Failed to connect to the hypervisor > >> error: Unable to set close-on-exec flag: Success > > Here, I wonder if we can't improve the situation; > > src/util/virutil.c:virSetInherit() does nothing, and its wrapper > > virSetCloseExec() should therefore always return 0, which makes it very > > suspicious - the message in src/rpc/virnetsocket.c about close-on-exec > > not working should never be reached. > > If you (or someone else) sends me testing or debuging binaries, I'll be > glad to test them. I...