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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to