From 05311ae0f61da06f19f2bce9b88c4cccf75c9b55 Mon Sep 17 00:00:00 2001 From: divB Date: Mon, 14 Jul 2014 02:39:15 +0000 Subject: [PATCH 1/3] --- doc/forum/webapp_does_not_start.mdwn | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/forum/webapp_does_not_start.mdwn b/doc/forum/webapp_does_not_start.mdwn index 2109521713..3003af7d01 100644 --- a/doc/forum/webapp_does_not_start.mdwn +++ b/doc/forum/webapp_does_not_start.mdwn @@ -49,3 +49,24 @@ EDIT: 2.) There's really something very weird going on. At the beginning it worked. Then it stopped (as per above). Sometimes, when I start it using "Git Bash" it works. But then not any more. 3.) Rebooting the machine does not help + +EDIT once again: +4.) I am afraid there is something big broken. Suddenly I could start the daemon again. The thing I did was to delete my complete annex. +But if I shutdown the daemon now I get: + + $ git annex webapp + Launching web browser on file://C:\cygwin\tmp\webapp85796.html + + Detected a filesystem without fifo support. + + Disabling ssh connection caching. + + Detected a crippled filesystem. + + Enabling direct mode. + + (Recording state in git...) + WebApp crashed: ExitFailu + +... and the whole loop starts again. webapp daemon does not start as long as I delete the annex. Interestingly this is independent from %USERPROFILE%\.config. Deleting this directory does not change anything. So somehow git-annex "knows" that there is somewhere an annex and fails if it is. + From 62d5fa1a178a50805682adafa5e6836c5118ef8f Mon Sep 17 00:00:00 2001 From: sts Date: Mon, 14 Jul 2014 09:12:13 +0000 Subject: [PATCH 2/3] Added a comment --- .../comment_1_ed9e33eef2c6d651847dca9d3f7a63f6._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Android_version_does_not_sync/comment_1_ed9e33eef2c6d651847dca9d3f7a63f6._comment diff --git a/doc/forum/Android_version_does_not_sync/comment_1_ed9e33eef2c6d651847dca9d3f7a63f6._comment b/doc/forum/Android_version_does_not_sync/comment_1_ed9e33eef2c6d651847dca9d3f7a63f6._comment new file mode 100644 index 0000000000..589b230c39 --- /dev/null +++ b/doc/forum/Android_version_does_not_sync/comment_1_ed9e33eef2c6d651847dca9d3f7a63f6._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="sts" + ip="134.147.119.104" + subject="comment 1" + date="2014-07-14T09:12:13Z" + content=""" +Ok, I checked and the index file was missing and not sure why, but I had to manually sync one time. So I had to go in the annex folder with the command line and make a \"git annex sync\". It works pretty well now, it seems not to automatically sync my data (have to force it with \"Sync Now\"), but at least I can sync data to my tablet and thats awesome :). +"""]] From e86807ea0ba93692076ac1fb296fa6a58e424d66 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmveNWaFIL1zEehHr_0416bKBzsul5tGlE" Date: Mon, 14 Jul 2014 10:11:31 +0000 Subject: [PATCH 3/3] --- ...Duplicate_instance_declarations__34__.mdwn | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/bugs/Installation_fails:___34__Duplicate_instance_declarations__34__.mdwn diff --git a/doc/bugs/Installation_fails:___34__Duplicate_instance_declarations__34__.mdwn b/doc/bugs/Installation_fails:___34__Duplicate_instance_declarations__34__.mdwn new file mode 100644 index 0000000000..6e9c42ad36 --- /dev/null +++ b/doc/bugs/Installation_fails:___34__Duplicate_instance_declarations__34__.mdwn @@ -0,0 +1,33 @@ +### Please describe the problem. + +[380 of 462] Compiling Assistant.WebApp.Types ( Assistant/WebApp/Types.hs, dist/build/git-annex/git-annex-tmp/Assistant/WebApp/Types.o ) + +Assistant/WebApp/Types.hs:157:10: + Duplicate instance declarations: + instance PathPiece Bool + -- Defined at Assistant/WebApp/Types.hs:157:10 + instance PathPiece Bool + -- Defined in `path-pieces-0.1.4:Web.PathPieces' +cabal: Error: some packages failed to install: +git-annex-5.20140709 failed during the building phase. The exception was: +ExitFailure 1 + + +### What steps will reproduce the problem? + +cabal install git-annex --bindir=$HOME/bin + + +### What version of git-annex are you using? On what operating system? +git-annex-5.20140709, Fedora 20 + + +### 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 + + +# End of transcript or log. +"""]]