Re: Cannot start snmpd plus "snmp dead but subsys locked" msg

2007-10-01 Thread Dave Shield
On 29/09/2007, Lee, John (Sydney) <[EMAIL PROTECTED]> wrote: > > The problem lies somewhere in the config file processing. > > Try running: > > snmpd -f -Le -Dread_config > > What does that display? > > > > Hi Dave, please see attached. -- : read_config: /etc/snmp/snmpd.conf:459 examini

MIB handler can get but not set

2007-10-01 Thread John Anderson
I'm implemented MIBs for our device. It's net-snmp crosscompiled to PPC. I compiled our MIB file with mib2c and rebuilt snmpd with it configured. - I can query all my MIBs just fine, but when I try and set them I get back error 6 (NO_ACCESS). - Debugging I see that I get error 4 (VACM_NOVI

Re: MIB handler can get but not set

2007-10-01 Thread Dave Shield
On 28/09/2007, John Anderson <[EMAIL PROTECTED]> wrote: > - I can query all my MIBs just fine, but when I try and set them I get back > error 6 (NO_ACCESS). > - Debugging I see that I get error 4 (VACM_NOVIEW) back from trying to find > the mib in the view (vacm_check_view). > - I created the m

NET-SNMP build on Solaris 8 using Sun Forte

2007-10-01 Thread umesh_waghode
Hi, I am trying to build NET-SNMP on Solaris 8 using Sun Forte CC. ./configure --prefix=/me/netsnmp/net-snmp-5.4_sol/install --without-openssl --with-ar=/usr/ccs/bin/ar --with-cc=CC This command fails with following error "configure: error: mib module "default_modules" requires module

snmpwalk / snmpget segfault - a suspected bug in fprint_variable

2007-10-01 Thread Milan_Tvarozek
Hello all, we are experiencing segfault of snmpwalk (see below). It happens when we send OPAQUE double values of a high magnitude (e.g. 1.7976931348623157E308") The value is sent as snmp_set_var_typed_value(request->requestvb, ASN_OPAQUE_DOUBLE, (u_char *)&double_value, sizeof(double_value)); a

Re: ppm install NetSNMP fail

2007-10-01 Thread Thomas Anders
Ross Lee wrote: > Am a newbie to this. I have installed Perl on Win XP but when I run the > command ppm install NetSNMP.ppd as in the manual, it gives this error " > ppm install failed: Don't know how to unpack > file:///C:/usr/perl/NetSNMP.ppd". I have installed the gnu_regex.dll on > win32\syste

Re: unable to start snmpd

2007-10-01 Thread Dave Shield
On 20/09/2007, Devvrat Tripathi <[EMAIL PROTECTED]> wrote: > Hi i am new to snmp and i have just installed the net snmp package. > Now now when i try to start the snmpd daemon it always says > snmpd: symbol lookup error: snmpd: undefined symbol: smux_listen_sd Which version of the package did you

Re: MIB handler can get but not set

2007-10-01 Thread FLY135
Thanks for the link to the FAQ. I had both rocommunity and rwcommunity set to public. Looks like that resulted in a read-only interpretation of the password as indicated by the unexpected behavior noted in the FAQ. John - Original Message - From: "Dave Shield" <[EMAIL PROTECTED]> To:

Using net-snmp with Oracle Enterprise Manager agent and Listener

2007-10-01 Thread kabbalah74-unsec
Hoping someone has run into this issue before... I've managed to get the Oracle Enterprise agent and the Oracle Listener work with net-snmp (they both use the obsolete smux protocol), the catch is that I can get either of them to register to net-snmpd but not both at the same time! The reason is th

Re: ppm install NetSNMP fail

2007-10-01 Thread Alex Burger
Hi Ross. If you are using net-snmp-5.4.1-1.win32.exe, then download net-snmp-5.4.1-2.win32.exe and re-install. The previous binary had a problem with installing the Perl modules. Alex Ross Lee wrote: > Am a newbie to this. I have installed Perl on Win XP but when I run the > command ppm ins

RE: ppm install NetSNMP fail

2007-10-01 Thread Ross Lee
Hi Alex, Thanks for the info. will download 5.4.1-2.win32.exe and try. Cheers, Ross > Date: Mon, 1 Oct 2007 17:41:19 -0400 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: ppm install NetSNMP fail > CC: net-snmp-users@lists.sourceforge.net > > > Hi Ross. > > If you are usi

RE: ppm install NetSNMP fail

2007-10-01 Thread Ross Lee
Hi Thomas, I installed the 5.4.1-1.win32.exe. What is the difference between the ssl package and the one without? Thx, Ross > Date: Mon, 1 Oct 2007 17:19:42 +0200 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: net-snmp-users@lists.sourceforge.net > Subject: Re: ppm install NetSNMP f