Didn't seem to work. 1. with sudo: tom@tom-laptop:~$ sudo /usr/local/quagga/sbin/zebra 2011/08/18 15:34:22 ZEBRA: Can't create pid lock file /var/run/zebra.pid (Permission denied), exiting
2. with root: root@tom-laptop:/home/tom# /usr/local/quagga/sbin/pimd 2011/08/18 15:35:00 PIM: Boot logging temporarily directed to stdout - begin 2011/08/18 15:35:00 PIM: Quagga 0.99.17 pimd 0.162 starting 2011/08/18 15:35:00 PIM: Boot logging temporarily directed to stdout - end 2011/08/18 15:35:00 PIM: Loading configuration - begin 2011/08/18 15:35:00 PIM: pim_mroute.c pim_mroute_set: failure: setsockopt(fd=5,IPPROTO_IP,MRT_INIT=200): errno=98: Address already in use 2011/08/18 15:35:00 PIM: Could not enable mroute on socket fd=5: errno=98: Address already in use % Interface eth0 does not exist 2011/08/18 15:35:00 PIM: Loading configuration - end 2011/08/18 15:35:00 PIM: Can't create pid lock file /var/run/pimd.pid (Permission denied), exiting On Thu, Aug 18, 2011 at 3:30 PM, Everton Marques <[email protected]>wrote: > Hi, > > The pimd log below suggests the zebra daemon is not running: > > > tom@tom-laptop:~$ sudo /usr/local/quagga/sbin/pimd -i > (...) > > 2011/08/18 14:36:53 PIM: zclient_lookup_connect: failure connecting UNIX > > socket /var/run/zserv.api > > Replace the last line of zebra.conf from this: > !log file zebra.log > > To this: > log stdout > > Then try to repeat the step below: > > > # sudo /usr/local/quagga/sbin/zebra > > So I believe zebra will tell what it is preventing its startup. > > Cheers, > Everton >
