Your message dated Sun, 03 Aug 2008 00:17:45 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#493373: AttributeError: RPath instance has no 
attribute 'inc_compressed'
has caused the Debian Bug report #493373,
regarding AttributeError: RPath instance has no attribute 'inc_compressed'
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.)


-- 
493373: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493373
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: rdiff-backup
Version: 1.2.0-1
Severity: important

Hello,

as usual, rdiff-backup is unable to process with previous backups,
rendering this package useless and dangerous.

See attached trace.

I'm moving to rsync or tar.

Good luck.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.25-ibook
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rdiff-backup depends on:
ii  libc6                         2.7-12     GNU C Library: Shared libraries
ii  librsync1                     0.9.7-1    Library which implements the rsync
ii  python                        2.5.2-1    An interactive high-level object-o
ii  python-support                0.8.1      automated rebuilding support for P

Versions of packages rdiff-backup recommends:
ii  python-pylibacl               0.2.2-1+b1 module for manipulating POSIX.1e A
pn  python-pyxattr                <none>     (no description available)

rdiff-backup suggests no packages.

-- no debconf information
rdiff-backup -v4 --exclude-sockets --include-globbing-filelist /root/backup.list / /media/backup/ibook
Using rdiff-backup version 1.2.0
Unable to import module xattr.
Extended attributes not supported on filesystem at /
Unable to import win32security module. Windows ACLs
not supported by filesystem at /
escape_dos_devices not required by filesystem at /
-----------------------------------------------------------------
Detected abilities for source (read only) file system:
  Access control lists                         On
  Extended attributes                          Off
  Windows access control lists                 Off
  Case sensitivity                             On
  Escape DOS devices                           Off
  Mac OS X style resource forks                Off
  Mac OS X Finder information                  Off
-----------------------------------------------------------------
Unable to import module xattr.
Extended attributes not supported on filesystem at /media/backup/ibook/rdiff-backup-data/rdiff-backup.tmp.0
Unable to import win32security module. Windows ACLs
not supported by filesystem at /media/backup/ibook/rdiff-backup-data/rdiff-backup.tmp.0
escape_dos_devices not required by filesystem at /media/backup/ibook/rdiff-backup-data/rdiff-backup.tmp.0
-----------------------------------------------------------------
Detected abilities for destination (read/write) file system:
  Ownership changing                           On
  Hard linking                                 On
  fsync() directories                          On
  Directory inc permissions                    On
  High-bit permissions                         On
  Symlink permissions                          Off
  Extended filenames                           On
  Windows reserved filenames                   Off
  Access control lists                         On
  Extended attributes                          Off
  Windows access control lists                 Off
  Case sensitivity                             On
  Escape DOS devices                           Off
  Mac OS X style resource forks                Off
  Mac OS X Finder information                  Off
-----------------------------------------------------------------
Backup: must_escape_dos_devices = 0
Previous backup seems to have failed, regressing destination now.
Regressing to Sun Jun 22 20:41:15 2008
Exception 'RPath instance has no attribute 'inc_compressed'' raised of class '<type 'exceptions.AttributeError'>':
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 278, in take_action
    elif action == "backup": Backup(rps[0], rps[1])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 335, in Backup
    backup_final_init(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 435, in backup_final_init
    checkdest_if_necessary(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 829, in checkdest_if_necessary
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line 69, in Regress
    regress_rbdir(manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line 124, in regress_rbdir
    if has_meta_diff and not has_meta_snap: recreate_meta(meta_manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line 146, in recreate_meta
    writer = metadata.MetadataFile(temprp[0], 'w', check_path = 0, callback = callback)
  File "/var/lib/python-support/python2.5/rdiff_backup/metadata.py", line 383, in __init__
    if compress and not rp_base.isinccompressed():
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line 1179, in isinccompressed
    return self.inc_compressed

Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 23, in <module>
    rdiff_backup.Main.error_check_Main(sys.argv[1:])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 278, in take_action
    elif action == "backup": Backup(rps[0], rps[1])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 335, in Backup
    backup_final_init(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 435, in backup_final_init
    checkdest_if_necessary(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 829, in checkdest_if_necessary
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line 69, in Regress
    regress_rbdir(manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line 124, in regress_rbdir
    if has_meta_diff and not has_meta_snap: recreate_meta(meta_manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line 146, in recreate_meta
    writer = metadata.MetadataFile(temprp[0], 'w', check_path = 0, callback = callback)
  File "/var/lib/python-support/python2.5/rdiff_backup/metadata.py", line 383, in __init__
    if compress and not rp_base.isinccompressed():
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line 1179, in isinccompressed
    return self.inc_compressed
AttributeError: RPath instance has no attribute 'inc_compressed'


--- End Message ---
--- Begin Message ---
BenoƮt Dejean wrote:
> as usual, rdiff-backup is unable to process with previous backups,
> rendering this package useless and dangerous.

which will not happen anymore within the 1.2.x stable series.

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          [EMAIL PROTECTED]
Internet:       http://people.panthera-systems.net/~daniel-baumann/



--- End Message ---

Reply via email to