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

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,

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.

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 Maurice E Johnson
Might I suggest trying the following prior to your normal (I assume genkernel) build process. cd to /usr/src/linux as root type make mrproper This will ensure that your build tree is pristene. Now you should be able to run genkernel without problems. --- Begin Message --- I have an Opteron 242

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

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. How