Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2007 22:14:04 GMT
From:      Oles Hnatkevych <don_oles@able.com.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118339: port net/quagga needs --enable-tcp-zebra option
Message-ID:  <200711292214.lATME4XD059976@www.freebsd.org>
Resent-Message-ID: <200711292220.lATMK16I006950@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118339
>Category:       ports
>Synopsis:       port net/quagga needs --enable-tcp-zebra option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 29 22:20:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Oles Hnatkevych
>Release:        
>Organization:
>Environment:
>Description:
FreeBSD for some reason has problems with unix domain sockets on mfs. Thus quagga does not work on livecd when /var/run/quagga/ is on mfs over cd9660 via unionfs (or even directly on mfs), cause deamons can not connect to each other. To overcome this problem one may run ./configure with --enable-tcp-zebra=yes. This has to be option when compiling/configing quagga port.




>How-To-Repeat:

>Fix:
Put into Makefile:

OPTIONS = ...
    TCPZEBRA "Use TCP for zebra server, not unix sockets" off \

.if defined(TCPZEBRA)
CONFIGURE_ARGS+=--enable-tcp-zebra=yes
.endif


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711292214.lATME4XD059976>