Re: [ZODB-Dev] ZEO RUNSVR terminated by SIGTERM

2005-06-14 Thread fRANz
On 6/13/05, Dieter Maurer <[EMAIL PROTECTED]> wrote:

Dieter,
thank you for your reply.

> Maybe your operating system?

CentOS? I'm looking for something in /etc/crontab and  /etc/cron.* but
there isn't nothing about SIGHUP, logrotate & co...
 
> "*nix" sends "SIGHUP" to processes when their control terminal
> is closed.

yep

> A process usually inherits the control terminal from its creating
> process, often an interactive login session. In this case,
> the control terminal is closed when the login session is terminated.

As I describe, ZEO runs at startup as deamon; I don't think that
problem is login session...

> The selection of log entries above suggests such a problem.
> Someone is going home at about 18:30 and logs out

Nothing in /var/log/messages, the only interesting data is present in
/myZopeDir/log/zeo.log
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] ZEO RUNSVR terminated by SIGTERM

2005-06-13 Thread Dieter Maurer
fRANz wrote at 2005-6-13 11:16 +0200:
>I run a ZEODb on a CentOS 3.4, Zope 2.7, zeo automatically start with
>/etc/init.d/zeoctl script.
>
>Sometimes, I see in /myZopeDir/log/zeo.log:
>
>2005-05-25T18:47:59 INFO(0) RUNSVR restarted by SIGHUP
>2005-06-08T18:40:05 INFO(0) RUNSVR restarted by SIGHUP
>2005-06-10T18:28:54 INFO(0) RUNSVR restarted by SIGHUP  
>
>and everytime I've to relaunch zeoctrl manually... Who send SIGHUP
>signal to zeo?

Maybe your operating system?

"*nix" sends "SIGHUP" to processes when their control terminal
is closed.

A process usually inherits the control terminal from its creating
process, often an interactive login session. In this case,
the control terminal is closed when the login session is terminated.

The selection of log entries above suggests such a problem.
Someone is going home at about 18:30 and logs out


-- 
Dieter
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


[ZODB-Dev] ZEO RUNSVR terminated by SIGTERM

2005-06-13 Thread fRANz
Hi,

I run a ZEODb on a CentOS 3.4, Zope 2.7, zeo automatically start with
/etc/init.d/zeoctl script.

Sometimes, I see in /myZopeDir/log/zeo.log:

2005-05-25T18:47:59 INFO(0) RUNSVR restarted by SIGHUP
2005-06-08T18:40:05 INFO(0) RUNSVR restarted by SIGHUP
2005-06-10T18:28:54 INFO(0) RUNSVR restarted by SIGHUP  

and everytime I've to relaunch zeoctrl manually... Who send SIGHUP
signal to zeo?

Thank you very much,
f
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev