Re: MongoHQ Connection Issues

2011-03-03 Thread jnunemaker
Yep, same issues here. Detailed them over at MongoHQ support:

http://support.mongohq.com/discussions/problems/233-connection-failure-issues#comment_5713449

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Multiple users with different SSH keys

2011-03-03 Thread gezope
Hello,

I would like to use different users with different keys. When I tried:

git clone ...app.git it says:
! o...@user.com not authorized to access APPNAME
fatal: The remote end hung up unexpectedly

I generated another SSH key to another folder.
Then 'heroku logout' then 'heroku login' with another user.
Then I 'heroku keys:add' where the public key was added succesfully.

I checked everything:
heroku list - see the apps,
heroku keys - see my keys with the new user.

Means I have new user, I coud login, I have new SSH key, it's added, I
can see the apps and have all permissions - but I still cannot use git
clone.

Any help is highly appriciated, many thanks,
Zoltan

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: Multiple users with different SSH keys

2011-03-03 Thread David Dollar
Check out https://github.com/ddollar/heroku-accounts

Give the --auto option a try, but be aware that it will write to your
~/.ssh/config

On Thu, Mar 3, 2011 at 10:58 AM, gezope gez...@gmail.com wrote:
 Hello,

 I would like to use different users with different keys. When I tried:

 git clone ...app.git it says:
 ! o...@user.com not authorized to access APPNAME
 fatal: The remote end hung up unexpectedly

 I generated another SSH key to another folder.
 Then 'heroku logout' then 'heroku login' with another user.
 Then I 'heroku keys:add' where the public key was added succesfully.

 I checked everything:
 heroku list - see the apps,
 heroku keys - see my keys with the new user.

 Means I have new user, I coud login, I have new SSH key, it's added, I
 can see the apps and have all permissions - but I still cannot use git
 clone.

 Any help is highly appriciated, many thanks,
 Zoltan

 --
 You received this message because you are subscribed to the Google Groups 
 Heroku group.
 To post to this group, send email to heroku@googlegroups.com.
 To unsubscribe from this group, send email to 
 heroku+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/heroku?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



New Relic Bronze - how to install

2011-03-03 Thread bingobob
Bit confused on the the docs re new relic bronze..

I start with...

heroku addons:add newrelic:bronze

in my case ( i have two remotes )

heroku addons:add newrelic:bronze --app appname

that worked fine, I get a New Relic screen via heroku control panel I
even see the new relic config variables have been added.

But no data!

So do I need to install the New Relic Gem myself, the docs implied
that the config/newrelic.yml would be setup for me, file's not there
on my local machine? Do I just put the newrelic gem into my gemfile
and bundle install ?

Please advise,

Thanks

bb



-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.