From d760b246f8e1d86b3a9daa2f0a051118e6496940 Mon Sep 17 00:00:00 2001 From: spwhitton Date: Thu, 29 Nov 2012 17:58:35 +0000 Subject: [PATCH 1/3] Added a comment: s3ql --- .../comment_8_84a822238ddbaf211cce5f527c3559d3._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Syncing_machines_on_different_networks/comment_8_84a822238ddbaf211cce5f527c3559d3._comment diff --git a/doc/forum/Syncing_machines_on_different_networks/comment_8_84a822238ddbaf211cce5f527c3559d3._comment b/doc/forum/Syncing_machines_on_different_networks/comment_8_84a822238ddbaf211cce5f527c3559d3._comment new file mode 100644 index 0000000000..78c3190dbd --- /dev/null +++ b/doc/forum/Syncing_machines_on_different_networks/comment_8_84a822238ddbaf211cce5f527c3559d3._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="spwhitton" + ip="163.1.167.50" + subject="s3ql" + date="2012-11-29T17:58:35Z" + content=""" +I am achieving success on this issue using afuse to automatically mount an s3ql volume. Though of course you have to manually push and pull from the git repo. +"""]] From 7dcfdd68c4d7576789bab680f731b51128d94d79 Mon Sep 17 00:00:00 2001 From: spwhitton Date: Thu, 29 Nov 2012 18:12:04 +0000 Subject: [PATCH 2/3] file bug --- ...ase_when_it_has_nothing_to_drop_or_copy_to_that_remote.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/bugs/assistant_wants_my_gpg_passphrase_when_it_has_nothing_to_drop_or_copy_to_that_remote.mdwn diff --git a/doc/bugs/assistant_wants_my_gpg_passphrase_when_it_has_nothing_to_drop_or_copy_to_that_remote.mdwn b/doc/bugs/assistant_wants_my_gpg_passphrase_when_it_has_nothing_to_drop_or_copy_to_that_remote.mdwn new file mode 100644 index 0000000000..f9a8424c4d --- /dev/null +++ b/doc/bugs/assistant_wants_my_gpg_passphrase_when_it_has_nothing_to_drop_or_copy_to_that_remote.mdwn @@ -0,0 +1,3 @@ +I am running 3.20121112 and this bug appeared when I upgraded to that from 3.20121017. + +After performing the startup scan after I login, git-annex gets GPG to sends me a pinentry pop-up asking for my GPG passphrase. However, I know that there is nothing to be dropped or copied to the encrypted SSH remote that I am being asked to provide access to. So I can't see any good reason why I would be asked for the passphrase. From 49af1f46607d433433f8f5c16709593f79fa4360 Mon Sep 17 00:00:00 2001 From: "http://edheil.wordpress.com/" Date: Thu, 29 Nov 2012 19:21:50 +0000 Subject: [PATCH 3/3] Added a comment: Just encountered this today --- ..._7_c7776d5b2d073e0d2ae36515185c25aa._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/bugs/Issue_on_OSX_with_some_system_limits/comment_7_c7776d5b2d073e0d2ae36515185c25aa._comment diff --git a/doc/bugs/Issue_on_OSX_with_some_system_limits/comment_7_c7776d5b2d073e0d2ae36515185c25aa._comment b/doc/bugs/Issue_on_OSX_with_some_system_limits/comment_7_c7776d5b2d073e0d2ae36515185c25aa._comment new file mode 100644 index 0000000000..b65dc4dfcc --- /dev/null +++ b/doc/bugs/Issue_on_OSX_with_some_system_limits/comment_7_c7776d5b2d073e0d2ae36515185c25aa._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="http://edheil.wordpress.com/" + ip="173.162.44.162" + subject="Just encountered this today" + date="2012-11-29T19:21:50Z" + content=""" +& it's killing my assistant. + +Found a workaround here: https://github.com/mockko/livereload/issues/1 + +This fixes it for now: + +ulimit -n 4096 + +Just posting here in case anybody else runs into this issue and, like me, finds themselves here via search engine. + +"""]]