summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.jsilence.org/ <jsilence@web>2013-01-05 11:17:18 +0000
committerGravatar admin <admin@branchable.com>2013-01-05 11:17:18 +0000
commit8830fdb94938ee24a081d8f7fec19b9242bcf6a0 (patch)
treed676d8a42d53a0a44acf79ff96f8067bec4d358a
parent9baeb778fa111628eb9b950deacd1dfa0607f779 (diff)
Added a comment: Setting up a repository fails on OSX 10.6
-rw-r--r--doc/bugs/OSX_app_issues/comment_6_bc44d5aea5f77e331a32913ada293730._comment27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/bugs/OSX_app_issues/comment_6_bc44d5aea5f77e331a32913ada293730._comment b/doc/bugs/OSX_app_issues/comment_6_bc44d5aea5f77e331a32913ada293730._comment
new file mode 100644
index 000000000..187197e81
--- /dev/null
+++ b/doc/bugs/OSX_app_issues/comment_6_bc44d5aea5f77e331a32913ada293730._comment
@@ -0,0 +1,27 @@
+[[!comment format=mdwn
+ username="https://www.jsilence.org/"
+ nickname="jsilence"
+ subject="Setting up a repository fails on OSX 10.6"
+ date="2013-01-05T11:17:18Z"
+ content="""
+I installed Haskell via MacPorts and managed to compile git-annex as described via cabal.
+
+On the initial start, git-annex webapp starts just fine and the webapp opens in the browser. When I try to configure a local repository, the webapp crashes.
+
+ 1 jsilence@zeo ~ % git-annex webapp
+ (Recording state in git...)
+ WebApp crashed: watch mode is not available on this system
+
+ Launching web browser on file:///var/folders/6b/6bWnFAnbFXSPCLPvCnKNrE+++TI/-Tmp-/webapp1003.html
+ jsilence@zeo ~ %
+
+\"watch mode is not suported\" suggests that lsof is not in the PATH. lsof resides in /usr/sbin and can be found just fine:
+
+ jsilence@zeo ~ % which lsof
+ /usr/sbin/lsof
+
+Any help would be appreciated.
+
+-jsl
+
+"""]]