I still have problems using nntpget

Sangohn Christian christian.sangohn at post.rwth-aachen.de
Tue Jan 4 11:22:49 UTC 2000


Hello and happy new year!

I´m trying to get news articles to feed my INN server with with nntpget in the
following shell-script:

#!/bin/sh
# /etc/ppp/ip-up.d/fetchnews-up
set -e
logfile=/var/log/news/nntpget.log
stampfile=/var/lib/news/nntpget.last
exec >> ${logfile} 2>&1
su - news -c "/usr/lib/news/bin/nntpget -o news.rwth-aachen.de"
echo >> ${logfile}
/usr/bin/touch -m ${stampfile}

But all I get is the error:
"Can't authenticate with (null), Illegal seek"

Can somebody hellp me with this? I´ve read he man page (again) and found no
clue.

Thanks.
-- 
   ,---._________________________________
  /                                      \   |~~\_____/~~\__  |
 | Christian.Sangohn at post.rwth-aachen.de  >---\______====== )-+
 |  ,---._______________________________/            ~~~|/~~  |
 |/                                                     ()




More information about the inn-workers mailing list