From: devet@adv.win.tue.nl (Arjan de Vet) Subject: Re: INN 1.3 news.daily hangs Date: 11 Aug 1993 18:46:11 +0200
In article <2491om$37@paperboy.ids.net>, Andy Green <green@ids.net> wrote:
>Hello folks. I'm running INN1.3, a recent install. Things seem to be going well,
>but I tried running news.daily (under the news id) and it chugs for a bit and then
>hangs. I'm not a Unix guru yet so my troubleshooting skills are limited. Does
>anyone know what might be the cause of this?
>
>I'm running Linux, patch level 11, if that matters...
I think you are using bash 1.12 as /bin/sh on Linux, that's the problem. I
solved it some time ago by using
news.daily expireover delayrm < /dev/null
if I remember correctly. I don't exactly remember what the bug was but it
has been fixed in bash 1.13.
Arjan