MTD 248-645A Manual de usuario Pagina 202

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 347
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 201
Linux From Scratch - Version 7.0
182
6.56. Sysklogd-1.5
The Sysklogd package contains programs for logging system messages, such as those given by the kernel when
unusual things happen.
Approximate build time: less than 0.1 SBU
Required disk space: 0.5 MB
6.56.1. Installation of Sysklogd
Compile the package:
make
This package does not come with a test suite.
Install the package:
make BINDIR=/sbin install
6.56.2. Configuring Sysklogd
Create a new /etc/syslog.conf file by running the following:
cat > /etc/syslog.conf << "EOF"
# Begin /etc/syslog.conf
auth,authpriv.* -/var/log/auth.log
*.*;auth,authpriv.none -/var/log/sys.log
daemon.* -/var/log/daemon.log
kern.* -/var/log/kern.log
mail.* -/var/log/mail.log
user.* -/var/log/user.log
*.emerg *
# End /etc/syslog.conf
EOF
6.56.3. Contents of Sysklogd
Installed programs: klogd and syslogd
Short Descriptions
klogd A system daemon for intercepting and logging kernel messages
syslogd Logs the messages that system programs offer for logging. Every logged message contains at least a
date stamp and a hostname, and normally the program's name too, but that depends on how trusting the
logging daemon is told to be
Vista de pagina 201
1 2 ... 197 198 199 200 201 202 203 204 205 206 207 ... 346 347

Comentarios a estos manuales

Sin comentarios