Handlers in Net-Snmp

2007-04-02 Thread Sriventhal B
Hi all Can anybody tell me the exact working of the handlers. 1. when it is created 2. is it created once or each time a request comes 3. is the handler destroyed,if yes when and how Please respond at the earliest as we are really in need of ur help Thanks and Regards Subashini

huge file system crashes snmpd

2007-04-02 Thread Winston Lee
Hi, We are running net-snmp 5.0.9 binary on Solaris 9 which has more than 100 file systems. When I ran a snmpwalk, the snmpd daemon will be killed. When I tested it in debug mode, after it goes to hrStorageDescr.100, the daemon will die with a Segmentation Fault. could somebody help? I googled an

Make problem on Sol10-U3

2007-04-02 Thread supra_mkii
It appears that there are some problems with compiling NET-SNMP on Solaris 10 U3. I was able to compile it on the system before upgrade it from U2 to U3. I need to compile the Perl modules but found that I am unable to conduct a successful compile even in the most simplest of forms. “--disable-a

if-mib compile prob

2007-04-02 Thread Patrick Welche
I just tried out yesterday's svn checkout on NetBSD-current/i386. If I compile / install with defaults, all is OK. If I try configure --with-mib-modules="if-mib", I get *** MIB Module warning *** mib module 'mibII/ifTable' requires module 'mibII/interfaces' but someone told me to compile with

Re: Handlers in Net-Snmp

2007-04-02 Thread Dave Shield
On 29/03/07, Sriventhal B <[EMAIL PROTECTED]> wrote: > Can anybody tell me the exact working of the handlers. > 1. when it is created When the agent is initialised. > 2.is it created once or each time a request comes Once > 3.is the handler destroyed,if yes when and how

Re: huge file system crashes snmpd

2007-04-02 Thread Dave Shield
On 29/03/07, Winston Lee <[EMAIL PROTECTED]> wrote: > We are running net-snmp 5.0.9 binary on Solaris 9 which has more than 100 > file systems. The 5.0.9 release is very old now, and development on this line has been closed down for some time. This particular problem has already been fixed in la

net-snmp

2007-04-02 Thread Dipak Dudhabhate
Hello All, 1. Is there any standard way to do discovery of computers/devices using snmp? Currently i am using net-snmp. Is there any API inbuilt in net-snmp for network discovery. 2. I have to implement file transfer facility from agent to manager or vise versa, is it possible using net-snmp o

Re: SVN tags and branches

2007-04-02 Thread Dave Shield
On 30/03/07, Wes Hardaker <[EMAIL PROTECTED]> wrote: > I *do* look through older code sometimes and do diffs against > versions and frequently try to find what releases a particular code > version was in, or... I fully recognise the value of that sort of history (not least because I also frequent

Re: SVN tags and branches

2007-04-02 Thread Wes Hardaker
> "DS" == Dave Shield <[EMAIL PROTECTED]> writes: DS> I don't really care whether we delete any obsolete branches DS> or tag checkpoints - or simply move them elsewhere. (As long DS> as this is somewhere *outside* the /tags or /branches tree) DS> But I do find the current mishmash to be extre

Re: vacm notification access

2007-04-02 Thread Dave Shield
On 30/03/07, Wes Hardaker <[EMAIL PROTECTED]> wrote: > > "PP" == Passera Pablo-APP writes: > > PP> I have a question related to how VACM is implemented in the > PP> agent. Is the notify-view parameter in the access token being used when > PP> the agent generates a notification? > > It should b

Re: Problems building 5.4 on Linux

2007-04-02 Thread Dave Shield
On 28/03/07, Eirik Nordbrøden <[EMAIL PROTECTED]> wrote: I get the following error message when building the perl modules: OID.xs: In function `__snprint_value': OID.xs:74: error: dereferencing pointer to incomplete type If I remove the --disable-mib-loading option when configuring, it builds

Re: Make problem on Sol10-U3

2007-04-02 Thread Thomas Anders
supra_mkii wrote: > /usr/include/netinet/in_pcb.h:40: error: field > `inp_route' has incomplete type Can you please paste the content of /usr/include/netinet/in_pcb.h at around line 40 (ideally from the start of the file until the end of the block)? > In file included from mibgroup/mibII/at.c:88:

Re: if-mib compile prob

2007-04-02 Thread Thomas Anders
Patrick Welche wrote: > I just tried out yesterday's svn checkout on NetBSD-current/i386. > > If I compile / install with defaults, all is OK. > > If I try configure --with-mib-modules="if-mib", I get Please add "--enable-mfd-rewrites" and report back. +Thomas -- Thomas Anders (thomas.anders

Re: if-mib compile prob

2007-04-02 Thread Patrick Welche
On Mon, Apr 02, 2007 at 06:20:29PM +0200, Thomas Anders wrote: > Patrick Welche wrote: > > I just tried out yesterday's svn checkout on NetBSD-current/i386. > > > > If I compile / install with defaults, all is OK. > > > > If I try configure --with-mib-modules="if-mib", I get > > Please add "--en

Re: if-mib compile prob

2007-04-02 Thread Thomas Anders
Patrick Welche wrote: >>> If I try configure --with-mib-modules="if-mib", I get >> Please add "--enable-mfd-rewrites" and report back. > > I get the same warning: > > *** MIB Module warning *** mib module 'mibII/ifTable' requires module > 'mibII/interfaces' but someone told me to compile witho

White space characters in logs

2007-04-02 Thread hoolun
Hi all, I recently upgraded my net-snmp installation and noticed that the log messages contains [\r\n] characters. Further investigation shows that this is caused by revision 11770 http://net-snmp.svn.sourceforge.net/viewvc/net-snmp?view=rev&revision=11770 Before 11770, [\f\n\r\t\v] is printe