From 581b444df21e49c97f4f0704c2ea3c88d7ef6a2b Mon Sep 17 00:00:00 2001 From: "http://www.dominik-george.de/" Date: Fri, 28 Sep 2012 18:38:59 +0000 Subject: --- ...removable_device_configurator_chokes_on_spaces.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/removable_device_configurator_chokes_on_spaces.mdwn diff --git a/doc/bugs/removable_device_configurator_chokes_on_spaces.mdwn b/doc/bugs/removable_device_configurator_chokes_on_spaces.mdwn new file mode 100644 index 000000000..d256071f4 --- /dev/null +++ b/doc/bugs/removable_device_configurator_chokes_on_spaces.mdwn @@ -0,0 +1,18 @@ +# What steps will reproduce the problem? + +1. Get a removable device and create a filesystem with a label containing a space, e.g.: + # mkfs.ext4 -L "Backup Home" /dev/sdb1 +2. Open the webapp and add a new repository on a removabledevice +3. Select the devices mountpoint, e.g. /media/Backup\ Home + +# What is the expected output? What do you see instead? + +The configurator should remove spaces for branch names, but it actually seems to call git remote add with "Backup Home" as argument which is invalid. + +The assistant produces an internal server error and subsequently crashes completely. + +# What version of git-annex are you using? On what operating system? + +git-annex 3.20120924 from the Debian package in sid on Debian wheezy, amd64. + + -- cgit v1.2.3 From dfc3ff57443e7312bacab7c73e04333c7e2a1344 Mon Sep 17 00:00:00 2001 From: "http://ciffer.net/~svend/" Date: Fri, 28 Sep 2012 18:52:28 +0000 Subject: Report IPv6 bug with webapp --- doc/bugs/Webapp_fails_to_resolve_ipv6_hostname.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/Webapp_fails_to_resolve_ipv6_hostname.mdwn 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. + -- cgit v1.2.3