From 47bd71b096468766612c253e5b88d039fabf42bc Mon Sep 17 00:00:00 2001 From: Chymera Date: Tue, 12 May 2020 07:05:23 +0000 Subject: [PATCH] --- ...annex_can__39__t_see_connected_remote.mdwn | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 doc/bugs/git_annex_can__39__t_see_connected_remote.mdwn 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 new file mode 100644 index 0000000000..6212eb2cb0 --- /dev/null +++ b/doc/bugs/git_annex_can__39__t_see_connected_remote.mdwn @@ -0,0 +1,47 @@ +### Please describe the problem. + +Git annex won't pull from available remote + +### What steps will reproduce the problem? + +See full log demonstrating the issue. The file is accessible from a remote which is recorded, both remotes are synced, but instead it attempts a nonexistent remote download. + +``` +chymera@silenthost ~/data $ git annex get histology/sub-6532/sub-6532_slice-15gfp_zoom-5_scene-5_transmission.tif +get histology/sub-6532/sub-6532_slice-15gfp_zoom-5_scene-5_transmission.tif (not available) + Try making some of these repositories available: + 9f775012-942e-4ea7-96be-3bec8e4fcbf4 -- chymera@localhost.localdomain:~/data +failed +git-annex: get: 1 failed +chymera@silenthost ~/data $ git remote -v +data0 /run/media/chymera/data0/data (fetch) +data0 /run/media/chymera/data0/data (push) +data1 /run/media/chymera/data1/data (fetch) +data1 /run/media/chymera/data1/data (push) +ofmhost ofmhost:data (fetch) +ofmhost ofmhost:data (push) +chymera@silenthost ~/data $ git log | head -1 +commit 6f7b889c3487fb6dacbfd7a3a6fa8c55ea3ed274 +chymera@silenthost ~/data $ pushd /run/media/chymera/data0/data +/run/media/chymera/data0/data ~/data +chymera@silenthost /run/media/chymera/data0/data $ git remote -v +data1 /run/media/chymera/data1/data (fetch) +data1 /run/media/chymera/data1/data (push) +ofmhost ofmhost:data (fetch) +ofmhost ofmhost:data (push) +quiethost /quiethost/home/chymera/data/ (fetch) +quiethost /quiethost/home/chymera/data/ (push) +silenthost /silenthost/home/chymera/data (fetch) +silenthost /silenthost/home/chymera/data (push) +chymera@silenthost /run/media/chymera/data0/data $ ls -lah histology/sub-6532/sub-6532_slice-15gfp_zoom-5_scene-5_transmission.tif +-rwxrwxrwx 1 chymera chymera 192 May 12 02:41 histology/sub-6532/sub-6532_slice-15gfp_zoom-5_scene-5_transmission.tif +chymera@silenthost /run/media/chymera/data0/data $ git log | head -1 +commit 6f7b889c3487fb6dacbfd7a3a6fa8c55ea3ed274 +``` + +### What version of git-annex are you using? On what operating system? +=git-annex-6.20170818-r1 on Gentoo Linux + +### 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. +