Ticket #65 (new defect)

Opened 7 months ago

Last modified 2 months ago

rdiff disagrees with new GVFS

Reported by: RadiantFire Assigned to: Andy
Priority: normal Milestone: Stable
Component: backend Version:
Severity: major Keywords:
Cc:

Description

When attempting to do a backup on Ubuntu Hardy, I get the following error if I don't have a vfs folder mounted.

Exception '[Errno 107] Transport endpoint is not connected: '/home/ryan/.gvfs'' raised of class '<type 'exceptions.OSError'>':
  File "/var/lib/python-support/python2.5/rdiff_backup/robust.py", line 32, in check_common_error
    try: return function(*args)
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line 1032, in append
    return self.__class__(self.conn, self.base, self.index + (ext,))
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line 757, in __init__
    else: self.setdata()
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line 781, in setdata
    self.data = self.conn.C.make_file_dict(self.path)

This would seem like incorrect behavior, since ~/.gvfs is not in my backup set.

Change History

20/09/08 20:49:26 changed by Andy

Are you still seeing this behaviour with the latest ubuntu updates?