old-www/LDP/nag2/x19004.html

232 lines
3.9 KiB
HTML

<HTML
><HEAD
><TITLE
>Running INN</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.57"><LINK
REL="HOME"
TITLE="Linux Network Administrators Guide"
HREF="index.html"><LINK
REL="UP"
TITLE="Internet News"
HREF="x-087-2-inn.html"><LINK
REL="PREVIOUS"
TITLE="INN Configuration Files"
HREF="x18341.html"><LINK
REL="NEXT"
TITLE="Managing INN: The ctlinnd Command"
HREF="x19030.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Linux Network Administrators Guide</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x18341.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 23. Internet News</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x19030.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="AEN19004"
>23.6. Running INN</A
></H1
><P
>&#13;
The <B
CLASS="COMMAND"
>inn</B
> source package provides a script suitable for
starting <B
CLASS="COMMAND"
>inn</B
> at boot time. The script is usually called
<TT
CLASS="FILENAME"
>/usr/lib/news/bin/rc.news</TT
>. The script reads arguments
from another script, usually called
<TT
CLASS="FILENAME"
>/usr/lib/news/innshellvars</TT
>, which contains definitions
of the filenames and filepaths that <B
CLASS="COMMAND"
>inn</B
> will use to locate
components it needs. It is generally considered a good idea to execute
<B
CLASS="COMMAND"
>inn</B
> with the permissions of a non-root user, such as
<TT
CLASS="LITERAL"
>news</TT
>.</P
><P
>To ensure that <B
CLASS="COMMAND"
>inn</B
> is started at boot time, you should
check that <TT
CLASS="FILENAME"
>/usr/lib/news/innshellvars</TT
> is configured
correctly and then call the <TT
CLASS="FILENAME"
>/usr/lib/news/bin/rc.news</TT
>
script from a script executed at boot time.</P
><P
>Additionally, there are administrative tasks that must be performed
periodically. These tasks are usually configured to be executed by the
<B
CLASS="COMMAND"
>cron</B
> command. The best way to do this is to add the
appropriate commands to your <TT
CLASS="FILENAME"
>/etc/crontab</TT
> file, or
even better, create a file suitable for the <TT
CLASS="FILENAME"
>/etc/cron.d</TT
>
directory, if your distribution provides one. An example of such a file might
look like:
<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="SCREEN"
># Example /etc/cron.d/inn file, as used in the Debian distribution.
#
SHELL=/bin/sh
PATH=/usr/lib/news/bin:/sbin:/bin:/usr/sbin:/usr/bin
# Expire old news and overview entries nightly, generate reports.
15 0 * * * news news.daily expireover lowmark delayrm
# Every hour, run an rnews -U. This is not only for UUCP sites, but
# also to process queued up articles put there by in.nnrpd in case
# innd wasn't accepting any articles.
10 * * * * news rnews -U</PRE
></TD
></TR
></TABLE
></P
><P
>These commands will ensure that old news is automatically expired each day,
and that any queued articles are processed each hour. Note also that they
are executed with the permissions of the <TT
CLASS="LITERAL"
>news</TT
> user.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x18341.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x19030.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>INN Configuration Files</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="x-087-2-inn.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Managing INN: The ctlinnd Command</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>