From 3f755d8666f8d5d86076e3ea37c7986cafe154f9 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Mon, 14 Jul 2014 20:06:04 +0000 Subject: [PATCH 1/4] Added a comment --- .../comment_2_ef37f40288a1181ca619ae13b0f7a994._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/webapp_does_not_start/comment_2_ef37f40288a1181ca619ae13b0f7a994._comment diff --git a/doc/forum/webapp_does_not_start/comment_2_ef37f40288a1181ca619ae13b0f7a994._comment b/doc/forum/webapp_does_not_start/comment_2_ef37f40288a1181ca619ae13b0f7a994._comment new file mode 100644 index 0000000000..551f518459 --- /dev/null +++ b/doc/forum/webapp_does_not_start/comment_2_ef37f40288a1181ca619ae13b0f7a994._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.2" + subject="comment 2" + date="2014-07-14T20:06:03Z" + content=""" +I think that I have fixed this problem. The Windows autobuilder should produce a fixed build within an hour. +"""]] From 4377c1fc8824cee23d49d45a2e6054c435e9de6e Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Mon, 14 Jul 2014 20:15:07 +0000 Subject: [PATCH 2/4] Added a comment --- .../comment_4_c5e9843a956984efd22bad629930f6bd._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/Moved_files_are_not_picked_up_by_the_assistant_on_OS_X/comment_4_c5e9843a956984efd22bad629930f6bd._comment diff --git a/doc/bugs/Moved_files_are_not_picked_up_by_the_assistant_on_OS_X/comment_4_c5e9843a956984efd22bad629930f6bd._comment b/doc/bugs/Moved_files_are_not_picked_up_by_the_assistant_on_OS_X/comment_4_c5e9843a956984efd22bad629930f6bd._comment new file mode 100644 index 0000000000..a437142af2 --- /dev/null +++ b/doc/bugs/Moved_files_are_not_picked_up_by_the_assistant_on_OS_X/comment_4_c5e9843a956984efd22bad629930f6bd._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.2" + subject="comment 4" + date="2014-07-14T20:15:07Z" + content=""" +Well, I don't see the \"??\" that you were talking about before in your transcript. I do not understand why the file's status shows as \"D\" which means it's deleted. What does `git ls-files` say? Does this stange behavior persist if you stop the assistant from running and re-run the same git-annex commands? +"""]] From 22c4f35961b113aeb6db736de37fac6fe4c59791 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Mon, 14 Jul 2014 20:20:28 +0000 Subject: [PATCH 3/4] Added a comment --- ...comment_3_1c3beb859e76cb69d2bacd2473ec72b7._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Restricting_SSH_+_supply_key/comment_3_1c3beb859e76cb69d2bacd2473ec72b7._comment diff --git a/doc/forum/Restricting_SSH_+_supply_key/comment_3_1c3beb859e76cb69d2bacd2473ec72b7._comment b/doc/forum/Restricting_SSH_+_supply_key/comment_3_1c3beb859e76cb69d2bacd2473ec72b7._comment new file mode 100644 index 0000000000..5412405e7e --- /dev/null +++ b/doc/forum/Restricting_SSH_+_supply_key/comment_3_1c3beb859e76cb69d2bacd2473ec72b7._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.2" + subject="comment 3" + date="2014-07-14T20:20:28Z" + content=""" +Re the ssh config on Windows, my windows VM has a per-user .ssh/config inside c:\Documents and Settings\$user. This is where the assistant stores configurations so I know it works. + +The soution to ssh still trying to use the agent is probably to set \"IdentitiesOnly yes\" in the stanza for a host. This is what the assistant does, anyway. +"""]] From c1ee43a616b19b55aaa701485f61daad726ff635 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Mon, 14 Jul 2014 20:54:32 +0000 Subject: [PATCH 4/4] Added a comment --- ...comment_1_584390159278577da78b05bc7bb0e673._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/using_gpg_encryption_with_multiple_keys_fails/comment_1_584390159278577da78b05bc7bb0e673._comment diff --git a/doc/bugs/using_gpg_encryption_with_multiple_keys_fails/comment_1_584390159278577da78b05bc7bb0e673._comment b/doc/bugs/using_gpg_encryption_with_multiple_keys_fails/comment_1_584390159278577da78b05bc7bb0e673._comment new file mode 100644 index 0000000000..01b9726a95 --- /dev/null +++ b/doc/bugs/using_gpg_encryption_with_multiple_keys_fails/comment_1_584390159278577da78b05bc7bb0e673._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.2" + subject="comment 1" + date="2014-07-14T20:54:32Z" + content=""" +AFAICs, this is a known bug in git-remote-gcrypt: + +In your log, it encrypts to A1FE7E9BECB5C7CA. I think this is the new key that git-annex generated. The problem comes when trying to decrypt the manifest, then it tries every gpg key until it finds one that works. +"""]]