VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (469 - 471 of 16363)

Ticket Resolution Summary Owner Reporter
#8359 worksforme vboxdrv setup failed in gentoo - VirtualBox-4.0.4-70112-Linux_amd64 upendra
Description

Hello,

I am using gentoo, kernel - 2.6.35-gentoo-r8 , AMD64

I was able to install this Virtualbox version successfully but when I ran /etc/init.d/vboxdrv setup, it shows below messages and fails.

 * Stopping VirtualBox kernel modules ...                                                                                                             [ ok ]
 * Uninstalling old VirtualBox DKMS kernel modules ...                                                                                                [ !! ]
 * Trying to register the VirtualBox kernel modules using DKMS ...
 * Failed, trying without DKMS
 * Recompiling VirtualBox kernel modules ...
 * Look at /var/log/vbox-install.log to find out what went wrong

cat /var/log/vbox-install.log

make KBUILD_VERBOSE=1 SUBDIRS=/tmp/vbox.4 SRCROOT=/tmp/vbox.4 -C /lib/modules/2.6.35-gentoo-r8/build modules
make[1]: *** No rule to make target `modules'.  Stop.
make: *** [vboxdrv] Error 2

If you can assist, that will be great.

Thanks!

#6472 fixed vboxdrv runs kernel out of memory Daryll Strauss
Description

It appears that performing a lot of network traffic with the host computer while a VirtualBox image is running can cause the kernel to run out of memory.

Host:
Running latest Fedora 12
kernel 2.6.32.10-90.fc12.x86_64

Guest:
Running Fedora 11
bridged networking

  • Export a file system from the host computer
  • Mount the file system on a non-guest computer
  • Write a bunch of files to the file system from the non-guest

Eventually the host computer starts to crash as the slab fails to allocate memory. Repeated the test three times and reproduced the problem each time. Stopped running the virtual machine and ran the same test and it worked fine.

I'm attaching one of the oops' when this happened.

#1935 worksforme vboxdrv module not compiling under linux kernel 2.6.26.* soumyadip das mahapatra
Description

vboxdrv module is not compiling in Linux kernel version 2.6.26.* The recent VirtualBox(1.6.4) is supposed to compile under 2.6.26.* kernels. But it is still not doing so.

Here is the log in /var/log/vbox-install.log --- make KBUILD_VERBOSE=1 -C /lib/modules/2.6.26.2/build SUBDIRS=/tmp/vbox.3 SRCROOT=/tmp/vbox.3 modules make[1]: Entering directory `/stuff/linux-2.6.26'

test -e include/linux/autoconf.h -a -e include/config/auto.conf
( \

echo; \ echo " ERROR: Kernel configuration is invalid."; \ echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \ echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo; \ /bin/false)

mkdir -p /tmp/vbox.3/.tmp_versions ; rm -f /tmp/vbox.3/.tmp_versions/* make -f scripts/Makefile.build obj=/tmp/vbox.3

gcc -Wp,-MD,/tmp/vbox.3/linux/.SUPDrv-linux.o.d -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.2/include -DKERNEL -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -mtune=pentium3 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -I/lib/modules/2.6.26.2/build/include -I/tmp/vbox.3/ -I/tmp/vbox.3/include -I/tmp/vbox.3/r0drv/linux -DKERNEL -DMODULE -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -DCONFIG_VBOXDRV_AS_MISC -DRT_ARCH_X86 -DUSE_NEW_OS_INTERFACE_FOR_MM -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(SUPDrv_linux)" -D"KBUILD_MODNAME=KBUILD_STR(vboxdrv)" -c -o /tmp/vbox.3/linux/SUPDrv-linux.o /tmp/vbox.3/linux/SUPDrv-linux.c

In file included from include/linux/gfp.h:4,

from include/linux/slab.h:12, from /tmp/vbox.3/SUPDRV.h:98, from /tmp/vbox.3/linux/SUPDrv-linux.c:35:

include/linux/mmzone.h:18:26: error: linux/bounds.h: No such file or directory include/linux/mmzone.h:197:5: warning: "MAX_NR_ZONES" is not defined In file included from include/linux/gfp.h:4,

from include/linux/slab.h:12, from /tmp/vbox.3/SUPDRV.h:98, from /tmp/vbox.3/linux/SUPDrv-linux.c:35:

include/linux/mmzone.h:218: error: ‘MAX_NR_ZONES’ undeclared here (not in a function) In file included from /tmp/vbox.3/r0drv/linux/the-linux-kernel.h:80,

from /tmp/vbox.3/linux/SUPDrv-linux.c:36:

include/linux/mm.h:429:63: warning: "NR_PAGEFLAGS" is not defined include/linux/mm.h:477:62: warning: "NR_PAGEFLAGS" is not defined make[2]: * tmp/vbox.3/linux/SUPDrv-linux.o Error 1 make[1]: * [_module_/tmp/vbox.3] Error 2 make[1]: Leaving directory `/stuff/linux-2.6.26' make: * [vboxdrv] Error 2

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy