From owner-freebsd-questions Fri Mar 21 11:50:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA08482 for questions-outgoing; Fri, 21 Mar 1997 11:50:22 -0800 (PST) Received: from dementia.net (pitlord@feel.the.dementia.net [199.232.254.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA08472 for ; Fri, 21 Mar 1997 11:50:15 -0800 (PST) Received: from localhost (pitlord@localhost) by dementia.net (8.8.5/8.8.5) with SMTP id OAA02611; Fri, 21 Mar 1997 14:43:53 -0500 (EST) Date: Fri, 21 Mar 1997 14:43:48 -0500 (EST) From: Eric Ogren To: "Victor A. Sudakov" cc: questions@freebsd.org, graphite@taurus.bekkoame.or.jp Subject: Re: cannot make suck work In-Reply-To: <199703211723.AAA01734@vas.tomsk.su> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I created the /usr/local/etc/sucknewsrc file which looks like this > > alt.fan.tolkien -1 > rec.arts.books.tolkien -1 > relcom.education -1 > relcom.fido.ru.unix -1 [snip] > > When I run this script I get the message that there are no articles on > news.tomsk.su: > 0 Articles to download, 0 dupes removed > Processing History File, experimental version > Elapsed Time = 0 mins 0.00 seconds > Processed history, 0 dupes removed > Total Articles to Download: 0 > No articles. > Closed connection to mpeks.tomsk.su > vas# Instead of putting -1 for the message number, you should use 0. -1 just makes suck update the newsrc file; it's sort of like the catchup feature of tin. That should (hopefully) fix your problem. Eric