From owner-freebsd-current@FreeBSD.ORG Fri Apr 26 15:02:39 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D22A9330; Fri, 26 Apr 2013 15:02:39 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-ia0-x22e.google.com (mail-ia0-x22e.google.com [IPv6:2607:f8b0:4001:c02::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 9DD871DF8; Fri, 26 Apr 2013 15:02:39 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id h23so3705356iae.5 for ; Fri, 26 Apr 2013 08:02:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=cn6r+LtNivIWxBEdseB1yIeMVKNbin5BwXVxuIGeubo=; b=XnESFdhodEIv9BEpDy92MKV7Wa92Nuh6KS8NBsPv2gAdKMt+w8cjT5YLq1IEwHI7t1 AhQyMahkQwslnZVZwNVh0K6EG42Lq3elK/6r8ePPlAFKP7L7kE1afjtDZ6fEqW4dfLUR zoIz9pcFwboJnnlxoavejv62bIK90RefBs0P/QEFJjgQwdWY5tQk7E/uYu3DAw+vqFxu I+xD1e8dozk/QJDMfY7kRaMKDIXfNCas5kR2bR86dr58Piskt/Wz7qVrqL0lV9uoY9F5 Ny0wbuO8uA8OC1D7MI4zkxltUhLQPRzWKkK0qwq8RBK5Vub3Fo1K6htWL2po+qmW+yb+ l3Zg== X-Received: by 10.50.147.39 with SMTP id th7mr2174202igb.30.1366988559405; Fri, 26 Apr 2013 08:02:39 -0700 (PDT) Received: from gloom.sandvine.com ([64.7.137.182]) by mx.google.com with ESMTPSA id p10sm536031igj.5.2013.04.26.08.02.37 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Apr 2013 08:02:38 -0700 (PDT) Date: Fri, 26 Apr 2013 11:02:10 -0400 From: Mark Johnston To: Glen Barber Subject: Re: Virtualbox addition in FreeBSD -current guest OS? Message-ID: <20130426150210.GA29463@gloom.sandvine.com> References: <20130426144955.GF1617@glenbarber.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130426144955.GF1617@glenbarber.us> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Viren Shah , 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 15:02:39 -0000 On Fri, Apr 26, 2013 at 10:49:55AM -0400, Glen Barber wrote: > 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? As far as the compilation issue goes, the virtualbox-ose-kmod port is indeed fixed but virtualbox-ose-additions is still broken on current with the latest ports tree.