Witold Baryluk a écrit : > Package: libc-bin > Version: 2.11.2-7 > Severity: normal > > getconf -a have many variables set to 0. > > for example > > LEVEL1_ICACHE_SIZE 0 > LEVEL1_ICACHE_ASSOC 0 > LEVEL1_ICACHE_LINESIZE 0 > LEVEL1_DCACHE_SIZE 0 > LEVEL1_DCACHE_ASSOC 0 > LEVEL1_DCACHE_LINESIZE 0 > LEVEL2_CACHE_SIZE 0 > LEVEL2_CACHE_ASSOC 0 > LEVEL2_CACHE_LINESIZE 0 > > > they are easly available on most architectures in /proc/cpuinfo
/proc/cpuinfo are not providing all these details, but just a "cache size". The most likely problem is that your CPU is not known by the GNU libc. Could you please install the cpuid package and send me the output of the cpuid command? -- Aurelien Jarno GPG: 1024D/F1BCDB73 [email protected] http://www.aurel32.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

