From 9104e64d3e79134ef6704e9c02702de270218e50 Mon Sep 17 00:00:00 2001 From: mih Date: Tue, 11 Jan 2022 18:59:36 +0000 Subject: [PATCH 1/4] Added a comment: Thanks! --- .../comment_2_fac648fb7550f0c3c433ce423e3ea7f6._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/Repo_manipulation_breaks_git-annex_drop_--all/comment_2_fac648fb7550f0c3c433ce423e3ea7f6._comment diff --git a/doc/bugs/Repo_manipulation_breaks_git-annex_drop_--all/comment_2_fac648fb7550f0c3c433ce423e3ea7f6._comment b/doc/bugs/Repo_manipulation_breaks_git-annex_drop_--all/comment_2_fac648fb7550f0c3c433ce423e3ea7f6._comment new file mode 100644 index 0000000000..ed38f6ac40 --- /dev/null +++ b/doc/bugs/Repo_manipulation_breaks_git-annex_drop_--all/comment_2_fac648fb7550f0c3c433ce423e3ea7f6._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="mih" + avatar="http://cdn.libravatar.org/avatar/f881df265a423e4f24eff27c623148fd" + subject="Thanks!" + date="2022-01-11T18:59:36Z" + content=""" +That was the missing piece for me. Thank you! +"""]] From 3993421d36e05daef5337d531465b080aae3b645 Mon Sep 17 00:00:00 2001 From: anarcat Date: Wed, 12 Jan 2022 15:56:25 +0000 Subject: [PATCH 2/4] Added a comment: indeed. --- ..._2_5be34b5ffaee39013d24daf83a8dd437._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/bugs/git-annex-shell_fails_to_run_true/comment_2_5be34b5ffaee39013d24daf83a8dd437._comment diff --git a/doc/bugs/git-annex-shell_fails_to_run_true/comment_2_5be34b5ffaee39013d24daf83a8dd437._comment b/doc/bugs/git-annex-shell_fails_to_run_true/comment_2_5be34b5ffaee39013d24daf83a8dd437._comment new file mode 100644 index 0000000000..a9d422e054 --- /dev/null +++ b/doc/bugs/git-annex-shell_fails_to_run_true/comment_2_5be34b5ffaee39013d24daf83a8dd437._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="anarcat" + avatar="http://cdn.libravatar.org/avatar/4ad594c1e13211c1ad9edb81ce5110b7" + subject="indeed." + date="2022-01-12T15:56:25Z" + content=""" +the problem was that i had a `~/git-shell-commands/rsync` overriding the rsync command to try to restrict *that*, since i'm using a gcrypt remote... it was clunky and badly designed and, ultimately, insecure. i replaced it with `rrsync /home/anarcat/offsite/` but even that is not the best either, as the script says it \"assumes someone will not subvert the rsync protocol\" which hardly seems reassuring. + +i also had to change my remotes to follow the \"chroot\" of sorts: + + git config remote.offsite-annex.annex-rsyncurl anarcat@remote-annex:Videos.annex/ + git remote set-url offsite-git gcrypt::rsync://anarcat@remote-annex:Videos.git/ + +Running `git fetch` by hand convinced me the problem wasn't git-annex related... From there I reread the git-annex-shell and git-shell commands and noticed that bit about the obscure `git-shell-commands` directory, and found that jem. I even had an error in `journalctl -f` that confirm the problem, something i overlooked as well... + +so this indeed seems like a problem on my end. sorry for the delay and the noise! +"""]] From 658a896869b2c09bf7dde124a28b269e1e855cb3 Mon Sep 17 00:00:00 2001 From: anarcat Date: Wed, 12 Jan 2022 16:24:17 +0000 Subject: [PATCH 3/4] --- doc/bugs/git-annex-shell_fails_to_run_true.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/bugs/git-annex-shell_fails_to_run_true.mdwn b/doc/bugs/git-annex-shell_fails_to_run_true.mdwn index bbace3f830..230a94a340 100644 --- a/doc/bugs/git-annex-shell_fails_to_run_true.mdwn +++ b/doc/bugs/git-annex-shell_fails_to_run_true.mdwn @@ -162,3 +162,5 @@ Key part above: ### 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'm a long time git-annex user (early adopter, even?) and git-annex is generally serving my uses very well, both as a backup and archival system. The encryption features, however, are a bit more obscure than my tolerance level right now. Thankfully, there is the [[special_remotes/borg/]] I'm thinking of using to replace all this complexity in the future... + +-- [[done]], problem was with a configuration in the gcrypt remote sandbox. -- [[anarcat]] From 6b435719a03da66071be9e131dd9792115c5781c Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Wed, 12 Jan 2022 19:33:16 +0000 Subject: [PATCH 4/4] Added a comment --- .../comment_3_ab590b41983d84c8fe7d5dc7276689b8._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/get_-J5___58___pidlock__58___getFileStatus__58___does_not_exist/comment_3_ab590b41983d84c8fe7d5dc7276689b8._comment diff --git a/doc/bugs/get_-J5___58___pidlock__58___getFileStatus__58___does_not_exist/comment_3_ab590b41983d84c8fe7d5dc7276689b8._comment b/doc/bugs/get_-J5___58___pidlock__58___getFileStatus__58___does_not_exist/comment_3_ab590b41983d84c8fe7d5dc7276689b8._comment new file mode 100644 index 0000000000..2023ad7858 --- /dev/null +++ b/doc/bugs/get_-J5___58___pidlock__58___getFileStatus__58___does_not_exist/comment_3_ab590b41983d84c8fe7d5dc7276689b8._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 3" + date="2022-01-12T19:33:15Z" + content=""" +Still checking but so far looks good with `8.20211231+git69-ga55fc567c-1~ndall+1` -- thank you! +"""]]