From 7892debeecf84c0b6092d4df8b6d1f4b7af21408 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sat, 16 Mar 2013 20:47:05 +0000 Subject: [PATCH 1/4] Added a comment --- ...ent_1_54e7e12514f4c109fd57a4eb744b731a._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/ssh_connection_caching_broken_on_NTFS/comment_1_54e7e12514f4c109fd57a4eb744b731a._comment 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 0000000000..9219e96d34 --- /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. +"""]] From 3e720f2cbe226faba7d685f64d1cde1a5ede24c9 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sat, 16 Mar 2013 20:48:42 +0000 Subject: [PATCH 2/4] Added a comment --- .../comment_3_fefb73f6e570f96b4d82779d6622f690._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/assistant_-_GTalk_collision/comment_3_fefb73f6e570f96b4d82779d6622f690._comment diff --git a/doc/bugs/assistant_-_GTalk_collision/comment_3_fefb73f6e570f96b4d82779d6622f690._comment b/doc/bugs/assistant_-_GTalk_collision/comment_3_fefb73f6e570f96b4d82779d6622f690._comment new file mode 100644 index 0000000000..35f76bc5f8 --- /dev/null +++ b/doc/bugs/assistant_-_GTalk_collision/comment_3_fefb73f6e570f96b4d82779d6622f690._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 3" + date="2013-03-16T20:48:42Z" + content=""" +I don't know if it will help, but XA support was turned off in hope that it would alleviate the random presence message loss I keep seeing with Google Talk, and since it didn't seem to help solve that problem, I've turned it back on. +"""]] From 2fed1bc3f8fcebe7e3749fdfe39ed53ad339ca46 Mon Sep 17 00:00:00 2001 From: modules Date: Sat, 16 Mar 2013 21:43:22 +0000 Subject: [PATCH 3/4] --- doc/forum/Howto_remove_a_repository__63__.mdwn | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/forum/Howto_remove_a_repository__63__.mdwn diff --git a/doc/forum/Howto_remove_a_repository__63__.mdwn b/doc/forum/Howto_remove_a_repository__63__.mdwn new file mode 100644 index 0000000000..4eb4e68699 --- /dev/null +++ b/doc/forum/Howto_remove_a_repository__63__.mdwn @@ -0,0 +1,4 @@ +Hello, + +I have added a few repositories for testing purpose and would like to remove them. +Is it possible to remove a repository through assistant? From d72fe7e0f6b0b3d0f03933928a706eebece05cb6 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sat, 16 Mar 2013 21:56:37 +0000 Subject: [PATCH 4/4] Added a comment --- ...comment_1_e8affeca873c2ef73255f8f77e0ac16f._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/Enable__47__paus_syncing_to_remote_ssh_server_with_multiple_directories/comment_1_e8affeca873c2ef73255f8f77e0ac16f._comment diff --git a/doc/bugs/Enable__47__paus_syncing_to_remote_ssh_server_with_multiple_directories/comment_1_e8affeca873c2ef73255f8f77e0ac16f._comment b/doc/bugs/Enable__47__paus_syncing_to_remote_ssh_server_with_multiple_directories/comment_1_e8affeca873c2ef73255f8f77e0ac16f._comment new file mode 100644 index 0000000000..02e4826a30 --- /dev/null +++ b/doc/bugs/Enable__47__paus_syncing_to_remote_ssh_server_with_multiple_directories/comment_1_e8affeca873c2ef73255f8f77e0ac16f._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-03-16T21:56:37Z" + content=""" +Hmm, I can't quite reproduce this, but I did just fix a bug that, amoung other manifestations, caused the display of whether syncing is enabled for a remote to be wrong sometimes. + +Can you send a copy of your repository's .git/config file to this bug report? (That's `annex/.git/config`) +"""]]