Package: obnam
Version: 1.1-1.1
Severity: normal

I'm trying to backup a directory that is mounted via sshfs to an sftp 
repository.

I get many errors in the log of this sort (where I've replaced the true 
filname):

2013-02-22 19:27:13 DEBUG OSError((95, 'Operation not supported', 
'<filename>'),)

Obnam eventually quits and the following is found at the end of the log

2013-02-22 19:28:29 DEBUG Handling exception (95, 'Operation not supported', 
'<filename>')
2013-02-22 19:28:29 DEBUG Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", 
line 258, in backup
    self.backup_roots(roots)
  File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", 
line 367, in backup_roots
    self.backup_parents('.')
  File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", 
line 491, in backup_parents
    metadata = obnamlib.read_metadata(self.fs, root)
  File "/usr/lib/python2.7/dist-packages/obnamlib/metadata.py", line 190, in 
read_metadata
    metadata.xattr = get_xattrs_as_blob(fs, filename)
  File "/usr/lib/python2.7/dist-packages/obnamlib/metadata.py", line 130, in 
get_xattrs_as_blob
    names = fs.llistxattr(filename)
  File "/usr/lib/python2.7/dist-packages/obnamlib/vfs_local.py", line 165, in 
llistxattr
    raise OSError((ret, os.strerror(ret), filename))
OSError: (95, 'Operation not supported', '/home/barbour/share')

2013-02-22 19:28:29 INFO Unlocking client because of error
2013-02-22 19:28:29 DEBUG Got second exception while unlocking: have not got 
lock on shared B-trees
2013-02-22 19:28:29 DEBUG Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", 
line 285, in unlock_when_error
    self.repo.unlock_client()
  File "/usr/lib/python2.7/dist-packages/obnamlib/repo.py", line 455, in 
unlock_client
    self._really_remove_generations(self.added_generations)
  File "/usr/lib/python2.7/dist-packages/obnamlib/repo.py", line 566, in 
_really_remove_generations
    self.require_shared_lock()
  File "/usr/lib/python2.7/dist-packages/obnamlib/repo.py", line 221, in 
require_shared_lock
    raise LockFail('have not got lock on shared B-trees')
LockFail: have not got lock on shared B-trees

2013-02-22 19:28:29 CRITICAL Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 169, in _run
    self.process_args(args)
  File "/usr/lib/python2.7/dist-packages/obnamlib/app.py", line 170, in 
process_args
    cliapp.Application.process_args(self, args)
  File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 416, in 
process_args
    method(args[1:])
  File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", 
line 258, in backup
    self.backup_roots(roots)
  File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", 
line 367, in backup_roots
    self.backup_parents('.')
  File "/usr/lib/python2.7/dist-packages/obnamlib/plugins/backup_plugin.py", 
line 491, in backup_parents
    metadata = obnamlib.read_metadata(self.fs, root)
  File "/usr/lib/python2.7/dist-packages/obnamlib/metadata.py", line 190, in 
read_metadata
    metadata.xattr = get_xattrs_as_blob(fs, filename)
  File "/usr/lib/python2.7/dist-packages/obnamlib/metadata.py", line 130, in 
get_xattrs_as_blob
    names = fs.llistxattr(filename)
  File "/usr/lib/python2.7/dist-packages/obnamlib/vfs_local.py", line 165, in 
llistxattr
    raise OSError((ret, os.strerror(ret), filename))
OSError: (95, 'Operation not supported', '/home/barbour/share')


-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (700, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages obnam depends on:
ii  libc6             2.13-38
ii  python            2.7.3-4
ii  python-cliapp     1.20120630-1
ii  python-larch      1.20121006-1
ii  python-paramiko   1.7.7.1-3.1
ii  python-tracing    0.6-2
ii  python-ttystatus  0.19-1

obnam recommends no packages.

obnam suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to