problems using gettimeofday() as a time base

2004-09-21 Thread Jeff Johnson
Back in April, Martin Carlsson of Lumentis observed in the thread entitled “engineTime and abrupt timechanges” that changes to the system time could prevent the agent from authenticating snmpv3 messages (reference http://sourceforge.net/mailarchive/message.php?msg_id=8116151).  In a subseq

RE: need help with proof of concept code

2004-09-21 Thread Bruce Shaw
Title: RE: need help with proof of concept code Found one problem anyway... >    unlink(dname); Bad news.  I thought I was decoupling memory (no, I have no idea what I mean by that).  Actually, I was deleting the link. This communication is intended for the use of the recipient to which

need help with proof of concept code

2004-09-21 Thread Bruce Shaw
Title: need help with proof of concept code I'm working on the partitions problem in HOST-RESOURCES-MIB for Solaris.  As it stands, the code is making all sorts of wrong decisions about which partition it's supposed to be using.  I'm trying to write a simple stand-alone program to do it correc

RE: what 's the meaning of NOTIFY in the token access in snmpd.conf

2004-09-21 Thread Jeff Johnson
"notify" is the mib view to use when notifications (traps and informs) are sent by the (Bagent. (B (B-Original Message- (BFrom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ? ?? (BSent: Tuesday, September 21, 2004 12:14 AM (BTo: [EMAIL PROTECTED] (BSubject: what 's the m

what 's the meaning of NOTIFY in the token access in snmpd.conf

2004-09-21 Thread 李 曙歌
hello everyone what 's the meaning of NOTIFY in the token access,lik this access MyROGroup "" any noauthexact allhisenseMIB none access MyRWGroup "" any noauthexact allall none access HROGroup "" usm authPrivexact all all none

Re: how to use SNMP-TARGET-MIB

2004-09-21 Thread 李 曙歌
hello everyone I have config all the table ,and I think all the operate is right .but it can't work. I hack the code again. but I found when the trap send from the agent it will go through the var *sinks*,but the notifiytable store all the notifies in var *snmpNotifyTableStorage*. I k

RE: Setting udp port number in Solaris

2004-09-21 Thread Sungjin Park
Thank you for your reply. I am developing agent in 5.1.1 and use all the same release in multi-plaform. The main functionality is to send some logs periodically. According to your reply, is it only possible to fix the port number of snmp trap message by using net-snmp version greater than 5.1.1? I