[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page
Top Document: INN FAQ Part 7/9: Problems with INN already running
Previous Document: (7.38) Ctlinnd cancel doesn't cancel my articles ..
Next Document: (7.40) Some local postings don't make it to remote, but others do
-
Search the FAQ Archives
Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page
Top Document: INN FAQ Part 7/9: Problems with INN already running
Previous Document: (7.38) Ctlinnd cancel doesn't cancel my articles ..
Next Document: (7.40) Some local postings don't make it to remote, but others do
(7.39) Inn hangs during renumbering the active file
Q: Is it normal for INN to hang during a renumber?
Yes. Innd doesn't accept incoming articles as they might change the
contents of a directory / the number count in active while renumber
tries to adjust these numbers. If it would accept these articles then you
would get '400 File exists writing article file' errors, which you could get
rid of by ctlinnd renumber ...
Internally, renumber is a loop the calls NGrenumber on each group in
active. NGrenumber then renumbers the group. So while Innd is in this
loop it can't accept connections.
If you are worried by the long time the server does not accept
connections,
then do something like (from news.daily):
while read GROUP hi lo flag ; do
ctlinnd -s renumber ${GROUP} 2>&1
sleep ${RENUMBER}
done <${ACTIVE}
This will renumber separately each group leaving the possibility to
get connections while sleep()ing.
Top Document: INN FAQ Part 7/9: Problems with INN already running
Previous Document: (7.38) Ctlinnd cancel doesn't cancel my articles ..
Next Document: (7.40) Some local postings don't make it to remote, but others do
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 October 15 2008 @ 00:14 AM