From owner-freebsd-questions@freebsd.org Fri Sep 4 12:20:36 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E42D49C98E2; Fri, 4 Sep 2015 12:20:36 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A72701FEE; Fri, 4 Sep 2015 12:20:36 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t84CKW9J065419 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 4 Sep 2015 06:20:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t84CKVvw065416; Fri, 4 Sep 2015 06:20:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 4 Sep 2015 06:20:31 -0600 (MDT) From: Warren Block To: Mario Lobo cc: emulation@FreeBSD.org, freebsd-questions@freebsd.org Subject: Re: Virtualbox 4.3.30 strange problem In-Reply-To: <20150904000716.2c136d45@Papi> Message-ID: References: <20150904000716.2c136d45@Papi> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 04 Sep 2015 06:20:32 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2015 12:20:37 -0000 On Fri, 4 Sep 2015, Mario Lobo wrote: > Hi there. > > > I have never had a problem with any virtualbox version. > > I don't know what I did or installed or configured, but now, the very > same version that was working flawlessly, started doing this. > > I type VirtualBox on a terminal. No output comes out and the GUI never > starts. Running truss on the process pid gives me this: That sounds like the mislinking problem with curl and SSL a few months ago: https://lists.freebsd.org/pipermail/freebsd-emulation/2015-March/012390.html https://lists.freebsd.org/pipermail/freebsd-emulation/2015-March/012402.html I see from that thread that you did not have the problem then, but maybe it found you this time. Setting GSSAPI_NONE=on in ftp/curl as shown in the second link above is the workaround.