summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-30 19:52:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-30 19:52:14 -0400
commit5ea4621a758d2ab4b44d9754057940b15fbd5f7f (patch)
treefd9769c3c3487d737d5fc1455d38ca6050a4c949
parentd684c2f53135f51872c112732acc4079b2d4693d (diff)
parent745f09822ba21454343240e1ba913b495644ee4b (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/Packfile_does_not_match_digest__58___gcrypt_with_assistant/comment_11_bbd8b537e277d24df254ed058ad40e24._comment9
-rw-r--r--doc/bugs/committing_an_edited_file_fails_with___34__hGetBuf__58___Invalid_argument__34__.mdwn33
-rw-r--r--doc/todo/windows_support/comment_15_61d1281072de2bb418cf96fd8b563d45._comment10
3 files changed, 52 insertions, 0 deletions
diff --git a/doc/bugs/Packfile_does_not_match_digest__58___gcrypt_with_assistant/comment_11_bbd8b537e277d24df254ed058ad40e24._comment b/doc/bugs/Packfile_does_not_match_digest__58___gcrypt_with_assistant/comment_11_bbd8b537e277d24df254ed058ad40e24._comment
new file mode 100644
index 000000000..adff369df
--- /dev/null
+++ b/doc/bugs/Packfile_does_not_match_digest__58___gcrypt_with_assistant/comment_11_bbd8b537e277d24df254ed058ad40e24._comment
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="pot"
+ subject="inodes...."
+ date="2016-09-30T22:00:31Z"
+ content="""
+I think I may have tracked this down partly, I ran out of inodes on a removeable drive and started getting the same error. Will try and rectify underlying inode issue and then see.
+
+(secondary point, how on earth has my docs directory used up all 59 million inodes available to it when put into an annex???)
+"""]]
diff --git a/doc/bugs/committing_an_edited_file_fails_with___34__hGetBuf__58___Invalid_argument__34__.mdwn b/doc/bugs/committing_an_edited_file_fails_with___34__hGetBuf__58___Invalid_argument__34__.mdwn
new file mode 100644
index 000000000..32b7f59b7
--- /dev/null
+++ b/doc/bugs/committing_an_edited_file_fails_with___34__hGetBuf__58___Invalid_argument__34__.mdwn
@@ -0,0 +1,33 @@
+### Please describe the problem.
+
+After unlocking a large file and editing it, the attempt to commit the change fails like so:
+
+git-annex: fd:16: hGetBuf: invalid argument (Invalid argument)
+
+### What steps will reproduce the problem?
+
+(it needs to be over 2G in size to reproduce the problem)
+
+### What version of git-annex are you using? On what operating system?
+
+git-annex version: 6.20160923 on macOS 10.12
+
+### 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
+
+$ dd if=/dev/zero of=largefile.txt bs=1048576 count=2048
+$ git annex add largefile.txt
+$ git commit -m 'added large file'
+$ git annex unlock largefile.txt
+$ echo foobar >> largefile.txt
+$ git commit -a -m 'edited large file'
+git-annex: fd:16: hGetBuf: invalid argument (Invalid argument)
+
+# 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)
+
diff --git a/doc/todo/windows_support/comment_15_61d1281072de2bb418cf96fd8b563d45._comment b/doc/todo/windows_support/comment_15_61d1281072de2bb418cf96fd8b563d45._comment
new file mode 100644
index 000000000..9eae2b7b1
--- /dev/null
+++ b/doc/todo/windows_support/comment_15_61d1281072de2bb418cf96fd8b563d45._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="ztl8702"
+ subject="Bash on Windows"
+ date="2016-09-30T19:14:34Z"
+ content="""
+Currently there is a bug that stops all Haskell programs from running on Bash on Windows:
+https://wpdev.uservoice.com/forums/266908-command-prompt-console-bash-on-ubuntu-on-windo/suggestions/13572504-add-support-for-timer-create
+
+https://github.com/Microsoft/BashOnWindows/issues/307
+"""]]