hg push aborted message is displayed but push was still preformed

Matt Mackall mpm at selenic.com
Thu Apr 24 16:27:34 UTC 2014


On Thu, 2014-04-24 at 17:02 +0100, Keren Asulin wrote:
> Hey mailing list,
> 
> We have an interesting issue in which a change will be pushed to mercurial
> and the following message will be displayed:
> 
> "remote: abort: Resource temporarily unavailable

"Resource temporarily unavailable" is the standard English
representation of the standard Unix EAGAIN error code.

Your server is probably:

- running Linux
- running an older kernel
- using NFS

Yes?

> abort: unexpected response: empty string

The remote side died a nasty death and failed to say goodbye politely...

> [command returned code 255 Mon Apr  7 14:53:45 2014]"

..so we dutifully raise an abort error code. 

-- 
Mathematics is the supreme nostalgia of our time.





More information about the Mercurial mailing list