Re: SMP working

2002-06-10 Thread Andreas Eichner
Am Freitag, 7. Juni 2002 16:50 schrieb Robert Webb: > check for this . I looked in the /proc directory and did a cat of cpu > but it only showed one processor at 500MHZ. > > Am I looking in the wrong place??? No, this is right. A cat /proc/cpuinfo should list "processor 0" and "processor 1" Seem

Re: SMP working

2002-06-07 Thread Michel Loos
Em Sex, 2002-06-07 às 15:36, Robert Webb escreveu: > > > Brooks R. Robinson wrote: > > >| check for this . I looked in the /proc directory and did a cat of cpu > >| but it only showed one processor at 500MHZ. > >| > >| Am I looking in the wrong place??? > > > >Greetings, > > A cat of /proc/c

Re: SMP working

2002-06-07 Thread John Hasler
Robert Webb writes: > I just loaded up Woody on a new machine that has two 500MHZ Pentium > III processors. I am trying to determine if the build I loaded is > recognizing both processors. 'cat /proc/cpuinfo' on this machine gives: processor : 0 vendor_id : GenuineIntel cpu family

Re: SMP working

2002-06-07 Thread Robert Webb
Brooks R. Robinson wrote: | check for this . I looked in the /proc directory and did a cat of cpu | but it only showed one processor at 500MHZ. | | Am I looking in the wrong place??? Greetings, A cat of /proc/cpuinfo should give a listing for each cpu. I get two for the two on my bo

Re: SMP working

2002-06-07 Thread Loren Jordan
When you reboot this machine, do you see 1 or 2 penguins on the screen (if you see any at all) You can also do something like this, run top in one window (console) and then dd if=/dev/zero of=/dev/null If you see ~50% cpu idle, you have more than 1 cpu working... This little dd trick will use

Re: SMP working

2002-06-07 Thread Brian P. Flaherty
I believe the packaged kernels do not support SMP. When I cat /proc/cpuinfo, I see both my CPU's. Unless there are other packages available, you will need to build your own kernel. Brian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PR

RE: SMP working

2002-06-07 Thread Brooks R. Robinson
| check for this . I looked in the /proc directory and did a cat of cpu | but it only showed one processor at 500MHZ. | | Am I looking in the wrong place??? Greetings, A cat of /proc/cpuinfo should give a listing for each cpu. I get two for the two on my box. HTH, Brooks -- To UNSUB

Re: SMP working

2002-06-07 Thread Jeremiah Mahler
On Fri, Jun 07, 2002 at 10:50:33AM -0400, Robert Webb wrote: > I just loaded up Woody on a new machine that has two 500MHZ Pentium III > processors. I am trying to determine if the build I loaded is > recognizing both processors. My problem is I have no clue as to where to > check for this . I

Re: SMP working

2002-06-07 Thread Colin Watson
On Fri, Jun 07, 2002 at 10:50:33AM -0400, Robert Webb wrote: > I just loaded up Woody on a new machine that has two 500MHZ Pentium III > processors. I am trying to determine if the build I loaded is > recognizing both processors. My problem is I have no clue as to where to > check for this . I

Re: SMP working

2002-06-07 Thread Stephen Ryan
On Fri, 2002-06-07 at 10:50, Robert Webb wrote: > I just loaded up Woody on a new machine that has two 500MHZ Pentium III > processors. I am trying to determine if the build I loaded is > recognizing both processors. My problem is I have no clue as to where to > check for this . I looked in the

Re: SMP working

2002-06-07 Thread Derrick 'dman' Hudson
On Fri, Jun 07, 2002 at 10:50:33AM -0400, Robert Webb wrote: | I just loaded up Woody on a new machine that has two 500MHZ Pentium III | processors. I am trying to determine if the build I loaded is | recognizing both processors. My problem is I have no clue as to where to | check for this . I

Re: SMP working

2002-06-07 Thread Mike Dresser
On Fri, 7 Jun 2002, Robert Webb wrote: > I just loaded up Woody on a new machine that has two 500MHZ Pentium III > processors. I am trying to determine if the build I loaded is > recognizing both processors. My problem is I have no clue as to where to > check for this . I looked in the /proc dire

Re: SMP working

2002-06-07 Thread Steve Haslam
On Fri, Jun 07, 2002 at 10:50:33AM -0400, Robert Webb wrote: > I just loaded up Woody on a new machine that has two 500MHZ Pentium III > processors. I am trying to determine if the build I loaded is > recognizing both processors. My problem is I have no clue as to where to > check for this . I

Re: SMP working

2002-06-07 Thread Stephan Seitz
Hi! On Fri, Jun 07, 2002 at 10:50:33AM -0400, Robert Webb wrote: > check for this . I looked in the /proc directory and did a cat of cpu > but it only showed one processor at 500MHZ. Did you install a SMP kernel image (like kernel-image-2.4.9-686-smp) or did you compile your own kernel with SMP

Re: SMP working

2002-06-07 Thread Gary Hennigan
"Robert Webb" <[EMAIL PROTECTED]> writes: > I just loaded up Woody on a new machine that has two 500MHZ Pentium > III processors. I am trying to determine if the build I loaded is > recognizing both processors. My problem is I have no clue as to where > to check for this . I looked in the /proc di