I get intermittant failures to connect to my news server. This is not
normally a problem. However if hamster fails to post a news item then
it gives us and does not ever retry. How can I get hamster to attempt
to repost if it has failed?
--
(\__/) M.
(='.'=) Due to the amount of spam posted via googlegroups and
(")_(") their inaction to the problem. I am blocking some articles
posted from there. If you wish your postings to be seen by
everyone you will need use a different method of posting.
There may be a script to move files in News.err to News.out
periodically. I usually do it manually according to error report in
internal.misc.
--
Regards,
LU Wei
PGP key ID: 0x92CCE1EA
Would moving the files manually back to News.out mean it would
reattempt the post? Is it possible to get it to retry automatically?
I don't know much about Hamster scripts.
Me too; it happens too seldom für writing a script (and furthermore,
mostly I do want to know why <g>). Hint: I've set a link to the news.out
directory right into the news.err directory, so I can move those files
back by simply drawing them with the mouse.
> Would moving the files manually back to News.out mean it would
> reattempt the post?
Yes.
> Is it possible to get it to retry automatically?
> I don't know much about Hamster scripts.
I've never tried, but it should be possible to detour news.err to
news.out. Try the following: Open hamster.ini, and search for a
paragraph named '[directories]'. If it doesn't exist (which I guess),
create it. Insert an entry
news.err=groups/news.out
If thhs pragraph does already exist, /and/ there's an entry
'news.out=<something>', you need to replace above 'groups/news.out' with
that '<something>'.
As I said, I'm not absolutely sure whether it'll work properly. Maybe it
might show some side effects. I'm especially afraid of dupes. In this
case, you indeed need a script. But that would be no big deal, too.
Wolfgang
--