Comment 17 for bug 585964

Revision history for this message
kuschky (kakuschky) wrote :

Hello, after last Ubuntu update I can't start my KVM machines. So I did a clean basic installation and install only libvirt-bin and kvm.

uname -a : Linux server1 2.6.32-23-server #37-Ubuntu SMP Fri Jun 11 09:11:11 UTC 2010 x86_64 GNU/Linux

But the error was still there.

I followed the hints in this thread and did the following:

- in qemu.conf I set security_driver = "none"

- I did purge appamor "apt-get purge apparmor"

- In qemu.conf I set vnc_tls = 0

- reboot the system

But also with this modifications I still got the same error:

error: Failed to start domain testsystem.mynet.de
error: monitor socket did not show up.: Connection refused

syslog show the following

Jul 28 08:09:13 eq4 libvirtd: 08:09:13.456: error : qemuMonitorOpenUnix:268 : monitor socket did not show up.: Connection refused
Jul 28 08:09:13 eq4 libvirtd: 08:09:13.456: error : qemuConnectMonitor:822 : Failed to connect monitor for testsystem.mynet.de#012

Is there any other solution to get kvm running than to use another distribution?

Regards Michael