Documentation/devtools/maemo5/syslog

(Usage: Add warning)
(devtools template)
Line 1: Line 1:
 +
{{Devtools}}
 +
 +
== Description ==
== Description ==
Line 44: Line 47:
-
-
-
[[Category:Devtools]]
 
[[Category:Fremantle]]
[[Category:Fremantle]]

Revision as of 15:22, 11 March 2010

Image:Ambox_content.png
This article documents a developer tool.
A list of available devtools is available, together with installation instructions.


Contents

Description

The syslogd 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.

Packages

source: sysklogd

binary: sysklogd, klogd


To install these, run:

sudo gainroot
apt-get install sysklogd

Usage

To start the klogd and syslog daemons:

# start sysklogd

Note that when you don't need syslog, it's best to remove it and rm /var/log/syslog*. Syslog has some log file rotation, but with time it can fill the root filesystem completely. When that's done by a root process, it can become so full that the device fails to boot.

Links

sysklogd man page

klogd man page

See Also

-