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

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

Re: [rdiff-backup-users] Re: rdiff backup failed (unknown reason)


From: Ben Escoto
Subject: Re: [rdiff-backup-users] Re: rdiff backup failed (unknown reason)
Date: Sat, 22 Nov 2003 21:16:10 -0800

On Wed, 19 Nov 2003 10:03:53 +0100 Philippe Froidevaux <address@hidden> wrote:
> I respond to myself, but the problem is not solved. I saw yesterday that 
> my question is in the FAQ :
> http://rdiff-backup.stanford.edu/FAQ.html#regress_failure
> 
> I do exactly what is described here.
> 
> Today, I see that the mirror is still not Ok, it's now 18 days old !
> 
> See below for the latest log file.
> 
> Any help is welcome is really welcome :/ I need at least a mirror...
...
>546, in __init__
>    else: self.data = self.conn.C.make_file_dict(self.path)
>OSError: [Errno 5] Input/output error: 
>'diuflx03_export/lv00/SUNlocal/perl-5.6.1/lib/site_perl/5.6.1/Mail/Field/AddrList.pm'

I guess this is under SunOS?  Input/output error (EIO) is supposed to
be caught by rdiff-backup (i.e. considered non-fatal).  Can you try
this for me:

~ $ python
Python 2.2.1 (#1, Aug 30 2002, 12:15:30) 
[GCC 3.2 20020822 (Red Hat Linux Rawhide 3.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import errno
>>> errno.EIO
5
>>> errno.errorcode[5]
'EIO'

This just checks that it is being recognized as an EIO error (it's
possible the errorcode dictionary is messed up on your system
somehow).


-- 
Ben Escoto

Attachment: pgplAR580U_YH.pgp
Description: PGP signature


reply via email to

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