David Reid schrieb:
So the stock config with a single processor should work fine after an SVN up.
Everythings working now, thanks! I'll test it in the next couple of days.
But you say you're on a Dual P3? So the default config should have started you up in multiprocess mode. I see from your previous logfile
Gee, sorry, I got the two servers mixed up. I installed it on the single processor machine. But I tried it out on the second server and it works there too. Sorry for the mixup.
that getNCPU executed fine, it just only found one processor. Are you running an SMP kernel? What kernel version are you using? What libc version? Can you show me /proc/cpuinfo? I'd like to make sure getNCPU supports as many platforms as possible.
If its going to help you for something else, here you go:
root@nero:~# uname -a Linux nero 2.6.17-10-server #2 SMP Tue Dec 5 22:29:32 UTC 2006 i686 GNU/Linux root@nero:~# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 7 model name : Pentium III (Katmai) stepping : 3 cpu MHz : 451.037 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 903.25
processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 7 model name : Pentium III (Katmai) stepping : 3 cpu MHz : 451.037 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 902.09
root@nero:~#
libc6 2.4
Jakob