diff options
author | http://bigasterisk.com/ <Drew_Perttula@web> | 2013-07-16 03:46:25 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-16 03:46:25 +0000 |
commit | 7eecf09d0cc757da2138f8493cee77d63668e4a7 (patch) | |
tree | 363065d7cf14eaa6d702a4e8942a186d1ae9f23b | |
parent | 913f5cd1afe8d5226b86c63ed128c14fd55ec738 (diff) |
Added a comment: don't see errors
-rw-r--r-- | doc/bugs/remote_files_appear_but_are_unreadable_because_their_symlink_targets_don__39__t_exist/comment_2_82ac53f41db76411585e065ea3c2339d._comment | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/bugs/remote_files_appear_but_are_unreadable_because_their_symlink_targets_don__39__t_exist/comment_2_82ac53f41db76411585e065ea3c2339d._comment b/doc/bugs/remote_files_appear_but_are_unreadable_because_their_symlink_targets_don__39__t_exist/comment_2_82ac53f41db76411585e065ea3c2339d._comment new file mode 100644 index 000000000..423af092d --- /dev/null +++ b/doc/bugs/remote_files_appear_but_are_unreadable_because_their_symlink_targets_don__39__t_exist/comment_2_82ac53f41db76411585e065ea3c2339d._comment @@ -0,0 +1,48 @@ +[[!comment format=mdwn + username="http://bigasterisk.com/" + nickname="Drew Perttula" + subject="don't see errors" + date="2013-07-16T03:46:25Z" + content=""" +I don't notice anything funny in the log. Here's the same behavior as before, with the daemon.log lines that are generated. + +host1 command: + + ~/annex% date > test-2013-07-15c + + +host1 new daemon.log lines: + + add test-2013-07-15c (checksum...) ok + add test-2013-07-15c (checksum...) [2013-07-15 20:41:52 PDT] Committer: Committing changes to git + [2013-07-15 20:41:52 PDT] Pusher: Syncing with host2.local_annex + Already up-to-date. + X11 forwarding request failed on channel 0 + To ssh://drewp@git-annex-host2.local-drewp_annex/~/annex/ + db4b2ef..ddf6aa7 git-annex -> synced/git-annex + 5f7fa61..24b33b5 master -> synced/master + Already up-to-date. + + +host2 new daemon.log lines: + + Updating 5f7fa61..24b33b5 + Fast-forward + test-2013-07-15c | 1 + + 1 file changed, 1 insertion(+) + create mode 120000 test-2013-07-15c + [2013-07-15 20:41:53 PDT] Committer: Committing changes to git + [2013-07-15 20:41:53 PDT] Pusher: Syncing with host1.local_annex + To ssh://drewp@git-annex-host1.local-drewp_annex/~/annex/ + db4b2ef..ddf6aa7 git-annex -> synced/git-annex + Already up-to-date. + + +host2 result (broken as before): + + ~/annex% ls -l test-2013-07-15c + lrwxrwxrwx 1 drewp drewp 180 Jul 15 20:41 test-2013-07-15c -> .git/annex/objects/3Z/FF/SHA256E-s29--dad9d84e460983acfcbf6a2aee25701dd447b56be51c88f79a182ad6c1eeba28/SHA256E-s29--dad9d84e460983acfcbf6a2aee25701dd447b56be51c88f79a182ad6c1eeba28 + + ~/annex% cat test-2013-07-15c + cat: test-2013-07-15c: No such file or directory +"""]] |