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

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

Re: [rdiff-backup-users] more strange issues with 0.12.1


From: Ben Escoto
Subject: Re: [rdiff-backup-users] more strange issues with 0.12.1
Date: Thu, 24 Jul 2003 12:31:44 -0700

>>>>> "RW" == Robert Weber <address@hidden>
>>>>> wrote the following on Thu, 24 Jul 2003 11:34:42 -0600

  RW> I am initalizing a new mirror from my bsd box to a solaris box
  RW> and I am getting strange errors(v5).  It appears to be a
  RW> combination between the unknown type file(door files) and some
  RW> bug in the python gzip implementation.  I thought the door file
  RW> problem was fixed in v0.10.

That problem was fixed I think.  Interestingly, the problem this time
was logging the door file problem.  :-)

diff -u -r1.17 log.py
--- log.py      22 Apr 2003 01:29:45 -0000      1.17
+++ log.py      24 Jul 2003 19:16:49 -0000
@@ -248,7 +248,7 @@
                """Call cls.write(...) if error log open, only log otherwise"""
                if not Globals.isbackup_writer:
                        return Globals.backup_writer.log.ErrorLog.write_if_open(
-                               error_type, rp, exc)
+                               error_type, rp, str(exc)) # convert exc bc of 
exc picking prob
                if cls.isopen(): cls.write(error_type, rp, exc)
                else: Log(cls.get_log_string(error_type, rp, exc), 2)
 

-- 
Ben Escoto

Attachment: pgp_VYyBx8Z8S.pgp
Description: PGP signature


reply via email to

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