Your message dated Thu, 22 May 2008 00:06:35 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: util-linux: dmesg -n 0 gives error: klogctl: Invalid
argument
has caused the Debian Bug report #308633,
regarding util-linux: dmesg -n 0 gives error: klogctl: Invalid argument
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
308633: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=308633
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: util-linux
Version: 2.12p-4
Severity: normal
dmesg -n 0 is a valid level according to linux/kernel.h as well as man
klogctl (3), however when it is executed, the following error is
printed:
klogctl: Invalid argument
Thanks,
micah
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (300, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages util-linux depends on:
ii libc6 2.3.2.ds1-21 GNU C Library: Shared libraries an
ii libncurses5 5.4-4 Shared libraries for terminal hand
ii libuuid1 1.37-2 universally unique id library
ii slang1a-utf8 1.4.9dbs-8 The S-Lang programming library wit
ii zlib1g 1:1.2.2-4 compression library - runtime
-- no debconf information
--- End Message ---
--- Begin Message ---
> dmesg -n 0 is a valid level according to linux/kernel.h as well as man
> klogctl (3), however when it is executed, the following error is printed
klogctl(3) speak that the loglevel of printk is lesss than the value
of the variable console_loglevel. thus you want
dmesg -n 1
there is no -1 kernel side loglevel, thus invalid arg.
--
maks
--- End Message ---