monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] can't sync anymore!!!!


From: Matthew Gregan
Subject: Re: [Monotone-devel] can't sync anymore!!!!
Date: Wed, 4 Jan 2006 04:25:05 +1300
User-agent: Mutt/1.5.11

At 2006-01-03T07:44:34-0500, Faré wrote:
> Trying to debug my monotone synchronization scripts, I run
>   monotone serve localhost:12345 '*'
> and I get
>   monotone: beginning service on all interfaces : 5253
> lsof shows that indeed monotone uses port 5253 and not 12345.
> Trying with port 5253 everywhere seems to work. Looks like a bug in
> monotone 0.24.

Not a bug--the syntax changed in 0.24.  As of 0.24, the default behaviour
for 'serve' is to listen on INADDR_ANY, port 5253.  To specify an address or
port number, use the --bind argument, e.g.:

% monotone serve --bind=localhost:12345 '*'

Cheers,
-mjg
-- 
Matthew Gregan                     |/
                                  /|                address@hidden




reply via email to

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