RE: [gentoo-user] Changing system from single to dual CPU ?

2006-12-20 Thread Joel Osburn
From: Hemmann, Volker Armin Sent: Tuesday, December 19, 2006 3:41 PM Might I suggest trying the following prior to your normal (I assume genkernel) build process. I don't use genkernel, never have. I did try the following: copy the .config to another directory, make clean make

Re: [gentoo-user] Changing system from single to dual CPU ?

2006-12-20 Thread Richard Fish
On 12/19/06, Joel Osburn [EMAIL PROTECTED] wrote: There isn't an image in /usr/src/linux/arch/i386/boot/ either. Strange. Try running make V=1 to get verbose output. -Richard -- gentoo-user@gentoo.org mailing list

[gentoo-user] Changing system from single to dual CPU ?

2006-12-19 Thread Joel Osburn
I have an Opteron 242 system, to which I recently added a second processor and some more memory. I figured that to take advantage of that processor, all I needed to do was recompile to kernel, reboot, and set -j3 in the make.conf file. However, there must be something else, since when I try

Re: [gentoo-user] Changing system from single to dual CPU ?

2006-12-19 Thread Richard Fish
On 12/19/06, Joel Osburn [EMAIL PROTECTED] wrote: I have an Opteron 242 system, to which I recently added a second processor and some more memory. I figured that to take advantage of that processor, all I needed to do was recompile to kernel, reboot, and set -j3 in the make.conf file.

RE: [gentoo-user] Changing system from single to dual CPU ?

2006-12-19 Thread Joel Osburn
From: [EMAIL PROTECTED] On 12/19/06, Joel Osburn [EMAIL PROTECTED] wrote: I have an Opteron 242 system, to which I recently added a second processor and some more memory. I figured that to take advantage of that processor, all I needed to do was recompile to kernel, reboot, and set

Re: [gentoo-user] Changing system from single to dual CPU ?

2006-12-19 Thread Maurice E Johnson
Might I suggest trying the following prior to your normal (I assume genkernel) build process. cd to /usr/src/linuxyour version as root type make mrproper This will ensure that your build tree is pristene. Now you should be able to run genkernel without problems. ---BeginMessage--- I have an

RE: [gentoo-user] Changing system from single to dual CPU ?

2006-12-19 Thread Joel Osburn
From: Maurice E Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 3:03 PM Might I suggest trying the following prior to your normal (I assume genkernel) build process. I don't use genkernel, never have. I did try the following: copy the .config to another directory,

Re: [gentoo-user] Changing system from single to dual CPU ?

2006-12-19 Thread Hemmann, Volker Armin
On Wednesday 20 December 2006 00:09, Joel Osburn wrote: From: Maurice E Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 3:03 PM Might I suggest trying the following prior to your normal (I assume genkernel) build process. I don't use genkernel, never have. I did try