[Xorp-users] I cna not start xorp_rtrmgr, ask for help

Mike Horn mhorn at vyatta.com
Tue May 30 07:30:57 PDT 2006


Hi CW,

The XORP process did not actually fail, it was running until you entered
CRTL-C.  Since you did not start the process as a background process it was
running in the console window where you entered the "xorp_rtrmgr" command.

To enter the XORP CLI from another terminal window enter "xorpsh" (this is
located in the same directory as xorp_rtrmgr).  You will need to re-run
"xorp_rtrmgr" first, since the CTRL-C killed it.  Also, in order to be able
to enter configuration mode in the XORP CLI the user account that is logged
in will need to be in group xorp.

You should see something like:

[mhorn at fedora rtrmgr]$ ./xorpsh
Welcome to XORP on fedora
mhorn at fedora>


The error message you see is similar to another one that someone else is
seeing, I'll make sure to CC you on the response for that issue.

-mike

-----Original Message-----
From: xorp-users-bounces at xorp.org [mailto:xorp-users-bounces at xorp.org] On
Behalf Of cw at zte.com.cn
Sent: Monday, May 29, 2006 7:32 PM
To: xorp-users at xorp.org
Subject: [Xorp-users] I cna not start xorp_rtrmgr, ask for help

Hi, everyone!
   I am a greenhand to XORP.
   These days I will test the IGMP function of DUT, and I'd lile to use XORP
to work as the multicast router(PIM).
   I have installed XORP 1.2 to FC4 successfully, the kernal version is
2.6.13.5.
   But when I start xorp_rtrmgr, it failed.

   This is information of "ifconfig -a" of my linux PC.
eth0      Link encap:Ethernet  HWaddr 00:01:02:9A:07:72
          inet addr:10.61.90.56  Bcast:10.61.91.255  Mask:255.255.252.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:14475 errors:0 dropped:0 overruns:0 frame:0
          TX packets:741 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1267179 (1.2 MiB)  TX bytes:89808 (87.7 KiB)
          Interrupt:5 Base address:0xec00

eth1      Link encap:Ethernet  HWaddr 00:B0:D0:3C:CC:34
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:5 Base address:0xe480

eth2      Link encap:Ethernet  HWaddr 00:30:F1:25:EB:95
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:1 dropped:0 overruns:0 carrier:2
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:10 Base address:0xac00

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:13515 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13515 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3409180 (3.2 MiB)  TX bytes:3409180 (3.2 MiB)



Then config.boot is very simple, as this:
  # cat simple_config.boot

interfaces {
    interface eth0 {
      disable: false
    }
    interface eth1 {
      disable: false
    }
    interface eth2 {
      disable: false
    }
}



[root at caowei117998 rtrmgr]# ./xorp_rtrmgr -b simple_config.boot [ 2006/05/30
09:18:20  INFO xorp_rtrmgr:3153 RTRMGR +240 master_conf_tree.cc execute ]
Changed modules: interfaces [ 2006/05/30 09:18:20  INFO xorp_rtrmgr:3153
RTRMGR +99 module_manager.cc execute ] Executing module: interfaces
(fea/xorp_fea) [ 2006/05/30 09:18:20  ERROR xorp_fea:3158 LIBCOMM +110
comm_sock.c comm_sock_open ] Error opening socket (domain = 10, type = 2,
protocol =
0): Address family not supported by protocol [ 2006/05/30 09:18:20  ERROR
xorp_fea:3158 LIBCOMM +110 comm_sock.c comm_sock_open ] Error opening socket
(domain = 10, type = 2, protocol =
0): Address family not supported by protocol [ 2006/05/30 09:18:22  INFO
xorp_rtrmgr:3153 RTRMGR +2228 task.cc run_task ] No more tasks to run [
2006/05/30 09:18:23 INFO xorp_fea MFEA ] MFEA enabled [ 2006/05/30 09:18:23
INFO xorp_fea MFEA ] CLI enabled [ 2006/05/30 09:18:23 INFO xorp_fea MFEA ]
CLI started [ 2006/05/30 09:18:23 INFO xorp_fea MFEA ] MFEA enabled [
2006/05/30 09:18:23 INFO xorp_fea MFEA ] CLI enabled [ 2006/05/30 09:18:23
INFO xorp_fea MFEA ] CLI started


/* the console no response, even I press "Enter" , wait a while,I input
"Ctrl+c" */


[ 2006/05/30 09:19:44  INFO xorp_rtrmgr:3153 RTRMGR +1019 task.cc shutdown ]
Shutting down module: interfaces [ 2006/05/30 09:19:44 INFO xorp_fea MFEA ]
CLI stopped [ 2006/05/30 09:19:44 INFO xorp_fea MFEA ] CLI stopped [
2006/05/30 09:19:44  ERROR xorp_fea:3158 LIBXORP +238 selector.cc
remove_ioevent_cb ] Attempting to remove fd = -1 that is outside range of
file descriptors 0..41 [ 2006/05/30 09:19:44  INFO xorp_rtrmgr:3153 RTRMGR
+278 module_manager.cc module_exited ] Module normal exit: interfaces [
2006/05/30 09:19:45  INFO xorp_rtrmgr:3153 RTRMGR +2228 task.cc run_task ]
No more tasks to run



--------------------------------------------------------
ZTE Information Security Notice: The information contained in this mail is
solely property of the sender's organization. This mail communication is
confidential. Recipients named above are obligated to maintain secrecy and
are not permitted to disclose the contents of this communication to others.
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the originator of the
message. Any views expressed in this message are those of the individual
sender.
This message has been scanned for viruses and Spam by ZTE Anti-Spam system.

_______________________________________________
Xorp-users mailing list
Xorp-users at xorp.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users




More information about the Xorp-users mailing list