summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_webapp_--listen_on_a_remote_linux_server.mdwn
blob: f40fabd741e479afb3a9b34a151002c98adb391b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
### 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.
"""]]

> Duplicate; [[closed|done]]. --[[Joey]]