[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
    Search the FAQ Archives

Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page

Top Document: INN FAQ Part 3/9: Reasons why INN isn't starting
Previous Document: (3.1) What runs as what?
Next Document: (3.3) syslog message: inndstart: inndstart cant bind Address already in use


(3.2) Why does innd just exit right away with no message?


First, fix your syslog: innd (nearly) always logs a message before it exits.  
(The INN distribution includes a version of the current UCB syslog, along 
with instructions on how to install it. Ultrix systems might want to look at
the syslog that is available on gatekeeper.dec.com). If innd doesn't
syslog, then it did dump a core file, that you can inspect.

Second, the most common cause of this is that you do not have a history
file (or no history database).  You will see a message like this:

	ME cant dbminit /usr/local/news/history No such file or directory

( Note that in versions > INN1.5, the word ``ME'' is replaced by
``SERVER'' ).
This means that you do not have a history database (or no history.dir
and history.pag files).  If you are just installing INN for your first
time, you might want to run the BUILD script in your INN source tree.
Or, you can read about makehistory in doc/news-recovery.8; if you do
the latter, make sure to rename the database files (pay attention to
the two "mv" commands).

Another possibility is a bad active file; e.g. one line only has three
fields instead of four. You can find such lines by running expire:

expire -n -x -t

which will then show you which lines are bad.



Top Document: INN FAQ Part 3/9: Reasons why INN isn't starting
Previous Document: (3.1) What runs as what?
Next Document: (3.3) syslog message: inndstart: inndstart cant bind Address already in use

Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page


[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
hwr@pilhuhn.de (Heiko W.Rupp)

Last Update September 05 2008 @ 00:16 AM

© 2008 FAQS.ORG. All rights reserved.