From owner-freebsd-ports@FreeBSD.ORG Fri Jul 4 02:30:36 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F09711065677 for ; Fri, 4 Jul 2008 02:30:36 +0000 (UTC) (envelope-from dandee@hellteam.net) Received: from lucifer.hellteam.net (lucifer.hellteam.net [88.86.107.21]) by mx1.freebsd.org (Postfix) with ESMTP id AC4D38FC18 for ; Fri, 4 Jul 2008 02:30:36 +0000 (UTC) (envelope-from dandee@hellteam.net) Received: from smtp.hellteam.net (rik.hellteam.net [78.108.102.225]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by lucifer.hellteam.net (Postfix) with ESMTPS id 54A056ED; Fri, 4 Jul 2008 04:31:31 +0200 (CEST) Received: from gandalf (gandalf.tocnet28.jspoj.czf [10.40.8.101]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by smtp.hellteam.net (Postfix) with ESMTP id CC07A570066; Fri, 4 Jul 2008 04:30:34 +0200 (CEST) From: =?UTF-8?Q?Daniel_Dvo=C5=99=C3=A1k?= To: "'Boris Kovalenko'" References: <000001c87801$bd411a80$6508280a@tocnet28.jspoj.czf> <47C3A89C.5000503@tagnet.ru> Date: Fri, 4 Jul 2008 04:30:34 +0200 Organization: Projekt HELL Message-ID: <13D7A14E7E1048AA887CB86DB9FDB818@tocnet28.jspoj.czf> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 In-Reply-To: Thread-Index: Ach4O77Tqcjny98ySXGfXczrukl4EgAJ5oogGUZbCUA= Importance: High Cc: ports@FreeBSD.org Subject: RE: FreeBSD Port: quagga-0.99.9_7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dandee@hellteam.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2008 02:30:37 -0000 Hi Boris, SMUX does not work as is. I know that worked for me, I know it safely, I = was setting up to and it worked well for me, but something has changed. What's wrong? SMUXisKO# egrep smux /etc2/snmp/snmpd.conf smuxpeer .1.3.6.1.4.1.3317.1.2.1 smuxpeer .1.3.6.1.4.1.3317.1.2.2 smuxpeer .1.3.6.1.4.1.3317.1.2.5 SMUXisKO# egrep SNMP /var/db/ports/quagga/options WITH_SNMP=3Dtrue SMUXisKO# egrep smux /etc2/quagga/zebra.conf smux peer .1.3.6.1.4.1.3317.1.2.1 SMUXisKO# egrep smux /etc2/quagga/ospfd.conf smux peer .1.3.6.1.4.1.3317.1.2.5 SMUXisKO# egrep smux /etc2/quagga/bgpd.conf smux peer 1.3.6.1.4.1.3317.1.2.2 SMUXisKO# SMUXisKO# egrep SMUX /var/log/quagga/zebra.log 2008/07/01 15:46:29 warnings: ZEBRA: Can't connect to SNMP agent with = SMUX 2008/07/01 15:46:39 warnings: ZEBRA: Can't connect to SNMP agent with = SMUX SMUXisKO# egrep SMUX /var/log/quagga/ospfd.log 2008/07/01 15:46:29 warnings: OSPF: Can't connect to SNMP agent with = SMUX 2008/07/01 15:46:39 warnings: OSPF: Can't connect to SNMP agent with = SMUX SMUXisKO# egrep SMUX /var/log/quagga/bgpd.log 2008/07/01 15:46:30 warnings: BGP: Can't connect to SNMP agent with SMUX 2008/07/01 15:46:40 warnings: BGP: Can't connect to SNMP agent with SMUX SMUXisKO# It is the same for version 0.99.9_5, 0.99.9_7, 0.99.10 and last one = 0.99.10_2. Respect, Daniel