rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[rdiff-backup-users] 'long int too large to convert to int' in error_che


From: Marcel Partap
Subject: [rdiff-backup-users] 'long int too large to convert to int' in error_check_Main at line 302?
Date: Wed, 15 Oct 2008 20:39:57 +0200
User-agent: Thunderbird 2.0.0.17 (X11/20080927)

Hi folks,
i use rdiff-backup through a tool called backup ninja... up to some days
ago everything was fine but then suddenly (i am daily updating my home
station and the server) i got:
Fatal: rdiff-backup does not have the same version at the source and at the
destination.
rdiff-backup are both 1.2.1 and the version variable is set so too. Python
is 2.5.2 on both machines. As the site is launching tomorrow i need to
backup ASAP so i looked around a bit and put ignore_version = yes into my
config file. Then i tested it, this is the result:

Warning: Exception 'long int too large to convert to int' raised of class
'<type 'exceptions.OverflowError'>': 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 319, in Main
rps = map(SetConnections.cmdpair2rp, cmdpairs) File
"/var/lib/python-support/python2.5/rdiff_backup/SetConnections.py", line
76, in cmdpair2rp if cmd: conn = init_connection(cmd) File
"/var/lib/python-support/python2.5/rdiff_backup/SetConnections.py", line
146, in init_connection check_connection_version(conn, remote_cmd) File
"/var/lib/python-support/python2.5/rdiff_backup/SetConnections.py", line
154, in check_connection_version try: remote_version =
conn.Globals.get('version') File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 448,
in __call__ return apply(self.connection.reval, (self.name,) + args) File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 368,
in reval result = self.get_response(req_num) File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 315,
in get_response try: req_num, object = self._get() File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 240,
in _get data = self._read(length) File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 210,
in _read try: return self.inpipe.read(length) 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 319, in Main
rps = map(SetConnections.cmdpair2rp, cmdpairs) File
"/var/lib/python-support/python2.5/rdiff_backup/SetConnections.py", line
76, in cmdpair2rp if cmd: conn = init_connection(cmd) File
"/var/lib/python-support/python2.5/rdiff_backup/SetConnections.py", line
146, in init_connection check_connection_version(conn, remote_cmd) File
"/var/lib/python-support/python2.5/rdiff_backup/SetConnections.py", line
154, in check_connection_version try: remote_version =
conn.Globals.get('version') File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 448,
in __call__ return apply(self.connection.reval, (self.name,) + args) File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 368,
in reval result = self.get_response(req_num) File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 315,
in get_response try: req_num, object = self._get() File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 240,
in _get data = self._read(length) File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 210,
in _read try: return self.inpipe.read(length) OverflowError: long int too
large to convert to int
Warning: Failed removing backups older than 365D.
Warning: Exception 'long int too large to convert to int' raised of class
'<type 'exceptions.OverflowError'>': 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 319, in Main
rps = map(SetConnections.cmdpair2rp, cmdpairs) File
"/var/lib/python-support/python2.5/rdiff_backup/SetConnections.py", line
76, in cmdpair2rp if cmd: conn = init_connection(cmd) File
"/var/lib/python-support/python2.5/rdiff_backup/SetConnections.py", line
146, in init_connection check_connection_version(conn, remote_cmd) File
"/var/lib/python-support/python2.5/rdiff_backup/SetConnections.py", line
154, in check_connection_version try: remote_version =
conn.Globals.get('version') File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 448,
in __call__ return apply(self.connection.reval, (self.name,) + args) File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 368,
in reval result = self.get_response(req_num) File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 315,
in get_response try: req_num, object = self._get() File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 240,
in _get data = self._read(length) File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 210,
in _read try: return self.inpipe.read(length) 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 319, in Main
rps = map(SetConnections.cmdpair2rp, cmdpairs) File
"/var/lib/python-support/python2.5/rdiff_backup/SetConnections.py", line
76, in cmdpair2rp if cmd: conn = init_connection(cmd) File
"/var/lib/python-support/python2.5/rdiff_backup/SetConnections.py", line
146, in init_connection check_connection_version(conn, remote_cmd) File
"/var/lib/python-support/python2.5/rdiff_backup/SetConnections.py", line
154, in check_connection_version try: remote_version =
conn.Globals.get('version') File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 448,
in __call__ return apply(self.connection.reval, (self.name,) + args) File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 368,
in reval result = self.get_response(req_num) File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 315,
in get_response try: req_num, object = self._get() File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 240,
in _get data = self._read(length) File
"/var/lib/python-support/python2.5/rdiff_backup/connection.py", line 210,
in _read try: return self.inpipe.read(length) OverflowError: long int too
large to convert to int
Warning: Failed backup up source

Please how can i repair this, any hints appreciated..
regards marcel.


-- 
 "Obstacles are those frightful things you see when you take
  your eyes off your goal."         -- Henry Ford (1863-1947)

  Change the world! Vote revolution: http://hfopi.org/vote-future




reply via email to

[Prev in Thread] Current Thread [Next in Thread]