Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2000 02:29:18 +0300 (EEST)
From:      mt@lucky.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20849: fix port: net/gated
Message-ID:  <200008252329.CLH02212@burka.carrier.kiev.ua>

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

>Number:         20849
>Category:       ports
>Synopsis:       fix port: net/gated
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 25 16:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Tulyuk
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
ISP "LuckyNet"
>Environment:


>Description:

	When installing and running gated, syslogd write in /var/log/messages 
	messages similar given: 
	Aug 26 02:08:19 astral /kernel: Connection attempt to TCP 127.0.0.1:199 from 127.0.0.1:4328
	Aug 26 02:09:19 astral /kernel: Connection attempt to TCP 127.0.0.1:199 from 127.0.0.1:4329
	Aug 26 02:10:19 astral /kernel: Connection attempt to TCP 127.0.0.1:199 from 127.0.0.1:4330
	Aug 26 02:11:19 astral /kernel: Connection attempt to TCP 127.0.0.1:199 from 127.0.0.1:4332


>How-To-Repeat:

	Recompile gated without SMUX/SNMP subagent support (about SMUX see
	RFC 1227).

>Fix:
	
diff -u Makefile.diff Makefile
--- Makefile.orig	Mon May 15 03:43:36 2000
+++ Makefile	Sat Aug 26 00:57:18 2000
@@ -15,6 +15,7 @@
 MAINTAINER=	dec@FreeBSD.org
 
 GNU_CONFIGURE= 	yes
+CONFIGURE_ARGS+=	--disable-smux
 
 post-configure:
 	cd ${WRKSRC} && make depend


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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