Re: [mpls-linux-general] problem with quagga
Status: Beta
Brought to you by:
jleu
|
From: Joan R. S. <jr...@sa...> - 2005-06-27 12:06:14
|
Hi vittorio, This is a very common error when building quagga. By default, the user an= d group the quagga daemons (zebra, ospfd ,...) belong to is "quagga". You will have problems when invoking these daemons with another user, for instance root. There are two possibilities in order to proceed: - to run the apps with the user quagga - to setup the quagga soft in order to change the user. I recommend the second one. Just try to invoke the ./configure with the following parameters: ./configure --enable-user=3Droot --enable-group=3Droot then build the soft and everything should work. Regards, Joan Ruiz. > Hi to all. > I installed quagga after applying the patch mpls. > I know I can invoke the quagga-mpls commands ona a > CLI. > I have started zebra in demon modality and the > following error message appears : > > privs-init : could not lookup user quagga > > How can I resolve this question ? > To start zebra in demon modality, is the correct way > to open a CLI ? > > Thanks. > > > > ____________________________________________________________ > 6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero! > Scaricalo su INTERNET GRATIS 6X http://www.libero.it > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=CCk > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > |