Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!giza.cis.ohio-state.edu!karl From: karl@giza.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: news.sysadmin Subject: Re: .rnews directory, what is it, and how to get it flushed out. Message-ID: Date: 25 May 89 12:57:24 GMT References: <199620@hrc.UUCP> <1019@syma.sussex.ac.uk> Sender: news@tut.cis.ohio-state.edu Organization: Ohio State Computer Science Lines: 20 In-reply-to: andy@syma.sussex.ac.uk's message of 23 May 89 12:40:57 GMT andy@syma.sussex.ac.uk (Andy Clews) writes: /usr/spool/news/.rnews is a directory which holds batched articles when they have been received from your feed host, if your news s/w has been built with the SPOOLNEWS option defined. Also, when expire(8) is running and has locked the active file, incoming news batches are dropped in /usr/spool/news/.rnews as a holding area until expire completes. Periodic execution of /usr/lib/news/inews -u should unbatch these files into the correct newsgroups and delete the batch files afterwards. `inews' knows no option -u. It is instead -U and must be used when invoked as `rnews.' This is the Unspool mode; it should be run periodically by itself via cron, and is also how expire(8) completes its work: After the actual expiration is complete, expire exec's "rnews -U" directly, to flush the .rnews area. --Karl