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

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

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


From: Philippe Froidevaux
Subject: [rdiff-backup-users] Re: rdiff backup failed (unknown reason)
Date: Tue, 25 Nov 2003 12:04:01 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007



/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?

Nope, it's Redhat Linux 7.3 with python 2.2 installed.

(the 'SUNlocal' directory is mounted by Solaris nodes, but Solaris don't play any role in the backup procedure)


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).


Result seems to be ok :

address@hidden ~]$ python2.2
Python 2.2.2 (#1, Jan 30 2003, 21:26:22)
[GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-112)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import errno
>>> errno.EIO
5
>>> errno.errorcode[5]
'EIO'
>>>


feel free to ask if you need futher informations or actions from me.


Philippe.









reply via email to

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