diff options
author | http://ciffer.net/~svend/ <http://ciffer.net/~svend/@web> | 2012-09-28 18:52:28 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-09-28 18:52:28 +0000 |
commit | dfc3ff57443e7312bacab7c73e04333c7e2a1344 (patch) | |
tree | cde21573515b033949063ded0425ae94957d0756 /doc/bugs | |
parent | 581b444df21e49c97f4f0704c2ea3c88d7ef6a2b (diff) |
Report IPv6 bug with webapp
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Webapp_fails_to_resolve_ipv6_hostname.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/Webapp_fails_to_resolve_ipv6_hostname.mdwn b/doc/bugs/Webapp_fails_to_resolve_ipv6_hostname.mdwn new file mode 100644 index 000000000..9cd0169a5 --- /dev/null +++ b/doc/bugs/Webapp_fails_to_resolve_ipv6_hostname.mdwn @@ -0,0 +1,14 @@ +What steps will reproduce the problem? + +From the webapp, go to Configuration > Manage repositories > Remote server. Enter a hostname that only has an IPv6 hostname (e.g. ipv6.google.com). Click Check this server. + +What is the expected output? What do you see instead? + +Expect the application to attempt to check the server via SSH. Instead, it results in error "cannot resolve host name". + +What version of git-annex are you using? On what operating system? + +git-annex 3.20120924 on Debian testing (amd64). + +Please provide any additional information below. + |