Re: [mpls-linux-general] Segmentation fault @Richard Doerfler
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2004-03-31 20:13:09
|
You are using a very old version of zebra. Most of the bugs you will encounter have been fixed, but a new release has not been made. If you are interested in assisting in developing ldp-portable please see http://mpls-linux.sf.net/ to see how to get the most recent version from my repository. Otherwise if you just want to use zebra+ldp for testing or learning, I suggest waiting until a new release is made. On Wed, Mar 31, 2004 at 11:07:21AM +0200, Zordan Arres wrote: > Hi, > > I've just installed ldp and try a very simple configuration, shown as follow > > --------------------------- zebra config ------------------------------ > hostname LER1 > password root > enable password root > service advanced-vty > ! > interface lo > description Loopback > ! > interface dummy0 > ip address 192.168.13.5/32 > ! > interface eth0 > ip address 192.168.13.1/32 > ! > interface eth1 > ip address 192.168.13.2/32 > ! > line vty > exec-timeout 0 0 > > --------------------------- ospfd config ------------------------------ > > hostname LER1-ospf > password root > enable password root > ! > interface lo > ! > interface teql0 > ! > interface eth0 > ! > interface eth1 > ! > interface dummy0 > ! > router ospf > passive-interface lo > network 192.168.13.0/24 area 0 > network 192.168.0.1/32 area 0 > ! > line vty > exec-timeout 0 0 > > --------------------------- mplsd config ------------------------------ > > hostname LER1-mpls > password root > enable password root > ! > mpls ldp > ! > interface lo > ! > interface eth0 > mpls ldp > ! > interface eth1 > mpls ldp > ! > interface dummy0 > ! > line vty > exec-timeout 0 0 > > After that i run zebra, ospfd and mplsd, but the mplsd command exists > With a segmentation error ... > > I use the 2.4 kernel and zebra+ldp 0.94. > > As i saw, you had the same problem. How did you fix it ? > > Thanks for your help > > Zordan Arres > > -- > +++ NEU bei GMX und erstmalig in Deutschland: T?V-gepr?fter Virenschutz +++ > 100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu jl...@mi... |