From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 22 16:41:21 2011 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28C8C106564A for ; Wed, 22 Jun 2011 16:41:21 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id F29578FC28 for ; Wed, 22 Jun 2011 16:41:20 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id p5MGYn4s099048 for ; Wed, 22 Jun 2011 09:34:50 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4E021B30.9040404@rawbw.com> Date: Wed, 22 Jun 2011 09:41:20 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20101211 Thunderbird/3.0.11 MIME-Version: 1.0 To: freebsd-emulation@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: virtualbox-4.0.8: Applications hang in FreeBSD-8.2 amd64 guest X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Jun 2011 16:41:21 -0000 I installed FreeBSD-8 amd64 guest on FreeBSD-8.2 amd64 host from FreeBSD-8.2-RELEASE-amd64-dvd1.iso. No guest additions. command 'pkg_add -r vim' hangs after every 3-4 dependent packages installed from internet. Ctrl-C causes it to exit. Rerunning the command allows it to install few more packages after which it hangs again. Same with 'pkg_add -r xorg'. I installed gnome2. But when gdm starts and shows the account selection screen it hangs too. It shows the busy cursor screen. But sending shutdown signal (while trying to close the window) shuts system down. So this is only the process-level freeze, not the guest OS freeze. This behavior looks is quite strange to me. Yuri