summaryrefslogtreecommitdiff
path: root/bugs/llistxattr-fail-fatal.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'bugs/llistxattr-fail-fatal.mdwn')
-rw-r--r--bugs/llistxattr-fail-fatal.mdwn14
1 files changed, 0 insertions, 14 deletions
diff --git a/bugs/llistxattr-fail-fatal.mdwn b/bugs/llistxattr-fail-fatal.mdwn
deleted file mode 100644
index 8f7973e..0000000
--- a/bugs/llistxattr-fail-fatal.mdwn
+++ /dev/null
@@ -1,14 +0,0 @@
-When obnam backs up from .gvfs or another filesystem that does not
-support the llistxattr system call it crashes with this traceback:
-
- > 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/ben/.gvfs')
-
-Obnam should report the error, but continue the backup.
-
---
-
-[[done]] --liw