Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
d1f88fe603
2 changed files with 50 additions and 0 deletions
|
@ -0,0 +1,39 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
|
||||||
|
After setting the username (xyz@gmail.com) and the password the webapp takes several minutes until eventually an error message is displayed stating that:
|
||||||
|
|
||||||
|
Unable to connect to the Jabber server. Maybe you entered the wrong password? (Error message: host gmail.com:5222 failed: connect: does not exist (Network is unreachable))
|
||||||
|
|
||||||
|
Testing with xyz@xmpp.l.gmail.com yields:
|
||||||
|
|
||||||
|
Unable to connect to the Jabber server. Maybe you entered the wrong password? (Error message: host xmpp.l.google.com:5222 failed: AuthenticationFailure)
|
||||||
|
|
||||||
|
What's strange about that is that the exact same procedure works on a different (Ubuntu-) system with almost no time spend.
|
||||||
|
|
||||||
|
### What steps will reproduce the problem?
|
||||||
|
|
||||||
|
Trying to set up the jabber connection.
|
||||||
|
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
|
git-annex version: 4.20130922-g7dc188a
|
||||||
|
build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP Feeds Quvi
|
||||||
|
(actually a zeroinstall feed from here: http://f12n.de/0install/git-annex-webapp.xml which is based on the standalone build)
|
||||||
|
|
||||||
|
OS: up-to-date ARCH system
|
||||||
|
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
|
[2013-09-23 19:24:04 CEST] main: starting assistant version 4.20130922-g7dc188a
|
||||||
|
(scanning...) [2013-09-23 19:24:04 CEST] Watcher: Performing startup scan
|
||||||
|
(started...)
|
||||||
|
[2013-09-23 20:18:12 CEST] read: host ["-t","SRV","--","_xmpp-client._tcp.gmail.com"]
|
||||||
|
.git/annex/daemon.log (END)
|
||||||
|
|
||||||
|
# End of transcript or log.
|
||||||
|
"""]]
|
|
@ -0,0 +1,11 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://joeyh.name/"
|
||||||
|
ip="4.152.108.220"
|
||||||
|
subject="comment 4"
|
||||||
|
date="2013-09-23T20:18:38Z"
|
||||||
|
content="""
|
||||||
|
Other good options to supplement an offline backup drive:
|
||||||
|
|
||||||
|
* A clone of the repository on another computer of yours, or on an Adroid tablet or phone.
|
||||||
|
* An encrypted git repository stored on a remote ssh server. (Supported by recent git-annex releases, although the assistant does not yet have a UI to set this up it's not very hard to do it manually at the command line and then the assistant will use it.)
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue