From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 1 03:13:22 2015 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A93FD4E6 for ; Wed, 1 Apr 2015 03:13:22 +0000 (UTC) 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 517AF893 for ; Wed, 1 Apr 2015 03:13:22 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t313DDkB010579 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 31 Mar 2015 21:13:14 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t313DCAV010576; Tue, 31 Mar 2015 21:13:13 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 31 Mar 2015 21:13:12 -0600 (MDT) From: Warren Block To: Yuri Subject: Re: VirtualBox (sometimes) not starting/hanging after recent openssl updates In-Reply-To: <551B1EDD.4010909@rawbw.com> Message-ID: References: <20150329182732.GA1415@elch.exwg.net> <5519AF03.1030808@kit.bg> <551B1EDD.4010909@rawbw.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 31 Mar 2015 21:13:14 -0600 (MDT) Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 01 Apr 2015 03:13:22 -0000 On Tue, 31 Mar 2015, Yuri wrote: > On 03/30/2015 13:16, Ivo Karabojkov wrote: >> I've explained my tests already to the thread you mention. Here is my >> ldd output from a working system: >> # ldd /usr/local/lib/virtualbox/VBoxRT.so > > I am nor sure if you still have issues with VirtualBox, but mix of openssl > libraries from base and port was the cause for me. This mix was introduced by > latest curl update. > To fix this run (cd /usr/ports/ftp/curl && make config) and select GSSAPI to > be *not* from base. I chose 'heimdal' option. Then force rebuild/upgrade of > curl, and VirtualBox will likely work. Rebuilding ftp/curl set to GSSAPI_NONE rather than GSSAPI_BASE worked! Both the Qt GUI and the CLI versions work again, and the VMs run. Apparently there are a lot of different symptoms from this one problem.