diff options
author | https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo <Dirk@web> | 2013-06-12 20:18:19 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-06-12 20:18:19 +0000 |
commit | be38d6e89a36a0fa8274f06bc792835b407ecb9a (patch) | |
tree | 15066a8952b326f5f6d8906c875c75eb3dd14932 | |
parent | 38d7402c4d63f70280caf5eb416a3a2ab87e490b (diff) |
-rw-r--r-- | doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn b/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn new file mode 100644 index 000000000..54bf27710 --- /dev/null +++ b/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn @@ -0,0 +1,37 @@ +### Please describe the problem. +When using the git-annex webapp with the --listen paramter it as usual asks one to create a new repository on first startup. Selecting a repository location here and clicking "Make repository" button leads to a never ending loading browser and some git zombies. + +### What steps will reproduce the problem? +Two machines needed + +1. On machine one: git-annex webapp --listen=\<machine1-public-ip\>:34561 (you can choose another port as well) +2. On machine two: use a browser to go to the url the last step gave you +3. Click on make repository + + +### What version of git-annex are you using? On what operating system? +* git-annex version: 4.20130601 +* build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP DNS +* built using cabal +* on Ubuntu 13.04 32bit + + +### 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-06-12 21:59:37 CEST] main: starting assistant version 4.20130601 +WebApp crashed: unable to bind to local socket +[2013-06-12 21:59:37 CEST] WebApp: warning WebApp crashed: unable to bind to local socket + + dbus failed; falling back to mtab polling (ClientError {clientErrorMessage = "runClient: unable to determine DBUS address", clientErrorFatal = True}) + + No known network monitor available through dbus; falling back to polling +(scanning...) [2013-06-12 21:59:37 CEST] Watcher: Performing startup scan +(started...) + + +# End of transcript or log. +"""]] |