ich habe XEN unter Debian Squeeze installiert, hier die Eckdaten,
Kernel:
Code: Alles auswählen
uname -a
Linux xentest 2.6.32-5-xen-amd64 #1 SMP Thu Nov 3 05:42:31 UTC 2011 x86_64 GNU/Linux
Code: Alles auswählen
cat /proc/cpuinfo | grep model
model : 30
model name : Intel(R) Xeon(R) CPU X3430 @ 2.40GHz
model : 30
model name : Intel(R) Xeon(R) CPU X3430 @ 2.40GHz
model : 30
model name : Intel(R) Xeon(R) CPU X3430 @ 2.40GHz
model : 30
model name : Intel(R) Xeon(R) CPU X3430 @ 2.40GHz
Code: Alles auswählen
cat /proc/meminfo
MemTotal: 8191904 kB
MemFree: 7133064 kB
Code: Alles auswählen
cat /etc/debian_version 6.0.3
Code: Alles auswählen
GNOME
Version: 2.30.2
Der libvirtd läuft aber:Unable to open a connection to the libvirt management daemon.
Libvirt URI is: qemu:///system
Verify that:
- The 'libvirtd' daemon has been started
Details:
Unable to open connection to hypervisor URI 'qemu:///system':
unable to connect to '/var/run/libvirt/libvirt-sock', libvirtd may need to be started: Keine Berechtigung
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/connection.py", line 971, in _try_open
None], flags)
File "/usr/lib/python2.6/dist-packages/libvirt.py", line 111, in openAuth
if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: unable to connect to '/var/run/libvirt/libvirt-sock', libvirtd may need to be started: Keine Berechtigung
Code: Alles auswählen
ps axuw | grep libvi
root 12917 0.0 0.0 207296 5316 ? Sl 14:19 0:00 /usr/sbin/libvirtd -d
Code: Alles auswählen
Dec 5 14:19:29 xentest libvirtd: 14:19:29.724: warning : qemudDispatchSignalEvent:396 : Shutting down on signal 15
Dec 5 14:19:30 xentest libvirtd: 14:19:30.947: warning : qemudStartup:1832 : Unable to create cgroup for driver: No such device or address
Dec 5 14:19:31 xentest libvirtd: 14:19:31.032: warning : lxcStartup:1900 : Unable to create cgroup for driver: No such device or address
Grüße
M