Thanks for the help, Click was still listening on that port and when I closed it xorp_rtrmgr worked, however it didn't like the syntax I used in static.boot where I have interfaces/vifs eth0:0 and eth0:1. Is there a special syntax to specify interface/vif names like these?<br>
<br>Victor<br><br><div class="gmail_quote">On Thu, Nov 27, 2008 at 22:22, Bruce M. Simpson <span dir="ltr"><<a href="mailto:bms@incunabulum.net">bms@incunabulum.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Victor Faion wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
I downloaded XORP 1.5 and compiled from source on a 64 bit machine, but I am having trouble getting the router manager to start:<br>
<br>
./xorp_rtrmgr -b ../static.boot<br></div>
[ 2008/11/27 20:44:19 ERROR xorp_rtrmgr:16440 LIBCOMM +312 comm_sock.c comm_sock_bind4 ] Error binding socket (family = 2, my_addr = <a href="http://127.0.0.1" target="_blank">127.0.0.1</a> <<a href="http://127.0.0.1/" target="_blank">http://127.0.0.1/</a>>, my_port = 19999): Address already in use<div class="Ih2E3d">
<br>
[ 2008/11/27 20:44:19 ERROR xorp_rtrmgr:16440 RTRMGR +260 main_rtrmgr.cc run ] Address already in use: a finder may already be running.<br>
<br>
I am in the xorp group and I'm running this as root. I also ran the tests after installing and it didn't fail any tests. I haven't changed any configuration files, only set some IP addresses in static.boot. Has anyone ever gotten this error?<br>
<br>
</div></blockquote>
<br>
The Router Manager wasn't able to open its Finder socket because the addresswas already in use.<br>
<br>
Do you have any processes listening to port 19999? Use a tool such as netstat to verify that this is the case. If you do find a socket bound in LISTEN state, use a tool such as lsof to discover exactly which process it is.<br>
<br>
thanks<br><font color="#888888">
BMS<br>
</font></blockquote></div><br>