Your message dated Tue, 09 May 2006 15:48:49 +0200 with message-id <[EMAIL PROTECTED]> and subject line Closing old bug reports has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: zope2.7 Version: 2.7.5-2sarge1 Severity: minor Tags: patch The cron daemon sends an email with something like kill(2462, 12) signal 12 sent to process 2462 during normal operation. I add a '> /dev/null' to the call of 'zopectl logreopen' at the config file /etc/logrotate.d/zope2.7 to suppress the messages. +++ /etc/logrotate.d/zope2.7 2006-04-02 23:15:57.997862736 +0200 @@ -32,6 +32,6 @@ create 640 zope zope sharedscripts postrotate - sh -c 'for i in /var/lib/zope2.7/instance/* ; do [ -x "$i"/bin/zopectl -a -r "$i"/var/Z2.pid ] && "$i"/bin/zopectl logreopen ; done ' + sh -c 'for i in /var/lib/zope2.7/instance/* ; do [ -x "$i"/bin/zopectl -a -r "$i"/var/Z2.pid ] && "$i"/bin/zopectl logreopen > /dev/null; done ' endscript } -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-k7 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages zope2.7 depends on: ii adduser 3.63 Add and remove users and groups ii debconf 1.4.30.13 Debian configuration management sy ii dpkg 1.10.28 Package maintenance system for Deb ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii python2.3 2.3.5-3sarge1 An interactive high-level object-o ii python2.3-xml 0.8.4-1 XML tools for Python (2.3.x) -- debconf information: zope/upgrade/2.7: * zope/tips/2.7: * zope/tips/standalone_install: zope/instance_home/move: true * shared/zope/restart: manually
--- End Message ---
--- Begin Message ---This bug report has been filed against zope2.7 but has already been fixed in zope2.8 and zope2.9, so I'm closing it. Thanks, -- Fabio Tranchitella <[EMAIL PROTECTED]> .''`. Proud Debian GNU/Linux developer, admin and user. : :' : `. `'` http://people.debian.org/~kobold/ `- _____________________________________________________________________ 1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564
signature.asc
Description: Questa รจ una parte del messaggio firmata digitalmente
--- End Message ---

