From 189ef7333cf04a4a414c6aed55cc044f3f647a23 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 27 Jun 2013 06:31:29 +0000 Subject: Added a comment --- .../comment_7_146331ae2de25a6dc3595dffab9514de._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/design/assistant/blog/day_288__success_stories/comment_7_146331ae2de25a6dc3595dffab9514de._comment diff --git a/doc/design/assistant/blog/day_288__success_stories/comment_7_146331ae2de25a6dc3595dffab9514de._comment b/doc/design/assistant/blog/day_288__success_stories/comment_7_146331ae2de25a6dc3595dffab9514de._comment new file mode 100644 index 000000000..61d581380 --- /dev/null +++ b/doc/design/assistant/blog/day_288__success_stories/comment_7_146331ae2de25a6dc3595dffab9514de._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.193" + subject="comment 7" + date="2013-06-27T06:31:29Z" + content=""" +Amazing tweet I found! --[[Joey]] + +Git-annex now auto-syncing photos from my android phone to a Tor hidden SSH service I control (via @guardianproject's Orbot) #prismbreak + + +"""]] -- cgit v1.2.3 From 9201b1927286ac2bb8421ee227d267fcff07bd22 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo" Date: Thu, 27 Jun 2013 11:52:53 +0000 Subject: --- doc/bugs/GPG_problem_on_Mac.mdwn | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/bugs/GPG_problem_on_Mac.mdwn diff --git a/doc/bugs/GPG_problem_on_Mac.mdwn b/doc/bugs/GPG_problem_on_Mac.mdwn new file mode 100644 index 000000000..25e4bb747 --- /dev/null +++ b/doc/bugs/GPG_problem_on_Mac.mdwn @@ -0,0 +1,31 @@ +### Please describe the problem. +Adding a box.com repository fails with an Internal server error and the message "user error (gpg ["--quiet","--trust-model","always","--batch","--passphrase-fd","48","--symmetric","--force-mdc"] exited 2)" + +Looking at the logfile it seems like git-annex is looking for gpg (gpg-agent) in /usr/local/MacGPG2/bin/. On my system it is in /usr/local/bin (installed using homebrew). I do not have the directory /usr/local/MacGPG2/. + +Not sure if what the git-annex philosophy is: detect the location of such external programs or ship them together with git-annex. + +### What steps will reproduce the problem? +Add a box.com repository (I assume every repository type that uses gpg will fail in the same way) on a Mac. + + +### What version of git-annex are you using? On what operating system? +git-annex version 4.20130626-g2dd6f84 +Mac OS 10.8.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 + +(Recording state in git...) + +(encryption setup) (shared cipher) (testing WebDAV server...) +(gpg) gpg: error running `/usr/local/MacGPG2/bin/gpg-agent': probably not installed +gpg: DBG: running `/usr/local/MacGPG2/bin/gpg-agent' for testing failed: Configuration error +gpg: can't connect to the agent: IPC connect call failed +gpg: problem with the agent: No agent running +27/Jun/2013:13:41:37 +0200 [Error#yesod-core] user error (gpg ["--quiet","--trust-model","always","--batch","--passphrase-fd","21","--symmetric","--force-mdc"] exited 2) @(yesod-core-1.1.8.3:Yesod.Internal.Core ./Yesod/Internal/Core.hs:550:5) +# End of transcript or log. +"""]] -- cgit v1.2.3 From 5aeb9e46824570389501603e5279266450fef371 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo" Date: Thu, 27 Jun 2013 11:54:00 +0000 Subject: --- doc/bugs/GPG_problem_on_Mac.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/bugs/GPG_problem_on_Mac.mdwn b/doc/bugs/GPG_problem_on_Mac.mdwn index 25e4bb747..834115ef4 100644 --- a/doc/bugs/GPG_problem_on_Mac.mdwn +++ b/doc/bugs/GPG_problem_on_Mac.mdwn @@ -10,8 +10,8 @@ Add a box.com repository (I assume every repository type that uses gpg will fail ### What version of git-annex are you using? On what operating system? -git-annex version 4.20130626-g2dd6f84 -Mac OS 10.8.4 +* git-annex version 4.20130626-g2dd6f84 +* Mac OS 10.8.4 ### Please provide any additional information below. -- cgit v1.2.3 From 527cad2af3d3346f5ae0d7aae0abbac3dc307850 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo" Date: Thu, 27 Jun 2013 11:54:54 +0000 Subject: --- doc/bugs/GPG_problem_on_Mac.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bugs/GPG_problem_on_Mac.mdwn b/doc/bugs/GPG_problem_on_Mac.mdwn index 834115ef4..de45ac8ae 100644 --- a/doc/bugs/GPG_problem_on_Mac.mdwn +++ b/doc/bugs/GPG_problem_on_Mac.mdwn @@ -10,7 +10,7 @@ Add a box.com repository (I assume every repository type that uses gpg will fail ### What version of git-annex are you using? On what operating system? -* git-annex version 4.20130626-g2dd6f84 +* git-annex version 4.20130626-g2dd6f84 (from https://downloads.kitenet.net/git-annex/OSX/current/10.8.2_Mountain_Lion/) * Mac OS 10.8.4 ### Please provide any additional information below. -- cgit v1.2.3 From 88e6ed49bbb0792cb4eaf925852734182f159138 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnGrQBFPptA2GU_Nx8KrxRGtyAS7PIlwjw" Date: Thu, 27 Jun 2013 12:32:29 +0000 Subject: Added a comment: same problem here --- ...omment_2_366aa798a5e55350d32b63b31c19112b._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/Can__39__t_set_repositories_directory/comment_2_366aa798a5e55350d32b63b31c19112b._comment diff --git a/doc/bugs/Can__39__t_set_repositories_directory/comment_2_366aa798a5e55350d32b63b31c19112b._comment b/doc/bugs/Can__39__t_set_repositories_directory/comment_2_366aa798a5e55350d32b63b31c19112b._comment new file mode 100644 index 000000000..2af33522b --- /dev/null +++ b/doc/bugs/Can__39__t_set_repositories_directory/comment_2_366aa798a5e55350d32b63b31c19112b._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnGrQBFPptA2GU_Nx8KrxRGtyAS7PIlwjw" + nickname="Nathan" + subject="same problem here" + date="2013-06-27T12:32:28Z" + content=""" +Ran into this same problem just now. I can't start as I cant make a repository. + +Error: + +Internal Server Error +user error (git [\"--git-dir=/Users/Nathan/annex/.git\",\"--work-tree=/Users/Nathan/annex\",\"commit-tree\",\"4b825dc642cb6eb9a060e54bf8d69288fbee4904\"] exited 128) + +git-annex version: + +4.20130626-g2dd6f84 + +Could this have something to do with me first frigging around trying to get git-annex installed via homebrew? Maybe I broke something first? +"""]] -- cgit v1.2.3 From 08cca2a3ccb6ec86f87f804d74530cce09f80c12 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnAvbXOnK57sqgvZvxkbG74NUKBDwKDcuk" Date: Thu, 27 Jun 2013 13:14:43 +0000 Subject: Added a comment: Backups --- .../comment_8_72be9307e75eb120451f3d6ab7c8165e._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/design/assistant/blog/day_288__success_stories/comment_8_72be9307e75eb120451f3d6ab7c8165e._comment diff --git a/doc/design/assistant/blog/day_288__success_stories/comment_8_72be9307e75eb120451f3d6ab7c8165e._comment b/doc/design/assistant/blog/day_288__success_stories/comment_8_72be9307e75eb120451f3d6ab7c8165e._comment new file mode 100644 index 000000000..ab482d179 --- /dev/null +++ b/doc/design/assistant/blog/day_288__success_stories/comment_8_72be9307e75eb120451f3d6ab7c8165e._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnAvbXOnK57sqgvZvxkbG74NUKBDwKDcuk" + nickname="Tim" + subject="Backups" + date="2013-06-27T13:14:43Z" + content=""" +We use rsync and tar to backup to a server on the local network, and since we discoverd git-annex, we use this mechanism to automatically put all this data in both a local bup repo and a remote one. This gives us a daily full backup, with history available, both locally and off-site. Thanks to bup our 4T of data gets deduplicated to about 270G, only a couple of megs get transferred every night, and thanks to git-annex everything just works, like it should! +"""]] -- cgit v1.2.3 From c59350f6cfaf8290ec155677bbd40e7db6787c5e Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlOc-EOD5ZyggsAp6lOnU7x5MxizwLtUXA" Date: Thu, 27 Jun 2013 14:09:47 +0000 Subject: Added a comment: more success --- .../comment_9_c27eb0a4181e85a3eed41130402350bf._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/design/assistant/blog/day_288__success_stories/comment_9_c27eb0a4181e85a3eed41130402350bf._comment diff --git a/doc/design/assistant/blog/day_288__success_stories/comment_9_c27eb0a4181e85a3eed41130402350bf._comment b/doc/design/assistant/blog/day_288__success_stories/comment_9_c27eb0a4181e85a3eed41130402350bf._comment new file mode 100644 index 000000000..cf77845b5 --- /dev/null +++ b/doc/design/assistant/blog/day_288__success_stories/comment_9_c27eb0a4181e85a3eed41130402350bf._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawlOc-EOD5ZyggsAp6lOnU7x5MxizwLtUXA" + nickname="Hendrik" + subject="more success" + date="2013-06-27T14:09:47Z" + content=""" +Hi, + +I have moved all my photographs to an annex running on a Ubuntu file server while doing photo editing, presenting etc. on my MacBook. The annex is great in selectively moving files between these machines for editing and presentation purposes. I started using it around christmas season last year and added a glacier \"backup\" recently. My statistics: 6 repositories in total, more than 300GB (dedup'd from 380GB), 60.000 local keys. + +What is missing from my point of view (and I would happily join crowd funding): stable windows and android versions, managing selective transfers from the assistant (select folders to be transferred from/to a specific repository), options for running the annex as a server daemon with web GUI (authentication to GUI + fixed URLs, status reports on GUI, etc.). All these would dramatically increase the WAF. +"""]] -- cgit v1.2.3 From 52a8bf327a46ae2290b3217f77894347d5f102d1 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmnG4EuvZWse5hvgrl0XAK-U61e-0iGaao" Date: Thu, 27 Jun 2013 16:52:12 +0000 Subject: Added a comment: Nothing fancy but... --- ...ment_10_9ddf57b8ae0241268bb33bec1b169e4c._comment | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/design/assistant/blog/day_288__success_stories/comment_10_9ddf57b8ae0241268bb33bec1b169e4c._comment diff --git a/doc/design/assistant/blog/day_288__success_stories/comment_10_9ddf57b8ae0241268bb33bec1b169e4c._comment b/doc/design/assistant/blog/day_288__success_stories/comment_10_9ddf57b8ae0241268bb33bec1b169e4c._comment new file mode 100644 index 000000000..f53f4b654 --- /dev/null +++ b/doc/design/assistant/blog/day_288__success_stories/comment_10_9ddf57b8ae0241268bb33bec1b169e4c._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmnG4EuvZWse5hvgrl0XAK-U61e-0iGaao" + nickname="David" + subject="Nothing fancy but..." + date="2013-06-27T16:52:12Z" + content=""" +Hi Joey, + +First, thanks very much for your effort put into git-annex. I store my photos in git-annex and I like it because: + +* I want to store multiple copies of the pictures and I can see where they are, +* I can have a global view of the collection on my laptop without carrying all the files. +* the indirect mode makes it difficult to me to do stupid things. + +So there's nothing fancy, but it works for me very well. From time to time I try the assistant's new features and I'm planning to replace Dropbox eventually. + +Secondly, thanks very much for the dev blog! I was looking forward every morning to see what's coming next, what problems you are facing and how you're planning to solve them. It is simply amazing what you've achieved in the last year and your posts gave me a lot of motivation too (in finishing my thesis :-))! + +Thanks! +"""]] -- cgit v1.2.3 From 99a0a1c69603f6c2531921162d587ade391234c3 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 27 Jun 2013 18:11:03 +0000 Subject: Added a comment --- .../comment_11_50b8a597bd8677608f2ef176443f23f3._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/design/assistant/blog/day_288__success_stories/comment_11_50b8a597bd8677608f2ef176443f23f3._comment diff --git a/doc/design/assistant/blog/day_288__success_stories/comment_11_50b8a597bd8677608f2ef176443f23f3._comment b/doc/design/assistant/blog/day_288__success_stories/comment_11_50b8a597bd8677608f2ef176443f23f3._comment new file mode 100644 index 000000000..219e1e651 --- /dev/null +++ b/doc/design/assistant/blog/day_288__success_stories/comment_11_50b8a597bd8677608f2ef176443f23f3._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.193" + subject="comment 11" + date="2013-06-27T18:11:03Z" + content=""" +Excerpt from a [longer comment](http://git-annex.branchable.com/bugs/Problems_with_syncing_gnucash/#comment-7d70d822a0fdf672ba09535f943af7c9) by Florian: + +I know that my expectations in this project are a little bit high and I see how much work it was to get where we are now. Once again thank you for the excellent work done so far. I don't fear to synchronize important data with git-annex. I even use git-annex to backup and synchronize the member database for our club (wannabe hackerspace). +"""]] -- cgit v1.2.3 From d33643f29590c0c9fafc3186a86b31f6f977e36b Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 27 Jun 2013 18:11:45 +0000 Subject: Added a comment --- ...ent_12_f2df427cf3608377e9a52d8bdeadb26f._comment | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/design/assistant/blog/day_288__success_stories/comment_12_f2df427cf3608377e9a52d8bdeadb26f._comment diff --git a/doc/design/assistant/blog/day_288__success_stories/comment_12_f2df427cf3608377e9a52d8bdeadb26f._comment b/doc/design/assistant/blog/day_288__success_stories/comment_12_f2df427cf3608377e9a52d8bdeadb26f._comment new file mode 100644 index 000000000..10699c959 --- /dev/null +++ b/doc/design/assistant/blog/day_288__success_stories/comment_12_f2df427cf3608377e9a52d8bdeadb26f._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.193" + subject="comment 12" + date="2013-06-27T18:11:45Z" + content=""" +From a mail I received: --[[Joey]] + +Git-annex makes it possible for me to have lots of data. Before I +started using it I had a music library and a few massive tar files, +none of it properly backed up, and occasionally there would be random +corruption (I still have broken mp3s which jump and stutter in places) +because I would carelessly cp them from HDD to HDD. So I'd avoid +actually letting data accumulate; this was inconvenient in itself. +Now git-annex does everything for me. + +Following your development blog, as a novice programmer, has been +really enjoyable and interesting. My only experience of professional +IT has put me of but it's good to see you working through things +methodically and properly. +"""]] -- cgit v1.2.3 From 14acb71207baa6bbae0eea99e675921624dc3b55 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 27 Jun 2013 18:19:57 +0000 Subject: Added a comment --- .../comment_3_812554d58ad9274a50b2a33d5f4d2ec3._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/Can__39__t_set_repositories_directory/comment_3_812554d58ad9274a50b2a33d5f4d2ec3._comment diff --git a/doc/bugs/Can__39__t_set_repositories_directory/comment_3_812554d58ad9274a50b2a33d5f4d2ec3._comment b/doc/bugs/Can__39__t_set_repositories_directory/comment_3_812554d58ad9274a50b2a33d5f4d2ec3._comment new file mode 100644 index 000000000..75145b709 --- /dev/null +++ b/doc/bugs/Can__39__t_set_repositories_directory/comment_3_812554d58ad9274a50b2a33d5f4d2ec3._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.193" + subject="comment 3" + date="2013-06-27T18:19:57Z" + content=""" +Maybe git is broken somehow? + +What you can do is run `/Volumes/git-annex/git-annex.app/Contents/MacOS/git-annex-webapp` manually, in a console, and hopefully there will be a more informative error message displayed there. +"""]] -- cgit v1.2.3