View previous topic :: View next topic |
Author |
Message |
bhuisgen n00b
Joined: 07 Sep 2008 Posts: 6 Location: France
|
Posted: Sun Sep 07, 2008 6:10 pm Post subject: netcat with Unix sockets support |
|
|
Hi,
I need a netcat version with UNIX sockets support (option -U) to work with libvirt / virt-manager. The version available in portage doesn't support it. A netcat OpenBSD version exists and works well on Debian (package netcat-openbsd). I think I must compile the sources of this package...
Thanks for any other idea. |
|
Back to top |
|
|
Wormo Retired Dev
Joined: 29 Nov 2004 Posts: 526 Location: SB County California
|
Posted: Mon Sep 08, 2008 6:10 am Post subject: |
|
|
How about trying socat? socat has different command line syntax than netcat but includes UNIX socket support as well as a bunch of other nice features. |
|
Back to top |
|
|
bhuisgen n00b
Joined: 07 Sep 2008 Posts: 6 Location: France
|
Posted: Mon Sep 08, 2008 11:39 am Post subject: |
|
|
I can't use socat, libvirt make the ssh connection and do the command : nc - U.
I've compiled the source from debian's netcat-openbsd package to replace the default nc binary. |
|
Back to top |
|
|
|