From owner-freebsd-virtualization@FreeBSD.ORG Thu Feb 6 12:11:37 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A513E2F7 for ; Thu, 6 Feb 2014 12:11:37 +0000 (UTC) Received: from ext.mellstrand.net (ext.mellstrand.net [IPv6:2001:2040:4:2::51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 065281C66 for ; Thu, 6 Feb 2014 12:11:36 +0000 (UTC) Received: by ext.mellstrand.net Thu, 6 Feb 2014 12:11:34 GMT Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Subject: Re: vm_create: Device not configured From: Mats Mellstrand In-Reply-To: Date: Thu, 6 Feb 2014 13:11:38 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <4EA3BFD4-9491-4C22-A9A4-4CD13287AD7E@exmandato.se> References: To: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 12:11:37 -0000 Hi=20 Some more info I put the line vmm_load=3D"YES"=20 in loader.conf. Still the same problem, but I see module_register_init: MOD_LOAD (vmm, 0xffffffff81c47b60, 0) error 6 in the dmesg output The device /dev/vmm is not created (as I think it should?) /mm On 6 feb 2014, at 10:05, Mats Mellstrand wrote: > Hi >=20 > I'm sure I'm doing something wrong, but I can=B4t figure out what. >=20 > I'm following the instructions from = http://people.freebsd.org/~neel/bhyve/bhyve_instructions.txt >=20 > First some facts: >=20 > My host >=20 > FreeBSD 10.0-STABLE #7 r260986: Tue Jan 21 19:29:18 CET 2014 > mats@xxxxxxxxxxxxxxxx:/usr/obj/usr/src/sys/GENERIC amd64 > FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 > CPU: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz (3392.37-MHz K8-class = CPU) > Origin =3D "GenuineIntel" Id =3D 0x306a9 Family =3D 0x6 Model =3D = 0x3a Stepping =3D 9 > = Features=3D0xbfebfbff > = Features2=3D0x7fbae3ff > AMD Features=3D0x28100800 > AMD Features2=3D0x1 > Standard Extended Features=3D0x281 > TSC: P-state invariant, performance statistics > real memory =3D 17179869184 (16384 MB) > avail memory =3D 16297574400 (15542 MB) > [snip] >=20 > # kldstat >=20 > Id Refs Address Size Name > 1 20 0xffffffff80200000 160c130 kernel > 2 1 0xffffffff8180d000 23db68 zfs.ko > 3 2 0xffffffff81a4b000 6638 opensolaris.ko > 4 1 0xffffffff81c12000 34d3 ums.ko > 5 1 0xffffffff81c16000 2f142 pf.ko > 6 1 0xffffffff81c46000 16ef79 vmm.ko > 7 1 0xffffffff81db5000 553f if_tap.ko >=20 >=20 > Using the image from http://people.freebsd.org/~neel/bhyve/release.iso >=20 > When running the script = http://people.freebsd.org/~neel/bhyve/vmrun.sh >=20 > # sh -xv vmrun.sh vml=20 >=20 > [snip] > + BOOTDISK=3D./release.iso > + installer_opt=3D'-s 31:0,virtio-blk,./release.iso' > + /usr/sbin/bhyveload -m 512M -d ./release.iso vml > vm_create: Device not configured > + [ 1 -ne 0 ] > + break >=20 > exit 99 > + exit 99 >=20 >=20 > /mm >=20 >=20 >=20 >=20 >=20 >=20 > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to = "freebsd-virtualization-unsubscribe@freebsd.org" >=20