|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
> Date: Fri, 9 Mar 2007 15:26:51 -0500> From: dparker@utica.edu> > Ben Humpert wrote:> > Here it comes
> > > > > > dr02g:~# cat /proc/cpuinfo> > processor : 0> > vendor_id : GenuineIntel> > cpu family : 6> > model : 15> > model name : Intel(R) Xeon(R) CPU 3060 @ 2.40GHz> > stepping : 6> > cpu MHz : 2400.240> > cache size : 4096 KB> > physical id : 0> > siblings : 2> > core id : 0> > cpu cores : 2> > fdiv_bug : no> > hlt_bug : no> > f00f_bug : no> > coma_bug : no> > fpu : yes> > fpu_exception : yes> > cpuid level : 10>> wp : yes> > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pgemca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm> > bogomips : 4803.54> > > > processor : 1> > vendor_id : GenuineIntel> > cpu family : 6>> model : 15> > model name : Intel(R) Xeon(R) CPU 3060 @ 2.40GHz> > stepping : 6> > cpu MHz : 2400.240> > cache size : 4096 KB> > physical id : 0> > siblings : 2> > core id : 1> > cpu cores : 2> > fdiv_bug : no> > hlt_bug : no> > f00f_bug : no> > coma_bug : no> > fpu : yes> > fpu_exception : yes> >cpuid level : 10> > wp : yes> > flags : fpu vme de pse tsc msr pae mce cx8apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ssht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm> > bogomips : 4800.31> > Based on what others have said, it does seem odd that you are not seeing > each core twice. The only thing I can think ofat this point is to > check the BIOS and see if HT is enabled (if it's even an option). Since > your kernel is SMP, HT support should be enabled.> > This probably won't make a difference, but what kernel version are you > using?> kinda curious, uname -a said "Linux dr02g 2.6.18-4-686 #1 SMP Wed Feb 21 16:06:54 UTC 2007 i686 GNU/Linux". This is not a SMP kernel, not a real one or something different?! dpkg said, the installed "kernel" is "linux-image-2.6.18-4-686" and "linux-image-2.6-686" (no kernel-image-* is installed) |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Ben Humpert <ben_humpert@msn.com> wrote:
> kinda curious, uname -a said "Linux dr02g 2.6.18-4-686 #1 SMP Wed Feb > 21 16:06:54 UTC 2007 i686 GNU/Linux". > This is not a SMP kernel, not a real one or something different?! ~$ grep SMP /boot/config-2.6.18-4-686 CONFIG_SMP=y # CONFIG_X86_BIGSMP is not set CONFIG_SUSPEND_SMP=y CONFIG_X86_FIND_SMP_CONFIG=y CONFIG_X86_SMP=y The 686 kernels are SMP for some time now. > dpkg said, the installed "kernel" is "linux-image-2.6.18-4-686" and > "linux-image-2.6-686" (no kernel-image-* is installed) The linux kernel packages in etch and above have been renamed to avoid conflicts with non-linux kernels like freebsd. HTH, Andrei -- If you can't explain it simply, you don't understand it well enough. (Albert Einstein) -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Andrei Popescu wrote:
> Ben Humpert <ben_humpert@msn.com> wrote: > > >> kinda curious, uname -a said "Linux dr02g 2.6.18-4-686 #1 SMP Wed Feb >> 21 16:06:54 UTC 2007 i686 GNU/Linux". >> This is not a SMP kernel, not a real one or something different?! >> > > ~$ grep SMP /boot/config-2.6.18-4-686 > CONFIG_SMP=y > # CONFIG_X86_BIGSMP is not set > CONFIG_SUSPEND_SMP=y > CONFIG_X86_FIND_SMP_CONFIG=y > CONFIG_X86_SMP=y > > The 686 kernels are SMP for some time now. > > >> dpkg said, the installed "kernel" is "linux-image-2.6.18-4-686" and >> "linux-image-2.6-686" (no kernel-image-* is installed) >> > > The linux kernel packages in etch and above have been renamed to avoid > conflicts with non-linux kernels like freebsd. > > HTH, > Andrei > Well, I'm glad to see that I'm not the only one that was confused by the renaming of kernel-image to linux-image. That one really had me going for a while. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Freddy Freeloader wrote: > Andrei Popescu wrote: >> Ben Humpert <ben_humpert@msn.com> wrote: >> >> >>> kinda curious, uname -a said "Linux dr02g 2.6.18-4-686 #1 SMP Wed Feb >>> 21 16:06:54 UTC 2007 i686 GNU/Linux". This is not a SMP kernel, not a >>> real one or something different?! >>> >> >> ~$ grep SMP /boot/config-2.6.18-4-686 >> CONFIG_SMP=y >> # CONFIG_X86_BIGSMP is not set >> CONFIG_SUSPEND_SMP=y >> CONFIG_X86_FIND_SMP_CONFIG=y >> CONFIG_X86_SMP=y >> >> The 686 kernels are SMP for some time now. >> >> >>> dpkg said, the installed "kernel" is "linux-image-2.6.18-4-686" and >>> "linux-image-2.6-686" (no kernel-image-* is installed) >>> >> >> The linux kernel packages in etch and above have been renamed to avoid >> conflicts with non-linux kernels like freebsd. >> >> HTH, >> Andrei >> > Well, I'm glad to see that I'm not the only one that was confused by the > renaming of kernel-image to linux-image. That one really had me going > for a while. > Regardless of all the kernel naming confusion, I guess this comes down to the fact that your kernel supports SMP. This means it supports multiple processors, multiple cores, and hyper threading. Since you are only seeing two processors and not four, I don't think your CPU is hyper threaded. - Dave -- Dave Parker Utica College Department of Integrated Information Technology Services Data Processing Office (315) 792-3229 Registered Linux User #408177 -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
![]() |
| Outils de la discussion | |
|
|