problem with remote host identification

2008-06-26 Thread shenry

When I try to git clone or git push an app I get the same error
warning that the remote host identification has changed and something
nasty may be afoot.

I've deleted the entries in ~/.ssh/known_hosts and regenerated my rsa
keypair, same result.

The message suggests I add the correct host key in /home/git/.ssh/
known_hosts, not sure how to do that from the rsa key fingerprint
provided in the error message

Any ideas? Thanks,

SH
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Database going AWOL

2008-06-26 Thread Paul Grout

Thanks. That seems to have done the trick everything has been fine for
the last couple of days.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: new public app not publicly viewable?

2008-06-26 Thread shenry

Argh! Why is it I figure out the problem seconds after posting?

I was going to https:// (that was in the Firefox history bar). It
works fine from http://

what a dope!

SH

On Jun 26, 11:16 am, shenry [EMAIL PROTECTED] wrote:
 This morning I changed an app from private to public, but if the url
 just goes to the heroku homepage... is this because the DNS doesn't
 yet recognize the address myapp.heroku.com or did I miss a step in
 the public-ization process?

 Thanks,

 SH
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: 502 Bad Gateway

2008-06-26 Thread Adam Wiggins

Next time this happens, can you tell me 1. the app name and 2. an
exact timestamp (i.e., within a 5 minute window) including your
timezone?  This will let me look in the logs and see what's happening.

Adam

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Funky Console Behavior

2008-06-26 Thread Jacob Lyles

gets in the console returns nil and does not wait for user input.
This is a problem for me because I wrote all my admin methods to run
in the terminal. Does anybody know how to fix this? Or am I stupid for
writing admin utilities for the console in the first place?
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: 502 Bad Gateway

2008-06-26 Thread adbreind

This might help: in the last 4 days or so, I've started getting 502's
as a result of an attempt to redirect (from login/logout page, which
is basically just the acts_as_authenticated account controller)

Anyway, vital bits are:

1 it worked perfectly as of around a week ago
2 to test this, all you need to do right now is hit 
http://stat.heroku.com/account/logout
(doesn't matter if you were logged in or not, just do a GET on that
URL)
3 I looked at the traffic with wireshark, and the requests look ok;
it's getting a 502 'bad gateway' back with a meta-refresh that makes
it look like something's happening, so the browser keeps retrying, but
never succeeds
4 to see if it was just about redirects, I created a redirect test
button today on http://monkeytest1.heroku.com/ which seems to work ok
5 FWIW, my code (since it's auth code) sets a couple of cookies, which
is different from the test redir

Any ideas?

Thanks,
(a different) Adam


On Jun 26, 12:06 pm, Adam Wiggins [EMAIL PROTECTED] wrote:
 Next time this happens, can you tell me 1. the app name and 2. an
 exact timestamp (i.e., within a 5 minute window) including your
 timezone?  This will let me look in the logs and see what's happening.

 Adam
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---