aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/The_assistant_hangs_forever.mdwn14
-rw-r--r--doc/bugs/assistant_hangs_during_commit.mdwn2
-rw-r--r--doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files.mdwn3
3 files changed, 18 insertions, 1 deletions
diff --git a/doc/bugs/The_assistant_hangs_forever.mdwn b/doc/bugs/The_assistant_hangs_forever.mdwn
index 604e957c2..be8968ff8 100644
--- a/doc/bugs/The_assistant_hangs_forever.mdwn
+++ b/doc/bugs/The_assistant_hangs_forever.mdwn
@@ -30,3 +30,17 @@ I have tried other available version on Arch linux (AUR git-annex-bin, AUR git-a
At that stage, what I would like to be able is to try to figure out what is going on using the log file.
Thanks
+> This could happen when using the amd64 standalone build, because I
+> forgot to install curl into its chroot, so it was not included in the
+> bundle. If the host system also lacked curl, or something prevented
+> curl from working, it would fail like this.
+>
+> I've included curl into the amd64 standalone build. I've also made the
+> assistant fall back to using a built-in http client if it is built
+> without curl.
+>
+> None of which helps at all with the Arch git-annex-bin hack, since
+> that binary will be built with a working curl (when my amd64 standalone
+> builder builds it), and then installed onto a system, that,
+> apparently, has a broken curl. Which is one of many reasons I cannot
+> support that hack. [[done]] --[[Joey]]
diff --git a/doc/bugs/assistant_hangs_during_commit.mdwn b/doc/bugs/assistant_hangs_during_commit.mdwn
index 05a08814b..1e09b8523 100644
--- a/doc/bugs/assistant_hangs_during_commit.mdwn
+++ b/doc/bugs/assistant_hangs_during_commit.mdwn
@@ -1,3 +1,5 @@
+[[!meta title="on Arch Linux, git commit -m tries to run an editor on the commit message"]]
+
What steps will reproduce the problem?
Use git-annex and add file to repo.
diff --git a/doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files.mdwn b/doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files.mdwn
index a52a3c4fd..9563f0683 100644
--- a/doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files.mdwn
+++ b/doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files.mdwn
@@ -14,4 +14,5 @@ git-annex version: 4.20130405, Linux
Please provide any additional information below.
-
+> I've fixed it, fsck is indeed checksumming direct mode files now, as long
+> as they're not known to be modified. [[done]] --[[Joey]]