summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-10-31 15:26:31 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-10-31 15:26:31 -0400
commit72c6a79043ce2c8111f8ecf7a524e795a12ffde4 (patch)
treecb2bba2dc6a358080bde503542b292804980088b
parent1ec085e14428ce3f5ae96d4055b2d7bc47276568 (diff)
parentfa4582364358dafee1f8c89243822702358c6c42 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/assistant_crashes_in_TransferScanner/comment_5_6565e422393e9c1f40d075af7058020e._comment45
-rw-r--r--doc/bugs/assistant_crashes_in_TransferScanner/comment_6_86389af01aaeabe8eb6c2af26449ec50._comment13
2 files changed, 58 insertions, 0 deletions
diff --git a/doc/bugs/assistant_crashes_in_TransferScanner/comment_5_6565e422393e9c1f40d075af7058020e._comment b/doc/bugs/assistant_crashes_in_TransferScanner/comment_5_6565e422393e9c1f40d075af7058020e._comment
new file mode 100644
index 000000000..eb2e53fa5
--- /dev/null
+++ b/doc/bugs/assistant_crashes_in_TransferScanner/comment_5_6565e422393e9c1f40d075af7058020e._comment
@@ -0,0 +1,45 @@
+[[!comment format=mdwn
+ username="johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2"
+ nickname="johannes"
+ avatar="http://cdn.libravatar.org/avatar/7acaf4a71b0b93cc419195f58f4cd54c"
+ subject="comment 5"
+ date="2016-10-31T18:51:17Z"
+ content="""
+The output of `git annex sync --content` looks like this:
+
+ commit
+ [master 4b31758] git-annex in new latitude
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+ ok
+ pull annexsyncbackup
+ ok
+ pull origin
+ Enter passphrase for key '/home/johanness/.ssh/id_rsa':
+ ok
+
+ git-annex: fd:30: commitBuffer: invalid argument (invalid character)
+ failed
+
+ git-annex: fd:30: commitBuffer: invalid argument (invalid character)
+ failed
+
+ git-annex: fd:30: commitBuffer: invalid argument (invalid character)
+ failed
+
+ git-annex: fd:30: commitBuffer: invalid argument (invalid character)
+ failed
+
+ git-annex: fd:30: commitBuffer: invalid argument (invalid character)
+ failed
+
+These lines are repeated a bunch of times. In between git annex successfully uploads and drops a couple of files to/from the remotes. After that it successfully records the state in git and pushes to the remotes finishing with:
+
+ git-annex: sync: 645 failed
+
+I moved the i18n folder but am still getting the same errors.
+
+`ls -l /opt/git-annex.linux/i18n`:
+
+ charmaps locales SUPPORTED
+
+"""]]
diff --git a/doc/bugs/assistant_crashes_in_TransferScanner/comment_6_86389af01aaeabe8eb6c2af26449ec50._comment b/doc/bugs/assistant_crashes_in_TransferScanner/comment_6_86389af01aaeabe8eb6c2af26449ec50._comment
new file mode 100644
index 000000000..dec8161f3
--- /dev/null
+++ b/doc/bugs/assistant_crashes_in_TransferScanner/comment_6_86389af01aaeabe8eb6c2af26449ec50._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2"
+ nickname="johannes"
+ avatar="http://cdn.libravatar.org/avatar/7acaf4a71b0b93cc419195f58f4cd54c"
+ subject="SOLVED"
+ date="2016-10-31T19:08:16Z"
+ content="""
+I fixed it. It came to my mind that I'm using a rather antiquated PKGBUILD on my ArchLinux system to package the current git-annex tarball.
+
+(Fortunately, git-annex moved to the community repository a few months ago. Unfortunately, it's not maintained so that I was still using and updating the old PKGBUILD from the Archlinux User Repository (AUR).)
+
+Turned out this PKGBUILD removed some executables from the tarball. When I unpack the unmodified tarball, git annex works perfectly.
+"""]]