Your message dated Fri, 13 Jan 2012 17:47:09 +0000
with message-id <[email protected]>
and subject line Bug#558431: fixed in backuppc 3.1.0-9.1
has caused the Debian Bug report #558431,
regarding backuppc: fix for bug 556729 contains innecessary logging
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.)
--
558431: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558431
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: backuppc
Version: 3.1.0-9
Severity: normal
I get the following logs after backuppc was upgraded containing the
fix to 556729:
2009-11-29 00:26:35 Started incr backup on dirac (pid=20633, share=/)
2009-11-29 00:35:45 ERROR: opendir
(/var/lib/backuppc/pc/dirac/132/f%2f/fetc/fpolkit-1) failed
2009-11-29 00:35:45 ERROR: opendir
(/var/lib/backuppc/pc/dirac/132/f%2f/fetc/fpolkit-1/flocalauthority.conf.d)
failed
2009-11-29 00:35:45 ERROR: opendir
(/var/lib/backuppc/pc/dirac/132/f%2f/fetc/fpolkit-1/fnullbackend.conf.d) failed
2009-11-29 00:38:53 ERROR: opendir
(/var/lib/backuppc/pc/dirac/132/f%2f/fetc/fpolkit-1) failed
2009-11-29 00:38:53 ERROR: opendir
(/var/lib/backuppc/pc/dirac/132/f%2f/fetc/fpolkit-1/flocalauthority.conf.d)
failed
2009-11-29 00:38:53 ERROR: opendir
(/var/lib/backuppc/pc/dirac/132/f%2f/fetc/fpolkit-1/fnullbackend.conf.d) failed
2009-11-29 00:44:18 ERROR: opendir
(/var/lib/backuppc/pc/dirac/132/f%2f/fusr/flib/fpolicykit-1) failed
...
They caused unnecessary worry that perhaps things weren't being backed
up properly, until I realised those directories simply didn't exist in
the filesystem prior to the previous backup, and this is not an error
condition and doesn't justify logging that implied it was an error.
Please remove this portion of the patch:
- return if ( !opendir(my $fh, $path) );
+# return if ( !opendir(my $fh, $path) );
+ my ($fh);
+ if ( !opendir($fh, $path) ) {
+ print "log ERROR: opendir ($path) failed\n";
+ return;
+ }
+
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages backuppc depends on:
ii adduser 3.111 add and remove users and groups
ii apache2-mpm-prefork [httpd] 2.2.14-3 Apache HTTP Server - traditional n
ii bzip2 1.0.5-3 high-quality block-sorting file co
ii debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii dpkg 1.15.5.2 Debian package management system
ii exim4 4.69-11 metapackage to ease Exim MTA (v4)
ii exim4-daemon-light [mail-tr 4.69-11+b1 lightweight Exim MTA (v4) daemon
ii iputils-ping 3:20071127-2 Tools to test the reachability of
ii libarchive-zip-perl 1.30-1 Perl module for manipulation of ZI
ii libcompress-zlib-perl 2.022-1 Transitional dummy package for Com
ii libio-compress-perl [libcom 2.022-1 IO::Compress modules
ii perl [libdigest-md5-perl] 5.10.1-8 Larry Wall's Practical Extraction
ii perl-suid 5.10.1-8 runs setuid Perl scripts
ii samba-common-bin 2:3.4.3-1 common files used by both the Samb
ii smbclient 2:3.4.3-1 command-line SMB/CIFS clients for
ii tar 1.22-2 GNU version of the tar archiving u
ii ucf 3.0025 Update Configuration File: preserv
Versions of packages backuppc recommends:
ii libfile-rsyncp-perl 0.68-1.1+b1 A perl based implementation of an
ii libio-dirent-perl 0.04-2+b1 Perl module for accessing dirent s
ii openssh-client [ssh-client] 1:5.1p1-8 secure shell client, an rlogin/rsh
ii rrdtool 1.3.8-1 Time-series data storage and displ
ii rsync 3.0.6-1 fast remote file copy program (lik
Versions of packages backuppc suggests:
ii dillo [www-browser] 0.8.6-3 Small and fast web browser
ii elinks [www-browser] 0.12~pre5-1 advanced text-mode WWW browser
ii galeon [www-browser] 2.0.7-1 GNOME web browser for advanced use
ii iceape-browser [www-b 2.0-1 Iceape Navigator (Internet browser
ii iceweasel [www-browse 3.5.5-1 lightweight web browser based on M
ii kazehakase [www-brows 0.5.8-1 GTK+-based web browser that allows
ii konqueror [www-browse 4:4.3.2-1 KDE 4's advanced file manager, web
ii links [www-browser] 2.2-1+b1 Web browser running in text mode
ii links2 [www-browser] 2.2-1+b1 Web browser running in both graphi
ii lynx-cur [www-browser 2.8.8dev.1-1 Text-mode WWW Browser with NLS sup
ii netsurf [www-browser] 2.1-2 Small portable web browser with CS
ii netsurf-gtk [www-brow 2.1-2 Small portable web browser with CS
hi opera [www-browser] 9.63.2474.gcc4.qt3 The Opera Web Browser
ii par2 0.4-11 Parity Archive Volume Set, for che
ii w3m [www-browser] 0.5.2-2.1 WWW browsable pager with excellent
ii xemacs21-mule [www-br 21.4.22-2 highly customizable text editor --
-- debconf information:
backuppc/restart-webserver: true
* backuppc/configuration-note:
* backuppc/reconfigure-webserver: apache2
--- End Message ---
--- Begin Message ---
Source: backuppc
Source-Version: 3.1.0-9.1
We believe that the bug you reported is fixed in the latest version of
backuppc, which is due to be installed in the Debian FTP archive:
backuppc_3.1.0-9.1.diff.gz
to main/b/backuppc/backuppc_3.1.0-9.1.diff.gz
backuppc_3.1.0-9.1.dsc
to main/b/backuppc/backuppc_3.1.0-9.1.dsc
backuppc_3.1.0-9.1_all.deb
to main/b/backuppc/backuppc_3.1.0-9.1_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.
Thijs Kinkhorst <[email protected]> (supplier of updated backuppc 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: Wed, 11 Jan 2012 20:17:35 +0100
Source: backuppc
Binary: backuppc
Architecture: source all
Version: 3.1.0-9.1
Distribution: stable
Urgency: low
Maintainer: Ludovic Drolez <[email protected]>
Changed-By: Thijs Kinkhorst <[email protected]>
Description:
backuppc - high-performance, enterprise-grade system for backing up PCs
Closes: 558431 641450 646865 654692
Changes:
backuppc (3.1.0-9.1) stable; urgency=low
.
* Non-maintainer upload.
* Fix data corruption in tarballs due to logging to stdout
(closes: #654692, #558431)
* Fix XSS issue (CVE-2011-3361 CVE-2011-4923,
closes: #641450, #646865)
Checksums-Sha1:
a4f475d9ab8a68eae5d40cc853c02380c98d0402 1305 backuppc_3.1.0-9.1.dsc
7899842c29a6751a89a61da6dfe950a4210d2526 27277 backuppc_3.1.0-9.1.diff.gz
a6931c097126ca0a91debdbffce729e42c486dfd 560748 backuppc_3.1.0-9.1_all.deb
Checksums-Sha256:
0f70359ef28d22ebfc2b993c7fb9ddcc9e3029b6050a65e8261f91f863c67014 1305
backuppc_3.1.0-9.1.dsc
2a6a986da590455a9e4a26220915212c57a002eb1016cfdbf6755d061802c571 27277
backuppc_3.1.0-9.1.diff.gz
1f212af45e4cfac5f056e56bd4ab032a6ba597fa78c8ad31b7a9de96c74f8eda 560748
backuppc_3.1.0-9.1_all.deb
Files:
d128b5bb306412142e62306f697d76d5 1305 utils optional backuppc_3.1.0-9.1.dsc
ec82497735d309aec4e5c4cfcf4aa3e0 27277 utils optional
backuppc_3.1.0-9.1.diff.gz
9858f9ae05af18d5244a3b6ca7796776 560748 utils optional
backuppc_3.1.0-9.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQEcBAEBAgAGBQJPDeC/AAoJEOxfUAG2iX57CikIANVNTpm9nmxivaYbgzaUFFD4
Rq2Z91CpFQlYTdrX9HQLW/pP3fjUdGBtKuLlDdEYlrw4z7t1c94D/jorDrv5dwJc
TbITLrpcImRfqjE/ilJ8wltdoOD1SuDauwOOMnzVJQP5u0Qpdl4FpSxjBM8LaXOg
/b/59wUa1vHf6V9lVbtBqJUIuFDDo3+v2Z52YXBDs2ezO9ZWBRaqqlCIzeBkcrFz
n5gac14n3g/Wz7N5zCQw1P5SVBQY/JM6wjWkasL5rdUoyreHSMJUkRTkbiFBFf3A
u95munTrpCKDWEZk3iTMQFotF4upPTQewlDt+kVad/eQcVkRC8dGVKNG6PhgltQ=
=8jzp
-----END PGP SIGNATURE-----
--- End Message ---