From owner-freebsd-emulation@FreeBSD.ORG Fri Jan 17 19:35:28 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 957B2F69; Fri, 17 Jan 2014 19:35:28 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::4]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD69812E8; Fri, 17 Jan 2014 19:35:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1389987325; l=1190; s=domk; d=robert-eckardt.de; h=Content-Type:MIME-Version:References:In-Reply-To:Date:Subject:Cc:To: From:X-RZG-CLASS-ID:X-RZG-AUTH; bh=kR1eBpUyKkiBX/GgUycv6jrXhdo=; b=hBTJkczW2mr6JpjhEfsBtrO3HodVwqzpCFwinx/e8YBTLtsl9Ws3vFpzvLh+6qoLLbX CcUXJYz++gI5BM5XuotEXKLykbKVykeKNbe/SWeImYOD46a1YvL34Y9YXqTNYPLhlH9P3 /AYl/in5AoydVyTS6tX/zm+wqIY6bmVwU1I= X-RZG-AUTH: :PmMGcFK8ft/ijOzYQwKyRQtU5O3aHqLcetKYQCNvyon1HZ0YQ/kp/sBeRyn+nIB93ibIlUfR0w== X-RZG-CLASS-ID: mo00 Received: from postit (frnk-4d017abb.pool.mediaWays.net [77.1.122.187]) by smtp.strato.de (RZmta 32.17 DYNA|AUTH) with ESMTPA id j03e36q0HJZ9sIj ; Fri, 17 Jan 2014 20:35:09 +0100 (CET) Received: from webmail.home.roberte.eu (localhost [127.0.0.1]) by postit (8.14.7/8.14.7) with ESMTP id s0HJZ8sc070827; Fri, 17 Jan 2014 20:35:08 +0100 (CET) (envelope-from rol@Robert-Eckardt.de) From: "Robert Eckardt" To: Mike Jakubik , =?ISO-8859-1?Q?Bernhard_Fr=F6hlich_?=, Craig Rodrigues Subject: Re: VirtualBox 4.3.6 + FreeBSD 10 + clang, [SUCCESS] Date: Fri, 17 Jan 2014 20:35:08 +0100 Message-Id: <20140117192217.M28683@Robert-Eckardt.de> In-Reply-To: <52D981DE.3000001@intertainservices.com> References: <52D981DE.3000001@intertainservices.com> X-Mailer: OpenWebMail 2.53 X-OriginatingIP: 127.0.0.1 (roberte) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Cc: "freebsd-emulation@freebsd.org" , FreeBSD Mailing List X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 19:35:28 -0000 On Fri, 17 Jan 2014 14:17:50 -0500, Mike Jakubik wrote > On 01/13/14 03:42, Bernhard Fröhlich wrote: > > On Mon, Jan 13, 2014 at 7:46 AM, Craig Rodrigues wrote: > >> > >> There is really no reason to make that dance so complicated or why you > >> need to destroy your /usr/ports. > >> > >> WARNING: If there are issues with that ports please contact jkim@ > >> > >> > > Just wanted to let everyone know this compiles and works perfect for > me on 10.0-PRE. The only issue I have is with the vboxwebsrv rc.d > script, when I try to start it nothing happens, no errors, however > manually running vboxwebsrv -b does the job. Thanks to everyone > that's worked on this port, hopefully it will be committed soon. Hi, with VirtualBox-4.2.20 on 10.0-RC4 I observed a similar phenomenon. "rc.d/vboxheadless start" would hang forever in _su when trying as root (tcsh) to su -m myself to check whether the VM exists with VBoxManage showvminfo. I did not find the cause since with truss it would run fine. However, I saw a message about "tty output stopped" when I would kill the _su process. Also, it works during boot. Just my 0.02$. Robert