It's Really Sad Virtual Box on CentOS
Hi,
I'm writing's this issue as a Linux enthusiast who faced really annoyed situation while installing the latest Virtualbox distribution for CentOS 6.3 64 bit version :(
I tried to install the 4.2.4 x86 version. Got the following error during installation
Code:
root@xw4400 Downloads]# rpm -ivh VirtualBox-4.2-4.2.4_81684_el6-1.i686.rpm
warning: VirtualBox-4.2-4.2.4_81684_el6-1.i686.rpm: Header V4 DSA/SHA1
Signature, key ID 98ab5139: NOKEY
Preparing... ###########################################
[100%]
1:VirtualBox-4.2 ###########################################
[100%]
Creating group 'vboxusers'. VM users must be member of that group!
No precompiled module for this kernel found -- trying to build one. Messages
emitted during module compilation will be logged to
/var/log/vbox-install.log.
Stopping VirtualBox kernel modules [ OK ]
Recompiling VirtualBox kernel modules [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
[root@xw4400 Downloads]#
when I try to run Virtualbox I can see the following error
Code:
amitha@xw4400 ~]$ virtualbox
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (2.6.32-279.el6.x86_64) or it
failed to
load. Please recompile the kernel module and install it by
sudo /etc/init.d/vboxdrv setup
You will not be able to start VMs until this problem is fixed.
Qt WARNING: QGtkStyle was unable to detect the current GTK+ theme.
Since there is a time limitation I reluctantly installed Virtualbox in the same PC installing Windows 7
I tried
Code:
KERN_DIR=/usr/src/kernels/`uname -r`-`uname -m`
export KERN_DIR
to get the thing work but it failed. I'm very sad about an Open Source software making troubles in installing in a Open Source platform while it runs on a propitiatory OS without any issue :?:?