Package: cpudyn
Version: 1.0-2
Severity: wishlist

The program is not started and there is no error returned nor log made
of the reason why.  Nor is there any -debug switch.
# /etc/init.d/cpudyn start
Starting cpudyn: cpudyn.
# pstree -a|grep cpu
# ls /sys/devices/system/cpu/cpu0 -a
.  ..
# EXTRA_OPTIONS=-apci /etc/init.d/cpudyn start
Starting cpudyn: cpudyn.
# pstree -a|grep cpu
#

Only via strace -f can one see
stat64("/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 0xbfd0feac) = 
-1 ENOENT (No such file or directory)
stat64("/sysfs/devices/system/cpu/cpu0/cpufreq/scaling_governor", 0xbfd0feac) = 
-1 ENOENT (No such file or directory)
stat64("/proc/cpufreq", 0xbfd0feac)     = -1 ENOENT (No such file or directory)
write(2, "Linux kernel doesn\'t support cpu"..., 37) = 37
write(2, "We\'ll try acpi throttling suppor"..., 37) = 37
stat64("/proc/acpi/processor/CPU0/throttling", 0xbfd0feac) = -1 ENOENT (No such 
file or directory)
write(2, "Kernel doesn\'t support ACPI thro"..., 39) = 39
write(2, "cpudynd: CPU frequency control d"..., 40) = 40
write(2, "Error: ", 7)                  = 7
write(2, "Nothing to do, exiting\n", 23) = 23

You certianly aren't writing to /var/log/*, I belive you are writing
to nowhere!

/proc/cpuinfo says Intel(R) Celeron(R) M processor 1.40GHz

P.S., strace -f shows plenty of
close(1016) = -1 EBADF (Bad file descriptor)

P.S., there should be some mention of the pros and cons of the two
packages this package conflicts with.

-- System Information:
Debian Release: testing/unstable
Kernel: Linux 2.6.12-1-686


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to