[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kein Kernel-Logging



Oliver Beck schrieb:

finde aber keinen Hinweis wie ich klogd starte bzw. mit 'whereis klogd'
bekomme ich keine Ausgabe. Bin ich auf dem falschen Dampfer? Gibt es
klogd nicht unter potato?' Wahrscheinlich ist es mal wieder was
furchtbar einfaches, aber ich sehe es nicht.

$ ps x | grep klog; cat /etc/debian_version
  187 ?        S      0:03 /sbin/klogd
  11215 pts/1    S      0:00 grep klog
  2.2

$ apt-cache show sysklogd
Package: sysklogd
Version: 1.3-33
Priority: required
Section: base
Maintainer: Martin Schulze <joey@debian.org>
Depends: libc6 (>= 2.1)
Conflicts: syslogd
Provides: syslogd
Replaces: syslogd
Architecture: i386
Filename: dists/potato/main/binary-i386/base/sysklogd_1.3-33.deb
Size: 66468
MD5sum: 5240f9b35b87f88687ab875063b7ae7b
Description: Kernel and system logging daemons
 This package implements two system log daemons.  The syslogd daemon is
 an enhanced version of the standard Berkeley utility program.  This
 daemon is responsible for providing logging of messages received from
 programs and facilities on the local host as well as from remote
 hosts.
 .
 The klogd daemon listens to kernel message sources and is responsible
 for prioritizing and processing operating system messages.  The klogd
 daemon can run as a client of syslogd or optionally as a standalone
 program.  Klogd can now be used to decode EIP addresses if it can
 determine a System.map file.
installed-size: 126

$ cat /etc/init.d/sysklogd | grep klogd
# /etc/init.d/sysklogd: start system and kernel log daemons.
test -f /sbin/klogd || exit 0
    echo -n " klogd"
    start-stop-daemon --start --quiet --exec /sbin/klogd -- $KLOGD
    echo -n "Stopping system log daemon: klogd"
    start-stop-daemon --stop --quiet --pidfile /var/run/klogd.pid
    echo -n "Stopping system log daemon: klogd"
    start-stop-daemon --stop --quiet --pidfile /var/run/klogd.pid
    echo -n " klogd"
    start-stop-daemon --start --quiet --exec /sbin/klogd -- $KLOGD
echo "Usage: /etc/init.d/sysklogd {start|stop|reload|restart|force-reload}"

$ whereis klogd
klogd: /sbin/klogd /usr/man/man8/klogd.8.gz


Also wenn bei Dir syslogd zu finden ist, dann muss auch klogd zu finden sein. Ansonsten installiere das Paket nocheinmal neu. Scheinst was kaputt gemacht zu haben ;(

Markus



--
Zum AUSTRAGEN schicken Sie eine Mail an debian-user-german-request@lists.debian.org
mit dem Subject "unsubscribe". Probleme? Mail an listmaster@lists.debian.org (engl)



Reply to: