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

Re: kein Kernel-Logging



* Markus Kolb <debian@tower-net.de> [310502 13:32]:
> 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
Du glaubst mir nicht, OK, ;-), nach einer Neuinstallation von sysklogd:
oliver@dschini:~$ ps x | grep klog;    
 3018 pts/1    S      0:00 grep klog
 
> 
> $ apt-cache show sysklogd
[snip]
oliver@dschini:~$ apt-cache show sysklogd
Package: sysklogd
Version: 1.3-33.1
Priority: required
Section: base
Maintainer: Martin Schulze <joey@debian.org>
Depends: libc6 (>= 2.1.2)
Conflicts: syslogd
Provides: syslogd
Replaces: syslogd
Architecture: i386
Filename:
dists/potato/updates/main/binary-i386/sysklogd_1.3-33.1_i386.deb
Size: 66534
MD5sum: 98826c90c295cf4a42ba71d499c097f9
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: 212

Also eine etwas neuere Version. Und dann: 

> $ 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}"
> 
cat /etc/init.d/sysklogd | grep klogd
# /etc/init.d/sysklogd: start the system log daemon.
  echo "Usage: /etc/init.d/sysklogd {start|stop|reload|restart|force-reload}"
    
dieser Teil taucht also nicht auf bei mir!

> $ whereis klogd
> klogd: /sbin/klogd /usr/man/man8/klogd.8.gz
aber whereis klogd bring nach der Neuinstallation:
klogd: /sbin/klogd /usr/man/man8/klogd.8.gz

Also hat Dein Tip geholfen! Nach eine remove --purge hatte ich dann auch
die Konfigurationsdateien vollständig. Danke!

> 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 ;(

Aber wie? Kann ich mir nicht vorstellen..

> Markus
> 
Auf jeden Fall Danke,
Oliver


--
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: