[Zope-dev] Zope 2.2.4 Dying

Andre Schubert andre.schubert@geyer.kabeljournal.de
Fri, 16 Feb 2001 17:50:59 +0100


Hi,

I'am using Zope 2.2.4 with the required patches.
Python 1.5.2
Immunix 6.2 (redhat) - Production System - with apache-1.3.14-2.6.2 under a
Named Virtual Host
Zope is running with Zope.cgi

as

Shane Hathaway schrieb:

> Andre Schubert wrote:
> >
> > Hi,
> >
> > since the last time i had some problems with my zope server.
> > The zope 2.2.4 running under linux dies unexpectly with the following
> > messages.
> >
> > 2001-02-16T01:50:08 ERROR(200) zdaemon zdaemon: Fri Feb 16 02:50:08
> > 2001: Aiieee! 5451 exited with error code: 13
> > ------
> > 2001-02-16T02:29:38 ERROR(200) zdaemon zdaemon: Fri Feb 16 03:29:38
> > 2001: Aiieee! 10313 exited with error code: 13
> >
> > What does the error code 13 say and could anyone help me to solve the
> > problem
>
> Hmm, according to "kill -l", code 13 is "SIGPIPE".  What's your setup?
>
> Shane