From owner-freebsd-stable@FreeBSD.ORG Wed May 13 13:12:48 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D38FA6C1 for ; Wed, 13 May 2015 13:12:48 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69F661705 for ; Wed, 13 May 2015 13:12:48 +0000 (UTC) Received: by wizk4 with SMTP id k4so198086281wiz.1 for ; Wed, 13 May 2015 06:12:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=sAr6lMFppeowIUXNFbdkv8snxbmGHBkcUDQk8BQ8uec=; b=ByJeQ8dWbh9ifAz+j7ojA+naybnqZhf9uJl47xo71X3Gz43CjcQPJVaUqkrhTbdpwN ZaEOFpmnVrq7KdqQTQc0HmCTS4ukMvOJCVHgpQu+cXFEwiLA7rrfCd7WG9hiwnCVWTn9 MF68kRslmqsziyFRi8wpQLoVD7TvTqEvH/w2ns8qBcmdPHPHwgkcBsMWvhKsA2I+t9rI 7f/VG+hnC4u0LE72hWYGlTL60Lpo9eRl+FlDTTUU2R7/fqx4KCo2LSnOvFbI4ULsroib cac2Xg5Cd+XxFeDOaJEB6Bb6N96Xc14qZTOF9WcZF1whl7PIw2x6P1uRgKhSi9qYzM73 0LJA== X-Received: by 10.180.98.230 with SMTP id el6mr37707930wib.16.1431522766732; Wed, 13 May 2015 06:12:46 -0700 (PDT) Received: from [10.0.1.1] (p5DC7E084.dip0.t-ipconnect.de. [93.199.224.132]) by mx.google.com with ESMTPSA id ng5sm8017396wic.24.2015.05.13.06.12.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 May 2015 06:12:45 -0700 (PDT) Message-ID: <55534DCC.2040204@gmail.com> Date: Wed, 13 May 2015 15:12:44 +0200 From: Tobias Kortkamp User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Graham Menhennitt , FreeBSD stable Subject: Re: VirtualBox hangs on FreeBSD 10-stable and then reports error References: <55534A2F.8080604@menhennitt.com.au> In-Reply-To: <55534A2F.8080604@menhennitt.com.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2015 13:12:48 -0000 On 05/13/2015 14:57, Graham Menhennitt wrote: > I've been successfully running VirtualBox for some time. Last week I > updated my /usr/src/ and /usr/ports, built & installed world and kernel, > and did portupgrade -a. Now VirtualBox won't start - it doesn't even > show the window with the list of VMs. I've tried as root and as myself. > I've also tried removing my .virtualbox directory. kldstat shows > vboxdrv.ko is loaded. I've rebooted after building and installing > everything. > > I've run it in truss as root and the bzipped output file is at > http://menhennitt.com.au/truss.bz2. It runs for a few seconds and then > gets to the point in the truss output (around line 2890) where it does > the stuff shown below. It repeats the last poll() line at 5 second > intervals for about 5 minutes. It then shows a dialog: > Failed to create the VirtualBox COM object. > The application will now terminate. > Callee RC: NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) > When I click Ok in the dialog, it exits. > > It's virtualbox-ose-4.3.26 and virtualbox-ose-kmod-4.3.26 on FreeBSD > 10-stable from last week on amd64. > > Does anybody please have any clues? > > Thanks, > Graham Hi Graham, see this thread on the forums: https://forums.freebsd.org/threads/virtualbox-4-3-26-wont-start.51341/