On Tue, 2002-11-12 at 12:50, Toby Dickenson wrote:
On Tuesday 12 November 2002 9:38 am, Thierry Florac wrote:
IOError: [Errno 5] Input/output error
errno 5 is EIO - a low level IO error.
has something gone wrong on the disk containing your stupid log?
Well, I thing I found a possible answer... After looking at the "start" script, I saw that if "EVENT_LOG_FILE" is not defined, Zope logs are redirected to standard output. So, if I launch Zope and keep the terminal open, everything is OK. But if I close the terminal, problems seems to begin, probably because standard output is closed... I've tried to setup EVENT_LOG_FILE to a valid filen name into "start" script, and everything seems OK now. I'll provide further informations if the problem goes on... Thanks, Thierry