• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

CentOS 5.3

tontod

Diamond Member
I just got CentOS 5.3 up and running 😀

Any recommendations? This is a new machine too - quad core 3.0 Ghz, 8 GB RAM. Any kind of benchmarks I should run?

I'm going to get VirtualBox and install XP as a VM. How much disk space/RAM should I allocate for that?
 
I got this error trying to download/install virtualbox:

/tmp/VirtualBox-2.2.2_46594_rhel5-1.x86_64.rmp could not be opened, because the associated helper application does not exist. Change the association in your preferences. I'm not sure how to do that?
 
Originally posted by: tontod
I got this error trying to download/install virtualbox:

/tmp/VirtualBox-2.2.2_46594_rhel5-1.x86_64.rmp could not be opened, because the associated helper application does not exist. Change the association in your preferences. I'm not sure how to do that?

That should be rpm, so unless that is a typo on your part, that's your problem.
 
It might have been a typo. I was able to actually install it using yum, but I cant create a VM, I get this error trying to execute /etc.init.d/vboxdrv setup

[root@tonto init.d]# ./vboxdrv setup
Stopping VirtualBox kernel module [ OK ]
Recompiling VirtualBox kernel module [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
[root@tonto init.d]# more /var/log/vbox-install.log
Attempting to install using DKMS
removing old DKMS module vboxdrv version 2.2.2

------------------------------
Deleting module version: 2.2.2
completely from the DKMS tree.
------------------------------
Done.

Creating symlink /var/lib/dkms/vboxdrv/2.2.2/source ->
/usr/src/vboxdrv-2.2.2

DKMS: add Completed.

Error! Your kernel source for kernel 2.6.18-128.el5 cannot be found at
/lib/modules/2.6.18-128.el5/build or /lib/modules/2.6.18-128.el5/source.
You can use the --kernelsourcedir option to tell DKMS where it's located.
Failed to install using DKMS, attempting to install without
Makefile:140: *** Error: unable to find the sources of your current Linux kernel
. Specify KERN_DIR=<directory> and run Make again. Stop.

Any help would be appreciated, thanks!
 
I found the issue - 2.6.18-128.1.6.el5.x86_64 vs. 2.6.18-128.el5, I created a symlink, works now, I get further, but now this:

/etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module [ OK ]
Recompiling VirtualBox kernel module [ OK ]
Starting VirtualBox kernel module [FAILED]
(Cannot create device /dev/vboxdrv with major 10 and minor 62)
 
Are you sure you downloaded the correct rpm? It looks like you have the i686 kernel installed (32bit) and are attempting to install the x86_64 (64bit) virtualbox package. What is the output of uname -r?
 
Sweeet, tried it again, works!!!!!!

/etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module [ OK ]
Removing old VirtualBox netflt kernel module [ OK ]
Removing old VirtualBox kernel module [ OK ]
Recompiling VirtualBox kernel module [ OK ]
Starting VirtualBox kernel module [ OK ]

Thanks!!
 
uname -r
2.6.18-128.el5

From the link you gave me, I installed this one:

kernel-devel (both 32- & 64-bit architectures)
 
Glad you got it. Now for your question:

Originally posted by: tontod
I'm going to get VirtualBox and install XP as a VM. How much disk space/RAM should I allocate for that?

Unless you really need more, 1GB RAM should be plenty.
 
Ok, off and running XP in a VM. How do you make the VM fill the entire screen, if I maximize it, the VM window is small and surrounded by white/greyspace instead of actually filling up the screen.
 
Originally posted by: tontod
Ok, off and running XP in a VM. How do you make the VM fill the entire screen, if I maximize it, the VM window is small and surrounded by white/greyspace instead of actually filling up the screen.

Not sure but f11 is often the toggle-fullscreen key for many applications.
 
Back
Top