VirtualBox Guest Tools

Hey All!
Finally decided to give Arch a drive and love it so far.
I've set myself up in a VirtualBox VM with the Host OS being Ubuntu 7.10.
Did a basic install and then installed xorg, openssh and xfce4.  Nothing fancy.
My problem is that when I go to install the VirtualBox Guest Tools it fails to compile.  I'm sure I'm missing a package somewhere but not sure which.  I installed the kernel-headers pack this morning but it made no difference and the install still fails.
Building a test kernel module...
make KBUILD_VERBOSE=1 -C /lib/modules/2.6.24-ARCH/build SUBDIRS=/tmp/selfgz30341
9006/module/test SRCROOT=/tmp/selfgz303419006/module/test modules
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/selfgz303419006/module/test/.tmp_versions ; rm -f /tmp/selfgz30341
9006/module/test/.tmp_versions/*
make -f scripts/Makefile.build obj=/tmp/selfgz303419006/module/test
I've tried running make oldconfig from the /usr/src/<arch> dir but no luck there either.
Any suggestions?

Thanks for the speedy reply!
make and patch are installed already, must have been a dep from something else I installed.
Here is the full log from VB:
[root@herbert ~]# make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for i686-pc-linux-gnu
[root@herbert ~]# cat /var/log/vboxadd-install.log |more
Installing VirtualBox 1.5.0 Guest Additions, built Fri Aug 31 14:57:14 CEST 2007
Testing the setup of the guest system
Building a test kernel module...
make KBUILD_VERBOSE=1 -C /lib/modules/2.6.24-ARCH/build SUBDIRS=/tmp/selfgz30341
9006/module/test SRCROOT=/tmp/selfgz303419006/module/test modules
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/selfgz303419006/module/test/.tmp_versions ; rm -f /tmp/selfgz30341
9006/module/test/.tmp_versions/*
make -f scripts/Makefile.build obj=/tmp/selfgz303419006/module/test
  gcc -m32 -Wp,-MD,/tmp/selfgz303419006/module/test/.test.o.d  -nostdinc -isyste
m /usr/lib/gcc/i686-pc-linux-gnu/4.2.3/include -D__KERNEL__ -Iinclude  -include
include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-s
trict-aliasing -fno-common -Werror-implicit-function-declaration -O2 -pipe -msof
t-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -march=i68
6 -mtune=generic -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DC
ONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-x86/mach-default -fomit-frame-pointer
-fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign   -I/lib/m
odules/2.6.24-ARCH/build/include  -I/tmp/selfgz303419006/module/test/ -I/tmp/sel
fgz303419006/module/test/include -I/tmp/selfgz303419006/module/test/r0drv/linux
-D__KERNEL__ -DMODULE -D__LINUX__ -DIN_RING0 -D_X86_ -DIN_RT_R0 -DIN_SUP_R0 -DVB
GL_VBOXGUEST -DVBGL_HGCM -DVBOX_HGCM   -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_B
ASENAME=KBUILD_STR(test)"  -D"KBUILD_MODNAME=KBUILD_STR(vboxadd_test)" -c -o /tm
p/selfgz303419006/module/test/test.o /tmp/selfgz303419006/module/test/test.c
  ld -m elf_i386 -m elf_i386   -r -o /tmp/selfgz303419006/module/test/vboxadd_te
st.o /tmp/selfgz303419006/module/test/test.o
  Building modules, stage 2.
make -f /usr/src/linux-2.6.24-ARCH/scripts/Makefile.modpost
  scripts/mod/modpost   -i /usr/src/linux-2.6.24-ARCH/Module.symvers -I /tmp/sel
fgz303419006/module/test/Module.symvers -o /tmp/selfgz303419006/module/test/Modu
le.symvers -w -s
  gcc -m32 -Wp,-MD,/tmp/selfgz303419006/module/test/.vboxadd_test.mod.o.d  -nost
dinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.2.3/include -D__KERNEL__ -Iinclud
e  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trig
raphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -O2
-pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2
  -march=i686 -mtune=generic -ffreestanding -maccumulate-outgoing-args -DCONFIG_
AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-x86/mach-default -fomit-fr
ame-pointer  -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sig
n    -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(vboxadd_test.mod)"  -D"K
BUILD_MODNAME=KBUILD_STR(vboxadd_test)" -DMODULE -c -o /tmp/selfgz303419006/modu
le/test/vboxadd_test.mod.o /tmp/selfgz303419006/module/test/vboxadd_test.mod.c
  ld -m elf_i386 -r -m elf_i386  --build-id -o /tmp/selfgz303419006/module/test/
vboxadd_test.ko /tmp/selfgz303419006/module/test/vboxadd_test.o /tmp/selfgz30341
9006/module/test/vboxadd_test.mod.o
Inserting the test module module/test/vboxadd_test.ko into the kernel.
Building the VirtualBox Guest Additions kernel module.
make KBUILD_VERBOSE=1 -C /lib/modules/2.6.24-ARCH/build SUBDIRS=/tmp/vbox.0 SRCR
OOT=/tmp/vbox.0 modules
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.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
make -f scripts/Makefile.build obj=/tmp/vbox.0
  gcc -m32 -Wp,-MD,/tmp/vbox.0/.cmc.o.d  -nostdinc -isystem /usr/lib/gcc/i686-pc
-linux-gnu/4.2.3/include -D__KERNEL__ -Iinclude  -include include/linux/autoconf
.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-co
mmon -Werror-implicit-function-declaration -O2 -pipe -msoft-float -mregparm=3 -f
reg-struct-return -mpreferred-stack-boundary=2  -march=i686 -mtune=generic -ffre
estanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FR
AME=1 -Iinclude/asm-x86/mach-default -fomit-frame-pointer  -fno-stack-protector
-Wdeclaration-after-statement -Wno-pointer-sign   -I/lib/modules/2.6.24-ARCH/bui
ld/include  -I/tmp/vbox.0/ -I/tmp/vbox.0/include -I/tmp/vbox.0/r0drv/linux -D__K
ERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -D_X86_ -DIN_RT_R0 -DIN_SUP_R0 -DVBGL_
VBOXGUEST -DVBOX_HGCM -DLOG_TO_BACKDOOR   -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUIL
D_BASENAME=KBUILD_STR(cmc)"  -D"KBUILD_MODNAME=KBUILD_STR(vboxadd)" -c -o /tmp/v
box.0/cmc.o /tmp/vbox.0/cmc.c
In file included from /tmp/vbox.0/include/iprt/types.h:72,
                 from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:25,
                 from /tmp/vbox.0/cmc.c:17:
include/linux/types.h:40: error: redefinition of typedef 'uintptr_t'
/tmp/vbox.0/include/iprt/stdint.h:118: error: previous declaration of 'uintptr_t
' was here
In file included from include/linux/thread_info.h:33,
                 from include/linux/preempt.h:9,
                 from include/linux/spinlock.h:49,
                 from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:53,
                 from /tmp/vbox.0/cmc.c:17:
include/linux/bitops.h:6:1: warning: "BIT" redefined
In file included from /tmp/vbox.0/include/iprt/types.h:20,
                 from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:25,
                 from /tmp/vbox.0/cmc.c:17:
/tmp/vbox.0/include/iprt/cdefs.h:1019:1: warning: this is the location of the pr
evious definition
make[2]: *** [/tmp/vbox.0/cmc.o] Error 1
make[1]: *** [_module_/tmp/vbox.0] Error 2
make: *** [vboxadd] Error 2
I figured the compile errors were related to the initial part of the log I posted.
Any suggestions very much appreciated....
EDIT:  I'm using VirtualBox 1.5.0_OSE
Last edited by volksman (2008-03-10 17:26:04)

Similar Messages

  • PeopleSoft HCM 9.1 OVM in a single VirtualBox guest machine

    Following a suggestion from Jim Marion in an earlier post in this forum, I started installing the PeopleSoft HCM 9.1 OVM using a single VirtualBox guest. The PeopleSoft OVM appliances are delivered as two separate virtual machines, one for the DB and another for the PIA/App-Batch. Since I am running on a 4 GB RAM laptop I wanted to conserve memory by installing on a single virtual machine.
    As I was starting to figure out the changes needed in the configuration scripts, for example creating a symbolic link instead of an nfs mount for PS_APP_HOME, I got a surprise. Lo and behold, the good folks at Oracle had already thought of this! In the oraclevm-template.sh there is an environment variable VBOX_SETUP that is set if the script detects the existance of both PS_DB_HOME and PS_HOME. This triggers the installation of all the tiers -- DB, App-Batch, PIA -- on a single machine. With a few tweaks I was able to get a fully functioning HCM environment with a single execution of the setup script.
    The starting point for installing PeopleSoft OVMs on VirtualBox is these two blog posts:
    [url http://jjmpsj.blogspot.com/2012/05/converting-peoplesoft-ovm-templates-to.html]
    [url http://jjmpsj.blogspot.com/2012/06/converting-peopletools-ovm-template-to.html]
    Since I was only using a single virtual guest I mounted all the file systems at once. Here are the entries (excluding the System images which are only mounted temporarily as explained in Jim's blog posts):
    in VirtualBox:
    SATA Port 1: Oracle11gR2.vdi (Normal, 4.41 GB)
    SATA Port 2: HCMDB.vdi (Normal, 26.38 GB)
    SATA Port 3: Tools.vdi (Normal, 11.25 GB)
    in /etc/fstab:
    /dev/sdb1               /u01                    ext3    defaults        1 3
    /dev/sdc1               /opt/oracle/psft/ptdb   ext3    defaults        1 4
    /dev/sdd1               /opt/oracle/psft/pt     ext3    defaults        1 5I commented out the ovm_set_password and ovm_configure_network steps in /u01/scripts/db-reconfig.sh since I had manually set up a static IP on my guest. (Note: this script no longer bothers checking for or setting up oracleasm so you don't need to worry about that). I also uncommented the DEBUG_PSFT_OVM variable in the /opt/oracle/psft/vm/oraclevm-template-utils.sh script. Doing this bypasses the root password reset and networking configuration in the oraclevm-template.sh script.
    I modified the .bash_profile script for psadm1, psadm2 and psadm3 to use the ORACLE_SID that the setup script discovered based on the contents of $PSFT_DB_HOME/oradata and added $PS_HOME/setup to the PATH for COBOL compiles:
    # psft env vars
    export PS_APP_HOME=/opt/oracle/psft/pt/apptools
    export PS_CFG_HOME=/home/psadm2/psft/pt/8.52
    export ORACLE_BASE=/opt/oracle/psft/pt/oracle-client
    export ORACLE_HOME=$ORACLE_BASE/11.2.0.x
    export ORACLE_SID=HR91C323
    export TUXDIR=/opt/oracle/psft/pt/bea/tuxedo
    export LD_LIBRARY_PATH=$TUXDIR/lib:$LD_LIBRARY_PATH:$ORACLE_HOME/lib
    . /opt/oracle/psft/pt/tools/psconfig.sh
    export PATH=$TUXDIR/bin:$PATH:$ORACLE_HOME/bin:$PS_HOME/setup
    export LANG=C
    export COBDIR=/opt/oracle/psft/pt/cobol/svrexp-51_wp4-64bit
    export PATH=$PATH:$COBDIR/bin
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$COBDIR/lib(Just a note on the beauty of VirtualBox: I didn't figure out all the above in a single step. But by taking some snapshots of my virtual machine I was able to go back and start over with a minimum of fuss.)
    I still had a few errors after I got a clean run of /opt/oracle/psft/vm/oraclevm-template.sh:
    <li>The app engine VERSION program failed because it didn't pick up the PS_SERVER_CFG variable. The variable is set in the script so I'm still trying to figure out what happened.
    <li>The ovm_dbusers.sql failed on a couple of statements with insufficient privileges. It is run as SYSADM and may need to be run as sysdba.
    <li>The ovm_ib.sql script had a unique constraint error on an insert into psibsvcsetup. Since the row already exists this should probably be an update.
    These were minor issues that were easily resolved after the instance was up.
    I have started making changes to further reduce the footprint of the VM: lower weblogic min/max heap size to 128m, don't start PSAESRV in the batch server, don't start Analytic and Query servers in the app server, lower the sga_target and pga_aggregate_target in the db server, etc.
    These PeopleSoft OVM templates are a fantastic way to get started with an up-to-date, well configured PeopleSoft application.

    Hi,
    To keep all my peoplesoft servers on a virtual environnement i will use Oracle Database 11.1.0.6 for x86_64 (64 bit) with Oracle Enterprise Linux 5.2 template and install on it the peoplesoft CRM. it's a good idea ? Yes, why not.
    But you could also want to minimize the number of virtual machines running in your env by adding the CRM database into the existing Peoplesoft OVM database server, check if there is enough space to host this CRM db in addition of the running HR db, if not you could increase the space or add a new disk.
    and which files from http://edelivery.oracle.com i should use to install peoplesoft CRM database ?
    You'll only need to download PeopleSoft Enterprise Customer Relationship Management 9.1 application, part number V17881-01 from "PeopleSoft Enterprise - Customer Relationship Management 9.1 Media Pack".
    sorry for those question i'm still beginner in peoplesoft.No problem, Peoplesoft is not so easy software anyway.
    HTH,
    Nicolas.

  • Route Arch host traffic through VirtualBox guest

    I was successful doing this under Windows 7. I would much rather have this running under linux so that I could learn more. I am a linux noob so I am still taking this all in (migrating from Xubuntu).
    So far I have installed a bridge. I have found a helpful wiki entry https://wiki.archlinux.org/index.php/Ad … Networking
    but it makes references to rc.config which seems to be gone do to the implementation of systemd. That is where I hit a wall. I am not familiar with systemd.
    Thanks for any help you can give me (i've done my googling)
    Richard Freeman

    Okay, so you want a pfsense VirtualBox guest to be your gateway/firewall for the Arch linux Host.
    What I would do is this...
    NOTE: Arch dev's and forums people now think that the tools in the inetutils package (ifconfig, route and stuff) are out of date. So, someone will for sure come in and tell you how to do this with the iproute2 commands....
    pacman -S bridge-utils uml_utilities inetutils
    tunctl -g users
    brctl addbr br0
    ifconfig br0 192.168.30.2 up
    ifconfig eth0 up
    brctl addif br0 tap0
    route add default gw 192.168.30.1 dev br0
    # Owe, and set the DNS server to be sure
    echo 'nameserver 8.8.8.8' > /etc/resolv.conf
    Then in the VirtualBox GUI, give the VM 2 network interfaces. One being the physical ethernet interface eth0, and another being the virtual tap0 interface.
    Now in the pfsense Guest. Make the Ethernet interface be the WAN and the tap0 interface be the LAN. Configure the tap0 interface with a Static IP address of 192.168.30.1 netmask 255.255.255.0 i.e. /24
    Last edited by hunterthomson (2012-12-29 01:08:14)

  • Black screen on starting X in Virtualbox guest

    Hi Arch Linux,
    I am running Arch linux as a Virtualbox 4.2.6 guest with a Windows 7 host. I have virtualbox-guest-utils 4.2.6-1 installed.
    When I run "startx" or "xinit" my screen goes black and freezes up. The VM seems totally unresponsive, I can't even switch to other virtual consoles with ctrl+alt+f2,f3 etc. I have to reset or use the ACPI shutdown command from the virtualbox menu. Even the ACPI shutdown seems to be a hard shutdown, as if the kernel or systemd has stopped responding (the VM closes with no messages in well less than a second). Sometimes after this power cycle, I get spammed by a repeating message from systemd when I boot that says it failed to start the journal service, though this may be unrelated. Here is my /var/log/Xorg.0.log if it helps: http://codepad.org/Ry1ixshS
    Can anyone help?
    Thanks,
    Alex

    In the Beginners' Guide, right after Testing X, there's a Troubleshooting section, and it says there to look out for lines that start with (EE) or (WW).
    [ 38.633] (EE) Failed to load module "vesa" (module does not exist, 0)
    I think you need to install the generic vesa driver,  else there's nothing to fall back to:
    https://wiki.archlinux.org/index.php/Be … deo_driver
    Last edited by DSpider (2013-01-13 07:44:22)

  • [SOLVED]Can't install Virtualbox-guest-utils[SOLVED]

    sudo pacman -S virtualbox-guest-utils
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: catalyst-utils: requires xorg-server<1.17.0
    What to do ?
    Last edited by heldiho53 (2015-03-06 14:57:58)

    You can install an older version of virtualbox-guest-utils.
    You can wait for catalyst to support xorg-server 1.17 and install virtualbox-guest-utils only then.
    You can change graphics drivers to the FLOSS ones and install xorg-server 1.17 and virtualbox-guest-utils.

  • [solved] Virtualbox guest additions stopped working

    Hi,
    I got some trouble after an upgrade of kernel yesterday. Virtualbox guest additions doesn't work any longer, and I have tried both downgrading virtualbox-guest-additions and the new linux that got pushed yesterday, but it's still not working.
    Is there some know issue related to this?
    Do anyone have information on how to trace errors with Virtualbox, or any guide on how to fix this.
    I have also tried a reinstall of the modules without success.
    Thanks.
    Last edited by grrrm (2014-10-08 15:45:45)

    Suddenly it worked

  • Error installing VirtualBox Guest Additions

    Hello. ¿Cuál es el motivo por el cual a la hora de instalar VirtualBox Guest Additions me sale lo siguiente?
    (1) 0 - ENTER:  DriverPackageInstallW
    (1) 0 - Installing INF file 'C:\Program Files\Oracle\VirtualBox Guest Additions\VBoxGuest.inf' (Plug and Play).
    (1) 0 - Looking for Model Section [VBoxGuest.NTamd64]...
    (1) 0 - No matching devices found in INF "C:\Windows\System32\DriverStore\FileRepository\vboxguest.inf_amd64_neutral_08c563e3b006bb64\vboxguest.inf" on the Machine.
    (1) 0 - No drivers installed. No devices found that match driver(s) contained in 'C:\Windows\System32\DriverStore\FileRepository\vboxguest.inf_amd64_neutral_08c563e3b006bb64\vboxguest.inf'.
    (1) 0 - RETURN: DriverPackageInstallW  (0xE000020B)
    How I can solve this installation error?

    2898527 wrote:
    I was installing VirtualBox Guest Additions, and install gives me the following installation error:
    (1) 0 - ENTER:  DriverPackageInstallW
    (1) 0 - Installing INF file 'C:\Program Files\Oracle\VirtualBox Guest Additions\VBoxGuest.inf' (Plug and Play).
    (1) 0 - Looking for Model Section [VBoxGuest.NTamd64]...
    (1) 0 - No matching devices found in INF "C:\Windows\System32\DriverStore\FileRepository\vboxguest.inf_amd64_neutral_08c563e3b006bb64\vboxguest.inf" on the Machine.
    (1) 0 - No drivers installed. No devices found that match driver(s) contained in 'C:\Windows\System32\DriverStore\FileRepository\vboxguest.inf_amd64_neutral_08c563e3b006bb64\vboxguest.inf'.
    (1) 0 - RETURN: DriverPackageInstallW  (0xE000020B)
    How is it possible that mistake, and how could I fix it?
    Regards,
    --Alejandro
    You just repeated your original post with no additional information.
    SPECIFICALLY, how were installing Guest Additions?  What SPECIFIC steps did you take?  Where, SPECIFICALLY, did you find the messages you posted?

  • Failed to install VirtualBox Guest Addition on Oracle Linux 6.1

    I can successfully install Oracle Linux 6.1 on VirtualBox 4.1. But failed to install VirtualBox Guest Additions with the following message: Building the main Guest Additions module [FAILED]. All other modules installed ok.

    Actually you don't have do install the developer version. According to the documentation http://www.virtualbox.org/manual/ch04.html you will need to install gcc and kernel-devel packages. In case Oracle Enterprise Linux does not find the required packages, you either have to install them from a different source (e.g. DVD) or use Oracle's public Yum server located at http://public-yum.oracle.com.

  • Installing virtualbox guest additions - No X-11

    OK, so I took the plunge (again) and [re]started with Arch.
    I have it right now as a virtualbox guest, but the screen is the size of a key hole.
    I followed the steps on the wiki here and I encountered a curve ball when it came to setting the values in ~/.xinitrc.
    The file is now there.  I had to manually create it as I do not have (or want) any non-terminal applications on this VM.
    However, when I run " ps ax | grep -i vbox ", the services VBoxClient --display | seamless | draganddrop are not running until I manually start VBoxClient-all.  VBoxService -f is running, seemingly without any issues.
    How can I fix this so that /usr/bin/VBoxClient-all (the same line now in the .xinitrc) would run at boot?
    TIA

    bump
    Last edited by Mufasaa (2015-06-12 13:04:45)

  • [SOLVED] no sound in Arch virtualbox guest

    I had no sound in an Arch virtualbox guest.  The fix (original link below) was to use the alsa97 option in virtualbox settings and then to add
    options snd-intel8x0 ac97_clock=48000
    to
    /etc/modprobe.d/alsa-base.conf
    Here is the link to where I read about this fix: http://www.withoutthesarcasm.com/fixing … irtualbox/
    Last edited by mek42 (2014-09-14 14:21:16)

    I mucked around with alsa mixer and muted a channel and now I have sound.  However, when I run:
    speaker-test -c 6
    the app cycles through my speakers, however sound comes out of all the speakers at once for the individual channels front left and front right.  I do not get any sound out of either of the rears or the center.  I double checked alsa mixer and all the volumes are turned up.
    Is there a way I can get arch to send sound to the correct speakers?
    --nixIT

  • Did OEL 5 U 6 Broke VirtualBox Guest Addon?

    Just wondering anyone already know about this, looks to be VirtualBox Guest addon compiles fine but fails to load in 5.6...in both uek and non uek kernel...

    Sorry, false alarm and my bad. I figured it out. Missed one important compile error, it could not find kernel-devel, and did not realize that right package to download is kernel-uek-devel.
    Problem solved and everything now.
    TommyReynolds, thanks for replying, for the record I am using VB 4.0.2 r69518
    Thanks
    .raja

  • Installing virtualbox-guest-modules = depmod error

    I'm setting up a new system, and I tried following the instructions at https://wiki.archlinux.org/index.php/Vi … nux_guests.
    Using "sudo pacman -S virtualbox-guest-utils" gives me an error message:
    depmod: ERROR: could not open directory /lib/modules/3.9.4-1-ARCH: No such file or directory
    depmod: FATAL: could not search modules: No such file or directory"
    I see I do have a 3.9.5-1-ARCH directory, though.
    I assume something somewhere needs to be updated.  Is there anything I can do until that happens?

    I think I have a similar problem
    Im using Arch as the host and trying to use other OSs as guests in virtualbox.
    But when I try to use virtualbox and push start (on XP) it say:
    "The VirtualBox Linux kernel driver (vboxdrv) is either not loaded
    or there is a permission problem with /dev/vboxdrv. Please
    reinstall the kernel module by executing
    'pacman -S virtualbox-host-modules'
    as root. If you don't use our stock kernel, install
    virtualbox-host-source and execute dkms autoinstall."
    when I execute: # pacman -S virtualbox-host-modules it say:
    (1/1) reinstalling virtualbox-host-modules
    depmod: ERROR: could not open directory /lib/modules/3.9.4-1-ARCH: No such file or directory
    depmod: FATAL: could not search modules: No such file or directory
    In order to use the new version, reload all virtualbox modules manually.
    I tryied to execute "depmod 3.9.5-1-ARCH" but in my case it didnt help,
    I also running on 3.9.5-1-ARCH.
    So basicly there is nothing to do now, but waiting for bug to be fixed?

  • No 3D acceleration with Arch + virtualbox-guest-modules 4.3.24-1

    I've been using Arch happily in 64 bit VirtualBox setup for a few months (under 64bit Win7), but after installing cool-retro-term, realized I have no 3D acceleration. glxinfo shows I'm using unaccelerated Gallium instead of Chromium:
    OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
    I've googled about 100 different bug reports and solution suggestions, but to no avail. Virtualbox forums say that a similar bug was fixed last June, and after that the glxinfo should give a dozen warnings about being unable to load stuff, but report the Chromium drivers. I have the latest version of virtualbox-guest-modules (4.3.24-1) which should contain the fix, but that doesn't help.
    I installed Debian today to test things out, and indeed, I had 3D acceleration out of the box. This was likely because the initial install was Debian stable, and the latest Mesa versions (around early 2014) initially broke the 3D acceleration, so probably Mesa was too stable... Upgrading to Debian Jessie broke the 3D acceleration to same state as my Arch install (Gallium renderer instead of Chromium), which seems to support this hypothesis. HOWEVER, re-compiling the latest guest additions seemed to have the effect the Virtualbox forums suggested there should be -- 3D support was restored, and Chromium once again the renderer in glxinfo.
    Has someone successfully gotten Arch under Virtualbox working with 3D acceleration without downgrading Mesa libraries? The Cinnamon desktop nags me about not having HW acceleration, and cool-retro-term uses 100 % CPU due to software rendering, so I'd rather have acceleration than not.

    I have the same problem (with standard 3.19.2-1 kernel, vbox 4.3.26).
    I tried grabbing an older mesa and mesa-libgl from the arch rollback machine (which worked the last time it stopped working) but version 10.4.6 just crashed my machine when gnome was starting. I'm guessing there are more packages required for that approach to work but i don't know what they are. A complete rollback would be clean but would probably be more annoying lol.

  • No network connection or virtualbox guest additions after upgrade

    I followed the instructions carefully, from the homepage, when carrying out the latest upgrade. Unfortunately, virtualbox guest additions is no longer working and nor can I get a network connection. To clarify, arch is running inside a virtual machine.
    I'm not sure where to start looking to be honest and would appreciate some pointers about to get me on the way towards solving this problem.
    EDIT: The virtualbox problem is related to error in the package
    Thanks
    Last edited by n_t (2013-06-11 19:01:52)

    for the guest additions, it's a bug in the package, look here: https://bbs.archlinux.org/viewtopic.php?id=164924
    For the network, you'll have to tell us how you were setting up the network before that isn't working now.

  • How can i install virtualbox-guest-additions?

    pacman -S virtualbox-guest-additions
    edit rc.conf
    MODULES=(vboxguest vboxsf vboxvideo)
    under gnome
    glxgears 60.975fps
    but under centos 5.6 gnome 559.203fps
    how would i do to so fast?
    Last edited by oddhornedant (2011-04-25 10:03:56)

    This is the only entry I have in MODULES=(vboxdrv)
    I use Vbox from AUR as they work for me.
    I use win7/winxp fedora debian etc as guests with full access to usb/ shared drives etc.and full screen where possible as some distros do not do full screen in vbox without a lot of fiddling
    are you in the correct groups with out the correct permissions they do not work usbmux:x:140:username
    vboxusers:x:108:username

Maybe you are looking for

  • Installation problem with oracle 10g release 1 in RHEL ES 4 platform

    Hi, I am facing such a problem. I want to install Oracle 10g release 1. I am using linux 86_64 os is RHEL ES 4 UPGRADE 5 X_86_64 When i put the command ./runInstaller It shows os is not supported. Is there any way to install this oracle version. Can

  • Simplest/most reliable setup for 2 mini's+ext HD+backup+printer?

    Hello and a happy 2009 to everyone, I'm a recent switcher (replaced one PC with a mini). Using it for internet/email and getting to grips with OpenOffice 3.0; transferred photos and music onto an ext HD and using them with iTunes and iPhoto (and tryi

  • My down volume button doesn't work. How can I fix it?

    When I press the down volume button on my iPad 2 it doesn't work. It was working last night but not this morning. I didn't drop it or anything. I just got my iPad not even a year ago. How can I fix my down volume button?

  • Sales Invoice Linked from Sales Order

    Hello Experts!! I want to restrict users to enter Sales Invoice Directly. We are using Sales Order But Every One Can Post Invoice Directly. Please Guide how to restrict them Thanks, Vikram

  • Mysql and Java

    Hi, can you do me a favor got the following exception when I run the below code in the JBuilder4. java.lang.NoClassDefFoundError: java/sql/Savepoint      at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)      at java.sql.D