since a few weeks my virt-manager crashes frequently. The vms seem to run further but I can’t connect to them.
If this happens, I find two Zombie Processes
peter@localhost:~> ps -el | grep 'Z'
F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME CMD
4 Z 0 2041 1 0 80 0 - 0 - ? 00:00:13 virtqemud <defunct>
4 Z 0 21755 1 0 80 0 - 0 - ? 00:00:00 libvirtd <defunct>
peter@localhost:~>
I can’t get rid of these zombies and finally I have to reboot. But the os doesn’t finish, I have to turn the system off.
The vms seem to run
Tasks: 672 total, 1 running, 669 sleeping, 0 stopped, 2 zombie
%Cpu(s): 1,7 us, 0,5 sy, 0,0 ni, 97,6 id, 0,0 wa, 0,0 hi, 0,1 si, 0,0 st
MiB Mem : 63472,35+total, 11852,43+free, 33970,21+used, 18697,94+buff/cache
MiB Swap: 2048,688 total, 1045,688 free, 1003,000 used. 29502,13+avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
18341 qemu 20 0 23,499g 0,019t 33024 S 20,20 31,84 21:51.65 qemu-system-x86
11634 qemu 20 0 13,423g 5,192g 32768 S 18,21 8,377 37:12.51 qemu-system-x86
Does anybody know how to connect to existing vms without virt-manager ?
Virsh --connect qemu:///system can connect
but a list --all doesn’t work any more