Re: Please help with research
Hannes Birnbacher <[email protected]>
| Newsgroups | gmane.network.sn |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 11 Nov 2002 12:08:28 +0200 Patrik RÃ¥dman <[email protected]> wrote: > > > Log file shows"hi, you can post" and, > > either 30 or 60 seconds later, when newsclients time > > out,"bye". > > Those strings should be sent to the connected news reader, not > to the log. Thanks, apparently they are - I can retrieve them in the slypheed claws log(I'm using sylpheed under MS-Windows and Linux). > You seem to be piping stdout from snntpd to the log file, don't > do that. :) I used the snntp shell wrapper as described in the install files: BINDIR/snntpd 2>&1|usr/bin/logger -p news.info with my path instead of BINDIR, of course. I would have expected to find logger writing into a log called "news.info" but I did'nt - it just shows in my sys.log. I never knew of "logger" previously, however. Will change the above line to BINDIR/snntpd just to see what happens. Thanks for your comments:-).