[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] fetchnews fails to download bodies



* Juergen Salk <juergen.salk@xxxxxx> [010122 09:12]:
 
> Fetchnews seems to be able to download the headers only
> but not the bodies that are marked for retrieval.

>From what I've seen so far, the problem is actually not (only) 
caused by fetchnews. Rather than nntpd doesn't seem to mark articles 
for download by appending their numbers to the corresponding file 
in interesting.groups. 

I have added some additional syslog calls in nntpd.c from which I 
could see that markdownload is not executed because the expression
( *s != '\n' ) evalutates to false (whatever that means). :-/
 
Here is what the debug log says:

Jan 22 15:17:11 anna leafnode[5250]: config: debugmode is 1
Jan 22 15:17:11 anna leafnode[5250]: Connect from 127.0.0.1
Jan 22 15:17:11 anna leafnode[5250]: rereading /var/spool/news/leaf.node/groupinfo
Jan 22 14:17:11 anna leafnode[5250]: <MODE READER
Jan 22 15:17:11 anna leafnode[5250]: <XOVER
Jan 22 15:17:11 anna leafnode[5250]: <LIST overview.fmt
Jan 22 15:17:11 anna leafnode[5250]: <LIST
Jan 22 15:17:13 anna leafnode[5250]: <GROUP de.comp.os.unix.linux.misc
Jan 22 15:17:13 anna leafnode[5250]: <GROUP de.comp.os.unix.misc
Jan 22 15:17:13 anna leafnode[5250]: <GROUP de.comp.os.unix.linux.moderated
Jan 22 15:17:13 anna leafnode[5250]: <GROUP de.comp.os.unix.programming
Jan 22 15:17:13 anna leafnode[5250]: <GROUP de.comp.os.unix.shell

[...]

Jan 22 15:17:13 anna leafnode[5250]: <GROUP sci.physics.particle
Jan 22 15:17:13 anna leafnode[5250]: <GROUP sci.physics.research
Jan 22 15:17:13 anna leafnode[5250]: <NEWGROUPS 010122 151541
Jan 22 15:17:14 anna leafnode[5250]: <LIST NEWSGROUPS
Jan 22 15:17:19 anna leafnode[5250]: <LISTGROUP de.comp.os.unix.linux.misc
Jan 22 15:17:19 anna leafnode[5250]: <XOVER 77327-84986
Jan 22 15:17:25 anna leafnode[5250]: <ARTICLE 84967
Jan 22 15:17:25 anna leafnode[5250]: doarticle: called with args 84967 3
Jan 22 15:17:25 anna leafnode[5250]: markdownload skipped: *s == '\n' 
Jan 22 15:28:35 anna leafnode[5250]: <QUIT


BTW: I'm using tin-1.4.2, if this is of some relevance.

Any ideas?


Best regards - Juergen.

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list