Opened 18 years ago
Closed 18 years ago
#282 closed defect (fixed)
Cannot load R0 module C, status code: -10 (VERR_PERMISSION_DENIED)
Reported by: | DeanEdwards | Owned by: | Frank Mehnert |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.3.8 |
Keywords: | VERR_PERMISSION_DENIED | Cc: | |
Guest type: | other | Host type: | other |
Description
Cannot load R0 module C. VBox status code: -10 (VERR_PERMISSION_DENIED). Result Code: 0x80004005 Component: Console Interface: IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
When I start any guest. See this: http://www.virtualbox.org/discussion/1/520
I try with 1.3.8 and newest SVN trunk. Have you got any idea?
Attachments (5)
Change History (14)
by , 18 years ago
comment:1 by , 18 years ago
by , 18 years ago
by , 18 years ago
Attachment: | config-2.6.19-gentoo-r5 added |
---|
comment:2 by , 18 years ago
I made an upgrade to sys-kernel/gentoo-sources-2.6.20-gentoo-r6 & error is alive. :(
comment:3 by , 18 years ago
Please do the following to help debugging:
LD_LIBRARY_PATH=/opt/VirtualBox-1.3.8 strace -f -s1024 -o ~/VBoxSVC.log /opt/VirtualBox-1.3.8/VBoxSVC & LD_LIBRARY_PATH=/opt/VirtualBox-1.3.8 strace -f -s1024 -o ~/VBoxSDL.log /opt/VirtualBox-1.3.8/VBoxSDL -vm <VM name>
and attach the resulting two log files to this bug report.
by , 18 years ago
Attachment: | VBoxSDL.log.gz added |
---|
by , 18 years ago
Attachment: | VBoxSVC.log.gz added |
---|
comment:4 by , 18 years ago
Hello frank,
I made these logfiles with SVN version of VirtualBox. I hope this isn't problem.
Thanks, DeanEdwards
comment:5 by , 18 years ago
It turns out that the error message is misleading. Actually the IDT patching fails. Reason: Your 2G/2G address space.
comment:6 by , 18 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
We have lowered the valid IDT address to 1GB. Please update from SVN and VBox should work on your system. Please give a short reply if I can close this bug.
comment:9 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for your help tracking this issue down!
$ cat /etc/gentoo-release Gentoo Base System release 1.12.9 $ uname -a Linux mussean 2.6.19-gentoo-r5 #3 PREEMPT Wed Apr 18 18:03:01 CEST 2007 i686 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux