summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-30 15:50:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-30 15:50:55 -0400
commite9fc1109dc6627a6bed12797339dc3139878296e (patch)
tree686f7df2ecaea8fe8164cddbd6b2f27d6d6aecae
parent06e9037a72a98702c720539ed833182a9c83d565 (diff)
um
-rw-r--r--doc/bugs/Unable_to_take_transfer_lock/comment_1_4eff7f261659202084d32e068b93f77b._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/Unable_to_take_transfer_lock/comment_1_4eff7f261659202084d32e068b93f77b._comment b/doc/bugs/Unable_to_take_transfer_lock/comment_1_4eff7f261659202084d32e068b93f77b._comment
new file mode 100644
index 000000000..3db482bc1
--- /dev/null
+++ b/doc/bugs/Unable_to_take_transfer_lock/comment_1_4eff7f261659202084d32e068b93f77b._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-11-30T19:46:05Z"
+ content="""
+The most likely reason for that error message would be if a transfer
+of the same file was already in progress by another git-annex process.
+
+It might also be the case that if you're trying to access a git-annex
+repository via SMB, the POSIX fcntl locking that git-annex needs to do
+don't work. This is often the case with various network filesystems.
+Solution is to make the url for the git remote be a ssh:// url instead.
+
+I don't know what OSX's case-insensative complication could have to do with
+this, although it certianly seems to be a good way to get completely
+unexpected behavior.
+
+Is there an actual bug here? What are the steps to reproduce
+it?
+"""]]