diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-11 21:44:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-11 21:44:08 -0400 |
commit | eb01c19092240ed3a91fb171ff00d91f9d3dec36 (patch) | |
tree | cc93bf956ed0b201764525d51923debd331c0400 | |
parent | 12cc7f5db604b693973abd948b2ff214eaec1686 (diff) | |
parent | 59bca515bf66a75ffc66fdb714cebd51d8f23c87 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
2 files changed, 30 insertions, 0 deletions
diff --git a/doc/forum/Can__39__t_get_pairing_to_work/comment_1_b981977b4fb942fd109c37fcf40f35d7._comment b/doc/forum/Can__39__t_get_pairing_to_work/comment_1_b981977b4fb942fd109c37fcf40f35d7._comment new file mode 100644 index 000000000..5e6690354 --- /dev/null +++ b/doc/forum/Can__39__t_get_pairing_to_work/comment_1_b981977b4fb942fd109c37fcf40f35d7._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.246.8" + subject="comment 1" + date="2012-10-11T23:48:37Z" + content=""" +It's not clear from your description whether you + +a) Started the pairing process independently on both machines... which probably doesn't work. + +b) Started pairing on one machine, and the other one noticed and popped up a pair request alert where +you re-entered the password. + +If b) didn't happen, then the the pairing broadcast is not being seen by the second machine. +You can try using tcpdump or wireshark to see the traffic. The traffic will look like this: + +<pre> +19:45:11.125893 IP 10.1.1.2.43376 > 224.0.0.1.55556: UDP, length 692 +</pre> + +If all is going well, you should be able to see that on both the machine that's initiating the pairing and the other machine. And every other machine on the network for that matter. +"""]] diff --git a/doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_3_ca75e928c245eb23a02b5f40ec69cbb1._comment b/doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_3_ca75e928c245eb23a02b5f40ec69cbb1._comment new file mode 100644 index 000000000..b2b605492 --- /dev/null +++ b/doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_3_ca75e928c245eb23a02b5f40ec69cbb1._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.246.8" + subject="comment 3" + date="2012-10-11T23:41:36Z" + content=""" +Recently the webapp has started honoring git's web.browser setting, so if that's set in ~/.gitconfig, it'll use a different browser than xdg-open does. +"""]] |