bhyveload vm_create: Device not configured

2013-04-30 Thread Eggert, Lars
Hi,

I'm starting to play around with bhyve, and I'm trying to byhveload a disk 
image that I otherwise use to netboot some headless servers. When I tried that, 
I get:

root@five:~ # bhyveload -d /home/elars/dst/rootfs test
vm_create: Device not configured

Google comes up empty with this error message. Any idea what could be causing 
this? I do have the vmm.ko loaded and the system is running a recent -CURRENT.

Thanks,
Lars
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: bhyveload vm_create: Device not configured

2013-04-30 Thread Neel Natu
Hi Lars,

On Tue, Apr 30, 2013 at 2:06 AM, Eggert, Lars l...@netapp.com wrote:

 Hi,

 On Apr 30, 2013, at 9:38, Eggert, Lars l...@netapp.com wrote:
  I'm starting to play around with bhyve, and I'm trying to byhveload a
 disk image that I otherwise use to netboot some headless servers. When I
 tried that, I get:
 
  root@five:~ # bhyveload -d /home/elars/dst/rootfs test
  vm_create: Device not configured

 turns out that because I used the loader to kldload vmm.ko, I did not see
 the following error message, which is thrown when loading it when booted:

 vmx_init: processor does not support desired primary processor-based
 controls

 The CPU in this box reports as:

 CPU: Intel(R) Xeon(R) CPU   E5240  @ 3.00GHz (3000.17-MHz K8-class
 CPU)
   Origin = GenuineIntel  Id = 0x1067a  Family = 0x6  Model = 0x17
  Stepping = 10

 Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE

 Features2=0xc0ce3bdSSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA,SSE4.1,XSAVE,OSXSAVE
   AMD Features=0x20100800SYSCALL,NX,LM
   AMD Features2=0x1LAHF
   TSC: P-state invariant, performance statistics

 Shouldn't this be sufficient to support bhyve?


Unfortunately not - this processor does not support extended page tables.

See http://ark.intel.com/Products/VirtualizationTechnology

Although this also shows that we need better error reporting ... one more
thing on the todo list.

best
Neel


 Thanks,
 Lars
 ___
 freebsd-virtualization@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
 To unsubscribe, send any mail to 
 freebsd-virtualization-unsubscr...@freebsd.org

___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: bhyveload vm_create: Device not configured

2013-04-30 Thread Eggert, Lars
Hi,

On Apr 30, 2013, at 11:17, Neel Natu neeln...@gmail.com
 wrote:
 Unfortunately not - this processor does not support extended page tables.

ah, crud.

Xen is not an option either, because AFAIK FreeBSD still doesn't have dom0 
support. Is there any other virtualization option to look into?

 Although this also shows that we need better error reporting ... one more
 thing on the todo list.

I double-checked, and the message actually does show up in demsg even when I 
kldload from the loader - I just managed to miss it.

Thanks,
Lars
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: bhyveload vm_create: Device not configured

2013-04-30 Thread Peter Grehan

Hi Lars,


Xen is not an option either, because AFAIK FreeBSD still doesn't have
dom0 support. Is there any other virtualization option to look into?


 VirtualBox should work fine on this h/w.

later,

Peter.
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: bhyveload vm_create: Device not configured

2013-04-30 Thread Outback Dingo
On Tue, Apr 30, 2013 at 11:10 AM, Outback Dingo outbackdi...@gmail.comwrote:

 you could always install XCP (XEN Cloud Platform) and then install FreeBSD
 as a guest OS. We run FreeBSD 8.x, 9x and CURRENT as VMs on XCP

 damn... ignore the TOP POST


 On Tue, Apr 30, 2013 at 5:25 AM, Eggert, Lars l...@netapp.com wrote:

 Hi,

 On Apr 30, 2013, at 11:17, Neel Natu neeln...@gmail.com
  wrote:
  Unfortunately not - this processor does not support extended page
 tables.

 ah, crud.

 Xen is not an option either, because AFAIK FreeBSD still doesn't have
 dom0 support. Is there any other virtualization option to look into?

  Although this also shows that we need better error reporting ... one
 more
  thing on the todo list.

 I double-checked, and the message actually does show up in demsg even
 when I kldload from the loader - I just managed to miss it.


you could always install XCP (XEN Cloud Platform) and then install FreeBSD
as a guest OS. We run FreeBSD 8.x, 9x and CURRENT as VMs on XCP



 Thanks,
 Lars
 ___
 freebsd-virtualization@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
 To unsubscribe, send any mail to 
 freebsd-virtualization-unsubscr...@freebsd.org



___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: bhyveload vm_create: Device not configured

2013-04-30 Thread Eggert, Lars
Hi,

On Apr 30, 2013, at 17:10, Outback Dingo outbackdi...@gmail.com wrote:
 you could always install XCP (XEN Cloud Platform) and then install FreeBSD
 as a guest OS. We run FreeBSD 8.x, 9x and CURRENT as VMs on XCP

not an option, because for various reasons I need to run FreeBSD as the host 
OS. But thanks for the suggestion.

Lars
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: bhyveload vm_create: Device not configured

2013-04-30 Thread Eggert, Lars
Hi,

On Apr 30, 2013, at 15:06, Peter Grehan gre...@freebsd.org wrote:
 VirtualBox should work fine on this h/w.

will try, if I can get it compiled. There seem to be some hiccups at the moment.

Thanks,
Lars
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org