Package: cpufrequtils
Version: 007-1
Severity: important
File: /etc/init.d/loadcpufreq
The init script /etc/init.d/loadcpufreq contains several lines that
attempt to temporarily change the kernel's printk setting:
#stop the kernel printk'ing at all while we load.
PRINTK=$(cat /proc/sys/kernel/printk)
[ "$VERBOSE" = no ] && echo "1 1 1 1" > /proc/sys/kernel/printk
followed later by two restore lines.
Unfortunately, printk is a global setting. This affects other init
scripts --- maybe even login sessions --- running in parallel, as is the
default now. This potentially causes important kernel messages generated
from that activity to be ignored.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (200, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages cpufrequtils depends on:
ii debconf [debconf-2.0] 1.5.35 Debian configuration management sy
ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib
ii libcpufreq0 007-1 shared library to deal with the cp
ii lsb-base 3.2-23.1 Linux Standard Base 3.2 init scrip
cpufrequtils recommends no packages.
cpufrequtils suggests no packages.
-- debconf information:
cpufrequtils/enable: true
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]