Re: git push failure

2013-07-22 Thread Ian Lynagh
On Fri, Jul 19, 2013 at 10:22:05AM +0100, Simon Marlow wrote:
 
 remote: Host key verification failed.

Ah, I've added github's host key to /etc/ssh/ssh_known_hosts so this
should now be fixed.

 remote: fatal: The remote end hung up unexpectedly
 To simon...@darcs.haskell.org:/srv/darcs/packages/base.git
5c37ca9..0b02a2e  master - master
 
 Anyone know what's wrong?  I think the push went through.

It was only the github mirroring that failed.


Thanks
Ian
-- 
Ian Lynagh, Haskell Consultant
Well-Typed LLP, http://www.well-typed.com/

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


git push failure

2013-07-19 Thread Simon Marlow

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 simon...@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


Re: git push failure

2013-07-19 Thread Nicolas Frisby
 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 marlo...@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 simon...@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-devshttp://www.haskell.org/mailman/listinfo/ghc-devs

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