From 5b29991361ab30332161cfe1428d049d4eb23ca0 Mon Sep 17 00:00:00 2001 From: "http://bigasterisk.com/" Date: Tue, 16 Jul 2013 03:46:25 +0000 Subject: [PATCH] Added a comment: don't see errors --- ..._82ac53f41db76411585e065ea3c2339d._comment | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 doc/bugs/remote_files_appear_but_are_unreadable_because_their_symlink_targets_don__39__t_exist/comment_2_82ac53f41db76411585e065ea3c2339d._comment 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 0000000000..423af092d6 --- /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 +"""]]