| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 | <sect1 id="ch-system-sysklogd" xreflabel="Sysklogd"><title>Installing Sysklogd-&sysklogd-version;</title><?dbhtml filename="sysklogd.html" dir="chapter06"?><para>The Sysklogd package contains programs for logging system messages, suchas those given by the kernel when unusual things happen.</para><screen>&buildtime; &sysklogd-time;&diskspace; &sysklogd-compsize;</screen>&aa-sysklogd-down;&aa-sysklogd-dep;<sect2><title> </title><para> </para></sect2><sect2><title>Installation of Sysklogd</title><para>Compile Sysklogd:</para><screen><userinput>make</userinput></screen><para>And install it:</para><screen><userinput>make install</userinput></screen></sect2><sect2><title> </title><para> </para></sect2><sect2><title>Configuring Sysklogd</title><para>Create a new <filename>/etc/syslog.conf</filename> file by running thefollowing:</para><screen><userinput>cat > /etc/syslog.conf << "EOF"</userinput># Begin /etc/syslog.confauth,authpriv.* -/var/log/auth.log*.*;auth,authpriv.none -/var/log/sys.logdaemon.* -/var/log/daemon.logkern.* -/var/log/kern.logmail.* -/var/log/mail.loguser.* -/var/log/user.log*.emerg *# End /etc/syslog.conf<userinput>EOF</userinput></screen></sect2>&aa-sysklogd-shortdesc;&aa-sysklogd-desc;</sect1>
 |