inn-BETA-20000629, tradindexed corrupted group entry
Erik Mouritzen
unilerik at erik.net.uni-c.dk
Tue Jul 4 06:27:50 UTC 2000
On Tue, 4 Jul 2000, Katsuhiro Kondou wrote:
>
> In article <200007031714.TAA01773 at erik.net.uni-c.dk>,
> Erik Mouritzen <unilerik at erik.net.uni-c.dk> wrote;
>
> } Still the same.
>
> There is a problem also in nnrpd. Try attached.
hi,
Sorry - problem still there!!!
But now "xover lowwatermarking" (xover 56195) also gives an error.
I think maybe the article has been overwritten in the spool?
It will be corrected when news.daily runs I think.
But anyway - "xover" still produces errors.
Trying 130.226.1.34...
Connected to news.net.uni-c.dk.
Escape character is '^]'.
200 news.net.uni-c.dk InterNetNews NNRP server INN 2.3.0 (20000703 prerelease) ready (posting ok).
group news.software.nntp
211 527 56195 56822 news.software.nntp
xover 1
224 1 fields follow
.
xover 56194
224 56194 fields follow
.
xover 56000
224 56000 fields follow
.
xover 0
224 0 fields follow
.
xover 56195
224 56195 fields follow
.
xover 56822
224 56822 fields follow
56822 Re: Searching For An Auto Posting Software Program scooter at noway.com (scooter) Tue, 04 Jul 2000 03:46:41 GMT <8F66FA0634392412scooter at 24.128.44.7> <39614D0A.9157B508 at hotmail.com> 2323 39 Xref: news.net.uni-c.dk news.software.nntp:56822 news.software.readers:31612
.
xover 56196
224 56196 fields follow
56196 Re: cleanfeed using excessive CPU under typhoon, muxing "Tom Minchin" <tom at asiaonline.net> Mon, 12 Jun 2000 11:15:34 GMT <qD315.11$5O7.2176127 at news.interact.net.au> <Pine.GSO.4.21.0006010535170.27415-100000 at barrel.dt.ecosoft.com> 21 Xref: news.net.uni-c.dk news.software.nntp:56196
.
--------------------------------------------------------------------------------
All above gives error (corrupted group entry) except "xover 56194"
/Erik
> --- nnrpd/article.c.orig Thu Jun 29 12:49:15 2000
> +++ nnrpd/article.c Tue Jul 4 07:59:50 2000
> @@ -799,6 +799,10 @@
> /* Got just a single number? */
> if ((p = strchr(av[1], '-')) == NULL) {
> rp->Low = rp->High = atol(av[1]);
> + if (rp->High > ARThigh)
> + rp->High = ARThigh;
> + if (rp->Low < ARTlow)
> + rp->Low = ARTlow;
> return TRUE;
> }
More information about the inn-workers
mailing list