Your message dated Fri, 14 Mar 2008 00:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#464749: fixed in cron 3.0pl1-104
has caused the Debian Bug report #464749,
regarding df: no file systems processed
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
464749: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464749
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: cron
Version: 3.0pl1-103
Severity: normal
Tags: patch

Cron keeps mailing me:

/etc/cron.daily/standard:
df: no file systems processed

The offending line is:
df -P --type=ext2 --type=ext3 --type=xfs

I don't have any mounted filesystems of those types, so df errors out.

The attached patch simply redirects df's stderr to /dev/null; I don't
know if that's a reasonable solution, but I'm using it now.

Thanks,
Corey

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages cron depends on:
ii  adduser                      3.105       add and remove users and groups
ii  debianutils                  2.28.2      Miscellaneous utilities specific t
ii  libc6                        2.7-6       GNU C Library: Shared libraries
ii  libpam0g                     0.99.7.1-5  Pluggable Authentication Modules l
ii  libselinux1                  2.0.15-2+b1 SELinux shared libraries
ii  lsb-base                     3.1-24      Linux Standard Base 3.1 init scrip

Versions of packages cron recommends:
ii  postfix [mail-transport-agent 2.4.6-5    High-performance mail transport ag

-- no debconf information
diff -Naur cron-3.0pl1.orig/debian/standard.daily 
cron-3.0pl1/debian/standard.daily
--- cron-3.0pl1.orig/debian/standard.daily      2008-02-02 07:32:38.000000000 
-0800
+++ cron-3.0pl1/debian/standard.daily   2008-02-02 07:44:07.000000000 -0800
@@ -61,7 +61,7 @@
 # Check to see if any files are in lost+found directories and warn admin
 #
 # Get a list of the (potential) ext2, ext3 and xfs l+f directories
-df -P --type=ext2 --type=ext3 --type=xfs |
+df -P --type=ext2 --type=ext3 --type=xfs 2>/dev/null |
 awk '/\/dev\// { print }' | sed -e 's/ [[:space:]]*/ /g'  |
 while read mount block used avail perc mp; do
        [ "$mp" = "/" ] && mp=""

--- End Message ---
--- Begin Message ---
Source: cron
Source-Version: 3.0pl1-104

We believe that the bug you reported is fixed in the latest version of
cron, which is due to be installed in the Debian FTP archive:

cron_3.0pl1-104.diff.gz
  to pool/main/c/cron/cron_3.0pl1-104.diff.gz
cron_3.0pl1-104.dsc
  to pool/main/c/cron/cron_3.0pl1-104.dsc
cron_3.0pl1-104_i386.deb
  to pool/main/c/cron/cron_3.0pl1-104_i386.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.
Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]> (supplier of updated cron 
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: Fri, 14 Mar 2008 01:03:03 +0100
Source: cron
Binary: cron
Architecture: source i386
Version: 3.0pl1-104
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
Changed-By: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
Description: 
 cron       - management of regular background processing
Closes: 394646 462472 463656 463713 464749
Changes: 
 cron (3.0pl1-104) unstable; urgency=low
 .
   * Discard errors from df in the standard daily cron task to prevent errors
     in user's systems that do not have ext2, ext3 or xfs filesystems
     (Closes: #462472, #394646, #463656, #463713, #464749)
Files: 
 b203f8b8be7d826d82fc7e1be2479bfc 685 admin important cron_3.0pl1-104.dsc
 6e71ab6d7afce98a24f0fa2764555f6d 69838 admin important cron_3.0pl1-104.diff.gz
 3684133f334eeca4fc81a93a3f1ca28e 80248 admin important cron_3.0pl1-104_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH2cbFsandgtyBSwkRApX9AJ9O9Le3Vkjv+YpskuxcU398HgD/tgCfT1Ao
sHyYF3a3OcYaHA7lL7TBElY=
=mNJe
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to