diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-23 17:56:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-23 17:56:31 -0400 |
commit | 5d695075fc0b0fd0e38ead098ee4cd9a87db0b5a (patch) | |
tree | e08948d6f52f38c74dcfe1e6448bc84d63634e2e | |
parent | e9e2ce62f1118229c98c44b20c57745afd1ebb9f (diff) | |
parent | 72ac06fff7ce115b4a9580a889e2220c84532c99 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
2 files changed, 52 insertions, 0 deletions
diff --git a/doc/bugs/_WebApp_crashed:_getAddrInfo:_does_not_exist___40__Name_or_service_not_known__41_____91__2014-07-23_16:41:45_CEST__93___WebApp:_warning_WebApp_crashed:_getAddrInfo:_does_not_exist___40__Name_or_service_not_known__41__.mdwn b/doc/bugs/_WebApp_crashed:_getAddrInfo:_does_not_exist___40__Name_or_service_not_known__41_____91__2014-07-23_16:41:45_CEST__93___WebApp:_warning_WebApp_crashed:_getAddrInfo:_does_not_exist___40__Name_or_service_not_known__41__.mdwn new file mode 100644 index 000000000..77d2beb10 --- /dev/null +++ b/doc/bugs/_WebApp_crashed:_getAddrInfo:_does_not_exist___40__Name_or_service_not_known__41_____91__2014-07-23_16:41:45_CEST__93___WebApp:_warning_WebApp_crashed:_getAddrInfo:_does_not_exist___40__Name_or_service_not_known__41__.mdwn @@ -0,0 +1,44 @@ +### 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. +"""]] diff --git a/doc/bugs/git_annex_requested_key_is_not_present_on_random_files_even_though_they_exist___40__Direct_mode__41__/comment_3_c377b56d20b291877be3c7bce5e7bd0c._comment b/doc/bugs/git_annex_requested_key_is_not_present_on_random_files_even_though_they_exist___40__Direct_mode__41__/comment_3_c377b56d20b291877be3c7bce5e7bd0c._comment new file mode 100644 index 000000000..6004fba5c --- /dev/null +++ b/doc/bugs/git_annex_requested_key_is_not_present_on_random_files_even_though_they_exist___40__Direct_mode__41__/comment_3_c377b56d20b291877be3c7bce5e7bd0c._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="24.159.78.125" + subject="comment 3" + date="2014-07-23T15:14:21Z" + content=""" +Actually no, rsync was never run on the server. git-annex-shell looked to see if the file was present, and did not see the file. +"""]] |