From ec8ea4e7f10353c436fa76400fbb956d513e3814 Mon Sep 17 00:00:00 2001 From: "http://edheil.wordpress.com/" Date: Mon, 27 May 2013 01:24:25 +0000 Subject: [PATCH 1/2] --- doc/forum/flickrannex_--_not_sure_I_get_it.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/flickrannex_--_not_sure_I_get_it.mdwn diff --git a/doc/forum/flickrannex_--_not_sure_I_get_it.mdwn b/doc/forum/flickrannex_--_not_sure_I_get_it.mdwn new file mode 100644 index 0000000000..fa69d61587 --- /dev/null +++ b/doc/forum/flickrannex_--_not_sure_I_get_it.mdwn @@ -0,0 +1,7 @@ +flickrannex -- is it a way to upload your images to flickr by putting them in a git annex directory, and make them retrievable from it handily that way? + +Or is it a hack to exploit flickr's free storage, by allowing you to somehow wrap your files in images and uploading them? + +My python and knowledge of how git annex's hooks work is not good enough for me to be certain by reading the code. + +Thanks From dfdabe001ed443828b4515c3763a8704eac1d8d2 Mon Sep 17 00:00:00 2001 From: "http://tiker.net/openid/" Date: Mon, 27 May 2013 01:41:39 +0000 Subject: [PATCH 2/2] --- .../Difficult_to_troubleshoot_XMPP_login_failures.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/Difficult_to_troubleshoot_XMPP_login_failures.mdwn diff --git a/doc/bugs/Difficult_to_troubleshoot_XMPP_login_failures.mdwn b/doc/bugs/Difficult_to_troubleshoot_XMPP_login_failures.mdwn new file mode 100644 index 0000000000..dd0ba3d416 --- /dev/null +++ b/doc/bugs/Difficult_to_troubleshoot_XMPP_login_failures.mdwn @@ -0,0 +1,8 @@ +### Please describe the problem. + +I have a jabber account on `jabber.ccc.de`. When trying to log in to that account, I get "Unable to connect to the Jabber server. Maybe you entered the wrong password? (Error message: AuthenticationFailure)" I've typed the password enough times that I'm relatively certain that I've typed it correctly at least once. It's difficult to see behind this error message. This is the only thing that shows up in the debug log: + + [2013-05-26 21:40:16 EDT] read: host ["-t","SRV","--","_xmpp-client._tcp.jabber.ccc.de"] + [2013-05-26 21:40:16 EDT] read: host ["-t","SRV","--","_xmpp-client._tcp.jabber.ccc.de"] + +It'd be great if this error were a wee bit more verbose.