From 66e694850d506bcc2e20d862ec8b7c6dfa2a71e5 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sat, 16 Mar 2013 20:47:05 +0000 Subject: Added a comment --- .../comment_1_54e7e12514f4c109fd57a4eb744b731a._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/ssh_connection_caching_broken_on_NTFS/comment_1_54e7e12514f4c109fd57a4eb744b731a._comment (limited to 'doc/bugs') diff --git a/doc/bugs/ssh_connection_caching_broken_on_NTFS/comment_1_54e7e12514f4c109fd57a4eb744b731a._comment b/doc/bugs/ssh_connection_caching_broken_on_NTFS/comment_1_54e7e12514f4c109fd57a4eb744b731a._comment new file mode 100644 index 000000000..9219e96d3 --- /dev/null +++ b/doc/bugs/ssh_connection_caching_broken_on_NTFS/comment_1_54e7e12514f4c109fd57a4eb744b731a._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-03-16T20:47:02Z" + content=""" +This failed because ssh connection caching needs fifos, +which are not supported on NTFS. Also, the linux NTFS code behaves most strangly when asked to make a fifo; creating an empty file instead and then failing with EEXIST. + +In more recent versions of git-annex, you can set the `GIT_ANNEX_TMP_DIR` to point somewhere that supports fifos. + +Recent versions also try to detect crippled filesystems, and disable use of unix sockets along with symlinks etc. +However, since ntfs supports symlinks, and it does not probe specially for fifo support, this won't help. +"""]] -- cgit v1.2.3