From owner-freebsd-questions@FreeBSD.ORG Tue Nov 14 10:27:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1584C16A415 for ; Tue, 14 Nov 2006 10:27:36 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 50A0443D55 for ; Tue, 14 Nov 2006 10:27:35 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: (qmail invoked by alias); 14 Nov 2006 10:27:30 -0000 Received: from ip176-173-59-62.adsl.versatel.nl (EHLO [192.168.2.5]) [62.59.173.176] by mail.gmx.net (mp042) with SMTP; 14 Nov 2006 11:27:30 +0100 X-Authenticated: #25365336 Message-ID: <45599A11.6090608@gmx.net> Date: Tue, 14 Nov 2006 11:27:29 +0100 From: Frank Staals User-Agent: Thunderbird 1.5.0.4 (X11/20060706) MIME-Version: 1.0 To: gahn References: <20061114101845.53827.qmail@web52113.mail.yahoo.com> In-Reply-To: <20061114101845.53827.qmail@web52113.mail.yahoo.com> X-Y-GMX-Trusted: 0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd general questions Subject: Re: net-snmp and 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2006 10:27:36 -0000 gahn wrote: > thanks. > > i didn't recall that i activated any snmp but there is > a bsnmpd running though: > > root snmpd 414 13 tcp4 *:199 > *:* > root snmpd 414 14 udp4 *:161 > *:* > root snmptrapd 408 10 udp4 *:162 > *:* > > how could i remove it? in rc.conf? or else? > > thanks > > > > --- Frank Staals wrote: > > >> gahn wrote: >> >>> hi: >>> >>> is a generic snmp running with 6.1? i installed >>> net-snmp on 6.1 and it seems to have conflict with >>> some another snmp process: >>> >>> [init_smux] bind failed: Address already in use >>> Error opening specified endpoint "udp:161" >>> Server Exiting with code 1 >>> >>> i have no anothe snmp application running except >>> >> the >> >>> net-snmp. >>> >>> any ideas? >>> >>> >>> >>> >>> >>> >>> > ____________________________________________________________________________________ > >>> Cheap talk? >>> Check out Yahoo! Messenger's low PC-to-Phone call >>> >> rates. >> >>> http://voice.yahoo.com >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> >>> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >>> To unsubscribe, send any mail to >>> >> "freebsd-questions-unsubscribe@freebsd.org" >> >>> >>> >> I believe there is no smnp daemon running by >> default. Maybe you >> accidentally allready started it ? You might check >> it with sockstat -4 >> | grep 161 >> >> -- >> -Frank Staals >> >> >> >> > > > > > ____________________________________________________________________________________ > Cheap talk? > Check out Yahoo! Messenger's low PC-to-Phone call rates. > http://voice.yahoo.com > > > Hmm apparantly there IS a bsndmp running. Didn't see that one on my server, anyway on my laptop it wasn't running as I apparantly disabled it: frank@Riza$ cat /etc/rc.conf | grep snmpd bsnmpd_enable="NO" that might help I guess -- -Frank Staals