On 03/25/2010 12:24 PM, Marco Mornati wrote:
Hello Bryan,
I noticed some days ago that a connection to libvirt from java binding
with SSH url (xen+ssh://...) leave an Ssh shell opened also after
connection is closed.
29218 ? S 0:00 ssh -p 22 -l root -T -o BatchMode=yes -e none
192.168.33.10 nc -U /var/run/libvirt/libvirt-sock
Is there a way to close this process to?
Thanks a lot
Bye
Marco
Which version are you running on? There has been a couple of patches
recently which try to do a better job of closing it down.
Also.. are you just creating the connrection and closing it? If I know
what you are doing I can try and recreate it here.
-- bk