Fernando Lozano
2013-Sep-04 19:41 UTC
Re: [libvirt-users] [virt-tools-list] Is virsh supposed to work on Windows?
Hi,>> 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 >> sucess using virt-viewer.exe and virsh.exe. Are they supposed to work, >> or am I loosing my time? > It will only work if someone interested enough submits patches.This means it isn't supposed to work, or this means you don't know about anyone trying to use those binaries besides me? :-) I am willing to help all I can to test, but I'm not a Gnome developer. I have not coded a single line in C for more than 10 yeas. :-(>> Even then 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.If you (or someone else) sends me testing or debuging binaries, I'll be glad to test them. I'll even setup another virtualization host if some thinks a newer CentOS, RHEL or Fedora could help. But I won't be able to code myself. I hope someone at Red Hat gives attention to this, because most admins of a RHEL / RHEV host runs Windows desktops. My home computer runs only Fedora, but at work (most customers, anyway) I have to use Windows. :-(> 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 upstream?C:>virsh -V Virsh command line tool of libvirt 0.10.2> But I personally have not tried to build or debug on mingw, to know if > this is the only issue, or if you are staring at a number of other > portability issues to resolve first.Do you know who built the Windows port? I know someone is doing that, because the binaries are updates every few months. :-) Again, I'm willing to help any way I can, but I can be only a tester, and a documentation writer. I won't be able to help as a developer. :-( []s, Fernando Lozano
Marc-André Lureau
2013-Sep-04 19:53 UTC
Re: [libvirt-users] [virt-tools-list] Is virsh supposed to work on Windows?
----- Original Message -----> Hi, > >> 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 > >> sucess using virt-viewer.exe and virsh.exe. Are they supposed to work, > >> or am I loosing my time? > > It will only work if someone interested enough submits patches. > > This means it isn't supposed to work, or this means you don't know about > anyone trying to use those binaries besides me? :-)The libvirt part hasn't been widely used on windows. Developers just keep it compiling, afaik.> I am willing to help all I can to test, but I'm not a Gnome developer. I > have not coded a single line in C for more than 10 yeas. :-(You are lucky! :) libvirt is not a gnome technology. If you have some developper experience, it might not be so hard to fix some of the issues (like the paths).> >> Even then 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. > > If you (or someone else) sends me testing or debuging binaries, I'll be > glad to test them. I'll even setup another virtualization host if some > thinks a newer CentOS, RHEL or Fedora could help. But I won't be able to > code myself. > > I hope someone at Red Hat gives attention to this, because most admins > of a RHEL / RHEV host runs Windows desktops. My home computer runs only > Fedora, but at work (most customers, anyway) I have to use Windows. :-(If it's just accessing remote display, you could stick to remote-viewer? Yes you need to know the port though.> > 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 upstream? > C:>virsh -V > Virsh command line tool of libvirt 0.10.2See my previous reply. You can check the $prefix\deps.txt file for the build versions.> > > But I personally have not tried to build or debug on mingw, to know if > > this is the only issue, or if you are staring at a number of other > > portability issues to resolve first. > > Do you know who built the Windows port? I know someone is doing that, > because the binaries are updates every few months. :-)Daniel & me? It's useful, since you found bugs. I could eventually fix them, but libvirt on windows is probably not a priority... I would start by filling bugs. I can see the last fedora build is 1.1.1, perhaps you can grab the rpm dlls and copy them over your installation (but I am afraid that won't be that simple, if ABI changed or other external requirements)> Again, I'm willing to help any way I can, but I can be only a tester, > and a documentation writer. I won't be able to help as a developer. :-(I would say hacking on libvirt windows is easy, as long as you have a windows (to run) & a fedora (to build). Some issues could even be debugged with wine (yes!)
Christophe Fergeau
2013-Sep-05 16:50 UTC
Re: [libvirt-users] [virt-tools-list] Is virsh supposed to work on Windows?
On Wed, Sep 04, 2013 at 04:41:40PM -0300, Fernando Lozano wrote:> >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 upstream? > C:>virsh -V > Virsh command line tool of libvirt 0.10.2I've pushed test builds of mingw-virt-viewer packaging libvirt 1.1.2 if you want to give them a try to see if they work better (disclaimer: I haven't tested these installers at all). Christophe
Christophe Fergeau
2013-Sep-05 16:51 UTC
Re: [libvirt-users] [virt-tools-list] Is virsh supposed to work on Windows?
On Thu, Sep 05, 2013 at 06:50:43PM +0200, Christophe Fergeau wrote:> On Wed, Sep 04, 2013 at 04:41:40PM -0300, Fernando Lozano wrote: > > >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 upstream? > > C:>virsh -V > > Virsh command line tool of libvirt 0.10.2 > > I've pushed test builds of mingw-virt-viewer packaging libvirt 1.1.2 if you want > to give them a try to see if they work better (disclaimer: I haven't tested > these installers at all).Pushed to http://teuf.fedorapeople.org/virt-viewer-msi/ ;) Christophe
Fernando Lozano
2013-Sep-05 19:01 UTC
Re: [libvirt-users] [virt-tools-list] Is virsh supposed to work on Windows?
Hi,>>>> 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. >> I am willing to help all I can to test, but I'm not a Gnome developer. I >> have not coded a single line in C for more than 10 yeas. :-( > You are lucky! :) libvirt is not a gnome technology. If you have some developper experience, it might not be so hard to fix some of the issues (like the paths).If I were compiling and running on Linux, I'd give it a try despite my outdated C coding skills. But the current process of cross-compiling on Linux then running on Windows is not an easy one. Heck, if you readhatters and fedoraers who are used to do it doesn't do frequently, and have frequent dependency problems, what hope do I have to being able to do this -- even if I get approval from my boss? ;-) The ultimate goal is running virt-manager from Windows (but I found no port yet to test). It would be enough for the short-term being able to run at least virsh and virt-viewer so Windows syasdmins doesn't complain so much and doesn't tell my boss we should buy XenServer. (not kidding) It looks like the paths are not the issue with the code -- they were not easy to find, but this is a documenation probem. :-) I already send feedback to the lists about the correct paths for windows users. Sysinternals ProcessMonitor is a freeware windows tool that provides strace-like features, and from it I can tell reading the certificate files is not the problem anymore. It also shows no network errors and no other windows systemcalls issues.> If it's just accessing remote display, you could stick to remote-viewer? Yes you need to know the port though.If it were just for me I'd live with that. But other TI people here are complaining about "not user friendly" running remote-viewer directly and do not want to use Xming. So I need to provide an "easier" way to remote guest console access from windows, and also a way to run some kvm administration. As I said, they are already lobbying to move from KVM to something else. :-(>>> 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 upstream? >> C:>virsh -V >> Virsh command line tool of libvirt 0.10.2 > See my previous reply. You can check the $prefix\deps.txt file for the build versions.As expected, deps.txt agrees with virsh -V: mingw32-libvirt-0.10.2-3.fc19.noarch mingw32-libvirt-static-0.10.2-3.fc19.noarch Same contents for both x64 and x86 virt-viewer 0.5.7 msi's from spice-space.org.>> Do you know who built the Windows port? I know someone is doing that, >> because the binaries are updated every few months. :-) > Daniel & me? It's useful, since you found bugs. I could eventually fix them, but libvirt on windows is probably not a priority... I would start by filling bugs.As a Linux user myself, I would't care less about the windows port ;-) But as an IT consultant, I see most potentical RHEL+KVM or RHEV users (and KVM + CentOS, Fedora, Debian, etc users) have windows workstations and no knowledge, worse yet, no interest in using X remote displays. Not to mention there are times you need the guest console, X remote won't be enough. Besides it's very very inefficient accessing a guest console from virt-manager using Xming or other X server for Windows, with or without ssh. You are on an end-to-end 1Gbps LAN but feels like an ADSL connection or worse. :-( I'd argue to the Red Hat managers that windows ports of virt-manager and etc needs a higher priority if they want to grab market share from vmware, hyper-v or xenserver.>> Again, I'm willing to help any way I can, but I can be only a tester, >> and a documentation writer. I won't be able to help as a developer. :-( > I would say hacking on libvirt windows is easy, as long as you have a windows (to run) & a fedora (to build). Some issues could even be debugged with wine (yes!)The few docs I saw about porting Linux software for windows (like gimp) makes it look very hard, involving a significand investment in time just to get started and a deep knowledge about both platforms. Would you be able to provide a HOW-TO for virsh and maybe virt-viewer? I'm not telling I'd be able to spare the time, but I'd give it a try before calling defeat. []s, Fernando Lozano
Maybe Matching Threads
- Re: [virt-tools-list] Is virsh supposed to work on Windows?
- Re: [virt-tools-list] Is virsh supposed to work on Windows?
- Re: [virt-tools-list] Is virsh supposed to work on Windows?
- Re: [virt-tools-list] Is virsh supposed to work on Windows?
- AW: problems with Iptables in DomU