Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: jimgoode on March 25, 2009, 10:43:10 PM

Title: 7.4 install defaulted to smp
Post by: jimgoode on March 25, 2009, 10:43:10 PM
I upgraded from 6.0.1-01 to 7.0 to 7.4.

Upon booting up in 7.4 I see that the default kernel is smp, whereas, I have a single processor. This may have happened when I upgraded to 7.0.

Has anyone seen this happen before? I assume I can just change the grub.conf file to correct this.

Thanks,
Jim
Title: Re: 7.4 install defaulted to smp
Post by: Stefano on March 25, 2009, 10:49:50 PM
before changing anything, please post the result of
Code: [Select]
cat /proc/cpuinfo | grep processor

thank you
ciao
Stefano
Title: Re: 7.4 install defaulted to smp
Post by: jimgoode on March 25, 2009, 10:58:27 PM
[root@s15 ~]# cat /proc/cpuinfo | grep processor
processor       : 0
[root@s15 ~]#
Title: Re: 7.4 install defaulted to smp
Post by: CharlieBrady on March 25, 2009, 11:13:40 PM
Quote from: jimgoode link=topic=43660.msg208420#msg208420
Has anyone seen this happen before? I assume I can just change the grub.conf file to correct this.

Not necessary. Boot once using uniprocessor kernel, and that will become the default.

But I wouldn't bother. The smp kernel runs just fine with one CPU.