Your message dated Thu, 26 Jan 2006 06:02:20 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#349971: fixed in moodle 1.5.3+20060108-2
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Jan 2006 11:16:10 +0000
>From [EMAIL PROTECTED] Thu Jan 26 03:16:10 2006
Return-path: <[EMAIL PROTECTED]>
Received: from mail.gcd.ie ([212.17.40.164] helo=gcd.ie)
by spohr.debian.org with esmtp (Exim 4.50)
id 1F256o-00077X-3C
for [EMAIL PROTECTED]; Thu, 26 Jan 2006 03:16:10 -0800
Received: by gcd.ie (Postfix, from userid 65534)
id A220A448948; Thu, 26 Jan 2006 11:16:13 +0000 (GMT)
Received: from moodle.gcd.ie (unknown [172.20.1.165])
by gcd.ie (Postfix) with ESMTP id 5970344890C
for <[EMAIL PROTECTED]>; Thu, 26 Jan 2006 11:16:13 +0000 (GMT)
Received: from gavinmc by moodle.gcd.ie with local (Exim 4.50)
id 1F24r2-00089m-LR
for [EMAIL PROTECTED]; Thu, 26 Jan 2006 10:59:52 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Gavin McCullagh <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: moodle: cron script generating 144 mails per day
X-Mailer: reportbug 3.8
Date: Thu, 26 Jan 2006 10:59:52 +0000
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: moodle
Version: 1.5.3+20060108-1
Severity: normal
In answer to bug #345930, the cron script was changed to use php4-cli
instead of wget on the web server.
The previous cron script had wget output sent to /dev/null. The new
script doesn't do this, so it generates a mail to [EMAIL PROTECTED] This
happens every 5 minutes which is rather a lot of mails.
Could I suggest this change to /etc/cron.d/moodle:
- */5 * * * * www-data [ -f /usr/share/moodle/admin/cron.php ] && /usr/bin/php4
-f /usr/share/moodle/admin/cron.php
+ */5 * * * * www-data [ -f /usr/share/moodle/admin/cron.php ] && /usr/bin/php4
-f /usr/share/moodle/admin/cron.php >/dev/null
or something similar.
Gavin
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages moodle depends on:
ii apache2-mpm-prefork [httpd] 2.0.54-5 traditional model for Apache2
ii debconf [debconf-2.0] 1.4.30.13 Debian configuration management sy
ii mimetex 1.50-1 LaTeX math expressions to anti-ali
ii php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii php4-cli 4:4.3.10-16 command-line interpreter for the p
ii php4-gd 4:4.3.10-16 GD module for php4
ii php4-pgsql 3:4.3.10-4 PostgreSQL module for php4
ii wwwconfig-common 0.0.43 Debian web auto configuration
-- debconf information:
* moodle/dbu_name: moodle
* moodle/db_server: postgresql
* moodle/db_host: localhost
* moodle/create_tables:
* moodle/webserver: apache2
moodle/notconfigured:
moodle/mismatch:
* moodle/dba_name: postgres
---------------------------------------
Received: (at 349971-close) by bugs.debian.org; 26 Jan 2006 14:11:23 +0000
>From [EMAIL PROTECTED] Thu Jan 26 06:11:23 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1F27hc-0004W4-DR; Thu, 26 Jan 2006 06:02:20 -0800
From: Isaac Clerencia <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#349971: fixed in moodle 1.5.3+20060108-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 26 Jan 2006 06:02:20 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: moodle
Source-Version: 1.5.3+20060108-2
We believe that the bug you reported is fixed in the latest version of
moodle, which is due to be installed in the Debian FTP archive:
moodle_1.5.3+20060108-2.diff.gz
to pool/main/m/moodle/moodle_1.5.3+20060108-2.diff.gz
moodle_1.5.3+20060108-2.dsc
to pool/main/m/moodle/moodle_1.5.3+20060108-2.dsc
moodle_1.5.3+20060108-2_all.deb
to pool/main/m/moodle/moodle_1.5.3+20060108-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Isaac Clerencia <[EMAIL PROTECTED]> (supplier of updated moodle package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 26 Jan 2006 13:01:58 +0100
Source: moodle
Binary: moodle
Architecture: source all
Version: 1.5.3+20060108-2
Distribution: unstable
Urgency: low
Maintainer: Isaac Clerencia <[EMAIL PROTECTED]>
Changed-By: Isaac Clerencia <[EMAIL PROTECTED]>
Description:
moodle - Course Management System for Online Learning
Closes: 349971
Changes:
moodle (1.5.3+20060108-2) unstable; urgency=low
.
* Throw cronjob output to /dev/null, closes: #349971
Files:
b875980b357216cdf87a8237e43bd76a 660 web optional moodle_1.5.3+20060108-2.dsc
1da55485a2678284b51c2933430d8fe5 12231 web optional
moodle_1.5.3+20060108-2.diff.gz
9fb265ef6fb5a7b082548d5b17b86cfa 14178638 web optional
moodle_1.5.3+20060108-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Signed by Isaac Clerencia <[EMAIL PROTECTED]>
iD8DBQFD2NKEQET2GFTmct4RAubEAKCDhYFpVPAbbjcGVZmwJDOv/SFGgACfev9w
pBoszPcg/D1MZmm085HfX0g=
=FKRX
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]