From 71d25ab2cc101de5adf5c8c91ab81b8ac523b0e1 Mon Sep 17 00:00:00 2001 From: marvin Date: Sun, 14 Apr 2013 20:07:33 +0000 Subject: [PATCH 1/4] Added a comment --- ...omment_17_2fa5d7d9110c91b0a3a833cb3d9f53fd._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_17_2fa5d7d9110c91b0a3a833cb3d9f53fd._comment diff --git a/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_17_2fa5d7d9110c91b0a3a833cb3d9f53fd._comment b/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_17_2fa5d7d9110c91b0a3a833cb3d9f53fd._comment new file mode 100644 index 0000000000..2b760bb55a --- /dev/null +++ b/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_17_2fa5d7d9110c91b0a3a833cb3d9f53fd._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="marvin" + ip="91.152.75.65" + subject="comment 17" + date="2013-04-14T20:07:33Z" + content=""" +YES! Straight from the tty console it works correctly. Seems this project unearths lots of bugs all over the place. + +Thank you! +"""]] From 00196979877d0a7e3209b2ae0e901414363cdd72 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 14 Apr 2013 20:13:54 +0000 Subject: [PATCH 2/4] Added a comment --- ...omment_18_bf21d28142e4c304aa0bc740955ddea0._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_18_bf21d28142e4c304aa0bc740955ddea0._comment diff --git a/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_18_bf21d28142e4c304aa0bc740955ddea0._comment b/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_18_bf21d28142e4c304aa0bc740955ddea0._comment new file mode 100644 index 0000000000..67021d1805 --- /dev/null +++ b/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_18_bf21d28142e4c304aa0bc740955ddea0._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 18" + date="2013-04-14T20:13:54Z" + content=""" +@Marvin, just to be clear, it was `ssh-add -D` that fixed it for you? + +To make the fix stick, you need to make a ~/.ssh/annex/ directory, and move the keys to there, and then edit ~/.ssh/config to use the new path to the key file. This should prevent gnome-keyring from seeing them. +"""]] From ca340097d17c0e67f092308fe28f1e230f5541cb Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkurjhi0CRJvgm7QNaZDWS9hitBtavqIpc" Date: Sun, 14 Apr 2013 20:17:17 +0000 Subject: [PATCH 3/4] Added a comment: Snow Leopard Issues --- ..._1befafa862b7d07b1f6e57c0182497cf._comment | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/install/OSX/comment_16_1befafa862b7d07b1f6e57c0182497cf._comment diff --git a/doc/install/OSX/comment_16_1befafa862b7d07b1f6e57c0182497cf._comment b/doc/install/OSX/comment_16_1befafa862b7d07b1f6e57c0182497cf._comment new file mode 100644 index 0000000000..0098e745da --- /dev/null +++ b/doc/install/OSX/comment_16_1befafa862b7d07b1f6e57c0182497cf._comment @@ -0,0 +1,36 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkurjhi0CRJvgm7QNaZDWS9hitBtavqIpc" + nickname="Bret" + subject="Snow Leopard Issues" + date="2013-04-14T20:17:17Z" + content=""" +I was able to build snow leopard completely for the first time over last night (it took a very long time to build all the tools and dependancies). Woohoo! + +The way I was able to fully build on a 32-bit 10.6 machine was this + +1. Delete ~/.ghc and ~/.cabal. They were full of random things and were causing problems. +2. `brew uninstall ghc and haskell-platform` +3. `brew update` +4. `brew install git ossp-uuid md5sha1sum coreutils libgsasl gnutls libidn libgsasl pkg-config libxml2` +5. `brew upgrade git ossp-uuid md5sha1sum coreutils libgsasl gnutls libidn libgsasl pkg-config libxml2` (Some of these were already installed/up to date. +6. `brew link libxml2` +7. `brew install haskell-platform` (This takes a long, long time). +8. `cabal update` (assuming you have added `~/.cabal/bin` to your path +9. `cabal install cablal-install` +10. `cabal install c2hs` +11. `cabal install git-annex` + + +It also appears to be running fairly smoothly than it had in the past on a 32-bit SL system. Thats also neat. + +The problem is that it seems to not really work as git annex though, probably due to the error relating you get when you start up the webapp: +Running +`git annex webapp` +The browser starts up, and I get 3 of these errors: +`Watcher crashed: Need at least OSX 10.7.0 for file-level FSEvents` + +Pairing with a local computer appears to work to systems running 10.7, but when you complete the process, they never show up in the repository list. + + +Also on a side note, when running `git annex webapp` it triggers the opening of an html file in whatever the default html file handler is. I edit a lot of html, so for me that is usually a text editor. I had to change the file handler to open html files with my web browser for the `git annex webapp` to actually work. Is there a way to change that so that `git annex webapp` uses the default web browser for the system rather than the default html file handler? +"""]] From 6412f2450f30071a8dadf3c8a02cef611a95cefb Mon Sep 17 00:00:00 2001 From: marvin Date: Sun, 14 Apr 2013 20:47:38 +0000 Subject: [PATCH 4/4] Added a comment --- .../comment_19_45537758fa937f16fc82120bf8b234e8._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_19_45537758fa937f16fc82120bf8b234e8._comment diff --git a/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_19_45537758fa937f16fc82120bf8b234e8._comment b/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_19_45537758fa937f16fc82120bf8b234e8._comment new file mode 100644 index 0000000000..3d0d4a45e8 --- /dev/null +++ b/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_19_45537758fa937f16fc82120bf8b234e8._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="marvin" + ip="91.152.75.65" + subject="comment 19" + date="2013-04-14T20:47:37Z" + content=""" +nope, ssh-add -D doesn't seem to help. Killing gnome-keyring-daemon does. +"""]]