[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page
Top Document: INN FAQ Part 4/9: Debugging & Configuring Information
Previous Document: (4.4) What should I monitor as I debug INN problems?
Next Document: (4.6) Connecting to a TCP/IP server.
-
Search the FAQ Archives
Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page
Top Document: INN FAQ Part 4/9: Debugging & Configuring Information
Previous Document: (4.4) What should I monitor as I debug INN problems?
Next Document: (4.6) Connecting to a TCP/IP server.
(4.5) My innd won't start!
Keep a "tail -f /var/adm/messages" running. INN reports most errors via syslog. The syslog messages usually explain what is wrong. Elsewhere in this document are details about some of the less obvious syslog messages. Chances are, INN is starting, finding a misconfigured "ME" line in the newsfeeds file, and exiting. You might want to read the section on configuring your "newsfeeds" file first. Rich Salz says a common reason is that you ran makehistory but didn't rename the DBZ files. "makehistory" generates history.n.dir and history.n.pag. They must be renamed: mv history.n.dir history.dir mv history.n.pag history.pag (In the future, you could run "makehistory -f history", which is a little more risky... so read the man page before you use it. "makehistory" is part of the man page "news-recovery". This will change in 1.5.) Izar Tarandach <izar@cs.huji.ac.il> suggests that another common mistake is that innd wasn't being started by the correct uid. innd (and therefore rc.news) must be started from "root" (not "news"). It immediately turns itself in user "news" once certain tasks are completed. If you use a suid root inndstart, you can run it as any user.
Top Document: INN FAQ Part 4/9: Debugging & Configuring Information
Previous Document: (4.4) What should I monitor as I debug INN problems?
Next Document: (4.6) Connecting to a TCP/IP server.
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 December 05 2008 @ 00:13 AM