[Xorp-hackers] question about running XORP-0.5 on Linux

Atanu Ghosh atanu@ICSI.Berkeley.EDU
Fri, 14 Nov 2003 13:06:22 -0800


>>>>> "Liang" == Liang Qin <lqin@sce.carleton.ca> writes:

    Liang> Thanks Atanu!  Now Xorp is running. But when I run xorsh to
    Liang> show interface and vif, I get following message from rtrmgr
    Liang> process (it really returns the IP info of the interface
    Liang> actually):

    Liang> [WARNING xopr_fea XrlFeaTarget ] Handling method for
    Liang> ifmgr/0.1/unregister_client failed: XrlcmdError 102 Command
    Liang> failed interface_monitor5401 not register

You don't need to worry about this error and it has now been removed.

    Liang> I checked the rtrmgr console, found some Warnings for each
    Liang> module (fea, bgp and rib):

    Liang> xorp_rtrmgr: 5357 XrlFinderTarget +376 finder_base.cc
    Liang> handle_finder_0_2_resolve_xrl ] handling method for
    Liang> finder/0.2/resovlve_xrl failed: XrlCmdrror 102 command
    Liang> failed Target "bgp" does not exist or is not enabled

I think this error occurs when the router manager first starts bgp and
bgp has not yet initialized its state. If this error happens once at
the beginning of the startup process I wouldn't worry about it.

    Atanu.