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

Rene Pijlman rpijlman@wanadoo.nl
Mon, 25 Jun 2001 11:32:22 +0200


> Error Value: [Errno 5] Input/output error

The Linux man page write(2) says that errno 5 is a low level I/O
error.

Some suggestions:
- check the system error log (/var/log/messages)
- run a file system check (man fsck)

>/usr/local/zope/Zope-2.3.1-linux2-x86/lib/python/ZLogger/stupid
FileLogger.py
>, line 151, in stupid_log_write

- check $STUPID_LOG_FILE for messages, and check that this file
is writable on a partition that's not full and not out of inodes
(man df)

Regards,
René Pijlman