Re: [mpls-linux-devel] ldpd won't start
Status: Beta
Brought to you by:
jleu
From: Marco S. <mar...@s2...> - 2007-03-03 11:29:13
|
Hello, the problem was solved by deleting the "mpls ip"-commands in ldpd.conf. Ldpd neither started without specifying a conf file, nor by just typing ldpd. Notwithstanding, ldpd.conf seems to be accessed. Thanks to your advice, ldpd is running. Now, I've got to spend some time on vtysh ;-) Marco > Hello, > I had the same problem months ago. Just try to start the ldpd daemon > *without* specifying any config file. > [root@localhost ~]# ldpd -d -A 127.0.0.1 > I configured everything with the vtysh interface. > Just enter the command "vtysh" and then configure the ldpd daemon. > Eventually, you can save the current configuration to a file. (I think > it's the "write" command, I'm not sure.) > The error makes sense, maybe the interface configuration wasn't > correctly made or maybe the syntax of the ldpd.conf isn't respected. > I don't really know where this come from. > But I'm pretty sure you will solve this problem by configuring > everything by vtysh. > Regards, > Julien > Marco Schmidt wrote: >> Hello everybody, >> >> i recently upgraded my PCs from from FC4 (with MPLS 1.950) to >> FC5 with all needed RPMs for v1.955 from Sourceforge including >> quagga-0.99.6-01.fc5.mpls.1.955.i386.rpm-package. A few PCs were upgraded >> through yum, others through fresh installations as well. >> >> My problem in short: Following the instructions in README.quagga-mpls >> of LDP-Portable 0.900 leads to the point where to start the ldpd >> daemon - the following error message appears: >> >> [root@localhost ~]# ldpd -d -A 127.0.0.1 -f /etc/quagga/ldpd.conf >> ldpd: ldp_interface.c:59: ldp_interface_create2: Assertion `li->iff.index' failed. >> >> Did I forget something? I didn't compile anything or am I supposed to >> do so? The same message appears if I only type ldpd... >> Zebra and OSPF daemons work fine, I've also entered the "often forgotten" >> modprobe mpls4 - otherwise zebra won't start. All 3 .conf files for the daemons >> in etc/quagga/ are present and customized. >> >> -- >> Best Regards >> Marco Schmidt >> mailto:sm...@hr... >> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> mpls-linux-devel mailing list >> mpl...@li... >> https://lists.sourceforge.net/lists/listinfo/mpls-linux-devel >> >> |