From owner-freebsd-ports@freebsd.org Fri Dec 1 14:33:18 2017 Return-Path: Delivered-To: freebsd-ports@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 782F4E57A21 for ; Fri, 1 Dec 2017 14:33:18 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from sender-of-o52.zoho.com (sender-of-o52.zoho.com [135.84.80.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F73C6394E for ; Fri, 1 Dec 2017 14:33:17 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from mr185083 (mr185083.univ-rennes1.fr [129.20.185.83]) by mx.zohomail.com with SMTPS id 151213879343471.72215433563815; Fri, 1 Dec 2017 06:33:13 -0800 (PST) Date: Fri, 1 Dec 2017 15:33:10 +0100 From: Patrick Lamaiziere To: freebsd-ports@freebsd.org Subject: Re: FreeBSD 11 - does virtualbox work for you ? Message-ID: <20171201153310.6549ddef@mr185083> In-Reply-To: <20171130160520.1cf81a80@mr185083> References: <20171130160520.1cf81a80@mr185083> X-Mailer: Claws Mail 3.15.1 (GTK+ 2.24.31; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 14:33:18 -0000 Le Thu, 30 Nov 2017 16:05:20 +0100, Patrick Lamaiziere a écrit : Hello, > Does Virtualbox work for you on 11-STABLE (today stable) ? > > I've tried virtualbox 5.2 (built from port and packages) and 5.1 > (from quarterly packages) and when using a guest (windows 7) it hangs > very often, I'm even unable to install a guest. > > I think it hangs on disk IO. I've tried all the network adapters too > (NAT / bridge etc). > > That worked fine with virtualbox 5.1 on 10-STABLE. > > Any clue? I have resolved the problem. On the VM the disk controller was set to "SATA" and it works fine using IDE. I don't know if this is a change in the configuration of this VM, but a windows guest hangs with SATA. Regards.