summaryrefslogtreecommitdiff
path: root/doc/bugs/_WebApp_crashed__58___getAddrInfo__58___does_not_exist___40__Name_or_service_not_known.mdwn
blob: 69732a7439b295df6407840d38ad8194d2bdaaff (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
### Please describe the problem.


some time ago i was using the webapp bound to a dedicated port number to get around firewall reconfig. Now after some time without using the webapp i'm using it again and when i start it with 

     git-annex webapp --listen=192.168.21.12:46199

it never starts but just keeps waiting forever(?) 

Update:(to clarify - the following works fine but results in the "random" port "problem")

    git-annex webapp --listen=192.168.21.12




### What steps will reproduce the problem?


git-annex webapp --listen=192.168.21.12:46199


### What version of git-annex are you using? On what operating system?


version 5.20140716-g8c14ba8 on debian wheezy using your pre build static tar archive. 

### 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


the log output is the following 3 lines 

[2014-07-23 16:41:45 CEST] main: starting assistant version 5.20140716-g8c14ba8
WebApp crashed: getAddrInfo: does not exist (Name or service not known)
[2014-07-23 16:41:45 CEST] WebApp: warning WebApp crashed: getAddrInfo: does not exist (Name or service not known)



# End of transcript or log.
"""]]

> [[done]] --[[Joey]]