OVH Community, your new community space.

CentOS 7 mit KVM


tiramisu
05.12.14, 09:09
Weitere Anhaltspunkte:
https://www.centos.org/forums/viewto...p?f=48&t=48075

nano /etc/fstab
devpts /dev/pts devpts gid=5,mode=620 0 0

Es läuft

tiramisu
04.12.14, 15:41
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt

EvilMoe
04.12.14, 15:27
Zitat Zitat von tiramisu
Muss man am Server-Bios noch die Virtualisierungsoptionen aktivieren?
was sagt denn?
egrep -c '(vmx|svm)' /proc/cpuinfo

tiramisu
04.12.14, 15:22
Hallo Zusammen

Was sonst in paar Minuten funktioniert, bringt mich bei meinem SYS Server zur Ratlosigkeit: Ich versuche schon länger KVM in Betrieb zu nehmen - leider erfolglos. Die Installation geht zwar, allerdings lassen sich anschliessend keine VMs erzeugen. Seht selbst:
Code:
Installation konnte nicht fertiggestellt werden: «internal error: process exited while connecting to monitor: Failed to create chardev
»

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 91, in cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/create.py", line 1787, in do_install
    guest.start_install(meter=meter)
  File "/usr/share/virt-manager/virtinst/guest.py", line 403, in start_install
    noboot)
  File "/usr/share/virt-manager/virtinst/guest.py", line 467, in _create_guest
    dom = self.conn.createLinux(start_xml or final_xml, 0)
  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2897, in createLinux
    if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirtError: internal error: process exited while connecting to monitor: Failed to create chardev
Ich bin langsam ratlos... Ich habs auch mit Fedora 20 probiert und natürlich remote am laptop mit der virt GUI und auch am Server an der Bash mit virt-install... Kann es drehen und wenden, es klappt nicht.

Muss man am Server-Bios noch die Virtualisierungsoptionen aktivieren?