On Mon, 2009-11-09 at 15:17 -0500, Tom Horsley wrote: > On Mon, 9 Nov 2009 12:05:50 -0500 > Tom Horsley wrote: > > > On Mon, 09 Nov 2009 14:15:17 +0000 > > Mark McLoughlin wrote: > > > > > On Thu, 2009-11-05 at 12:03 -0500, Tom Horsley wrote: > > > > ... > > > > I can still ssh into the KVM with a new ssh connection, but > > > > the original connection is frozen up, it never even times > > > > out an disconnects, it acts like it is in the middle of > > > > talking and is just waiting for the next thing to happen. > > Woa! Just happened to notice new symptom. I had an ssh session > to one of these ubuntu KVM machines open at the same time I had > watched it boot in the console window I opened from virt-manager. > Not only did the ssh session freeze, but the console window froze > at the same time. I could still ssh in with a new ssh session, but > I'm not sure what would take out an ssh session and the console > at the same time while leaving the KVM machine up.
Are you running virt-manager on the same machine as the guests? i.e. is virt-manager connected to qemu:///system ? If it's all local, the VNC connection is simply a localhost TCP socket between virt-manager and qemu, whereas the ssh is a TCP socket over virbr0/vnet0 ethernet to the guest sshd. I can't imagine how both would lock up at the same time while qemu is still happily processing packets to form a new ssh connection. Cheers, Mark. _______________________________________________ Fedora-virt mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-virt
