Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
VirtualBox Segfaulting on Current Kernel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Cygon
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2006
Posts: 107
Location: Germany

PostPosted: Thu Apr 19, 2012 9:19 am    Post subject: VirtualBox Segfaulting on Current Kernel Reply with quote

Hi!

I have been running a Windows VM on my server using VirtualBox for the past 3 years. Since updating my kernel to 3.2.12 (might have started earlier, I jumped one or two kernel updates), VBoxHeadless (from the PUEL-licensed virtualbox-bin package) crashes with a segfault:
Code:
 ~ $ /opt/VirtualBox/VBoxHeadless -startvm WinBuilder -vrdp on
Oracle VM VirtualBox Headless Interface 4.1.8
(C) 2008-2011 Oracle Corporation
All rights reserved.

Segmentation fault

I ran virtualbox with strace, here's the relevant part of the output:
Code:
readlink("/proc/self/exe", "/opt/VirtualBox/VBoxHeadless", 4099) = 28
getuid()                                = 999
getuid()                                = 999
getgid()                                = 195
geteuid()                               = 999
getegid()                               = 195
geteuid()                               = 999
write(2, "VBoxHeadless: Error -10 in SUPR3"..., 46VBoxHeadless: Error -10 in SUPR3HardenedMain!
) = 46
write(2, "VBoxHeadless: ", 14VBoxHeadless: )          = 14
write(2, "Effective UID is not root (euid="..., 61Effective UID is not root (euid=999 egid=195 uid=999 gid=195)) = 61
write(2, "\n", 1
)                       = 1
write(2, "\nVBoxHeadless: Tip! It may help "..., 57
VBoxHeadless: Tip! It may help to reinstall VirtualBox.
) = 57
setresgid(195, 195, 195)                = 0
setresuid(999, 999, 999)                = 0
getresuid([999], [999], [999])          = 0
getresgid([195], [195], [195])          = 0
capset(0x19980330, 0, {CAP_NET_RAW, CAP_NET_RAW, 0}) = -1 EPERM (Operation not permitted)
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fcf2c0339f0) = 2678
exit_group(1)                           = ?


I'm not sure it the problem begins where it says "Effective UID is not root" (I'm running VirtualBox as a restricted user, until now this wasn't a problem), or if it begins when it seems to be unable to obtain permission for CAP_NET_RAW (VirtualBox uses some kernel modules to capture network packets).

The vboxdrv and vnetfilter modules are loaded and have been compiled against the sources of the kernel I'm running.

I haven't tried to run VBoxHeadless as root yet because then I would have to move my .VirtualBox directory to /root/ and hand-edit all the .xml files to point to the new path, but I'll try this when I've got some time again to see if it is indeed some kind of permission problem.

What can I do?
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Thu Apr 19, 2012 3:42 pm    Post subject: Reply with quote

Cygon

Is vboxnetadp loaded :?:

Quote:
VBoxHeadless: Tip! It may help to reinstall VirtualBox.

Since the error message suggests reinstalling, did you try that :?:

Good Luck :wink:
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
Cygon
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2006
Posts: 107
Location: Germany

PostPosted: Thu Apr 19, 2012 4:01 pm    Post subject: Reply with quote

If a module is not loaded, VirtualBox actually prints a meaningful error message. In this case, vboxnetadp is not required, but I loaded it anyway - to no effect.

Yes, I did 'emerge --oneshot virtualbox-bin' and ran 'revdep-rebuild'. No joy.

I think this is most likely a problem due to new permissions being introduced that my virtualbox user is now missing. I just don't know where to look and how to set those permissions. If at all possible, I'd like to run VirtualBox as a restricted user, not root.
Back to top
View user's profile Send private message
Trog Dog
Apprentice
Apprentice


Joined: 04 Aug 2007
Posts: 282

PostPosted: Thu Apr 19, 2012 4:10 pm    Post subject: Reply with quote

There's a bug to stabilise 4.1.12 as lesser versions don't play nice with 3.2.x kernels
_________________
CIC1=CC=C(C2=N[C@@H](CC(OC(C)(C)C)=O)C3=NN=C(C)N3C4=C2C(C)=C(C)S4)C=C1
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum