From owner-freebsd-questions@freebsd.org Fri Sep 4 03:02:58 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 DE54B9C932E; Fri, 4 Sep 2015 03:02:57 +0000 (UTC) (envelope-from mlobo@digiart.art.br) Received: from ftx-008-i898.relay.mailchannels.net (ftx-008-i898.relay.mailchannels.net [50.61.143.198]) by mx1.freebsd.org (Postfix) with ESMTP id 9FDBA3F3; Fri, 4 Sep 2015 03:02:54 +0000 (UTC) (envelope-from mlobo@digiart.art.br) Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id EABAE120EBA; Fri, 4 Sep 2015 03:02:46 +0000 (UTC) Received: from ariel.hmnoc.net (ip-10-213-14-133.us-west-2.compute.internal [10.213.14.133]) by relay.mailchannels.net (Postfix) with ESMTPA id 813EF1201DE; Fri, 4 Sep 2015 03:02:32 +0000 (UTC) Received: from ariel.hmnoc.net (ariel.hmnoc.net [10.21.145.197]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:2500 (trex/5.5.1); Fri, 04 Sep 2015 03:02:37 +0000 Received: from [179.181.60.41] (port=45697 helo=Papi) by ariel.hmnoc.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1ZXhGp-001DNe-35; Fri, 04 Sep 2015 00:02:31 -0300 Date: Fri, 4 Sep 2015 00:07:16 -0300 From: Mario Lobo To: emulation@FreeBSD.org, freebsd-questions@freebsd.org Subject: Virtualbox 4.3.30 strange problem Message-ID: <20150904000716.2c136d45@Papi> Organization: DigiArt X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AuthUser: mlobo@digiart.art.br 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 03:02:58 -0000 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: 3186 1 S+ 0:00.33 /usr/local/lib/virtualbox/VirtualBox 3244 2 R+ 0:00.00 ps ax [~]>truss -p 3186 poll({16/POLLIN|POLLPRI},1,5000) = 0 (0x0) poll({16/POLLIN|POLLPRI},1,5000) = 0 (0x0) poll({16/POLLIN|POLLPRI},1,5000) = 0 (0x0) poll({16/POLLIN|POLLPRI},1,5000) = 0 (0x0) poll({16/POLLIN|POLLPRI},1,5000) = 0 (0x0) poll({16/POLLIN|POLLPRI},1,5000) = 0 (0x0) poll({16/POLLIN|POLLPRI},1,5000) = 0 (0x0) poll({16/POLLIN|POLLPRI},1,5000) = 0 (0x0) After I ^C, VBoxSVC.log has this: VirtualBox XPCOM Server 4.3.30_OSE r101610 freebsd.amd64 (Sep 3 2015 22:49:04) release log 00:00:00.012252 main Log opened 2015-09-04T03:05:08.875605000Z 00:00:00.012255 main Build Type: release 00:00:00.012268 main OS Product: FreeBSD 00:00:00.012274 main OS Release: 10.2-STABLE 00:00:00.012279 main OS Version: FreeBSD 10.2-STABLE #0 r287433M: Thu Sep 3 21:55:46 BRT 2015 00:00:00.012285 main Host RAM: 16314MB total, 15800MB available 00:00:00.012288 main Executable: /usr/local/lib/virtualbox/VBoxSVC 00:00:00.012289 main Process ID: 42232 00:00:00.012290 main Package type: BSD_64BITS_GENERIC (OSE) Eventually, I can insist on it (^C, open new terminal, try again) until it ends up starting. I never need to do that before. Ever! This is my desktop and my loader.conf and sysctl.conf variables have been the same for a long time. I tried: rebuild VBox/Vbox kmod rebuild world/kernel update /usr/src; rebuild world/kernel rebuild VBox/Vbox kmod Nothing helps! This never happened before. uname -> FreeBSD 10.2-STABLE #0 r287433M: Thu Sep 3 amd64 [~]>kldstat Id Refs Address Size Name 1 44 0xffffffff80200000 1731ef0 kernel 2 2 0xffffffff81932000 ae018 linux.ko 3 1 0xffffffff819e1000 f958 aio.ko 4 1 0xffffffff819f1000 7710 amdtemp.ko 5 1 0xffffffff819f9000 15110 fuse.ko 6 1 0xffffffff81a0f000 2b10 amdsbwd.ko 7 1 0xffffffff81a12000 b62bf0 nvidia.ko 8 3 0xffffffff82575000 6d098 vboxdrv.ko 9 1 0xffffffff82821000 cb3c ext2fs.ko 10 1 0xffffffff8282e000 3b74 linprocfs.ko 11 1 0xffffffff82832000 165c fdescfs.ko 12 1 0xffffffff82834000 17f8 uhid.ko 13 1 0xffffffff82836000 2340 ums.ko 14 2 0xffffffff82839000 29b2 vboxnetflt.ko 15 2 0xffffffff8283c000 91c2 netgraph.ko 16 1 0xffffffff82846000 165c ng_ether.ko 17 1 0xffffffff82848000 3f64 vboxnetadp.ko virtualbox-ose-4.3.30 General-purpose full virtualizer for x86 hardware virtualbox-ose-kmod-4.3.30 VirtualBox kernel module for FreeBSD Would anyone have any suggestion on this? Thanks -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] "UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things."