From c9bcb79a241202019d63a69294d3c3f15ec8c676 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlkAghrKEvslMcV2INKUhtPPMsfnzQyyd8" Date: Tue, 16 Apr 2013 01:07:05 +0000 Subject: Added a comment: Unable to start assistant --- ...comment_9_e1bbe83a1b9a7385ed6d443d0cc22bc7._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/OSX_app_issues/comment_9_e1bbe83a1b9a7385ed6d443d0cc22bc7._comment (limited to 'doc/bugs') diff --git a/doc/bugs/OSX_app_issues/comment_9_e1bbe83a1b9a7385ed6d443d0cc22bc7._comment b/doc/bugs/OSX_app_issues/comment_9_e1bbe83a1b9a7385ed6d443d0cc22bc7._comment new file mode 100644 index 000000000..91df3c388 --- /dev/null +++ b/doc/bugs/OSX_app_issues/comment_9_e1bbe83a1b9a7385ed6d443d0cc22bc7._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawlkAghrKEvslMcV2INKUhtPPMsfnzQyyd8" + nickname="Jeremy" + subject="Unable to start assistant" + date="2013-04-16T01:07:05Z" + content=""" +I got the git-annex assistant to work once a long time ago when I ran it the first time directly from the dmg. Ever since then (i.e., after putting it in my applications folder) I have never gotten it to run. Wondering if anyone else has experienced this? + +I am running OSX 10.7.5 and just pulled the latest app (05-Apr-2013 10:17). + +For reference, when I try to kick off the the assistant from the command line I get the error: + + $ open /Applications/git-annex.app + LSOpenURLsWithRole() failed with error -10810 for the file /Applications/git-annex.app. + +I am wondering if there is some sort of file or modification that was made when I accidently kicked it off initially from the dmg, if so any thoughts on what to clear / change? + +"""]] -- cgit v1.2.3 From 1837529c9713f4bf24f1e7a7a856b9b9bf2c0d29 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 16 Apr 2013 17:11:36 +0000 Subject: Added a comment --- .../comment_1_6f7b5c164ff64f00b8814b2ee334709f._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/bugs/Cannot_sync_repos_setup_using_webapp:___34__git-annex-shell:_Only_allowed_to_access___126____47__foo_not___126____47__bar__47____34__/comment_1_6f7b5c164ff64f00b8814b2ee334709f._comment (limited to 'doc/bugs') diff --git a/doc/bugs/Cannot_sync_repos_setup_using_webapp:___34__git-annex-shell:_Only_allowed_to_access___126____47__foo_not___126____47__bar__47____34__/comment_1_6f7b5c164ff64f00b8814b2ee334709f._comment b/doc/bugs/Cannot_sync_repos_setup_using_webapp:___34__git-annex-shell:_Only_allowed_to_access___126____47__foo_not___126____47__bar__47____34__/comment_1_6f7b5c164ff64f00b8814b2ee334709f._comment new file mode 100644 index 000000000..f2a5f1b9d --- /dev/null +++ b/doc/bugs/Cannot_sync_repos_setup_using_webapp:___34__git-annex-shell:_Only_allowed_to_access___126____47__foo_not___126____47__bar__47____34__/comment_1_6f7b5c164ff64f00b8814b2ee334709f._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-04-16T17:11:36Z" + content=""" +Yeah, this is indeed a bug. It sets up a locked down ssh key to use for the first repository, and then the second repository sees there is a key for that server already, and does not try to set up a new one. + +This is configured in `~/.ssh/authorized_keys` on the server. You will see a key in there with a `GIT_ANNEX_SHELL_DIRECTORY` environment variable specified, which is what prevents it from using other directories. The simplest fix in your situation is to +remove that variable, and then that key can be used to access any repository on the server. + +What I need to do is include the path to the repository in the ssh key name, for new repositories created by the webapp. +"""]] -- cgit v1.2.3 From 5b5c620be7c6b3f8e2ec8e730e73df256c01e306 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 16 Apr 2013 17:14:13 +0000 Subject: Added a comment --- .../comment_10_6d23232fbb15d0ee3ab532a4884f81ed._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/OSX_app_issues/comment_10_6d23232fbb15d0ee3ab532a4884f81ed._comment (limited to 'doc/bugs') diff --git a/doc/bugs/OSX_app_issues/comment_10_6d23232fbb15d0ee3ab532a4884f81ed._comment b/doc/bugs/OSX_app_issues/comment_10_6d23232fbb15d0ee3ab532a4884f81ed._comment new file mode 100644 index 000000000..230b40758 --- /dev/null +++ b/doc/bugs/OSX_app_issues/comment_10_6d23232fbb15d0ee3ab532a4884f81ed._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 10" + date="2013-04-16T17:14:13Z" + content=""" +@Jeremy, it's been a long time since anyone reported having the \"LSOpenURLsWithRole()\". It seemed to go away when the dmg was fixed to include all the necessary libraries. So my guess is you installed it wrong, somehow, and perhaps it's not finding those libraries that are part of the dmg. + +You should be able to start the assistant by running it directly from the dmg. +"""]] -- cgit v1.2.3