From 7d992dff465c1abe28c976d8c16020723cdd1113 Mon Sep 17 00:00:00 2001 From: Manager2103 Date: Fri, 20 Oct 2023 16:10:54 +0000 Subject: [PATCH 1/4] --- ..._for_a_file_that_is_not_in_the_remote.mdwn | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn diff --git a/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn b/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn new file mode 100644 index 0000000000..193c87e109 --- /dev/null +++ b/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn @@ -0,0 +1,44 @@ +### Please describe the problem. +fsck says ok while file is not present in the remote + +The remote looks like this: +`apple-slicer gcrypt::rsync://apple-slicer/encr/gits/important_docs` + +``` +> git annex fsck --from apple-slicer Taxes/2018-19/Joint_T5.pdf +fsck Taxes/2018-19/Joint_T5.pdf ok +(recording state in git...) +``` + +This portion in the log does not look good +``` +[2023-10-20 18:06:23.514382] (Utility.Process) process [63613] done ExitSuccess +[2023-10-20 18:06:23.515339] (Utility.Process) process [63621] read: rsync ["apple-slicer:/encr/gits/important_docs/annex/objects/093/d6e/GPGHMACSHA1--47089ada3aaae768ea5e1d2ccc9284ac83a1d80f/GPGHMACSHA1--47089ada3aaae768ea5e1d2ccc9284ac83a1d80f"] +[2023-10-20 18:06:24.344801] (Utility.Process) process [63621] done ExitFailure 23 +[2023-10-20 18:06:24.346693] (Utility.Process) process [63630] read: rsync ["apple-slicer:/encr/gits/important_docs/annex/objects/f9/V3/GPGHMACSHA1--47089ada3aaae768ea5e1d2ccc9284ac83a1d80f/GPGHMACSHA1--47089ada3aaae768ea5e1d2ccc9284ac83a1d80f"] +[2023-10-20 18:06:25.148852] (Utility.Process) process [63630] done ExitFailure 23 +ok +[2023-10-20 18:06:25.152624] (Utility.Process) process [63599] done ExitSuccess +``` + +### What steps will reproduce the problem? +1. Create a special remote of type `gcrypt::rsync` +2. `git annex fsck --from {special remote} --debug` + +### What version of git-annex are you using? On what operating system? +macOS +`git-annex version: 10.20230626` + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] + +### 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) + + From 017dfd2385feee7c465c1b8e0110431e7daa61ed Mon Sep 17 00:00:00 2001 From: Manager2103 Date: Fri, 20 Oct 2023 16:12:03 +0000 Subject: [PATCH 2/4] --- .../fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn b/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn index 193c87e109..74b1936790 100644 --- a/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn +++ b/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn @@ -20,6 +20,7 @@ This portion in the log does not look good ok [2023-10-20 18:06:25.152624] (Utility.Process) process [63599] done ExitSuccess ``` +Full log: ### What steps will reproduce the problem? 1. Create a special remote of type `gcrypt::rsync` @@ -42,3 +43,6 @@ macOS ### 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) + + +[[debug.txt]] From 04e76d138fa2fc844b71d89cff182fe209435385 Mon Sep 17 00:00:00 2001 From: Manager2103 Date: Fri, 20 Oct 2023 16:13:30 +0000 Subject: [PATCH 3/4] --- .../fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn b/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn index 74b1936790..2a21f05213 100644 --- a/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn +++ b/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn @@ -20,7 +20,7 @@ This portion in the log does not look good ok [2023-10-20 18:06:25.152624] (Utility.Process) process [63599] done ExitSuccess ``` -Full log: +Full log: https://privatebin.net/?c70841788ba0b6c1#9aCknSWqLjzQZd3n1hJUCK4GFEcoPFd1cZrfnWWoF5zm ### What steps will reproduce the problem? 1. Create a special remote of type `gcrypt::rsync` @@ -41,8 +41,3 @@ macOS """]] ### 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) - - - - -[[debug.txt]] From fbb29e29defcba6a9b7563278b14fe63f815fd27 Mon Sep 17 00:00:00 2001 From: Manager2103 Date: Fri, 20 Oct 2023 16:14:24 +0000 Subject: [PATCH 4/4] --- doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn b/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn index 2a21f05213..e29845fefa 100644 --- a/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn +++ b/doc/bugs/fsck_says_ok_for_a_file_that_is_not_in_the_remote.mdwn @@ -11,6 +11,7 @@ fsck Taxes/2018-19/Joint_T5.pdf ok ``` This portion in the log does not look good + ``` [2023-10-20 18:06:23.514382] (Utility.Process) process [63613] done ExitSuccess [2023-10-20 18:06:23.515339] (Utility.Process) process [63621] read: rsync ["apple-slicer:/encr/gits/important_docs/annex/objects/093/d6e/GPGHMACSHA1--47089ada3aaae768ea5e1d2ccc9284ac83a1d80f/GPGHMACSHA1--47089ada3aaae768ea5e1d2ccc9284ac83a1d80f"] @@ -20,6 +21,7 @@ This portion in the log does not look good ok [2023-10-20 18:06:25.152624] (Utility.Process) process [63599] done ExitSuccess ``` + Full log: https://privatebin.net/?c70841788ba0b6c1#9aCknSWqLjzQZd3n1hJUCK4GFEcoPFd1cZrfnWWoF5zm ### What steps will reproduce the problem?