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

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

Re: [rdiff-backup-users] Issues with rdiff-backup 1.1.14 under Windows 2


From: Andrew Ferguson
Subject: Re: [rdiff-backup-users] Issues with rdiff-backup 1.1.14 under Windows 2003
Date: Thu, 23 Aug 2007 23:31:22 -0400
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

Alastair D'Silva wrote:
> Hi,
> 
> I recently upgraded a 1.0.5 (1.0.4 for Win32, using Dave Kempe's 
> package) installation in a multiplatform evironment to 1.1.14 to resolve 
> some issues I was having under HPUX.
> 
> As a result, I also upgraded our installation under Windows to 1.1.14 to 
> match the version on the server.
> 
> While the new version works under Windows XP, it fails under Windows 
> 2003 (error messages attached). I have tried both Python 2.4 and 2.5, 
> with the same results.
> 
> Version 1.0.4 does work as expected on this machine.

Hi Alastair,

I am assuming that if you run `rdiff-backup` on the machine "files" as
user ssaback it is version 1.1.14 and not 1.0.4, correct?

Here are two suggestions:

1) First try changing like 143 in connection.py ... change the word
"cPickle" to "pickle"  ... This will require adding "pickle" to the list
of imports on line 20 of connection.py.

If that doesn't work, then:

2) If you remove lines 200 and 205 ("try:" and "except IOError: raise
ConnectionWriteError()") and try again, the exception and traceback that
is generated instead should indicate exactly which line is failing for you.

Andrew


-- 
Andrew Ferguson - address@hidden





reply via email to

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