|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Keep Getting Security Error Traceback and losing connectionThank you Andrew for the answer. Andrew Ferguson wrote: > With the new stable release, 1.2.x, backwards-compatibility is maintained. It is not there if we speak about compatibility 1.1.15 and 1.2.0 versions? Andrew Ferguson wrote: > You could also try using the new native Windows release of rdiff-backup (.exe), which does not require Cygwin. I'm tryed. Firstly it is not compatibility itself, so, differs even path representation. So, I'm correct path and it is thrown error: Using rdiff-backup version 1.2.1 Executing nice -n17 ssh -C hubbitus@workcomp nice -n15 /cygdrive/d/Hubbitus/Distributivs/rdiff-backup/rdiff-backup-1.2.1-win32/rdiff-backup.exe --server Traceback (most recent call last): File "/usr/bin/rdiff-backup", line 23, in <module> rdiff_backup.Main.error_check_Main(sys.argv[1:]) File "/usr/lib/python2.5/site-packages/rdiff_backup/Main.py", line 302, in error_check_Main try: Main(arglist) File "/usr/lib/python2.5/site-packages/rdiff_backup/Main.py", line 319, in Main rps = map(SetConnections.cmdpair2rp, cmdpairs) File "/usr/lib/python2.5/site-packages/rdiff_backup/SetConnections.py", line 78, in cmdpair2rp return rpath.RPath(conn, filename).normalize() File "/usr/lib/python2.5/site-packages/rdiff_backup/rpath.py", line 860, in __init__ else: self.setdata() File "/usr/lib/python2.5/site-packages/rdiff_backup/rpath.py", line 884, in setdata self.data = self.conn.rpath.make_file_dict(self.path) File "/usr/lib/python2.5/site-packages/rdiff_backup/connection.py", line 448, in __call__ return apply(self.connection.reval, (self.name,) + args) File "/usr/lib/python2.5/site-packages/rdiff_backup/connection.py", line 368, in reval result = self.get_response(req_num) File "/usr/lib/python2.5/site-packages/rdiff_backup/connection.py", line 315, in get_response try: req_num, object = self._get() File "/usr/lib/python2.5/site-packages/rdiff_backup/connection.py", line 241, in _get if format_string == "o": result = cPickle.loads(data) cPickle.UnpicklingError: invalid load key, ' '. Fatal Error: Lost connection to the remote system So, I'm find it unusable. Andrew Ferguson wrote: > Although you may wish to continue using the ssh client/server in Cygwin for rdiff-backup's remote operations. I am afraid that I do not understand you. Methinks I already use ssh in Cygwin for rdiff-backup's remote operations. Is there another way of using rdiff-backup? +---------------------------------------------------------------------- |This was sent by pahan@... via Backup Central. |Forward SPAM to abuse@.... +---------------------------------------------------------------------- _______________________________________________ rdiff-backup-users mailing list at rdiff-backup-users@... http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki |
|
|
Re: Keep Getting Security Error Traceback and losing connectionOn Oct 8, 2008, at 5:02 AM, Hubbitus wrote:
>> With the new stable release, 1.2.x, backwards-compatibility is >> maintained. > > It is not there if we speak about compatibility 1.1.15 and 1.2.0 > versions? Correct. 1.1.15 and 1.2.0 are NOT compatible. > Andrew Ferguson wrote: >> You could also try using the new native Windows release of rdiff- >> backup (.exe), which does not require Cygwin. > > I'm tryed. Firstly it is not compatibility itself, so, differs even > path representation. So, I'm correct path and it is thrown error: The error you are seeing is almost certainly because rdiff-backup is not executing properly on the remote host. Or, if it is, some other data is being returned by the login shell before rdiff-backup gets a chance to run. Try: $ ssh -C hubbitus@workcomp nice -n15 /cygdrive/d/Hubbitus/Distributivs/ rdiff-backup/rdiff-backup-1.2.1-win32/rdiff-backup.exe --version and see what it returns. It should return a line which says "rdiff- backup 1.2.0" and nothing else. >> Although you may wish to continue using the ssh client/server in >> Cygwin for rdiff-backup's remote operations. > > I am afraid that I do not understand you. Methinks I already use ssh > in Cygwin for rdiff-backup's remote operations. Is there another way > of using rdiff-backup? I was just suggesting that you could use other SSH solutions on Windows such as the one from ssh.com or putty, etc. Andrew _______________________________________________ rdiff-backup-users mailing list at rdiff-backup-users@... http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki |
| Free Forum Powered by Nabble | Forum Help |