aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Local_pairing_fails:_PairListener_crashed.mdwn
diff options
context:
space:
mode:
authorGravatar robconnolly <robconnolly@web>2012-12-04 06:10:41 +0000
committerGravatar admin <admin@branchable.com>2012-12-04 06:10:41 +0000
commit3844398b0627298c0d41ccd65cd370280d5cb010 (patch)
tree86c534780cfc565b224c3d8d082753d97ee41f8a /doc/bugs/Local_pairing_fails:_PairListener_crashed.mdwn
parent06f469ad5742270fa4cc6ecbf662a43c42d0f9a2 (diff)
initial bug report
Diffstat (limited to 'doc/bugs/Local_pairing_fails:_PairListener_crashed.mdwn')
-rw-r--r--doc/bugs/Local_pairing_fails:_PairListener_crashed.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/Local_pairing_fails:_PairListener_crashed.mdwn b/doc/bugs/Local_pairing_fails:_PairListener_crashed.mdwn
new file mode 100644
index 000000000..71402b1b2
--- /dev/null
+++ b/doc/bugs/Local_pairing_fails:_PairListener_crashed.mdwn
@@ -0,0 +1,16 @@
+What steps will reproduce the problem?
+
+Attempting to pair between a local repository and a repository on a remote computer on my LAN. Pairing is initiated from my local machine and I'm interacting with the webapp on the remote machine via firefox running over an ssh -X connection. Pairing appears to work up to a point: I enter the secret at one end, the pairing request shows up at the other end. I then enter the secret at that end.
+
+What is the expected output? What do you see instead?
+
+Pairing should complete successfully. Instead I get the error message "PairListener crashed: bad comment in public key", followed by the public key. The pairing process then does not move beyond the 'awaiting pairing' pages.
+
+What version of git-annex are you using? On what operating system?
+
+Local Machine: 3.20121127, Debian Wheezy/Sid (the only package from unstable is git-annex).
+Remote Machine: 3.20121113, Arch Linux (I installed the version from: https://aur.archlinux.org/packages/git-annex-bin/, which is supposedly the same as above, but reports the version specified here).
+
+Please provide any additional information below.
+
+None as yet. Let me know if there are any log files, etc. that I can post.