[Xorp-users] finder

Pavlin Radoslavov pavlin@icir.org
Wed, 18 Jun 2003 11:40:30 -0700


> I am trying to run the configure_mld6igmp script but I run into the 
> following problems:
> 
> If I run configure_mld6igmp without running rtrmgr first then I get the 
> following:
> 
> Configuring MLD on pcypol.intranet.gr...
> cli_add_enable_cli_access_from_subnet4 127.0.0.1/32
> [ 2003/06/18 14:35:00  ERROR call_xrl:30244 XRL +246 call_xrl.cc main ] 
> Could not connect to finder.
> ERROR: failure calling '../libxipc/call_xrl 
> finder://CLI/cli_manager/0.1/add_enable_cli_access_from_subnet4?subnet_addr:ipv4net=127.0.0.1/32'
> Trying again...
> 
> Obviously finder is not running. Do I have to bring it up without rtrmgr?
> 
> Now, if I run rtrmgr first then when I run configure_mld6igmp I get the 
> following:
> 
> [ 2003/06/18 14:36:35  ERROR call_xrl:30292 XRL +251 call_xrl.cc main ] 
> Connected to finder, but did not become ready.
> ERROR: failure calling '../libxipc/call_xrl 
> finder://CLI/cli_manager/0.1/add_enable_cli_access_from_subnet4?subnet_addr:ipv4net=127.0.0.1/32'
> Trying again...
> 
> So finder is up but still there is some other problem.
> I tried to have a look into the source code and got up to the 
> FinderClient class. It look like there are no XRLs registered with the 
> finder or something else is wrong.
> Please help.
> 
> But since mld6igmp should work without rtrmgr, is there another way to 
> bring the Finder up?

Did you run first mld6igmp/test_mld6igmp ?
For the time being, you need to run this program by hand (i.e., you
don't need to run the rtrmgr).
This program itself already contains the finder so after you start
it you need to run configure_mld6igmp 

Regards,
Pavlin