monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] bugreport monotone


From: Thomas Keller
Subject: Re: [Monotone-devel] bugreport monotone
Date: Sat, 27 Sep 2008 01:44:21 +0200
User-agent: Thunderbird 2.0.0.16 (Macintosh/20080707)

Vitus Jensen schrieb:
> Just doing the daily update of the openembedded.dev branch.  The mtn pull 
> worked yesterday and it worked when I retried the same command sequence.
> 
> Console:
> address@hidden:~/build/nslu2.dev$ pushd oe/; mtn pull && mtn up; popd
> ~/build/nslu2.dev/oe ~/build/nslu2.dev
> mtn: doing anonymous pull; use -kKEYNAME if you need authentication
> mtn: connecting to monotone.openembedded.org
> mtn: finding items to synchronize:
> mtn: certificates | keys | revisions
> mtn:        79216 |   76 |     26096
> mtn: bytes in | bytes out | certs in | revs in
> mtn:  151.6 k |    86.7 k |    96/96 |   24/24
> mtn: fatal: std::runtime_error: network error: recv failure: Connection 
> timed out

Hrm... any objectives against checking in this patch (netxx upstream is
dead, right)?

#
# old_revision [639a3179473e718e8b01b9c99232fa1f81ca7f61]
#
# patch "netxx/socket.cxx"
#  from [b6525dbe4fba6d50fb4831ae54950ee3f9e9d991]
#    to [4bbb0b0bdca5d40c1a6e560e5307ec9e1d6f4d12]
#
============================================================
--- netxx/socket.cxx    b6525dbe4fba6d50fb4831ae54950ee3f9e9d991
+++ netxx/socket.cxx    4bbb0b0bdca5d40c1a6e560e5307ec9e1d6f4d12
@@ -184,6 +184,7 @@ Netxx::signed_size_type Netxx::Socket::w
            switch (error_code) {
                case EPIPE:
                case ECONNRESET:
+               case ETIMEDOUT:
                    return 0;

                case EINTR:


There are possibly other connections errors which should not let
monotone spy out its "this is probably a bug in monotone" error (at
least the win32 section lists a few more), but I'm not sure if these are
not already handled elsewhere / earlier (ESHUTDOWN, EHOSTUNREACH,
CONNABORTED).

Thomas.

-- 
GPG-Key 0x160D1092 | address@hidden | http://thomaskeller.biz
Please note that according to the EU law on data retention, information
on every electronic information exchange might be retained for a period
of six months or longer: http://www.vorratsdatenspeicherung.de/?lang=en

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]