On Mon, Aug 13, 2007 at 02:47:10PM -0500, Cesar Mendoza wrote: > Hi, > > Thanks for the input. I'll check into the issue.
I'm not sure how to fix this, perhaps 51 chown -R daemon.list /var/lib/lists-archives/archives 52 chown -R daemon.list /var/lib/lists-archives/glimpse || exit 0 53 chown -R daemon.list /var/lib/lists-archives/lists || exit 0 54 chown -R daemon.list /var/lib/lists-archives/log || exit 0 or 23 [ -d /var/lib/lists-archives/archives ] || exit 0 24 [ -d /var/lib/lists-archives/glimpse ] || exit 0 25 [ -d /var/lib/lists-archives/lists ] || exit 0 26 [ -d /var/lib/lists-archives/log ] || exit 0 note that there are similar bugs with output from cron, you might want to check into those as well. filippo -- Filippo Giunchedi - http://esaurito.net PGP key: 0x6B79D401 random quote follows: I get mail, therefore I am. -- Dilbert -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

