From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 07:03:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DC5E16A4CE for ; Tue, 10 Feb 2004 07:03:04 -0800 (PST) Received: from mcp.lphp.org (APastourelles-107-1-15-176.w80-13.abo.wanadoo.fr [80.13.169.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD77F43D1D for ; Tue, 10 Feb 2004 07:03:03 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from admin.dioranews.local (ATuileries-108-2-1-208.w217-128.abo.wanadoo.fr [217.128.152.208]) by mcp.lphp.org (8.12.9p1/8.12.9) with ESMTP id i1AEv4LA013735 for ; Tue, 10 Feb 2004 15:57:04 +0100 (CET) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Date: Tue, 10 Feb 2004 16:03:28 +0100 User-Agent: KMail/1.6 References: <200402100945.53335.ajacoutot@lphp.org> <20040210145233.GF2197@hardesty.saintaardvarkthecarpeted.com> In-Reply-To: <20040210145233.GF2197@hardesty.saintaardvarkthecarpeted.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402101603.29138.ajacoutot@lphp.org> X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mcp.lphp.local Subject: Re: snmpd Error opening specified endpoint X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 15:03:04 -0000 On Tuesday 10 February 2004 15:52, Saint Aardvark the Carpeted wrote: > something else listening on UDP port 161: > > # netstat -a | grep snm > > udp4 0 0 *.snmp *.* Yes, strange, isn't it ? Especially since this is a brand new system not even connected to the internet (I mean, there can't be any rootkit or so...). > Try running "sockstat | grep 161" and posting the results. Pfuhh, why didn't I do this before, what an idiot... I can't reach the server right now, so I'll post the output as soon as I get to the box... > Also, a quick Google for "snmp specified endpoint" turns up a fair > number of newsgroup messages; some seem to suggest that there may be > problems with the very latest version of net-snmpd. By any chance, are > you compiling a very recent version? Yes, I've seen all those google posts before asking here, BUT: - I compiled net-snmp from the ports collection - the latest port is from January 2nd, so I guess someone would have caught this problem before me if it was specifically FreeBSD/port related. Obviously, there's something wrong on my box... I'll try to give more information soon. Thanks. Antoine