WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 759] New: unable to create a HVM domain on a HVM capable

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 759] New: unable to create a HVM domain on a HVM capable System
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Wed, 06 Sep 2006 02:11:42 -0700
Delivery-date: Wed, 06 Sep 2006 02:12:39 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=759

           Summary: unable to create a HVM domain on a HVM capable System
           Product: Xen
           Version: unstable
          Platform: x86
        OS/Version: Linux-2.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HVM
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: oehmes@xxxxxxxxxxxxxx


I try to create a HVM capable Domain on a new bought System from IBM.
I have a VT enbaled CPU and i have activated vt in the BIOS option.

i did a compile from the latest unstable tree and also used procompiled
packages from fedora. with both i have no luck .

i always get the following error  VmError: Not an HVM capable platform, we stop
creating! 

full xend-debug.log :

Traceback (most recent call last): 

  File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomainDir.py", line
77, in op_create 

    dominfo = self.xd.domain_create(config) 

  File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 228, in
domain_create 

    dominfo = XendDomainInfo.create(config) 

  File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 194,
in create 

    vm.initDomain() 

  File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line
1268, in initDomain 

    self.info['device']) 

  File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 44, in create 

    return findImageHandlerClass(imageConfig)(vm, imageConfig, deviceConfig) 

  File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 74, in
__init__ 

    self.configure(imageConfig, deviceConfig) 

  File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 267, in
configure 

    raise VmError("Not an HVM capable platform, we stop creating!") 

VmError: Not an HVM capable platform, we stop creating! 


output of cat /proc/cpuinfo :

cat /proc/cpuinfo 

processor       : 0 

vendor_id       : GenuineIntel 

cpu family      : 15 

model           : 6 

model name      : Intel(R) Pentium(R) D CPU 3.00GHz 

stepping        : 4 

cpu MHz         : 2992.740 

cache size      : 2048 KB 

fdiv_bug        : no 

hlt_bug         : no 

f00f_bug        : no 

coma_bug        : no 

fpu             : yes 

fpu_exception   : yes 

cpuid level     : 6 

wp              : yes 

flags           : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush
dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx
est cid cx16 xtpr lahf_lm 

bogomips        : 7486.51 



processor       : 1 

vendor_id       : GenuineIntel 

cpu family      : 15 

model           : 6 

model name      : Intel(R) Pentium(R) D CPU 3.00GHz 

stepping        : 4 

cpu MHz         : 2992.740 

cache size      : 2048 KB 

fdiv_bug        : no 

hlt_bug         : no 

f00f_bug        : no 

coma_bug        : no 

fpu             : yes 

fpu_exception   : yes 

cpuid level     : 6 

wp              : yes 

flags           : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush
dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx
est cid cx16 xtpr lahf_lm 

bogomips        : 7486.51 

one strange thing i see in xm dmesg is :

(XEN) VMX disabled by Feature Control MSR

it looks like xen doesn't find the vmx extension ??


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>