Re: VirtualBox unable to start guests

2013-06-07 Thread Denny Lin
On Fri, Jun 07, 2013 at 10:14:12AM -0500, The BSD Dreamer wrote:
 On 2013-05-31 08:23, Denny Lin wrote:
  On Thu, May 30, 2013 at 11:21:39AM -0400, Lawrence K. Chen, P.Eng. wrote:
  sem_load=YES in /boot/loader.conf ?
  
  It's already loaded.
 
 Is vboxdrv.ko loaded?

Yes, vboxdrv.ko is also loaded.

-- 
Denny Lin
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: VirtualBox unable to start guests

2013-06-07 Thread Bernhard Fröhlich
Am 30.05.2013 16:17 schrieb Denny Lin dennyli...@hs.ntnu.edu.tw:

 Hi,

 I installed VirtualBox 4.2.12 on 10-CURRENT amd64 (default options
 except NLS is disabled). Guests won't start even though vboxdrv.ko has
 been loaded. I've tried both FreeBSD 9.1 and MINIX.

 The error log shows:
 00:00:12.519373 AssertLogRel
/tmpfs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.12/src/VBox/HostDrivers/Support/SUPLib.cpp(1726)
int supLoadModuleResolveImport(RTLDRMODINTERNAL*, const char*, const char*,
unsigned int, RTUINTPTR*, void*): NULL
 00:00:12.519380 VMMR0.r0 is importing SUPSemEventSignal which we couldn't
find
 00:00:12.519652 pdmR3LoadR0U: pszName=VMMR0.r0 rc=VERR_SYMBOL_NOT_FOUND
szErr=supLoadModule returned VERR_SYMBOL_NOT_FOUND
 00:00:12.519663 VMSetError:
/tmpfs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.12/src/VBox/VMM/VMMR3/VM.cpp(602)
int vmR3CreateU(UVM*, uint32_t, int (*)(VM*, void*), void*);
rc=VERR_SYMBOL_NOT_FOUND
 00:00:12.519667 VMSetError: Failed to load VMMR0.r0
 00:00:12.519749 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005)
aIID={db7ab4ca-2a3f-4183-9243-c1208da92392} aComponent={Console}
aText={Failed to load VMMR0.r0 (VERR_SYMBOL_NOT_FOUND)}, preserve=false
 00:00:12.520097 Using XKB for keycode to scan code conversion
 00:00:12.526110 Power up failed (vrc=VERR_SYMBOL_NOT_FOUND,
rc=NS_ERROR_FAILURE (0X80004005))

 Any help would be greatly appreciated.

It looks pretty obvious what went wrong:

00:00:12.519380 VMMR0.r0 is importing SUPSemEventSignal which we couldn't
find

So I would start looking in /var/log/messages and then grep the vbox code
for that SUPSemEventSignal function and have a look at the build logs just
in case something went unnoticed.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: VirtualBox unable to start guests

2013-05-31 Thread Denny Lin
On Thu, May 30, 2013 at 11:21:39AM -0400, Lawrence K. Chen, P.Eng. wrote:
 sem_load=YES in /boot/loader.conf ?

It's already loaded.

-- 
Denny Lin
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


VirtualBox unable to start guests

2013-05-30 Thread Denny Lin
Hi,

I installed VirtualBox 4.2.12 on 10-CURRENT amd64 (default options
except NLS is disabled). Guests won't start even though vboxdrv.ko has
been loaded. I've tried both FreeBSD 9.1 and MINIX.

The error log shows:
00:00:12.519373 AssertLogRel 
/tmpfs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.12/src/VBox/HostDrivers/Support/SUPLib.cpp(1726)
 int supLoadModuleResolveImport(RTLDRMODINTERNAL*, const char*, const char*, 
unsigned int, RTUINTPTR*, void*): NULL
00:00:12.519380 VMMR0.r0 is importing SUPSemEventSignal which we couldn't find
00:00:12.519652 pdmR3LoadR0U: pszName=VMMR0.r0 rc=VERR_SYMBOL_NOT_FOUND 
szErr=supLoadModule returned VERR_SYMBOL_NOT_FOUND
00:00:12.519663 VMSetError: 
/tmpfs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.12/src/VBox/VMM/VMMR3/VM.cpp(602)
 int vmR3CreateU(UVM*, uint32_t, int (*)(VM*, void*), void*); 
rc=VERR_SYMBOL_NOT_FOUND
00:00:12.519667 VMSetError: Failed to load VMMR0.r0
00:00:12.519749 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) 
aIID={db7ab4ca-2a3f-4183-9243-c1208da92392} aComponent={Console} aText={Failed 
to load VMMR0.r0 (VERR_SYMBOL_NOT_FOUND)}, preserve=false
00:00:12.520097 Using XKB for keycode to scan code conversion
00:00:12.526110 Power up failed (vrc=VERR_SYMBOL_NOT_FOUND, rc=NS_ERROR_FAILURE 
(0X80004005))

Any help would be greatly appreciated.

-- 
Denny Lin
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: VirtualBox unable to start guests

2013-05-30 Thread Lawrence K. Chen, P.Eng.
sem_load=YES in /boot/loader.conf ?

- Original Message -
 Hi,
 
 I installed VirtualBox 4.2.12 on 10-CURRENT amd64 (default options
 except NLS is disabled). Guests won't start even though vboxdrv.ko
 has
 been loaded. I've tried both FreeBSD 9.1 and MINIX.
 
 The error log shows:
 00:00:12.519373 AssertLogRel
 /tmpfs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.12/src/VBox/HostDrivers/Support/SUPLib.cpp(1726)
 int supLoadModuleResolveImport(RTLDRMODINTERNAL*, const char*, const
 char*, unsigned int, RTUINTPTR*, void*): NULL
 00:00:12.519380 VMMR0.r0 is importing SUPSemEventSignal which we
 couldn't find
 00:00:12.519652 pdmR3LoadR0U: pszName=VMMR0.r0
 rc=VERR_SYMBOL_NOT_FOUND szErr=supLoadModule returned
 VERR_SYMBOL_NOT_FOUND
 00:00:12.519663 VMSetError:
 /tmpfs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.12/src/VBox/VMM/VMMR3/VM.cpp(602)
 int vmR3CreateU(UVM*, uint32_t, int (*)(VM*, void*), void*);
 rc=VERR_SYMBOL_NOT_FOUND
 00:00:12.519667 VMSetError: Failed to load VMMR0.r0
 00:00:12.519749 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005)
 aIID={db7ab4ca-2a3f-4183-9243-c1208da92392} aComponent={Console}
 aText={Failed to load VMMR0.r0 (VERR_SYMBOL_NOT_FOUND)},
 preserve=false
 00:00:12.520097 Using XKB for keycode to scan code conversion
 00:00:12.526110 Power up failed (vrc=VERR_SYMBOL_NOT_FOUND,
 rc=NS_ERROR_FAILURE (0X80004005))
 
 Any help would be greatly appreciated.
 
 --
 Denny Lin
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org