[Olsr-users] Problem starting olsrd with Quagga Plugin
Immo 'FaUl' Wehrenberg
(spam-protected)
Thu Jul 26 21:42:16 CEST 2007
Hallo Frank,
du schrobst:
> Thanks for the assistance. Here is the output of the netstat command:
>
> [(spam-protected) ~]# netstat -lp | grep zebra
> tcp 0 0 *:discp-client *:*
> LISTEN 2794/zebra
> raw 0 0 *:ipv6-icmp *:*
> 7 2794/zebra
> unix 2 [ ACC ] STREAM LISTENING 9406 2794/zebra
> /var/run/zserv.api
looks like the usual unix-domain-socket handling.
> It appears the zebra socket is at /var/run, not /var/run/quagga.
ok, i see two possible solutions to that, first one is to change
#define ZEBRA_SOCKET "/var/run/quagga/zserv.api"
into
#define ZEBRA_SOCKET "/var/run/zserv.api"
in lib/quagga/src/quagga.c, the other, proberly easyer is to
mkdir /var/run/quagga && ln -sf /var/run/zserv.api /var/run/quagga/zserv.api
HTH
FaUl
Ps: To other possible users: shall i make that one configurable?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.olsr.org/pipermail/olsr-users/attachments/20070726/0bbeaec5/attachment.sig>
More information about the Olsr-users
mailing list