From owner-freebsd-virtualization@FreeBSD.ORG Wed Oct 12 19:29:38 2011 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2CF51065701 for ; Wed, 12 Oct 2011 19:29:38 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6ED4A8FC19 for ; Wed, 12 Oct 2011 19:29:38 +0000 (UTC) Received: by wwe3 with SMTP id 3so553991wwe.31 for ; Wed, 12 Oct 2011 12:29:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=1VN9OjNMundro589Ea7Ofl6K28axCbmbl/tm2kntohE=; b=iqIqT5KCxK8W7rpGqy3u1I9dowNA7ln7Y03IBlBCqxtAvCooKzM9yibB4cFLgUNtKd +ns06DtZQadHHDTL+j9xIkYkMJazhV/fqKKbGZ6317Lbsl9HU9E+0BGvFHKKoAIXDZza CzIAVU9Me45feRjxQ63Z3MSoXK6P/QXT8+9qE= MIME-Version: 1.0 Received: by 10.227.55.5 with SMTP id s5mr85065wbg.92.1318446286714; Wed, 12 Oct 2011 12:04:46 -0700 (PDT) Received: by 10.180.96.104 with HTTP; Wed, 12 Oct 2011 12:04:46 -0700 (PDT) In-Reply-To: References: Date: Wed, 12 Oct 2011 15:04:46 -0400 Message-ID: From: Ryan Stone To: paul+usenet@w6yx.stanford.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-virtualization@freebsd.org Subject: Re: vboxdrv.ko loaded, but no /dev/vboxdrv X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 12 Oct 2011 19:29:38 -0000 On Tue, Oct 11, 2011 at 5:04 PM, G. Paul Ziemba wrote: > Hello wise ones, > > I have the recent (from a few days ago) virtualbox-ose and > virtualbox-ose-kmod ports installed. Other ports are mostly > from Jan, 2011. With vboxdrv.ko loaded, /dev/vboxdrv does not > seem to be created and I don't know why. > > =A0 =A0% kldstat > =A0 =A0Id Refs Address =A0 =A0Size =A0 =A0 Name > =A0 =A0 1 =A0 34 0xc0400000 c4fc74 =A0 kernel > =A0 =A0 2 =A0 =A02 0xc1050000 2fc38 =A0 =A0linux.ko > =A0 =A0 3 =A0 =A01 0xc1080000 1c420 =A0 =A0snd_hda.ko > =A0 =A0 4 =A0 =A01 0xc109d000 9970 =A0 =A0 aio.ko > =A0 =A0 6 =A0 =A01 0xc73ce000 8000 =A0 =A0 linprocfs.ko > =A0 =A0 7 =A0 =A01 0xc78d1000 10000 =A0 =A0ipfw.ko > =A0 =A0 8 =A0 =A01 0xc7bf9000 21000 =A0 =A0kqemu.ko > =A0 =A0 9 =A0 =A01 0xc7cc2000 2000 =A0 =A0 blank_saver.ko > =A0 =A010 =A0 =A01 0xc7ee2000 68000 =A0 =A0radeon.ko > =A0 =A011 =A0 =A01 0xc7f4a000 14000 =A0 =A0drm.ko > =A0 =A012 =A0 =A01 0xc92fd000 b000 =A0 =A0 netgraph.ko > =A0 =A013 =A0 =A01 0xcbbc9000 2e000 =A0 =A0vboxdrv.ko > =A0 =A0% ls /dev/vboxdrv > =A0 =A0ls: /dev/vboxdrv: No such file or directory > =A0 =A0% > > I originally had a RELENG_8 kernel and userland from Jan, 2011 on > this host, but I csup-ed this morning (tag=3DRELENG_8) and built/ > installed new kernel and userland. I also rebuilt virtualbox-ose > and virtualbox-ose-kmod afterwards. > > There seems to be some logging facility in the vboxdrv code, but I > do not understand how to enable it or where to look for the output. > > Thanks for any suggestions! > > =A0~!paul > -- > G. Paul Ziemba > FreeBSD unix: > =A02:01PM =A0up =A01:36, 6 users, load averages: 0.34, 0.36, 0.38 > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@free= bsd.org" > Do you see any errors on the console/in dmesg?