lifelongchaser / toolwhip

Automatically exported from code.google.com/p/toolwhip
0 stars 0 forks source link

open cpuinfo_max_freq failed: No such file or directory #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On a CentOS 5.3 system, I have no 
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq.  This is causing 
messages like this:

distccd[11151] (dcc_cpuspeed) ERROR: open cpuinfo_max_freq failed: No such 
file or directory

This causes --host-info to fail to report a CPUSPEED line.  This appears to be 
harmless and won't cause Xcode to discard the potential distccd server.

I believe this is because the acpi_cpufreq kernel module is not loaded on this 
system.  We should still be able to pull the frequency from /proc/cpuinfo.

Original issue reported on code.google.com by mark@chromium.org on 8 Jul 2009 at 8:35