[erledigt] netcat/nc -u

Ich kann virt-manager nicht nutzen, folgender Fehler:
Wurde netcat ohne die Option gebaut?
Die Gegenseite ist ein Debian stable (OpenMediaVault), es kann sich also nicht um ein neues Feature von netcat handeln.
- Code: Alles auswählen
mit libvirt konnte nicht verbunden werden.
Der entfernte Host erfordert eine Version von netcat/nc,
welche die -U Option unterstützt.
Libvirt URI is: qemu+ssh://root@192.168.0.12/system
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/connection.py", line 968, in _open_thread
self._backend.open(self._do_creds_password)
File "/usr/share/virt-manager/virtinst/connection.py", line 158, in open
open_flags)
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 105, in openAuth
if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: End of file while reading data: Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Wurde netcat ohne die Option gebaut?
Die Gegenseite ist ein Debian stable (OpenMediaVault), es kann sich also nicht um ein neues Feature von netcat handeln.
- Code: Alles auswählen
[root@wuerfel ~]# ncat -h
Ncat 6.47 ( http://nmap.org/ncat )
Usage: ncat [options] [hostname] [port]
...
-U, --unixsock Use Unix domain sockets only
...
-u, --udp Use UDP instead of default TCP
...