[Zope] SIGUSR2 on Solaris

Chris McDonough chrism@zope.com
05 May 2003 10:58:16 -0400


Hi Thierry,

I'm saddened to report that this code was probably never tested on
Solaris.  Do you think you might be able to file an issue in the
collector about it?

On Mon, 2003-05-05 at 09:39, Thierry FLORAC wrote:
> 
>   Hi,
> 
> I try to make a log rotation on Zope-2.6.1 on Solaris.
> I just do :
> 
>   mv Z2.log Z2.log.0
>   kill -USR2 `cat Z2.pid`
> 
> My Zope events log say that log file have been reopened, but in fact Z2.log is 
> not created and log goes on in Z2.log.0
> The same thing works correctly with Zope-2.6.1 on Linux...
> 
> Any idea ?? I wouldn't like to have to restart Zope and flush all my caches to 
> make this rotation...
> Thanks,
> 
>   Thierry
> 
> -- 
>   Linux every day, keeps Dr Watson away...
>   http://gpc.sourceforge.net -- http://www.ulthar.net
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )