Hi,<br><br>I wrote a configuration file. And I checked online. Someone suggest to
use empty config.boot. I tried both of them. They didn't work. I still
got that information I showed you last email.<br>I tried the command
you suggest me to do. There is no process listen on port 19999. How to
fix it? Thanks a lot.<br><br>And after I installed xorp, I ran xorp_rtrmgr, it
showed "Failed to open config file: /usr/lib/xorp/config.boot". There
is no any configure file in there. Is that configure file you
mentioned? I put my configure file into there. It can run. but stop in
"No more tasks to run". <br>
<br>root@yangqqh-desktop:/home/<div>yangqqh/Desktop/xorp-1.6# xorp_rtrmgr<br>[ 2009/07/25 17:03:31 INFO xorp_rtrmgr:10318 RTRMGR +239 master_conf_tree.cc execute ] Changed modules: <br>
[ 2009/07/25 17:03:31 INFO xorp_rtrmgr:10318 RTRMGR +2228 task.cc run_task ] No more tasks to run<br><br></div>Thanks a lot for anybody's help. Below is the configure file I used.<br><br>interfaces {<br> interface dc0 {<br>
vif dc0 {<br> address 10.10.10.10 {<br> prefix-length: 24<br> }<br> }<br> }<br>}<br><br>fea {<br> unicast-forwarding4 {<br>
disable: false<br> }<br>}<br><br>protocols {<br> static {<br> route <a href="http://10.30.0.0/16" target="_blank">10.30.0.0/16</a> {<br> next-hop: 10.10.10.20<br> }<br> }<br>}<br><br>Thanks,<br>
<br>Yang<br><br><div class="gmail_quote">On Sat, Jul 25, 2009 at 5:24 PM, Bruce 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;">
<div><div></div><div class="h5">Qihua Yang wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I got some problem when I tried to install xorp. I always got some information sounds like there is some kind of problem about router manager. Below is the log information. Is there anybody can give me? Thanks a lot.<br>
<br>
root@yangqqh-desktop:/home/yangqqh/Desktop/xorp-1.6# xorpsh<br>
Waiting for xorp_rtrmgr...<br>
[ 2009/07/25 16:43:54 ERROR xorpsh:10046 RTRMGR +91 xorpsh_main.cc wait_for_xrl_router_ready ] XrlRouter failed. No Finder?<br>
[ 2009/07/25 16:43:54 ERROR xorpsh:10046 RTRMGR +908 xorpsh_main.cc main ] xorpsh exiting due to an init error: Failed to connect to the router manager<br>
</blockquote>
<br></div></div>
Have you written a configuation file for XORP, and is the Router Manager process (xorp_rtrmgr) actually running?<br>
<br>
There are init scripts for various distributions (Debian, FreeBSD etc) which will start the Router Manager like any other UNIX daemon or service, however all of them require you to write a configuration file first.<br>
<br>
Without a Router Manager process running, the xorpsh will not run. Usually, the xorpsh tries to connect to the Router Manager over local TCP loopback sockets, so you may wish to check the output of 'netstat -an' to be sure that it is listening on port 19999. In Linux, the 'ss' command is also useful for this.<br>
<br>
thanks,<br>
BMS<br>
<br>
</blockquote></div><br>