summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_webapp_--listen_on_a_remote_linux_server.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnL3017qvB_nM39eIp8oHdeVfken9LMtqo <Michael@web>2013-07-18 22:23:12 +0000
committerGravatar admin <admin@branchable.com>2013-07-18 22:23:12 +0000
commitf122b25a06e863d5ace4cb8e22a49a68cbe84147 (patch)
tree79cacb1f0148dcb911c2f7da00353dfb46d6b4c8 /doc/bugs/git_annex_webapp_--listen_on_a_remote_linux_server.mdwn
parent76a8e0050a02dc979ae52f1b869da85c42187b74 (diff)
Diffstat (limited to 'doc/bugs/git_annex_webapp_--listen_on_a_remote_linux_server.mdwn')
-rw-r--r--doc/bugs/git_annex_webapp_--listen_on_a_remote_linux_server.mdwn48
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_webapp_--listen_on_a_remote_linux_server.mdwn b/doc/bugs/git_annex_webapp_--listen_on_a_remote_linux_server.mdwn
new file mode 100644
index 000000000..15ae8017e
--- /dev/null
+++ b/doc/bugs/git_annex_webapp_--listen_on_a_remote_linux_server.mdwn
@@ -0,0 +1,48 @@
+### Please describe the problem.
+
+webapp needs to be killed and restarted to finish setting up a new repository
+
+### What steps will reproduce the problem?
+
+I run on a remote linux server
+
+git annex webapp --listen=10.222.0.1:4000
+
+I get a url printed
+
+click the url, it opens in my browser
+click make a repository, and it doesn't finish loading the web page
+if I ctrl-c git on the remote server and start it up again, click
+the url again, i can continue to set up the new repository
+
+
+### What version of git-annex are you using? On what operating system?
+
+git-annex version: 4.20130709
+build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP
+
+debian wheezy with git-annex pinned from sid
+
+### 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-07-19 08:09:54 EST] main: starting assistant version 4.20130709
+WebApp crashed: unable to bind to local socket
+[2013-07-19 08:09:54 EST] 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-07-19 08:09:54 EST] Watcher: Performing startup scan
+(started...) Merge made by the 'recursive' strategy.
+ ...book.azw | 1 +
+ 1 file changed, 1 insertion(+)
+ create mode 120000 Books/book.azw
+[2013-07-19 08:13:03 EST] Committer: Committing changes to git
+
+
+# End of transcript or log.
+"""]]