monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] Re: Cannot pull from server


From: Lorenzo Campedelli
Subject: [Monotone-devel] Re: Cannot pull from server
Date: Sat, 07 Aug 2004 23:13:52 +0200
User-agent: Mozilla Thunderbird 0.7.3 (X11/20040803)

You were right. my problem was due to a combination
of enabled firewall plus /etc/hosts misconfiguration.

Now I could have my pull work!

So, at least for what I tried monotone still can work
with boost 1.30.2.

For the patch also I think you're right my cast was more
a 'C' think (well I'm mostly a 'C' person ...).

Thank you very much,
Lorenzo


Richard Levitte - VMS Whacker wrote:
In message <address@hidden> on Sat, 07 Aug 2004 17:31:42 +0200, Lorenzo Campedelli 
<address@hidden> said:

lorenzo.campedelli> monotone: fatal: std::runtime_error: trapped network exception: failed lorenzo.campedelli> to connect: No route to host

I get that when the server is down or the line to it is off.  The
quickest way to check is like this:

        telnet rmdh91.homedomain.org 5253

If the server is reachable, you'll get a bunch of binary junk...

lorenzo.campedelli> --- sanity.cc.orig      2004-08-01 00:37:19.000000000 +0200
lorenzo.campedelli> +++ sanity.cc   2004-08-07 17:03:39.000000000 +0200
lorenzo.campedelli> @@ -49,7 +49,7 @@
lorenzo.campedelli>          ui.inform("failed to write debugging log to " + filename + 
"\n");
lorenzo.campedelli>       }
lorenzo.campedelli>     else
lorenzo.campedelli> -    ui.inform("discarding debug log\n");
lorenzo.campedelli> +    ui.inform((string)"discarding debug log\n");
lorenzo.campedelli>   }
lorenzo.campedelli> lorenzo.campedelli> void
lorenzo.campedelli> --- end patch ---

It would be more in style for it to be:

   ui.inform(string("discarding debug log\n"));

lorenzo.campedelli> Is boost 1.30.2 no more supported ?

Graydon said something about liking 1.31.0 better, when I whined about
his Debian package not really being for 'testing'...

-----
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.






reply via email to

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