diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git_annex_wont_work_with_git-dir_and_work-tree.mdwn | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_wont_work_with_git-dir_and_work-tree.mdwn b/doc/bugs/git_annex_wont_work_with_git-dir_and_work-tree.mdwn new file mode 100644 index 000000000..faa2d300f --- /dev/null +++ b/doc/bugs/git_annex_wont_work_with_git-dir_and_work-tree.mdwn @@ -0,0 +1,27 @@ +### Please describe the problem. +If using git annex with external .git dir webapp report a tread crashed and ever trying to restart it crash again and webapp is not able to upload/download/sync (also the download of git-annex updates is affected) + +### What steps will reproduce the problem? + + +### What version of git-annex are you using? On what operating system? + +git-annex version: 5.20150113-gcf247cf +build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash +key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL +remote types: git gcrypt S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external + +Precompiled tarball from official git-annex download site + +Gentoo linux + +### Please provide any additional information below. + +[[!format sh """ + +Launching web browser on file://../.git_annex_repos/pippo.git/annex/webapp.html <-- note wrong path! should be /home/gioacchino/.git_annex_repos/pippo.git/annex/webapp.html + +RemoteControl crashed: user error (nice ["ionice","-c3","/home/gioacchino/opt/git-annex.linux/git-annex","remotedaemon"] exited 1) + +WebApp crashed: <file descriptor: 11>: hPutStr: illegal operation (handle is closed +"""]] |