Re: Configuration need in order to recieve snmp traps

2006-04-26 Thread Wes Hardaker
Warning : no access control information configured This reciever will *NOT* accept any incomming notifications. NET-SNMP version 5.3.0.1 can you give me the configuration file of snmptrapd.conf in that conf file in order to mention traphandler we need to provide oid or default if I mention that l

warnings generated by compile

2006-04-26 Thread Lynette Bellini
solaris 2.8, sparc sun4u, openssl 0.9.6, compiling with cc (forte C 6.2) configure: WARNING: sys/socketvar.h: present but cannot be compiled configure: WARNING: sys/socketvar.h: check for missing prerequisite headers? configure: WARNING: sys/socketvar.h: see the Autoconf documentation config

Re: Bug#363399: Net SNMP has broken sysObjectID

2006-04-26 Thread Hilmar Preusse
On 20.04.06 Thomas Anders ([EMAIL PROTECTED]) wrote: > Hilmar Preusse wrote: Hi all, > >>So should we go for linux and unknown as platform? Or always > >>unknown? > >> > >I've upstream in Cc. Ask them for either updating the MIB or go for > >unknown. > > Can you please give your exact platform d

Re: Bug#363399: Net SNMP has broken sysObjectID

2006-04-26 Thread Hilmar Preusse
On 20.04.06 Thomas Anders ([EMAIL PROTECTED]) wrote: Hi, BTW: The "net-snmp-admin PGP key" has expired: [EMAIL PROTECTED]:~ $ gpg --list-keys 7800FEAC pub 1024D/7800FEAC 2003-01-15 [expired: 2006-01-14] uid Net-SNMP Administrators <[EMAIL PROTECTED]> Regards, Hilmar -- sig

net-snmp configuration in runtime

2006-04-26 Thread Thomas Jeffry
Let's say I have configured and running snmpd. May I change its configuration without restart? Does signal SIGHUP works? Are there another methods except SIGHUP? Are somebody going to design special application, for example, snmpruncfg? Best, Thom Send instant messages to your online friends http

Error that says I should report it...

2006-04-26 Thread Will Erwin
Hello,As I was compiling net-snmp, I came across an error that I thought I should report. I am running FreeBSD 6.0, as stated below.vortex# uname -aFreeBSD vortex.mitigated.net 6.0-RELEASE-p6 FreeBSD 6.0-RELEASE-p6 #0: Thu Mar 23 18:18:19 CST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

Re: [PATCH] : Fix external fd handling

2006-04-26 Thread David Kimdon
On Wed, Apr 19, 2006 at 05:35:03PM -0400, Robert Story wrote: > On Mon, 27 Mar 2006 11:41:34 -0800 David wrote: > Why not continue processing other fds? Instead of using a single boolean > value, use another fdset for finer grained control. Good point, there is no reason not to continue processing

SNMP

2006-04-26 Thread Paul van Zyl
-- NetSys International (Pty) Ltd. Tel : +27 12 349 2056 Fax : +27 12 349 2757 Web : http://www.netsys.co.za P.O. Box 35798, Menlo Park, 0102, South Africa The information contained in this communication is confidential and may be legally privileged. It is solely for use of the individua

atol() won't work

2006-04-26 Thread William Rizzo
Hi there, I'm not so deep in programming... my need is to convert a string to a long int... generally i use atol(); but it won't work. i'm trying so: snmp_set_quick_print(1); value = atol((vars->name, vars->name_length, vars)); is this correct? i receive a well formatted output using print_valu