> remote: Host key verification failed.

Looks like a known_hosts file needs updating Somewhere. We did change servers a few days ago. Although it seems odd that it took this long for it to show up — optimistically presuming we're not under attack.


On Fri, Jul 19, 2013 at 4:22 AM, Simon Marlow <marlowsd@gmail.com> wrote:
I got this from a git push today:

$ git push
Counting objects: 17, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (11/11), 1.20 KiB, done.
Total 11 (delta 6), reused 0 (delta 0)
remote: Traceback (most recent call last):
remote:   File "/home/local/bin/git-notifier", line 388, in <module>
remote:     Config = GitConfig(sys.argv[1:])
remote:   File "/home/local/bin/git-notifier", line 102, in __init__
remote:     self.log = open(self.log, "a")
remote: IOError: [Errno 13] Permission denied: 'ghc-notifier.log'
remote: Host key verification failed.
remote: fatal: The remote end hung up unexpectedly
To simonmar@darcs.haskell.org:/srv/darcs/packages/base.git
   5c37ca9..0b02a2e  master -> master

Anyone know what's wrong?  I think the push went through.

_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-devs