Re: [Bug 474107] Re: netcat used by VNC uses -q option which is not universally supported

2010-03-03 Thread brainstorm
Yes, that was my case (after my workaround on /usr/local/bin/nc): # rpm -qi libvirt Name: libvirt Relocations: (not relocatable) Version : 0.6.3 Vendor: CentOS Release : 20.1.el5_4Build Date: Wed 21 Oct 2009 12:51

[Bug 474107] Re: netcat used by VNC uses -q option which is not universally supported

2010-03-03 Thread Marc Deslauriers
Just so I can try and reproduce the problem you're having, you're connecting to an up-to-date CentOS 5 server with the default CentOS libvirt packages? -- netcat used by VNC uses -q option which is not universally supported https://bugs.launchpad.net/bugs/474107 You received this bug notification

[Bug 474107] Re: netcat used by VNC uses -q option which is not universally supported

2010-03-03 Thread zigi
I can't test if this patch helps, due to same error in libvirtd. With virt-manager - 0.8.2-2ubuntu4 I can't connect to systems which use nc without -q. -- netcat used by VNC uses -q option which is not universally supported https://bugs.launchpad.net/bugs/474107 You received this bug notification

[Bug 474107] Re: netcat used by VNC uses -q option which is not universally supported

2010-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package virt-manager - 0.8.2-2ubuntu4 --- virt-manager (0.8.2-2ubuntu4) lucid; urgency=low * debian/patches/autodetect-nc-params.patch: autodetect if the remote nc command supports the -q option. (LP: #474107) * debian/patches/0003-Make-sure-we-quit-a

[Bug 474107] Re: netcat used by VNC uses -q option which is not universally supported

2010-03-02 Thread zigi
https://bugzilla.redhat.com/show_bug.cgi?id=517778 ** Bug watch added: Red Hat Bugzilla #517778 https://bugzilla.redhat.com/show_bug.cgi?id=517778 -- netcat used by VNC uses -q option which is not universally supported https://bugs.launchpad.net/bugs/474107 You received this bug notification

[Bug 474107] Re: netcat used by VNC uses -q option which is not universally supported

2010-03-02 Thread zigi
>From previous bug report on RedHat's bugzilla: "This is now fixed upstream: we pass a shell script as the SSH command, and try to detect these incompatibilities. It's definitely a hack, but we don't have a lot of options: http://hg.fedorahosted.org/hg/virt-manager/rev/1f781890ea4a " -- netcat

[Bug 474107] Re: netcat used by VNC uses -q option which is not universally supported

2010-02-26 Thread brainstorm
On new virt-manager releases (0.8.3) from dnjl's PPA: https://launchpad.net/~dnjl/+archive/virtualization The offending "nc" code has moved to: /usr/share/virt-manager/virtManager/console.py, line 508 argv += [ server, "nc", "-q", "0", vncaddr, str(vncport) ] Unfortunately, zigi's fix does not

[Bug 474107] Re: netcat used by VNC uses -q option which is not universally supported

2010-02-05 Thread zigi
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/517478 -- netcat used by VNC uses -q option which is not universally supported https://bugs.launchpad.net/bugs/474107 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 474107] Re: netcat used by VNC uses -q option which is not universally supported

2010-01-24 Thread Alex Tabisz
Zigi - nice fix/work around - thanks -- netcat used by VNC uses -q option which is not universally supported https://bugs.launchpad.net/bugs/474107 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 474107] Re: netcat used by VNC uses -q option which is not universally supported

2010-01-18 Thread zigi
This can be fixed by editing /usr/share/virt- manager/virtManager/details.py , line 1236: -- argv += [ server, "nc", "-q", "0", vncaddr, str(vncport) ] ++ argv += [ server, "nc", vncaddr, str(vncport) ] ** Changed in: virt-manager (Ubuntu) Status: New => Confirmed -- netcat used by VNC

[Bug 474107] Re: netcat used by VNC uses -q option which is not universally supported

2010-01-12 Thread zigi
I can confirm this bug. Karmic and Lucid are affected. -- netcat used by VNC uses -q option which is not universally supported https://bugs.launchpad.net/bugs/474107 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 474107] Re: netcat used by VNC uses -q option which is not universally supported

2010-01-12 Thread zigi
> This can be fixed by installing a version of nc which recognizes the -q option on the remote server. Could you recommend from which source (repository, distribution)? Thank you -- netcat used by VNC uses -q option which is not universally supported https://bugs.launchpad.net/bugs/474107 You re