virtualbox error VERR_SUPLIB_OWNER_NOT_ROOT

Status
Not open for further replies.

subzer011

Dabbler
Joined
Mar 11, 2014
Messages
35
so i've been trying to find a solution to get this working. ive googled and searched the forums. i can't get a new VM to boot up. i keep receiving a VERR_SUPLIB_OWNER_NOT_ROOT error. i've tried to strip down the VM to bare specs (no nic, no cd drive, no floppy), but still the same error. It's a Win2012 VM.

https://forums.virtualbox.org/viewtopic.php?f=7&t=39179

the thread above points it to a permission issue, but ive tried setting chown, chgrp, and chmod on the /home folder within the jail but no luck. maybe someone here can help. i've also tried re-installing freenas 9.2.1.8 from scratch and deleting/installing the jail, but errors still occurs. this is what shows up in the machine log...

Code:
VirtualBox VM 4.3.12_OSE r93733 freebsd.amd64 (Jun 12 2014 05:56:47) release log
00:00:00.020403 Log opened 2014-11-14T06:06:52.305576000Z
00:00:00.020404 Build Type: release
00:00:00.020424 OS Product: FreeBSD
00:00:00.020428 OS Release: 9.1-RELEASE
00:00:00.020432 OS Version: FreeBSD 9.2-RELEASE-p12 #0 r262572+b043649: Sun Sep 28 23:03:31 PDT 2014     root@build3.ixsystems.com:/tank/home/jkh/build/921/freenas/os-base/amd64/fusion/jkh/921/freenas/FreeBSD/src/sys/FREENAS.amd64
00:00:00.020441 Host RAM: 24546MB total, 6002MB available
00:00:00.020443 Executable: /usr/local/lib/virtualbox/VBoxHeadless
00:00:00.020444 Process ID: 35958
00:00:00.020444 Package type: BSD_64BITS_GENERIC (OSE)
00:00:00.042538 Installed Extension Packs:
00:00:00.042562   VNC (Version:  r0; VRDE Module:  unusable because of 'The owner is not root: '/usr' (rc=VERR_SUPLIB_OWNER_NOT_ROOT)')
00:00:00.045942 pdmR3LoadR0U: pszName="VMMR0.r0" rc=VERR_SUPLIB_OWNER_NOT_ROOT szErr="The owner is not root: '/usr'"
00:00:00.045973 VMSetError: /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/src/VBox/VMM/VMMR3/VM.cpp(594) int vmR3CreateU(UVM*, uint32_t, int (*)(UVM*, VM*, void*), void*); rc=VERR_SUPLIB_OWNER_NOT_ROOT
00:00:00.045977 VMSetError: Failed to load VMMR0.r0
00:00:00.046107 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={8ab7c520-2442-4b66-8d74-4ff1e195d2b6} aComponent={Console} aText={Failed to load VMMR0.r0 (VERR_SUPLIB_OWNER_NOT_ROOT)}, preserve=false
00:00:00.068963 Power up failed (vrc=VERR_SUPLIB_OWNER_NOT_ROOT, rc=NS_ERROR_FAILURE (0X80004005))


any help is much appreciated!
 
D

dlavigne

Guest
Which version of FreeNAS? How did you install virtualbox?
 
D

dlavigne

Guest
Have you tried installing the virtualbox jail type instead? That should "just work".
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
If you read that, one of the top things I mentioned was the template. You should be using that and NOT be trying to create it yourself. You won't be able to create it yourself as the version available from pkg-ng won't match the pre-installed kernel drivers that FreeNAS uses.

In short, use the template or you will be sorry. ;)
 

subzer011

Dabbler
Joined
Mar 11, 2014
Messages
35
i did use the template. forgot to add that in my last post, sorry. i selected virtualbox-4.3.12 from the "type" dropdown
 
Status
Not open for further replies.
Top