[root@localhost trather]# yum install dkms binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel
Loaded plugins: refresh-packagekit, security
Setting up Install Process
No package dkms available.
Package binutils-2.20.51.0.2-5.34.el6.x86_64 already installed and latest version
Package gcc-4.4.6-4.el6.x86_64 already installed and latest version
Package 1:make-3.81-20.el6.x86_64 already installed and latest version
Package patch-2.6-6.el6.x86_64 already installed and latest version
Package libgomp-4.4.6-4.el6.x86_64 already installed and latest version
Package glibc-headers-2.12-1.80.el6_3.4.x86_64 already installed and latest version
Package glibc-devel-2.12-1.80.el6_3.4.x86_64 already installed and latest version
Package kernel-devel-2.6.32-279.5.2.el6.x86_64 already installed and latest version
Nothing to do
[root@localhost trather]# ^C
[root@localhost trather]#
So I am trying to find out how to install the DKMS package. Any idea?
cd /etc/yum.repos.d
[root@localhost yum.repos.d]# wget http://public-yum.oracle.com/public-yum-ol6.repo
--2012-08-25 20:36:59-- http://public-yum.oracle.com/public-yum-ol6.repo
Resolving public-yum.oracle.com... 141.146.44.34
Connecting to public-yum.oracle.com|141.146.44.34|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1707 (1.7K) [text/plain]
Saving to: “public-yum-ol6.repo.3”
100%[=============================================================>] 1,707 --.-K/s in 0s
2012-08-25 20:36:59 (268 MB/s) - “public-yum-ol6.repo.3” saved [1707/1707]
[root@localhost yum.repos.d]# yum install dkms binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel
Loaded plugins: refresh-packagekit, security
Setting up Install Process
No package dkms available.
Package binutils-2.20.51.0.2-5.34.el6.x86_64 already installed and latest version
Package gcc-4.4.6-4.el6.x86_64 already installed and latest version
Package 1:make-3.81-20.el6.x86_64 already installed and latest version
Package patch-2.6-6.el6.x86_64 already installed and latest version
Package libgomp-4.4.6-4.el6.x86_64 already installed and latest version
Package glibc-headers-2.12-1.80.el6_3.4.x86_64 already installed and latest version
Package glibc-devel-2.12-1.80.el6_3.4.x86_64 already installed and latest version
Package kernel-devel-2.6.32-279.5.2.el6.x86_64 already installed and latest version
Nothing to do
[root@localhost yum.repos.d]# yum update
Loaded plugins: refresh-packagekit, security
Setting up Update Process
No Packages marked for Update
I started over again with a clean install of Orcal Linux 6. I did find that an older version of YUM was installed so I removed it and did the update. I then went ahead and did the header update. Here is the information from that. I noticed that DKMS package is still missing. Before I try to insall Virtualbox I wanted to check and see if there this is good to go or do I need to install something else.
yum install dkms binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel
Loaded plugins: refresh-packagekit, security
Setting up Install Process
Package dkms-2.1.1.2-1.el6.rf.noarch already installed and latest version
Package binutils-2.20.51.0.2-5.34.el6.x86_64 already installed and latest version
Package gcc-4.4.6-4.el6.x86_64 already installed and latest version
Package 1:make-3.81-20.el6.x86_64 already installed and latest version
Package patch-2.6-6.el6.x86_64 already installed and latest version
Package libgomp-4.4.6-4.el6.x86_64 already installed and latest version
Package glibc-headers-2.12-1.80.el6_3.4.x86_64 already installed and latest version
Package glibc-devel-2.12-1.80.el6_3.4.x86_64 already installed and latest version
Package kernel-devel-2.6.32-279.5.2.el6.x86_64 already installed and latest version
Nothing to do
[root@localhost yum.repos.d]# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMS
Error! Your kernel headers for kernel 2.6.39-200.29.2.el6uek.x86_64 cannot be found at
/lib/modules/2.6.39-200.29.2.el6uek.x86_64/build or /lib/modules/2.6.39-200.29.2.el6uek.x86_64/source.
[FAILED]
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
yum install kernel-headers-2.6.39-200.29.2.el6uek.x86_64
Loaded plugins: refresh-packagekit, security
Setting up Install Process
No package kernel-headers-2.6.39-200.29.2.el6uek.x86_64 available.
Error: Nothing to do
[root@localhost yum.repos.d]# yum install kernel-headers-$(uname -r)
Loaded plugins: refresh-packagekit, security
Setting up Install Process
No package kernel-headers-2.6.39-200.29.2.el6uek.x86_64 available.
Error: Nothing to do
Edit this file and look at the end. You need to enable the [ol6_UEK_latest] as is explained in step 3 of the link I sent you. Since you have the uek build it also needs to be enabled.
Change the enable=0 to enable=1
Then do a yum update
The [0l6_UEK_latest] was set to enable and that was what I thought that I was to do based on the steps that you sent. I have gone and set [ol6_UEK_base] also as enabled. I then did a YUM update. I then tried to do a Kernal and header update and a Virtualbox drv update and the results are below. It is still failing.
yum update
Loaded plugins: refresh-packagekit, security
ol6_UEK_base | 951 B 00:00
ol6_UEK_base/primary | 686 kB 00:00
ol6_UEK_base 29/29
ol6_UEK_latest | 1.2 kB 00:00
ol6_latest | 1.4 kB 00:00
Setting up Update Process
No Packages marked for Update
[root@localhost trather]# yum install kernel-headers-2.6.39-200.29.2.el6uek.x86_64
Loaded plugins: refresh-packagekit, security
Setting up Install Process
No package kernel-headers-2.6.39-200.29.2.el6uek.x86_64 available.
Error: Nothing to do
[root@localhost trather]# yum install kernel-headers-$(uname -r)
Loaded plugins: refresh-packagekit, security
Setting up Install Process
No package kernel-headers-2.6.39-200.29.2.el6uek.x86_64 available.
Error: Nothing to do
[root@localhost trather]# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMS
Error! Your kernel headers for kernel 2.6.39-200.29.2.el6uek.x86_64 cannot be found at
/lib/modules/2.6.39-200.29.2.el6uek.x86_64/build or /lib/modules/2.6.39-200.29.2.el6uek.x86_64/source.
[FAILED]
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
[root@localhost trather]# yum install dkms binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel
Loaded plugins: refresh-packagekit, security
Setting up Install Process
Package dkms-2.1.1.2-1.el6.rf.noarch already installed and latest version
Package binutils-2.20.51.0.2-5.34.el6.x86_64 already installed and latest version
Package gcc-4.4.6-4.el6.x86_64 already installed and latest version
Package 1:make-3.81-20.el6.x86_64 already installed and latest version
Package patch-2.6-6.el6.x86_64 already installed and latest version
Package libgomp-4.4.6-4.el6.x86_64 already installed and latest version
Package glibc-headers-2.12-1.80.el6_3.4.x86_64 already installed and latest version
Package glibc-devel-2.12-1.80.el6_3.4.x86_64 already installed and latest version
Package kernel-devel-2.6.32-279.5.2.el6.x86_64 already installed and latest version
Nothing to do