diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-09-18 19:41:39 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-09-18 19:41:39 +0000 |
commit | d6a46a6047de7e2c07706950d89460be268d39eb (patch) | |
tree | 0e12eafb688812ff88a2855da6f1c309b7f044ab | |
parent | dd67dc6bb568f471a3c61017b0f0151f3f473178 (diff) |
Added a comment
-rw-r--r-- | doc/forum/SSH_remote_transfers_queued_but_no_movement/comment_1_fea4e2317f850d6166480cddba088ae5._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/SSH_remote_transfers_queued_but_no_movement/comment_1_fea4e2317f850d6166480cddba088ae5._comment b/doc/forum/SSH_remote_transfers_queued_but_no_movement/comment_1_fea4e2317f850d6166480cddba088ae5._comment new file mode 100644 index 000000000..d9bf5a97f --- /dev/null +++ b/doc/forum/SSH_remote_transfers_queued_but_no_movement/comment_1_fea4e2317f850d6166480cddba088ae5._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="108.236.230.124" + subject="comment 1" + date="2014-09-18T19:41:39Z" + content=""" +First, take a look at the output of `ps fax` .. you should see a `git-annex assistant` process and near it there ought to be a `git annex transferkeys` process. See if that process has any children under it, like perhaps a rsync. If so, it might just be stalled talking to the host for some reason. + +The best way to debug it further is probably to run `git annex copy --to $remote` at the command line, passing the name of your remote repository. See if it also stalls there. If so, add a --debug and you can see the actual rsync commands it's using, and perhaps work out the problem from there. +"""]] |