From a074e4a9b53abef9f6e96f647ea1edf298e2e284 Mon Sep 17 00:00:00 2001 From: ztl8702 Date: Fri, 30 Sep 2016 19:14:34 +0000 Subject: Added a comment: Bash on Windows --- .../comment_15_61d1281072de2bb418cf96fd8b563d45._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/todo/windows_support/comment_15_61d1281072de2bb418cf96fd8b563d45._comment 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 +"""]] -- cgit v1.2.3 From 519c12274a16e17b493d7cfc55cee0cc211e242e Mon Sep 17 00:00:00 2001 From: pot Date: Fri, 30 Sep 2016 22:00:31 +0000 Subject: Added a comment: inodes.... --- .../comment_11_bbd8b537e277d24df254ed058ad40e24._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/bugs/Packfile_does_not_match_digest__58___gcrypt_with_assistant/comment_11_bbd8b537e277d24df254ed058ad40e24._comment 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???) +"""]] -- cgit v1.2.3 From 745f09822ba21454343240e1ba913b495644ee4b Mon Sep 17 00:00:00 2001 From: ddenis Date: Fri, 30 Sep 2016 22:06:49 +0000 Subject: --- ...__34__hGetBuf__58___Invalid_argument__34__.mdwn | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/bugs/committing_an_edited_file_fails_with___34__hGetBuf__58___Invalid_argument__34__.mdwn 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) + -- cgit v1.2.3