Your message dated Mon, 08 Dec 2008 15:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#497535: fixed in backupninja 0.9.6-4
has caused the Debian Bug report #497535,
regarding backupninja: Daily error message from cron "df: `': No such file or
directory"
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.)
--
497535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497535
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: backupninja
Version: 0.9.4-6
Severity: normal
Here is the end of the script:
541 previous=""
542 for i in $(ls "$configdirectory"); do
543 backuploc=$(grep ^directory "$configdirectory"/"$i" | awk
'{print $3}')
544 if [ "$backuploc" != "$previous" ]; then
545 mountdev=$(mount | grep "$backuploc" | awk '{print $1}')
546 df -h "$mountdev"
547 previous="$backuploc"
548 fi
549 done
If directory is not a mount point, mount | grep "$backuploc" does not work,
and return an empty string. df -h on it produce an error message sent by
cron.
This code will probably also report errors if:
- A MySQL backup is after a directory backup (mysql does not have ^directory
and backuploc will be an empty string).
- backuplog contain one or more mountpoints (mount | grep will produce more
than one line)
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24.5-grsec-xxxx-grs-ipv4-64
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Versions of packages backupninja depends on:
ii bash 3.1dfsg-8 The GNU Bourne Again SHell
ii dialog 1.0-20060221-3 Displays user-friendly dialog boxe
ii mawk 1.3.3-11 a pattern scanning and text proces
backupninja recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: backupninja
Source-Version: 0.9.6-4
We believe that the bug you reported is fixed in the latest version of
backupninja, which is due to be installed in the Debian FTP archive:
backupninja_0.9.6-4.diff.gz
to pool/main/b/backupninja/backupninja_0.9.6-4.diff.gz
backupninja_0.9.6-4.dsc
to pool/main/b/backupninja/backupninja_0.9.6-4.dsc
backupninja_0.9.6-4_all.deb
to pool/main/b/backupninja/backupninja_0.9.6-4_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.
Micah Anderson <[EMAIL PROTECTED]> (supplier of updated backupninja 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.8
Date: Mon, 08 Dec 2008 09:41:22 -0500
Source: backupninja
Binary: backupninja
Architecture: source all
Version: 0.9.6-4
Distribution: unstable
Urgency: low
Maintainer: Micah Anderson <[EMAIL PROTECTED]>
Changed-By: Micah Anderson <[EMAIL PROTECTED]>
Description:
backupninja - lightweight, extensible meta-backup system
Closes: 497535 507679
Changes:
backupninja (0.9.6-4) unstable; urgency=low
.
* Fix df error message from cron (Closes: #497535)
* Removed Lenny unsupported desturl example (Closes: #507679)
* Fixed Lintain warning: maintainer-script-ignores-errors preinst
Checksums-Sha1:
0b1753f10f6e5a02b07a7cd944842421c82ef148 1143 backupninja_0.9.6-4.dsc
3f186efbd8ee5aa4451f11994290dcc30288830f 11976 backupninja_0.9.6-4.diff.gz
dac789f0de49a7798b8d5f30ad12815896d9c8de 86492 backupninja_0.9.6-4_all.deb
Checksums-Sha256:
7cf60bc56db22f9a585cbc2363924608b3791a29f6a76e248266436dc60aee55 1143
backupninja_0.9.6-4.dsc
fb7d85efacd000f36c1e80fa788cca38b4c289cd20ab96277c6019ed764ef750 11976
backupninja_0.9.6-4.diff.gz
fdad9b2c42bc4d5a9f1e8cdecc91588693323fccd3cec1a69fee1c9fc6d4701c 86492
backupninja_0.9.6-4_all.deb
Files:
e1f9ec7590e282fdbde820d155ac0759 1143 admin optional backupninja_0.9.6-4.dsc
0bbc0f41ef862fd8c917a57b691556ef 11976 admin optional
backupninja_0.9.6-4.diff.gz
b2a63fee4c0b57e938c3aff92173b526 86492 admin optional
backupninja_0.9.6-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkk9NOkACgkQ9n4qXRzy1irnmACfX5Gm8PB0e2TU8u1QWZTO5gJq
zz4AmgIz3GTaXUpqnHRrqEPRBpqnFise
=nVAN
-----END PGP SIGNATURE-----
--- End Message ---