From owner-freebsd-current@FreeBSD.ORG Fri Apr 26 14:49:58 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C6964117; Fri, 26 Apr 2013 14:49:58 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from onyx.glenbarber.us (onyx.glenbarber.us [IPv6:2607:fc50:1000:c200::face]) by mx1.freebsd.org (Postfix) with ESMTP id A091D1D7E; Fri, 26 Apr 2013 14:49:58 +0000 (UTC) Received: from glenbarber.us (75-146-225-65-Philadelphia.hfc.comcastbusiness.net [75.146.225.65]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by onyx.glenbarber.us (Postfix) with ESMTPSA id 554D123F804; Fri, 26 Apr 2013 10:49:57 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.8.2 onyx.glenbarber.us 554D123F804 Authentication-Results: onyx.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Fri, 26 Apr 2013 10:49:55 -0400 From: Glen Barber To: Viren Shah Subject: Re: Virtualbox addition in FreeBSD -current guest OS? Message-ID: <20130426144955.GF1617@glenbarber.us> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Apr 2013 14:49:58 -0000 On Fri, Apr 26, 2013 at 10:45:19AM -0400, Viren Shah wrote: > I was having problems compiling the virtualbox guest additions on a FBSD > -current (Apr 23 20:30 EDT) system. I changed all the VM_OBJECT_LOCKs to > VM_OBJECT_WLOCKs (and same for the UNLOCKS) and added rwlock.h to the > includes. That enabled it to compile but I'm having problems getting X > started (it just hangs) using those vbox modules for xorg. Log msg (see > attached) says "failed to initialize VirtualBox device (rc=-102)" > > Anyone having recently compiled the vbox ose-additions on a -current system > and had it work? I'm just trying to figure out if this is a > -current-related issue or a vbox related one. > This was fixed months ago, I think. Is your ports tree updated? Glen