[Zope] Strange error ([Errno 5] Input/output error)

Rene Pijlman rpijlman@wanadoo.nl
Mon, 25 Jun 2001 15:47:56 +0200


> So apparantly I need to set a $STUPID_LOG_FILE. Any
> info as to where I can do this?

It must be in the environment when you start Zope. I've put it
in /etc/rc.d/init.d/zope (the startup script installed by the
Zope 2.3.2 RPM's on Red Hat Linux 7.0):

export STUPID_LOG_FILE="/var/log/zope.debuglog"
export STUPID_LOG_SEVERITY="100"

Regards,
René Pijlman