Date: Fri, 4 Sep 2015 00:07:16 -0300 From: Mario Lobo <mlobo@digiart.art.br> To: emulation@FreeBSD.org, freebsd-questions@freebsd.org Subject: Virtualbox 4.3.30 strange problem Message-ID: <20150904000716.2c136d45@Papi>
next in thread | raw e-mail | index | archive | help
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."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150904000716.2c136d45>