From owner-freebsd-questions@FreeBSD.ORG Thu Sep 17 19:26:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2721F1065676 for ; Thu, 17 Sep 2009 19:26:09 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (81-178-20-70.dsl.pipex.com [81.178.20.70]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9F08FC17 for ; Thu, 17 Sep 2009 19:26:08 +0000 (UTC) Received: (qmail 84773 invoked by uid 98); 17 Sep 2009 20:33:09 +0100 Received: from 192.168.0.135 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.88.4/1789. hbedv: 7.1.1.11/6.35.1.178. f-prot: 4.6.6/3.16.14. spamassassin: 3.1.4. Clear:RC:1(192.168.0.135):. Processed in 0.045548 secs); 17 Sep 2009 19:33:09 -0000 Received: from unknown (HELO ?192.168.0.135?) (192.168.0.135) by lerwick.hopto.org with SMTP; 17 Sep 2009 20:33:09 +0100 From: Craig Butler To: Jonathan Chen In-Reply-To: <20090917190053.GA5250@osiris.chen.org.nz> References: <20090917190053.GA5250@osiris.chen.org.nz> Content-Type: text/plain Date: Thu, 17 Sep 2009 20:16:48 +0000 Message-Id: <1253218609.1320.4.camel@coyote.lerwick.hopto.org> Mime-Version: 1.0 X-Mailer: Evolution 2.26.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions , Jeronimo Calvo Subject: Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2009 19:26:09 -0000 On Fri, 2009-09-18 at 07:00 +1200, Jonathan Chen wrote: > On Thu, Sep 17, 2009 at 06:36:08PM +0000, Jeronimo Calvo wrote: > > Hi folks! > > > > I do have a problem when launching VirtualBox (installed from source), > > when launched as a normal user it doesnt lunch. Takes few secs... but > > nothing happens... > > Did you "kldload vboxdrv.ko"? Hi Have you tried running it under truss ? I think you might find that it will say - Error in SUPR3HardenedMain and hang... Solution; Rebuild and install Virtualbox port after editing Config.kmk so that VBOX_WITH_HARDENING = 0 Hope it helps Cheers Craig Butler