Hello,
I have used earlier releases of OpenSUSE with xen and have not encountered any problems (yet). I have access to one of them now which has helped me diagnose this problem to a degree.
Recently I acquired an HP ENVY dv7 with an intel 3630qm and 8mb of ram.
I installed OpenSUSE 12.3 and the virtualization tools via Yast.
Using the standard procedure I have used in the past, I have not been able create any virtual machines.
Upon further investigation, I realized that the virtual machine manager was not connected to Dom0.
When I attempted to connect to Dom0, the application disappears from the desktop.
Investigating further, I compared the log files contained in
/var/log/xend.log
In the machine which is functioning properly, 8 cpus are noted. (log segment next reformatted for readability)
[2013-11-02 08:07:13 1732] DEBUG (XendDomainInfo:151) XendDomainInfo.recreate({
‘max_vcpu_id’: 7,
‘cpu_time’: 37402251900L,
‘ssidref’: 0,
‘hvm’: 0,
‘shutdown_reason’: 255,
‘dying’: 0,
‘online_vcpus’: 8,
‘domid’: 0,
‘paused’: 0,
‘crashed’: 0,
‘running’: 1,
‘maxmem_kb’: 17179869180L,
‘shutdown’: 0,
‘mem_kb’: 12278224L,
‘blocked’: 0,
‘handle’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
‘cpupool’: 0,
‘name’: ‘Domain-0’})
In this machine only 1 cpu is seen (log segment?)
[2013-11-03 13:06:03 1054] DEBUG (XendDomainInfo:151) XendDomainInfo.recreate({
‘max_vcpu_id’: 0,
‘cpu_time’: 5030292227L,
‘ssidref’: 0,
‘hvm’: 0,
‘shutdown_reason’: 255,
‘dying’: 0,
‘online_vcpus’: 1,
‘domid’: 0,
‘paused’: 0,
‘crashed’: 0,
‘running’: 1,
‘maxmem_kb’: 17179869180L,
‘shutdown’: 0,
‘mem_kb’: 8012712L,
‘blocked’: 0,
‘handle’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
‘cpupool’: 0,
‘name’: ‘Domain-0’})
I have attempted to find the reason for this and in the course of my reading I found that YAST had not installed qemu (same as 13.1), but installing that didn’t help.
What is the problem here?
Is there any other information needed to diagnose this problem?
What do I need to do to fix it?
Thanks in advance
doneleft