[Zope] Zope 2.6.1 Released
Dieter Maurer
dieter@handshake.de
Mon, 10 Feb 2003 20:40:21 +0100
Bo M. Maryniuck wrote at 2003-2-10 13:42 +0200:
> On Friday 07 February 2003 22:14, Matthew T. Kromer wrote:
> > ZOPE 2.6.1 Released
> ...and it crashes with SIGHUP as well as 2.6.x Any-Beta does, then restart its
> daemon again. :-( Stupid log just tells me, that:
>
> Z2 Caught signal SIGHUP
> ...
> Z2 Restarting
> ERROR(200) zdaemon Process 27147 terminated normally, exit status 1
>
> ZOPE 2.5.x much more stable yet, but has serious problems in stability with
> ZODB and sessions. :(
This is not a Zope problem!
Your environment decides to send Zope a SIGHUP signal (signal 1).
It is correct that Zope dies on this signal.
Unix operating systems usually send a SIGHUP signal when
the control terminal is closed.
The command "nohup" (--> "man" pages) is usually used to cope with
this fact....
Dieter