I am trying to start a monotone server on port 4704, listening on all local network interfaces. But monotone complains about the syntax of the bind command line argument.
This is the command line I use:
$ mtn --db /home/cornelis/neurospaces_project/MTN/rtxi.mtn serve --bind=:4704 mtn: misuse: unable to parse host of URI ':4704'
In the past this has worked well. For instance, using monotone 0.45
$ ~/bin/mtn-0.45-linux-x86 --db /home/cornelis/neurospaces_project/MTN6/heccer.mtn serve --bind=:4704 mtn-0.45-linux-x86: beginning service on <all interfaces> : 4704
How can I do this with 0.99.1? Or do I need to upgrade?
Thanks,
PS: when the socket is still in TIME_WAIT I also got a 'bug in monotone' report: $ mtn --db /home/cornelis/neurospaces_project/MTN/rtxi.mtn serve --bind=localhost:4704
mtn: fatal: std::runtime_error: network error: listen(2) error: Address already in use mtn: this is almost certainly a bug in monotone. mtn: please send this error message, the output of 'mtn version --full',
mtn: and a description of what you were doing to address@hidden. mtn: wrote debugging log to /home/cornelis/neurospaces_project/developer/source/snapshots/0/_MTN/debug
mtn: if reporting a bug, please include this file