apt-get install Fehler

apt-get install Fehler

syslogd gibt während der Installation folgenden Fehler vom Server aus? Wie kann man dieses Problem diagnostizieren?

debconf: falling back to frontend: Readline
Selecting previously deselected package sysklogd.
(Reading database ... 32541 files and directories currently installed.)
Unpacking sysklogd (from .../sysklogd_1.5-5ubuntu4_amd64.deb) ...
Selecting previously deselected package klogd.
Unpacking klogd (from .../klogd_1.5-5ubuntu4_amd64.deb) ...

Setting up sysklogd (1.5-5ubuntu4) ...
 * Starting system log daemon...                                         [ OK ] 

Setting up klogd (1.5-5ubuntu4) ...
 * Starting kernel log daemon...                                         [fail] 

Antwort1

Wenn Sie keine Informationsmeldungen finden, /var/log/syslogkönnen Sie klogd im Debugmodus starten. In diesem Modus werden viele Informationen auf stderr ausgegeben, sodass Sie das Problem herausfinden können.

/sbin/klogd -d 

verwandte Informationen