From 436ef0849299ef57755f803fd56251702922b690 Mon Sep 17 00:00:00 2001 From: "rob.syme@92895c98b16fd7a88bed5f10913c522ebfd76c31" Date: Thu, 19 Nov 2015 14:46:04 +0000 Subject: [PATCH 1/2] Added a comment: git-annex-remote-ipfs --- .../comment_7_062f266f26b5788b418de6955bff442d._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/special_remotes/ipfs/comment_7_062f266f26b5788b418de6955bff442d._comment diff --git a/doc/special_remotes/ipfs/comment_7_062f266f26b5788b418de6955bff442d._comment b/doc/special_remotes/ipfs/comment_7_062f266f26b5788b418de6955bff442d._comment new file mode 100644 index 0000000000..29b370a68d --- /dev/null +++ b/doc/special_remotes/ipfs/comment_7_062f266f26b5788b418de6955bff442d._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="rob.syme@92895c98b16fd7a88bed5f10913c522ebfd76c31" + nickname="rob.syme" + subject="git-annex-remote-ipfs" + date="2015-11-19T14:46:03Z" + content=""" +Silly me - I messed up my bashrc. Fixed now, thanks! +"""]] From 90cd2c3af3d32bc87371ac9795b8810c530d0207 Mon Sep 17 00:00:00 2001 From: "jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565" Date: Thu, 19 Nov 2015 22:46:21 +0000 Subject: [PATCH 2/2] --- doc/bugs/Unable_to_take_transfer_lock.mdwn | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 doc/bugs/Unable_to_take_transfer_lock.mdwn diff --git a/doc/bugs/Unable_to_take_transfer_lock.mdwn b/doc/bugs/Unable_to_take_transfer_lock.mdwn new file mode 100644 index 0000000000..9b1e0ca9bb --- /dev/null +++ b/doc/bugs/Unable_to_take_transfer_lock.mdwn @@ -0,0 +1,39 @@ +### Please describe the problem. + +`git annex get --from=myremote' show "transfer already in progress, or unable to take transfer lock". + + +### What steps will reproduce the problem? + +Remote is on a Linux machine. +Do `git annex get' on a Mac OS. +Do the same on another Linux machine. + +The git annex client on the Linux machine works. +Mac OS doesn't. + +rsync version for all machines: 3.1.1 + +### What version of git-annex are you using? On what operating system? + +git-annex 5.20151019 + +Lubuntu 15.10. +Mac OS X 10.11.1 (El Capitan) + + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +Yes. + +It's wonderful. This should be a problem with Mac OS.