[Xorp-users] problem starting xorp-1.2

Christian Hill hill at tvk.rwth-aachen.de
Mon Jul 10 02:41:00 PDT 2006


Hello!

We have a problem with a Debian 2.4 Router:
Our Xorp1.2 won't start. We have TCP/IP-Tunneling & Multicasting,
Multicast Routing and the PIM-SM1/2 protocols compiled into the Kernel.
The config.boot is afaik correctly configured (see below).
Everything works quite fine except routing Multicast.
btw, sorry for my bad english :)
Does anyone know how to fix that problem?


The log after trying to start xorp_rtrmgr is as follows:


[ 2006/07/10 11:27:19  INFO xorp_rtrmgr:24600 RTRMGR +240
master_conf_tree.cc execute ] Changed modules: interfaces, fea, mfea4,
rib, fib2mrib, igmp, pimsm4
[ 2006/07/10 11:27:19  INFO xorp_rtrmgr:24600 RTRMGR +99 module_manager.cc
execute ] Executing module: interfaces (fea/xorp_fea)
[ 2006/07/10 11:27:19 INFO xorp_fea MFEA ] MFEA enabled
[ 2006/07/10 11:27:19 INFO xorp_fea MFEA ] CLI enabled
[ 2006/07/10 11:27:19 INFO xorp_fea MFEA ] CLI started
[ 2006/07/10 11:27:21  INFO xorp_rtrmgr:24600 RTRMGR +99 module_manager.cc
execute ] Executing module: fea (fea/xorp_fea)
[ 2006/07/10 11:27:27  INFO xorp_rtrmgr:24600 RTRMGR +99 module_manager.cc
execute ] Executing module: mfea4 (fea/xorp_fea)
[ 2006/07/10 11:27:27  ERROR xorp_fea:24601 MFEA +564 mfea_mrouter.cc
start_mrt ] setsockopt(MRT_INIT, 1) failed: Protocol not available
[ 2006/07/10 11:27:27 INFO xorp_fea MFEA ] Interface added: Vif[eth0]
pif_index: 3 vif_index: 0 addr: 137.226.118.244 subnet: 137.226.118.240/28
broadcast: 137.226.118.255 peer: 0.0.0.0 Flags: MULTICAST BROADCAST
UNDERLYING_VIF_UP
[ 2006/07/10 11:27:27 INFO xorp_fea MFEA ] MFEA started
[ 2006/07/10 11:27:28 INFO xorp_fea MFEA ] Interface enabled Vif[eth0]
pif_index: 3 vif_index: 0 addr: 137.226.118.244 subnet: 137.226.118.240/28
broadcast: 137.226.118.255 peer: 0.0.0.0 Flags: MULTICAST BROADCAST
UNDERLYING_VIF_UP DOWN IPv4 ENABLED
[ 2006/07/10 11:27:28  ERROR xorp_fea:24601 MFEA +967 mfea_mrouter.cc
add_multicast_vif ] setsockopt(MRT_ADD_VIF, vif eth0) failed: Protocol not
available
[ 2006/07/10 11:27:28  ERROR xorp_fea:24601 MFEA +908 mfea_node.cc
start_vif ] Cannot start vif eth0: cannot add the multicast vif to the
kernel
[ 2006/07/10 11:27:28 WARNING xorp_fea XrlMfeaTarget ] Handling method for
mfea/0.1/start_vif failed: XrlCmdError 102 Command failed Cannot start vif
eth0: cannot add the multicast vif to the kernel
[ 2006/07/10 11:27:28  ERROR xorp_rtrmgr:24600 RTRMGR +671
master_conf_tree.cc commit_pass2_done ] Commit failed: 102 Command failed
Cannot start vif eth0: cannot add the multicast vif to the kernel
[ 2006/07/10 11:27:28  ERROR xorp_rtrmgr:24600 RTRMGR +252
master_conf_tree.cc config_done ] Configuration failed: 102 Command failed
Cannot start vif eth0: cannot add the multicast vif to the kernel
[ 2006/07/10 11:27:28  INFO xorp_rtrmgr:24600 RTRMGR +2228 task.cc
run_task ] No more tasks to run
[ 2006/07/10 11:27:28  INFO xorp_rtrmgr:24600 RTRMGR +174
module_manager.cc terminate ] Terminating module: fea
[ 2006/07/10 11:27:28  INFO xorp_rtrmgr:24600 RTRMGR +174
module_manager.cc terminate ] Terminating module: interfaces
[ 2006/07/10 11:27:28  INFO xorp_rtrmgr:24600 RTRMGR +174
module_manager.cc terminate ] Terminating module: mfea4
[ 2006/07/10 11:27:28  INFO xorp_rtrmgr:24600 RTRMGR +197
module_manager.cc terminate ] Killing module: mfea4
[ 2006/07/10 11:27:28  ERROR xorp_rtrmgr:24600 RTRMGR +747
module_manager.cc done_cb ] Command "/usr/local/xorp/fea/xorp_fea":
terminated with signal 15.
[ 2006/07/10 11:27:28  INFO xorp_rtrmgr:24600 RTRMGR +285
module_manager.cc module_exited ] Module killed during shutdown: mfea4








interfaces {
      interface eth0 {
          default-system-config
          disable: false
          discard: false
          description: ""
      }
      targetname: "fea"
      restore-original-config-on-shutdown: false
}
fea {
      unicast-forwarding4 {
          disable: false
      }
      targetname: "fea"
}
plumbing {
      mfea4 {
          interface eth0 {
              vif eth0 {
                  disable: false
              }
          }
          interface "register_vif" {
              vif "register_vif" {
                  disable: false
              }
          }
          targetname: "MFEA_4"
          disable: false
      }
}
protocols {
      igmp {
          interface eth0 {
              vif eth0 {
                  disable: false
                  version: 2
                  enable-ip-router-alert-option-check: false
                  query-interval: 125
                  query-last-member-interval: 1
                  query-response-interval: 10
                  robust-count: 2
              }
          }
          targetname: "IGMP"
          disable: false
      }
      pimsm4 {
          interface eth0 {
              vif eth0 {
                  disable: false
                  enable-ip-router-alert-option-check: false
                  dr-priority: 1
                  hello-period: 30
                  hello-triggered-delay: 5
              }
          }
          interface "register_vif" {
              vif "register_vif" {
                  disable: false
                  enable-ip-router-alert-option-check: false
                  dr-priority: 1
                  hello-period: 30
                  hello-triggered-delay: 5
              }
          }
          switch-to-spt-threshold {
              disable: false
              interval-sec: 100
              bytes: 102400
          }
          targetname: "PIMSM_4"
          disable: false
      }
      fib2mrib {
          disable: false
          targetname: "fib2mrib"
      }
}



More information about the Xorp-users mailing list