From d5b7d2a4739868e4602c7f6f573613a444c103c9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 21 May 2020 12:30:51 -0400 Subject: [PATCH] followup and close --- ...annex_can__39__t_see_connected_remote.mdwn | 1 + ..._ff2e22dae90a858c46cb39c4af2a6842._comment | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 doc/bugs/git_annex_can__39__t_see_connected_remote/comment_3_ff2e22dae90a858c46cb39c4af2a6842._comment diff --git a/doc/bugs/git_annex_can__39__t_see_connected_remote.mdwn b/doc/bugs/git_annex_can__39__t_see_connected_remote.mdwn index 6212eb2cb0..f77f680686 100644 --- a/doc/bugs/git_annex_can__39__t_see_connected_remote.mdwn +++ b/doc/bugs/git_annex_can__39__t_see_connected_remote.mdwn @@ -45,3 +45,4 @@ commit 6f7b889c3487fb6dacbfd7a3a6fa8c55ea3ed274 ### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) I keep coming back to it, it's given me a steady stream of frustration and satisfaction for over 5 years. +> [[notabug|done]] --[[Joey]] diff --git a/doc/bugs/git_annex_can__39__t_see_connected_remote/comment_3_ff2e22dae90a858c46cb39c4af2a6842._comment b/doc/bugs/git_annex_can__39__t_see_connected_remote/comment_3_ff2e22dae90a858c46cb39c4af2a6842._comment new file mode 100644 index 0000000000..429e00ff9e --- /dev/null +++ b/doc/bugs/git_annex_can__39__t_see_connected_remote/comment_3_ff2e22dae90a858c46cb39c4af2a6842._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2020-05-21T16:17:55Z" + content=""" +As whereis shows, the content of your file is located only on the repository +chymera@localhost.localdomain:~/data + +When you ran git-annex get in chymera@silenthost:~/data, it did not have any +remote that connected it to that repository, so it had no way to get the content. Its only remote, +/run/media/chymera/data0/data, did not contain the content. + +The data is being correctly tracked. I do not see any bug here. + +You need to track down the chymera@localhost.localdomain:~/data repository, add +a remote pointing to it, and everything will work. Unfortunately, it seems +whatever computer it's located on, git-annex was not able to get a better +hostname for than "localhost", which is kind of unusual. git-annex simply runs +"uname -n" to get the hostname, so whichever of your computers that outputs +"localhost" on is probably the one. +"""]]