CentOS 5.3

tontod

Diamond Member
Oct 12, 1999
3,244
0
71
I just got CentOS 5.3 up and running :D

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?
 

tontod

Diamond Member
Oct 12, 1999
3,244
0
71
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?
 

AnonymouseUser

Diamond Member
May 14, 2003
9,943
107
106
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.
 

tontod

Diamond Member
Oct 12, 1999
3,244
0
71
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!
 

tontod

Diamond Member
Oct 12, 1999
3,244
0
71
Thanks, it installed fine, but same error, guess I'll try rebooting.
 

tontod

Diamond Member
Oct 12, 1999
3,244
0
71
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)
 

AnonymouseUser

Diamond Member
May 14, 2003
9,943
107
106
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?
 

tontod

Diamond Member
Oct 12, 1999
3,244
0
71
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!!
 

tontod

Diamond Member
Oct 12, 1999
3,244
0
71
uname -r
2.6.18-128.el5

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

kernel-devel (both 32- & 64-bit architectures)
 

AnonymouseUser

Diamond Member
May 14, 2003
9,943
107
106
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.
 

tontod

Diamond Member
Oct 12, 1999
3,244
0
71
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.
 

MrColin

Platinum Member
May 21, 2003
2,403
3
81
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.
 

MedicBob

Diamond Member
Nov 29, 2001
4,151
1
0
Originally posted by: tontod
Got it, had to install guest additions from the Devices Menu.

Yup... There is a pretty active forum on their site too.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
I generally just RDP into my Windows guests. Having a full screen guest on a second monitor is great.