Your message dated Mon, 21 Jan 2008 16:09:56 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Not a bug. Please run the same version.
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: rdiff-backup
Version: 1.1.15-1
Severity: normal
After upgrading to rdiff-backup (1.1.15-1) on my Debian unstable
system, my usual backup commands gives this output:
[EMAIL PROTECTED]:~$ /usr/bin/rdiff-backup --exclude '/home/asjo/video'
--exclude '/home/asjo/music' --exclude '/home/asjo/pics' --exclude
'/home/asjo/sound' --print-statistics /home/asjo/
virgil::/var/local/backup/topper/
Warning: Local version 1.1.15 does not match remote version 1.1.12.
Exception 'backup_set_globals() takes exactly 1 argument (2 given)' raised of
class 'exceptions.TypeError':
File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 302, in
error_check_Main
try: Main(arglist)
File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 322, in
Main
take_action(rps)
File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 278, in
take_action
elif action == "backup": Backup(rps[0], rps[1])
File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 332, in
Backup
rpout.conn.fs_abilities.backup_set_globals(rpin, force)
File "/var/lib/python-support/python2.4/rdiff_backup/connection.py", line
447, in __call__
return apply(self.connection.reval, (self.name,) + args)
File "/var/lib/python-support/python2.4/rdiff_backup/connection.py", line
369, in reval
if isinstance(result, Exception): raise result
Traceback (most recent call last):
File "/usr/bin/rdiff-backup", line 23, in ?
rdiff_backup.Main.error_check_Main(sys.argv[1:])
File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 302, in
error_check_Main
try: Main(arglist)
File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 322, in
Main
take_action(rps)
File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 278, in
take_action
elif action == "backup": Backup(rps[0], rps[1])
File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 332, in
Backup
rpout.conn.fs_abilities.backup_set_globals(rpin, force)
File "/var/lib/python-support/python2.4/rdiff_backup/connection.py", line
447, in __call__
return apply(self.connection.reval, (self.name,) + args)
File "/var/lib/python-support/python2.4/rdiff_backup/connection.py", line
369, in reval
if isinstance(result, Exception): raise result
TypeError: backup_set_globals() takes exactly 1 argument (2 given)
Fatal Error: Lost connection to the remote system
[EMAIL PROTECTED]:~$
With 1.1.14-2 (Debian:testing) instead, I got:
[EMAIL PROTECTED]:~$ /usr/bin/rdiff-backup --exclude '/home/asjo/video'
--exclude '/home/asjo/music' --exclude '/home/asjo/pics' --exclude '/home/asjo/s
ound' --print-statistics /home/asjo/ virgil::/var/local/backup/topper/
Warning: Local version 1.1.14 does not match remote version 1.1.12.
--------------[ Session statistics ]--------------
StartTime 1200234710.00 (Sun Jan 13 15:31:50 2008)
EndTime 1200235111.74 (Sun Jan 13 15:38:31 2008)
ElapsedTime 401.74 (6 minutes 41.74 seconds)
SourceFiles 158153
SourceFileSize 6310777184 (5.88 GB)
MirrorFiles 157864
MirrorFileSize 6295906558 (5.86 GB)
NewFiles 725
NewFileSize 35496617 (33.9 MB)
DeletedFiles 436
DeletedFileSize 19901104 (19.0 MB)
ChangedFiles 358
ChangedSourceSize 981738319 (936 MB)
ChangedMirrorSize 982463206 (937 MB)
IncrementFiles 1521
IncrementFileSize 18564984 (17.7 MB)
TotalDestinationSizeChange 33435610 (31.9 MB)
Errors 0
--------------------------------------------------
[EMAIL PROTECTED]:~$
(as expected).
The destination for the backup runs Debian stable and has version
1.1.12 of rdiff-backup. I was not able to discern whether the
exception encountered has to do with the remote version of
rdiff-backup or the new local version.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.23.8-asjo-powerpc
Locale: LANG=C, LC_CTYPE=da_DK (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages rdiff-backup depends on:
ii libc6 2.7-5 GNU C Library: Shared libraries
ii librsync1 0.9.7-1 Library which implements the rsync
ii python 2.4.4-6 An interactive high-level object-o
ii python-support 0.7.6 automated rebuilding support for p
Versions of packages rdiff-backup recommends:
pn python-pylibacl <none> (no description available)
pn python-pyxattr <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Please run the same version of rdiff-backup on both the client and
server. This issue is the result of adding a new and necessary feature
to rdiff-backup 1.1.15.
Fear not, a new stable version is close at hand.
--- End Message ---