From 83da901845dfa24c23eac6b491b4cd93ba571dc6 Mon Sep 17 00:00:00 2001 From: CandyAngel Date: Sat, 28 Mar 2015 01:59:52 +0000 Subject: [PATCH 01/32] Added a comment --- .../comment_2_0ab89dad1289b5d349ecd452c3f5e4f5._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_2_0ab89dad1289b5d349ecd452c3f5e4f5._comment diff --git a/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_2_0ab89dad1289b5d349ecd452c3f5e4f5._comment b/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_2_0ab89dad1289b5d349ecd452c3f5e4f5._comment new file mode 100644 index 0000000000..8fe0a8ccd2 --- /dev/null +++ b/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_2_0ab89dad1289b5d349ecd452c3f5e4f5._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="CandyAngel" + subject="comment 2" + date="2015-03-28T01:59:51Z" + content=""" +Okie dokie, thank you for considering it :) +"""]] From 7f868f496e63f8c2002c3e12594a3a55c2d79e58 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY" Date: Sat, 28 Mar 2015 02:07:04 +0000 Subject: [PATCH 02/32] --- ...citly_specified_one_in_addurl_--file_.mdwn | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/bugs/Uses_suggested_by_CHECKURL-CONTENTS_filename_instead_of_explicitly_specified_one_in_addurl_--file_.mdwn diff --git a/doc/bugs/Uses_suggested_by_CHECKURL-CONTENTS_filename_instead_of_explicitly_specified_one_in_addurl_--file_.mdwn b/doc/bugs/Uses_suggested_by_CHECKURL-CONTENTS_filename_instead_of_explicitly_specified_one_in_addurl_--file_.mdwn new file mode 100644 index 0000000000..0db2869993 --- /dev/null +++ b/doc/bugs/Uses_suggested_by_CHECKURL-CONTENTS_filename_instead_of_explicitly_specified_one_in_addurl_--file_.mdwn @@ -0,0 +1,24 @@ +### Please describe the problem. + + +### What steps will reproduce the problem? + +Run with a custom external remote which provides CHECKURL-CONTENTS response with filename, and then run +annex addurl --file=existing_file URL expecting to get that URL assigned to existing_file + +Alternatively, there is a small test repo + +with .git/bin/git-annex-remote-dl+archive under /tmp/tmpSqa8CH having what was supposed to be a replayable protocol (if you do + + cd /tmp/tmplVoa6C; PATH=/tmp/tmplVoa6C/.git/bin:$PATH git annex --debug addurl --file test2.dat --relaxed dl+archive:SHA256E-s163--e424b6fef10c18b9aaa5bc773ef62a2632eaf1448ff3372d43557be4adca6419.tar.gz/a/d/test.dat + +But for this one, I guess since addurl command actually succeeds, it is no longer replayable (protocol of interactions diverges) but you will see all the interactions between my remote and annex in that file recorded for you. And you will see the test.dat uncommitted and with somewhat obscured URL-based key, although originally the call was + + git annex --debug addurl --file test2.dat --relaxed dl+archive:SHA256E-s163--1f86ca26e1ca3cad3e8c8f1684d558b5e5f48d5928e0db45ab2e7d3be3d35307.tar.gz/a/d/test.dat + +from which I expected test2.dat get a new URL and that Filename remote spit out being ignored + +### What version of git-annex are you using? On what operating system? + +5.20150327+git27-g6af24b6-1 + From a6ce8c27101890372adb7c53500c2f5790ca589c Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm69GSNODRsVx40rPWDWyecnZn2r3bmOlY" Date: Sat, 28 Mar 2015 03:02:24 +0000 Subject: [PATCH 03/32] Added a comment --- .../comment_2_59921abb184bffb5ac1656cc50054e11._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/One_Client_Not_Syncing_Content/comment_2_59921abb184bffb5ac1656cc50054e11._comment diff --git a/doc/bugs/One_Client_Not_Syncing_Content/comment_2_59921abb184bffb5ac1656cc50054e11._comment b/doc/bugs/One_Client_Not_Syncing_Content/comment_2_59921abb184bffb5ac1656cc50054e11._comment new file mode 100644 index 0000000000..fda5be00c1 --- /dev/null +++ b/doc/bugs/One_Client_Not_Syncing_Content/comment_2_59921abb184bffb5ac1656cc50054e11._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawm69GSNODRsVx40rPWDWyecnZn2r3bmOlY" + nickname="Jeffery" + subject="comment 2" + date="2015-03-28T03:02:24Z" + content=""" +laptop A has 5.20150205 while B has 5.20150219-g7751a05 ... they are fairly close. Could this cause a problem? +"""]] From 30fbdf8c66f254df6731c4ea0a2e315c9b8446f4 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmtJGSG74JdKxtaMvHQTTeq8P2yxXmuPD0" Date: Sat, 28 Mar 2015 03:36:15 +0000 Subject: [PATCH 04/32] Added a comment --- ...comment_1_d28352c9fbc988ece19688a687d30ffe._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/devblog/day_268_stressed_out/comment_1_d28352c9fbc988ece19688a687d30ffe._comment diff --git a/doc/devblog/day_268_stressed_out/comment_1_d28352c9fbc988ece19688a687d30ffe._comment b/doc/devblog/day_268_stressed_out/comment_1_d28352c9fbc988ece19688a687d30ffe._comment new file mode 100644 index 0000000000..bb603e27b7 --- /dev/null +++ b/doc/devblog/day_268_stressed_out/comment_1_d28352c9fbc988ece19688a687d30ffe._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmtJGSG74JdKxtaMvHQTTeq8P2yxXmuPD0" + nickname="Kenneth" + subject="comment 1" + date="2015-03-28T03:36:15Z" + content=""" +\" and de-prioritizing bug reports that don't have either a working reproduction recipe or multiple independent confirmations that it's a real bug.\" + +This seems quite reasonable. Hope you get a little downtime to relax. +"""]] From 3be0425fc21c964c598d1324f4335e97d6883802 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnm19dBCRphmtjXfopm_NpvnRwz-qIJ2Tw" Date: Sat, 28 Mar 2015 07:51:09 +0000 Subject: [PATCH 05/32] Added a comment --- .../comment_3_dcb651fa8a1ec52d6016e11bf06fab5d._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_3_dcb651fa8a1ec52d6016e11bf06fab5d._comment diff --git a/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_3_dcb651fa8a1ec52d6016e11bf06fab5d._comment b/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_3_dcb651fa8a1ec52d6016e11bf06fab5d._comment new file mode 100644 index 0000000000..421f3750a1 --- /dev/null +++ b/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks/comment_3_dcb651fa8a1ec52d6016e11bf06fab5d._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnm19dBCRphmtjXfopm_NpvnRwz-qIJ2Tw" + nickname="Remi" + subject="comment 3" + date="2015-03-28T07:51:09Z" + content=""" +I completely disagree with the last surprise argument. I'm regularly in this situation, and each time I'm surprised when `git annex fix` do not fix the symlinks, even when I'm explicitly listing the list I want to fix. +"""]] From b78af23b1c61b103d3d3b3a2933ccd8bd2ef9526 Mon Sep 17 00:00:00 2001 From: badele Date: Sat, 28 Mar 2015 10:24:01 +0000 Subject: [PATCH 06/32] Added a comment: RE: It's dangerous ignore a folder with same level folder of a .git directory --- ..._0511e8fa74ec3244879a8e5dc05472b3._comment | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/bugs/Can__39__t_add_a_git_repo_to_git_annex:___34__Invalid_path_repo__47__.git__47__X__34___for_many_X/comment_17_0511e8fa74ec3244879a8e5dc05472b3._comment diff --git a/doc/bugs/Can__39__t_add_a_git_repo_to_git_annex:___34__Invalid_path_repo__47__.git__47__X__34___for_many_X/comment_17_0511e8fa74ec3244879a8e5dc05472b3._comment b/doc/bugs/Can__39__t_add_a_git_repo_to_git_annex:___34__Invalid_path_repo__47__.git__47__X__34___for_many_X/comment_17_0511e8fa74ec3244879a8e5dc05472b3._comment new file mode 100644 index 0000000000..a358c32126 --- /dev/null +++ b/doc/bugs/Can__39__t_add_a_git_repo_to_git_annex:___34__Invalid_path_repo__47__.git__47__X__34___for_many_X/comment_17_0511e8fa74ec3244879a8e5dc05472b3._comment @@ -0,0 +1,28 @@ +[[!comment format=mdwn + username="badele" + subject="RE: It's dangerous ignore a folder with same level folder of a .git directory" + date="2015-03-28T10:24:00Z" + content=""" +Hi, + +Exemple of my project directories: + + + /tmp/git-annex + + .git (git-annex git) + + project_folder_with_git_folder/.git (garbage git project) + + project_folder_with_git_folder/folder1 + + file1 + + project_folder_with_git_folder/folder2 + + file2 + + +You can reproduce it + + mkdir -p /tmp/git-annex && cd /tmp/git-annex + git init + git annex init test + cp -R project_folder_with_git_folder . + git annex add project_folder_with_git_folder + +No files are added +"""]] From 4972ec4f6281e67ac8fad68c9266ab8742a3e6c0 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg" Date: Sat, 28 Mar 2015 10:35:47 +0000 Subject: [PATCH 07/32] Added a comment: Amazon Cloud Drive support --- ...ment_23_aba4abb897c6ecc0c6ba72cbd21b9f4b._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/special_remotes/comment_23_aba4abb897c6ecc0c6ba72cbd21b9f4b._comment diff --git a/doc/special_remotes/comment_23_aba4abb897c6ecc0c6ba72cbd21b9f4b._comment b/doc/special_remotes/comment_23_aba4abb897c6ecc0c6ba72cbd21b9f4b._comment new file mode 100644 index 0000000000..65c4513d50 --- /dev/null +++ b/doc/special_remotes/comment_23_aba4abb897c6ecc0c6ba72cbd21b9f4b._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg" + nickname="Bence" + subject="Amazon Cloud Drive support" + date="2015-03-28T10:35:47Z" + content=""" +Is there a special remote implementation for Amazon Cloud Drive? + +It's just became unlimited for a fair price: $60/year ( https://www.amazon.com/clouddrive/pricing ). + +http://techcrunch.com/2015/03/26/amazon-goes-after-dropbox-google-microsoft-with-unlimited-cloud-drive-storage/ +"""]] From f690a210ce7115a312b6a33ca739085261ec1f5d Mon Sep 17 00:00:00 2001 From: saneP Date: Sat, 28 Mar 2015 14:05:17 +0000 Subject: [PATCH 08/32] Added a comment --- .../comment_2_bbe6925ca465d13b050639c18abcd890._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/git-annex_on_openSUSE/comment_2_bbe6925ca465d13b050639c18abcd890._comment diff --git a/doc/forum/git-annex_on_openSUSE/comment_2_bbe6925ca465d13b050639c18abcd890._comment b/doc/forum/git-annex_on_openSUSE/comment_2_bbe6925ca465d13b050639c18abcd890._comment new file mode 100644 index 0000000000..fe6fa73f20 --- /dev/null +++ b/doc/forum/git-annex_on_openSUSE/comment_2_bbe6925ca465d13b050639c18abcd890._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="saneP" + subject="comment 2" + date="2015-03-28T14:05:17Z" + content=""" +No, there is no adequate package. Maybe it has been removed.. + +"""]] From e2daec35011c957bccdf46a7c1c95a4af5a334b2 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c" Date: Sat, 28 Mar 2015 19:26:45 +0000 Subject: [PATCH 09/32] AFAICT you should pass -f"..." to cabal install as well as cabal configure, otherwise it will try to install the prerequisites for a default build --- doc/install/fromsource.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn index 1e96cce40e..733d736d02 100644 --- a/doc/install/fromsource.mdwn +++ b/doc/install/fromsource.mdwn @@ -43,7 +43,7 @@ git-annex, but it does not include the assistant or webapp. Inside the source tree, run: cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns" - cabal install --only-dependencies + cabal install -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies cabal build PATH=$HOME/bin:$PATH cabal install --bindir=$HOME/bin From 10ea58e4b0d41369037a494ed33b68674a0db909 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c" Date: Sat, 28 Mar 2015 19:28:28 +0000 Subject: [PATCH 10/32] Pass -j to cabal install and cabal build; presumably we all have more than one core to spare. --- doc/install/fromsource.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn index 733d736d02..3f2987b678 100644 --- a/doc/install/fromsource.mdwn +++ b/doc/install/fromsource.mdwn @@ -43,8 +43,8 @@ git-annex, but it does not include the assistant or webapp. Inside the source tree, run: cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns" - cabal install -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies - cabal build + cabal install -j -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies + cabal build -j PATH=$HOME/bin:$PATH cabal install --bindir=$HOME/bin @@ -62,8 +62,8 @@ your OS is beyond the scope of this page. Once the C libraries are installed, run inside the source tree: cabal configure - cabal install --only-dependencies - cabal build + cabal install -j --only-dependencies + cabal build -j PATH=$HOME/bin:$PATH cabal install --bindir=$HOME/bin From 3747e046bcb92ad239e288247bbabed1c78cc118 Mon Sep 17 00:00:00 2001 From: andy Date: Sat, 28 Mar 2015 22:03:53 +0000 Subject: [PATCH 11/32] Added a comment --- .../comment_1_cde3f7bbd099b303bacdaa5e1588b71e._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/ga-ncdu/comment_1_cde3f7bbd099b303bacdaa5e1588b71e._comment diff --git a/doc/forum/ga-ncdu/comment_1_cde3f7bbd099b303bacdaa5e1588b71e._comment b/doc/forum/ga-ncdu/comment_1_cde3f7bbd099b303bacdaa5e1588b71e._comment new file mode 100644 index 0000000000..6d7caee2c1 --- /dev/null +++ b/doc/forum/ga-ncdu/comment_1_cde3f7bbd099b303bacdaa5e1588b71e._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="andy" + subject="comment 1" + date="2015-03-28T22:03:53Z" + content=""" +I'd take a look. I just downloaded ncdu prompted by your comment, and that would be helpful to get sane output regarding my annexed files. +"""]] From 47a75d51328372039c1bd541fe5df3a6b3c1ccbb Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkAm9yT27yU-qBTGKIsTMdWW3AgL_WAfkc" Date: Sat, 28 Mar 2015 22:17:09 +0000 Subject: [PATCH 12/32] Added a comment: Similar issue here --- .../comment_8_e28f25897caa301e69ad7aabab821086._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/bugs/Android___91__Terminal_session_finished__93__/comment_8_e28f25897caa301e69ad7aabab821086._comment diff --git a/doc/bugs/Android___91__Terminal_session_finished__93__/comment_8_e28f25897caa301e69ad7aabab821086._comment b/doc/bugs/Android___91__Terminal_session_finished__93__/comment_8_e28f25897caa301e69ad7aabab821086._comment new file mode 100644 index 0000000000..26fa6a612c --- /dev/null +++ b/doc/bugs/Android___91__Terminal_session_finished__93__/comment_8_e28f25897caa301e69ad7aabab821086._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkAm9yT27yU-qBTGKIsTMdWW3AgL_WAfkc" + nickname="Cameron" + subject="Similar issue here" + date="2015-03-28T22:17:08Z" + content=""" +Im on the LG F60 (ms395) not rooted. I downloaded a cracked.apk of KBOX and it kept failing to start due to not having Busybox in its file path. So I got the Busybox .apk and copied it into KBOX's path. Now k box is stoped at 'In mgmain JNI_OnLoad'. As soon as I try to ENTER anything, it force closes. Also, I'm not sure if it's related, but my phone is not and does not get recognized by my car stereo via usb. I managed to get around not having permission to look at the 'usbautorun.iso' file. No luck though, it's coded. Any ideas? + +"""]] From 81bf1b19a5332373801ac5ec8162718d3b5539c6 Mon Sep 17 00:00:00 2001 From: markusk Date: Sat, 28 Mar 2015 22:40:52 +0000 Subject: [PATCH 13/32] Added a comment: Sounds nice ! --- .../comment_2_adf36929dd4c2646065ada3c851e5283._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/ga-ncdu/comment_2_adf36929dd4c2646065ada3c851e5283._comment diff --git a/doc/forum/ga-ncdu/comment_2_adf36929dd4c2646065ada3c851e5283._comment b/doc/forum/ga-ncdu/comment_2_adf36929dd4c2646065ada3c851e5283._comment new file mode 100644 index 0000000000..bf215bf9f0 --- /dev/null +++ b/doc/forum/ga-ncdu/comment_2_adf36929dd4c2646065ada3c851e5283._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="markusk" + subject="Sounds nice !" + date="2015-03-28T22:40:52Z" + content=""" +I would be very glad if you would release it! +"""]] From 059c46756ff61fb4d31d55e6752c8ff1efa96de6 Mon Sep 17 00:00:00 2001 From: markusk Date: Sat, 28 Mar 2015 22:41:20 +0000 Subject: [PATCH 14/32] removed --- .../comment_2_adf36929dd4c2646065ada3c851e5283._comment | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 doc/forum/ga-ncdu/comment_2_adf36929dd4c2646065ada3c851e5283._comment diff --git a/doc/forum/ga-ncdu/comment_2_adf36929dd4c2646065ada3c851e5283._comment b/doc/forum/ga-ncdu/comment_2_adf36929dd4c2646065ada3c851e5283._comment deleted file mode 100644 index bf215bf9f0..0000000000 --- a/doc/forum/ga-ncdu/comment_2_adf36929dd4c2646065ada3c851e5283._comment +++ /dev/null @@ -1,7 +0,0 @@ -[[!comment format=mdwn - username="markusk" - subject="Sounds nice !" - date="2015-03-28T22:40:52Z" - content=""" -I would be very glad if you would release it! -"""]] From 91dcf7652f232c2465721d02dec58cd9c10c5f14 Mon Sep 17 00:00:00 2001 From: markusk Date: Sat, 28 Mar 2015 22:41:45 +0000 Subject: [PATCH 15/32] Added a comment: Sounds nice ! --- .../comment_2_8d369dc264ccaf80490c1cb37a330239._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/ga-ncdu/comment_2_8d369dc264ccaf80490c1cb37a330239._comment diff --git a/doc/forum/ga-ncdu/comment_2_8d369dc264ccaf80490c1cb37a330239._comment b/doc/forum/ga-ncdu/comment_2_8d369dc264ccaf80490c1cb37a330239._comment new file mode 100644 index 0000000000..ef5cb76f24 --- /dev/null +++ b/doc/forum/ga-ncdu/comment_2_8d369dc264ccaf80490c1cb37a330239._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="markusk" + subject="Sounds nice !" + date="2015-03-28T22:41:45Z" + content=""" + +I would be very glad if you would release it! +"""]] From 0352591c273cd2ad663e507f14acd7153444e359 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY" Date: Sun, 29 Mar 2015 00:47:25 +0000 Subject: [PATCH 16/32] --- ...nex_remotedaemon_100__37___cpu_hungry.mdwn | 81 +++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 doc/bugs/annex_remotedaemon_100__37___cpu_hungry.mdwn diff --git a/doc/bugs/annex_remotedaemon_100__37___cpu_hungry.mdwn b/doc/bugs/annex_remotedaemon_100__37___cpu_hungry.mdwn new file mode 100644 index 0000000000..6b20db9fda --- /dev/null +++ b/doc/bugs/annex_remotedaemon_100__37___cpu_hungry.mdwn @@ -0,0 +1,81 @@ +### Please describe the problem. + +Rebooted my laptop recently (after dunno how long of uptime) and annex assistant was shut off in previous uptime, but this time decided to leave it running. spotted that laptop is hot today to see that git-annex is busy. And I am not sure what it is really doing: top says + + 3087 yoh 30 10 520700 21084 14748 S 100.0 0.1 80:50.60 /usr/bin/git-annex remotedaemon + + +[[!format sh """ + +$> tail -20 /proc/3087/cwd/.git/annex/daemon.log + +Please make sure you have the correct access rights +and the repository exists. +ssh: connect to host vagus.cns.dartmouth.edu port 22: Connection timed out +fatal: Could not read from remote repository. + +Please make sure you have the correct access rights +and the repository exists. +ssh: connect to host vagus.cns.dartmouth.edu port 22: Connection timed out +fatal: Could not read from remote repository. + +Please make sure you have the correct access rights +and the repository exists. +[2015-03-28 20:27:53 EDT] main: Syncing with debandy_Vault +hostname: Name or service not known +hostname: Name or service not known +To ssh://yoh@git-annex-andy-yoh_.2Fmedia.2FVault.2Fannex/media/Vault/annex/ + 8c181af..a0b0bd6 git-annex -> synced/git-annex + 8352761..537d4a6 master -> synced/master + +"""]] + +in webapp I saw it struggling to connect to vagus which is offline, I turned it off, then reanabled syncing to above yoh@git-annex-andy-yoh_.2Fmedia.2FVault.2Fannex . I don't know if annex was busier or not before, but it is 100% busy now, but nothing seems to be done -- no traffic, no changing fd's for that annex process + +strace shows busy reading from fd 24: + +[[!format sh """ +[pid 3110] read(24, "", 8096) = 0 +[pid 3110] read(24, "", 8096) = 0 +[pid 3110] read(24, "", 8096) = 0 +[pid 3110] read(24, "", 8096) = 0 +"""]] + + + $> ls -l /proc/3087/fd/24 + lr-x------ 1 yoh yoh 64 Mar 28 20:31 /proc/3087/fd/24 -> pipe:[794930] + + +so what could it be doing? + +[[!format sh """ + 2807 yoh 20 0 693M 110M 36948 S 1.4 0.7 11:15.32 ├─ /usr/bin/git-annex assistant --startdelay=5s + 3359 yoh 39 19 20996 3412 3096 S 0.0 0.0 0:00.01 │ ├─ git --git-dir=.git --work-tree=. check-attr -z --stdin annex.backend annex.numcopies -- + 3140 yoh 20 0 21128 3504 3188 S 0.0 0.0 0:00.01 │ ├─ git --git-dir=.git --work-tree=. check-ignore -z --stdin --verbose --non-matching + 3117 yoh 20 0 693M 110M 36948 S 0.0 0.7 0:00.00 │ ├─ /usr/bin/git-annex assistant --startdelay=5s + 3108 yoh 20 0 693M 110M 36948 S 0.0 0.7 0:00.15 │ ├─ /usr/bin/git-annex assistant --startdelay=5s + 3087 yoh 30 10 508M 21084 14748 S 97.9 0.1 1h29:16 │ ├─ /usr/bin/git-annex remotedaemon +24361 yoh 30 10 508M 21084 14748 S 0.0 0.1 0:00.00 │ │ ├─ /usr/bin/git-annex remotedaemon +19799 yoh 30 10 0 0 0 Z 0.0 0.0 0:00.01 │ │ ├─ ssh +19440 yoh 30 10 508M 21084 14748 S 0.0 0.1 0:00.00 │ │ ├─ /usr/bin/git-annex remotedaemon + 3222 yoh 30 10 27368 5796 3456 S 0.0 0.0 0:00.00 │ │ ├─ git --git-dir=.git --work-tree=. cat-file --batch + 3110 yoh 30 10 508M 21084 14748 R 97.5 0.1 1h29:10 │ │ ├─ /usr/bin/git-annex remotedaemon + 3090 yoh 30 10 508M 21084 14748 S 0.0 0.1 0:00.98 │ │ ├─ /usr/bin/git-annex remotedaemon + 3089 yoh 30 10 508M 21084 14748 S 0.0 0.1 0:00.03 │ │ └─ /usr/bin/git-annex remotedaemon +"""]] + +how could I figure out what is doing??? meanwhile I have just sent STOP signal to 3087 + +### What version of git-annex are you using? On what operating system? + +5.20150327+git27-g6af24b6-1 + +### 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. +"""]] From ff7b8210eb6150d0002b803198c162345f0b50b3 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkyMs6WP6rXEnFqQg9oooOjYZzqO1j9_kE" Date: Sun, 29 Mar 2015 02:30:36 +0000 Subject: [PATCH 17/32] Added a comment: Same problem here --- ..._1ad06842dd96be14e66cde67f32d50f8._comment | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/forum/Android_version_does_not_sync/comment_4_1ad06842dd96be14e66cde67f32d50f8._comment diff --git a/doc/forum/Android_version_does_not_sync/comment_4_1ad06842dd96be14e66cde67f32d50f8._comment b/doc/forum/Android_version_does_not_sync/comment_4_1ad06842dd96be14e66cde67f32d50f8._comment new file mode 100644 index 0000000000..3ae4f77847 --- /dev/null +++ b/doc/forum/Android_version_does_not_sync/comment_4_1ad06842dd96be14e66cde67f32d50f8._comment @@ -0,0 +1,26 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkyMs6WP6rXEnFqQg9oooOjYZzqO1j9_kE" + nickname="John" + subject="Same problem here" + date="2015-03-29T02:30:36Z" + content=""" +**Here's the log right from the first start up after creating a repo, and also the warning I get when I open the webapp:** + +[2015-03-29 10:18:01 JST] main: starting assistant version 5.20150327-ge414f2d [2015-03-29 10:18:01 JST] +Cronner: You should enable consistency checking to protect your data. (scanning...) + +[2015-03-29 10:18:02 JST] Watcher: Performing startup scan (started...) + +Detected a filesystem without fifo support. + +Disabling ssh connection caching. + +Detected a crippled filesystem. (recording state in git...) error: cannot run git-upload-pack '/storage/extSdCard/annex-sync': No such file or directory fatal: unable to fork + + +**Each time I start the webapp, I get this warning:** + +Transfer scanner crashed: /storage/sdcard0/annex/.git/index: copyFile does not exist (No such file or directory) + + +"""]] From f8514bd986294dfe25fddf264505194907f9cf68 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Sun, 29 Mar 2015 09:15:29 +0000 Subject: [PATCH 18/32] --- doc/forum/two_lines_back_to_remote__63__.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/two_lines_back_to_remote__63__.mdwn diff --git a/doc/forum/two_lines_back_to_remote__63__.mdwn b/doc/forum/two_lines_back_to_remote__63__.mdwn new file mode 100644 index 0000000000..d5f6f3fb9a --- /dev/null +++ b/doc/forum/two_lines_back_to_remote__63__.mdwn @@ -0,0 +1,12 @@ +`git annex map` generates a diagram roughly like this: + +``` ++------+ +-------+ +|laptop| -> |usbdisk| +| | <- | | +| | <- | | ++------+ +-------+ +``` + +Why are there *two* lines back from the disk to the laptop? + From 3c2cbb86c52fe3c8e43ea8705eae0130b4eaba4b Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Sun, 29 Mar 2015 09:17:07 +0000 Subject: [PATCH 19/32] Fix formatting --- doc/forum/two_lines_back_to_remote__63__.mdwn | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/forum/two_lines_back_to_remote__63__.mdwn b/doc/forum/two_lines_back_to_remote__63__.mdwn index d5f6f3fb9a..3ac54134ef 100644 --- a/doc/forum/two_lines_back_to_remote__63__.mdwn +++ b/doc/forum/two_lines_back_to_remote__63__.mdwn @@ -1,12 +1,10 @@ `git annex map` generates a diagram roughly like this: -``` -+------+ +-------+ -|laptop| -> |usbdisk| -| | <- | | -| | <- | | -+------+ +-------+ -``` + +------+ +-------+ + |laptop| -> |usbdisk| + | | <- | | + | | <- | | + +------+ +-------+ Why are there *two* lines back from the disk to the laptop? From e2c3ae890d8b3f9604bca200ffd34b38b8c2bfe5 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Sun, 29 Mar 2015 09:23:46 +0000 Subject: [PATCH 20/32] --- .../git_annex_info:_local_annex_keys__63__.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/forum/git_annex_info:_local_annex_keys__63__.mdwn diff --git a/doc/forum/git_annex_info:_local_annex_keys__63__.mdwn b/doc/forum/git_annex_info:_local_annex_keys__63__.mdwn new file mode 100644 index 0000000000..11c55879cd --- /dev/null +++ b/doc/forum/git_annex_info:_local_annex_keys__63__.mdwn @@ -0,0 +1,15 @@ +When I run `git annex info`, it stops to ask me for "local annex keys": + + $ git annex info + repository mode: indirect + trusted repositories: 0 + semitrusted repositories: 3 + 00000000-0000-0000-0000-000000000001 -- web + 1xxxxxx7-6xx1-4xx1-8xx8-5xxxxxxxxxx1 -- here (usbdisk) + bxxxxxx6-bxxe-4xx2-bxxe-fxxxxxxxxxxf -- origin (local) + untrusted repositories: 0 + transfers in progress: none + available local disk space: 36.25 gigabytes (+1 megabyte reserved) + local annex keys: + +What are these "local annex keys"? The `git-annex` manpage on the `info` doesn't command doesn't say. From 32e234ec046369dae1021e7c046582148a2ddad5 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Sun, 29 Mar 2015 09:25:21 +0000 Subject: [PATCH 21/32] --- doc/forum/git_annex_info:_local_annex_keys__63__.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/forum/git_annex_info:_local_annex_keys__63__.mdwn b/doc/forum/git_annex_info:_local_annex_keys__63__.mdwn index 11c55879cd..0df30c25f3 100644 --- a/doc/forum/git_annex_info:_local_annex_keys__63__.mdwn +++ b/doc/forum/git_annex_info:_local_annex_keys__63__.mdwn @@ -12,4 +12,6 @@ When I run `git annex info`, it stops to ask me for "local annex keys": available local disk space: 36.25 gigabytes (+1 megabyte reserved) local annex keys: -What are these "local annex keys"? The `git-annex` manpage on the `info` doesn't command doesn't say. +What are these "local annex keys"? + +*Edit*: Ah! it wasn't asking me anything, just echoing my keystrokes. It was counting keys stored in the annex, and taking a while. Sorry for the noise! From 8da7d75c3326af09a015ff5176d3005e58b8d3a7 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Sun, 29 Mar 2015 09:26:24 +0000 Subject: [PATCH 22/32] --- doc/forum/git_annex_info:_local_annex_keys__63__.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/forum/git_annex_info:_local_annex_keys__63__.mdwn b/doc/forum/git_annex_info:_local_annex_keys__63__.mdwn index 0df30c25f3..e1a79f038a 100644 --- a/doc/forum/git_annex_info:_local_annex_keys__63__.mdwn +++ b/doc/forum/git_annex_info:_local_annex_keys__63__.mdwn @@ -15,3 +15,13 @@ When I run `git annex info`, it stops to ask me for "local annex keys": What are these "local annex keys"? *Edit*: Ah! it wasn't asking me anything, just echoing my keystrokes. It was counting keys stored in the annex, and taking a while. Sorry for the noise! + + [...] + local annex keys: 19586 + local annex size: 33.96 gigabytes + annexed files in working tree: 19814 + size of annexed files in working tree: 35.12 gigabytes + bloom filter size: 16 mebibytes (3.9% full) + backend usage: + SHA256E: 39400 + From 4693cdeef500aa230cf9aa6420e3bf6e2c90e67b Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Sun, 29 Mar 2015 13:06:31 +0000 Subject: [PATCH 23/32] --- ...git_annex_import:_ignored_names_fatal.mdwn | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 doc/bugs/git_annex_import:_ignored_names_fatal.mdwn diff --git a/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn b/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn new file mode 100644 index 0000000000..a39273a125 --- /dev/null +++ b/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn @@ -0,0 +1,40 @@ +### Please describe the problem. + +When I import files that include ignored files, it seems to confuse git-annex (see below). + +This chunk repeats over and over, it looks like import gets stuck until I delete the ignored files. + +Can't the ignored files just be ignored? + +### What steps will reproduce the problem? + +`git annex import ../some-tree-with-ignored-files` + +### What version of git-annex are you using? On what operating system? + +$ git annex version +git-annex version: 5.20140412ubuntu1 +build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash +key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL +remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier hook external +local repository version: 5 +supported repository version: 5 +upgrade supported from repository versions: 0 1 2 4 + + +### 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 + + git-annex: user error (xargs ["-0","git","--git-dir=/media/jean/Elements/annex/.git","--work-tree=/media/jean/Elements/annex","add","--"] exited 123) + failed + (Recording state in git...) + The following paths are ignored by one of your .gitignore files: + work/performancemanagement/performancemanagement.zuml1156079052355.tmp + Use -f if you really want to add them. + fatal: no files added + +# End of transcript or log. +"""]] From 3c3538d3c6b0a0ddd2ad587e51bec0c2555215d1 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Sun, 29 Mar 2015 13:07:20 +0000 Subject: [PATCH 24/32] Fix formatting --- .../git_annex_import:_ignored_names_fatal.mdwn | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn b/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn index a39273a125..e96ca2acb7 100644 --- a/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn +++ b/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn @@ -12,21 +12,19 @@ Can't the ignored files just be ignored? ### What version of git-annex are you using? On what operating system? -$ git annex version -git-annex version: 5.20140412ubuntu1 -build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash -key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL -remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier hook external -local repository version: 5 -supported repository version: 5 -upgrade supported from repository versions: 0 1 2 4 + $ git annex version + git-annex version: 5.20140412ubuntu1 + build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash + key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL + remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier hook external + local repository version: 5 + supported repository version: 5 + upgrade supported from repository versions: 0 1 2 4 ### 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 git-annex: user error (xargs ["-0","git","--git-dir=/media/jean/Elements/annex/.git","--work-tree=/media/jean/Elements/annex","add","--"] exited 123) failed From d9c73b75754256009761e25559f0be730a0402a8 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Sun, 29 Mar 2015 15:24:03 +0000 Subject: [PATCH 25/32] Added a comment: Not only ignored names --- .../comment_1_f7fac12d354408480f48a719331c2d82._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/git_annex_import:_ignored_names_fatal/comment_1_f7fac12d354408480f48a719331c2d82._comment diff --git a/doc/bugs/git_annex_import:_ignored_names_fatal/comment_1_f7fac12d354408480f48a719331c2d82._comment b/doc/bugs/git_annex_import:_ignored_names_fatal/comment_1_f7fac12d354408480f48a719331c2d82._comment new file mode 100644 index 0000000000..bf27b863de --- /dev/null +++ b/doc/bugs/git_annex_import:_ignored_names_fatal/comment_1_f7fac12d354408480f48a719331c2d82._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" + nickname="Jean" + subject="Not only ignored names" + date="2015-03-29T15:24:03Z" + content=""" +During a large import, I observed the above repeatedly, not only on ignored names. When I ctrl-c and restart import, it picks up again apparently without issues. +"""]] From fefac458a6c6bdc1d5237e6ed0620de30e284e59 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E" <@web> Date: Sun, 29 Mar 2015 16:16:10 +0000 Subject: [PATCH 26/32] --- ...on_different_drive_letter_unavailable.mdwn | 162 ++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 doc/bugs/Windows:_repo_located_on_different_drive_letter_unavailable.mdwn diff --git a/doc/bugs/Windows:_repo_located_on_different_drive_letter_unavailable.mdwn b/doc/bugs/Windows:_repo_located_on_different_drive_letter_unavailable.mdwn new file mode 100644 index 0000000000..311675126c --- /dev/null +++ b/doc/bugs/Windows:_repo_located_on_different_drive_letter_unavailable.mdwn @@ -0,0 +1,162 @@ +Suppose I want to have following repositories syncronized on my windows pc: + + D:\Annex (NTFS hard drive) + R:\Annex (FAT32 usb flash drive) + +What I'm experiencing is that I simply can't do this. Everything ok if both repositories located on the same drive, for example: + + D:\Annex1 + D:\Annex2 + +I'm new to git annex, tell me if I'm doing something completely wrong. + +### System information: + +* windows 8.1 +* git 1.9.4.msysgit.0 +* git-annex 5.20150327-g22c9bbd (official build) + +### Short steps for reproduction: + +* init repo A on drive C +* commit some file +* clone repo A to repo B on drive D +* add remote to repo B, pointing to repo A +* add remote to repo A, pointing to repo B +* execute sync on repo B + +### Verbose step by step reproduction: + + C:\>mkdir Annex + + C:\>cd Annex + + C:\Annex>git init + Initialized empty Git repository in C:/Annex/.git/ + + C:\Annex>git-annex init c + init c + Detected a filesystem without fifo support. + + Disabling ssh connection caching. + + Detected a crippled filesystem. + + Enabling direct mode. + ok + (recording state in git...) + + C:\Annex>echo "Hello" > README.txt + + C:\Annex>git-annex add README.txt + add README.txt ok + (recording state in git...) + + C:\Annex>git-annex sync + commit ok + + C:\>D: + + D:\>mkdir Annex + + D:\>cd Annex + + D:\Annex>cd .. + + D:\>git clone C:\Annex + Cloning into 'Annex'... + done. + + D:\>cd Annex + + D:\Annex>git-annex init d + init d + Detected a filesystem without fifo support. + + Disabling ssh connection caching. + + Detected a crippled filesystem. + (merging origin/git-annex into git-annex...) + (recording state in git...) + + Enabling direct mode. + ok + (recording state in git...) + + D:\Annex>git remote add c C:\Annex + + D:\Annex>cd .. + + D:\>C: + + C:\>cd Annex + + C:\Annex>git remote add d D:\Annex + + C:\Annex>cd .. + + C:\>D: + + D:\>cd Annex + + D:\Annex>git-annex sync + commit ok + + D:\Annex>git-annex get README.txt + get README.txt (not available) + Try making some of these repositories available: + 98a6384c-ede4-4c97-b20d-9e1895e415cd -- c + failed + git-annex: get: 1 failed + +### Notices + +Latest sync command should inject annex-uuid to .config file, but it does not. For some reason repository on other drive is unavailable. If I do all of this on the same drive everything works ok. I've also checked case with one bare repository, result is the same. + +### Resulting .config files + +#### Repo on drive C + + [core] + repositoryformatversion = 0 + filemode = false + bare = true + logallrefupdates = true + symlinks = false + ignorecase = true + hideDotFiles = dotGitOnly + [annex] + uuid = 98a6384c-ede4-4c97-b20d-9e1895e415cd + sshcaching = false + crippledfilesystem = true + version = 5 + direct = true + [remote "d"] + url = D:\\Annex + fetch = +refs/heads/*:refs/remotes/d/* + +#### Repo on drive D + + [core] + repositoryformatversion = 0 + filemode = false + bare = true + logallrefupdates = true + symlinks = false + ignorecase = true + hideDotFiles = dotGitOnly + [remote "origin"] + url = C:\\Annex + fetch = +refs/heads/*:refs/remotes/origin/* + [branch "annex/direct/master"] + remote = origin + merge = refs/heads/annex/direct/master + [annex] + uuid = 74b81547-ef4b-4bd6-bc6c-38578029ac96 + sshcaching = false + crippledfilesystem = true + version = 5 + direct = true + [remote "c"] + url = C:\\Annex + fetch = +refs/heads/*:refs/remotes/c/* From 5620978013f4f77593cafa81f928c69bebadc221 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawl6rte43qSRK1o2zn7Ww4Z8pgBmJm8gDrc" Date: Sun, 29 Mar 2015 20:20:30 +0000 Subject: [PATCH 27/32] --- doc/bugs/feature_request:_pubkey-only_encryption_mode.mdwn | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/bugs/feature_request:_pubkey-only_encryption_mode.mdwn diff --git a/doc/bugs/feature_request:_pubkey-only_encryption_mode.mdwn b/doc/bugs/feature_request:_pubkey-only_encryption_mode.mdwn new file mode 100644 index 0000000000..af05993d4c --- /dev/null +++ b/doc/bugs/feature_request:_pubkey-only_encryption_mode.mdwn @@ -0,0 +1,4 @@ +### Feature request +It is not possible to put encrypted content in place on remotes with just a public GPG key. You always need the private key, even for encryption. I guess this is because how the cipher HMAC is used for replacing file names with their hashes. However, if that requirement (having secret file names) was dropped, I assume a pubkey-only mode could be implemented? + +My specific use case is backup archiving. I have my backups packed in archive files and want to use git-annex to copy the archives to offsite remotes (S3). In that case, I don't care much about hiding file names, but would appreciate the increased security of not having the secret key on the backup server. It would only be needed if I wanted to verify or restore backups. From 6272c7e75e5cf59a9b34b45b787d496f0fcee957 Mon Sep 17 00:00:00 2001 From: "https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574" Date: Sun, 29 Mar 2015 20:37:16 +0000 Subject: [PATCH 28/32] Added a comment: You should take a break --- .../comment_2_f7b04b2e96f0fc7530f1c21ccfcfb0f9._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/devblog/day_268_stressed_out/comment_2_f7b04b2e96f0fc7530f1c21ccfcfb0f9._comment diff --git a/doc/devblog/day_268_stressed_out/comment_2_f7b04b2e96f0fc7530f1c21ccfcfb0f9._comment b/doc/devblog/day_268_stressed_out/comment_2_f7b04b2e96f0fc7530f1c21ccfcfb0f9._comment new file mode 100644 index 0000000000..dffce0772b --- /dev/null +++ b/doc/devblog/day_268_stressed_out/comment_2_f7b04b2e96f0fc7530f1c21ccfcfb0f9._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574" + nickname="Mica" + subject="You should take a break" + date="2015-03-29T20:37:16Z" + content=""" +By all means, take a break Joey! +"""]] From cfc3ef911b9500b2e00f7398afe5731663e5b4df Mon Sep 17 00:00:00 2001 From: "https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574" Date: Sun, 29 Mar 2015 20:39:00 +0000 Subject: [PATCH 29/32] Added a comment: look at all your remotes --- .../comment_1_064d786c5550e4470440717994e62051._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/two_lines_back_to_remote__63__/comment_1_064d786c5550e4470440717994e62051._comment diff --git a/doc/forum/two_lines_back_to_remote__63__/comment_1_064d786c5550e4470440717994e62051._comment b/doc/forum/two_lines_back_to_remote__63__/comment_1_064d786c5550e4470440717994e62051._comment new file mode 100644 index 0000000000..bb551908b6 --- /dev/null +++ b/doc/forum/two_lines_back_to_remote__63__/comment_1_064d786c5550e4470440717994e62051._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574" + nickname="Mica" + subject="look at all your remotes" + date="2015-03-29T20:39:00Z" + content=""" +Have a look at all your remotes, you can reference the same repo with more than one remote name. +"""]] From 25fe6cfe0cfe55642074dd1344346514edc7b1bd Mon Sep 17 00:00:00 2001 From: ghen1 Date: Sun, 29 Mar 2015 23:14:00 +0000 Subject: [PATCH 30/32] Added a comment --- .../comment_2_e19abfe33b0f071ffc059e9976fc6d91._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/Case-insensitive_search_with_find_list_whereis__63__/comment_2_e19abfe33b0f071ffc059e9976fc6d91._comment diff --git a/doc/forum/Case-insensitive_search_with_find_list_whereis__63__/comment_2_e19abfe33b0f071ffc059e9976fc6d91._comment b/doc/forum/Case-insensitive_search_with_find_list_whereis__63__/comment_2_e19abfe33b0f071ffc059e9976fc6d91._comment new file mode 100644 index 0000000000..26d9efaf35 --- /dev/null +++ b/doc/forum/Case-insensitive_search_with_find_list_whereis__63__/comment_2_e19abfe33b0f071ffc059e9976fc6d91._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="ghen1" + subject="comment 2" + date="2015-03-29T23:14:00Z" + content=""" +I feel stupid for not thinking of that. Thank you. +"""]] From 933e689ca2cb1875f00523793b3ab00c879db68d Mon Sep 17 00:00:00 2001 From: CandyAngel Date: Mon, 30 Mar 2015 15:41:13 +0000 Subject: [PATCH 31/32] --- ...tput_key_with_import__47__deduplicate.mdwn | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/todo/Output_key_with_import__47__deduplicate.mdwn diff --git a/doc/todo/Output_key_with_import__47__deduplicate.mdwn b/doc/todo/Output_key_with_import__47__deduplicate.mdwn new file mode 100644 index 0000000000..807d59dfdf --- /dev/null +++ b/doc/todo/Output_key_with_import__47__deduplicate.mdwn @@ -0,0 +1,20 @@ +When using + + git annex import --deduplicate -- ~/directory/to/import + +would it be possible to output the keys for duplicate files? This would allow people to find where in the annex the files already exist. + +e.g. + + import ~/directory/to/import/001.txt ok + import ~/directory/to/import/002.txt ok + import ~/directory/to/import/002_d.txt (duplicate SHA256E-s261--fb1230987ac123098...) ok + import ~/directory/to/import/003.txt ok + +Then you could use + + git log -S SHA256E-s261--fb1230987ac123098... + +to find out where it is already. + +Not sure if that is the nicest layout.. (or what it might break). From e359a0ebec1b00cff5402b5e59b93066357e4ace Mon Sep 17 00:00:00 2001 From: anarcat Date: Mon, 30 Mar 2015 16:26:06 +0000 Subject: [PATCH 32/32] Added a comment: take care and ideas --- ..._0eb4c17d35fba9db6a7446a5f253ace9._comment | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/devblog/day_268_stressed_out/comment_3_0eb4c17d35fba9db6a7446a5f253ace9._comment diff --git a/doc/devblog/day_268_stressed_out/comment_3_0eb4c17d35fba9db6a7446a5f253ace9._comment b/doc/devblog/day_268_stressed_out/comment_3_0eb4c17d35fba9db6a7446a5f253ace9._comment new file mode 100644 index 0000000000..f098c700ad --- /dev/null +++ b/doc/devblog/day_268_stressed_out/comment_3_0eb4c17d35fba9db6a7446a5f253ace9._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="anarcat" + subject="take care and ideas" + date="2015-03-30T16:26:05Z" + content=""" +we not careful enough with ourselves and with each other... i can only send my warmest support for your self-imposed break, i should probably have done that myself a few times, and never had the lucidity to do it soon enough... so yeah, break time, and enjoy spring! :) + +git-annex has grown in leaps and bounds in the last year, and it looks like it's getting more and more the traction it deserves. that means a lot more support requests and yes, a lot more noise in the forums and issue queues. in my experience, having the core devs step away from the support forums isn't necessarily a bad thing: it will leave some room for other people to step up and start cooking up their own answers. i did a very quick analysis of the `doc` subdirectory of the current git repo, and at least a third of the data is injected in the forum: + +
+$ ncdu doc/
+[...]
+   13,0MiB  3 270 [##########] /forum
+   10,4MiB  2 243 [########  ] /bugs
+    4,4MiB    964 [###       ] /design
+    2,2MiB    550 [#         ] /todo
+    1,6MiB    398 [#         ] /devblog
+    1,5MiB    348 [#         ] /tips
+[...]
+ Total disk usage:  38,3MiB  Apparent size:  15,4MiB  Items: 8711
+
+ +I wonder if moving this out of the wiki (to, say, a mailing list or Stack-exchange like Q&A site) would be helpful? It seems there is a significant amount of FAQ and divergence from topic on the forum posts... trying another tool may be helpful here (but I know how annoying and crazy this sounds at first...). +"""]]