Re: Fedora Core 2 , oops than snmp dies with 802.1q, may be packet capture related

2004-10-13 Thread Ted Kaczmarek
On Wed, 2004-10-13 at 15:37 +0200, Tommy Christensen wrote: > On Wed, 2004-10-13 at 15:18, Ted Kaczmarek wrote: > > I get Hunk #1 FAILED at 772 when trying to > > > > patch -p1 < patch-vlan_dev.c > > It is probably whitespace-garbled. > Just edit the file and change dev to real_dev > in the do_io

Re: Creation of table module failes.

2004-10-13 Thread Dave Shield
> For the table module 'gatewayTable' seems to be incomplete. > Even it can be compiled and the library loaded nothing happens > (/etc/snmp/snmpd.conf: line 146: Warning: missing an data value) I presume line 146 is: > add_row gatewayTable 1 1 "TrendGateway" "reiner" >"queue/macd/Gatew

some doubts

2004-10-13 Thread Andres C
Hello, I have some general questions about snmp, I hope you can help me with them: 1. How does a network management station discovers private mib's form a device, for example, a UPS. I mean, how does it know what things to monitor and what to query the agent for, how does he knows the variables,

Re: snmpd logging

2004-10-13 Thread Carlos Cantu
> is it possible to switch off the logging part? I have an embedded pc, with > limited disk space. One time I got to 100% on / on my PC. Once due to SNMP logging and once due to e-mail logging. Both times took a couple months to happen, but still I should eliminate that by the time we ship.

snmpd logging

2004-10-13 Thread sihler
Hello, is it possible to switch off the logging part? I have an embedded pc, with limited disk space. Best regards Ingo Sihler ### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Se

RE: snmpd problem

2004-10-13 Thread Tony Sutton
I applied the patch. It ran for about 15 mins and stopped at this snmpd/select: select( numfds=10, ..., tvp=0xbfffea38) snmpd/select: returned, count = 0 snmpd/select: select( numfds=10, ..., tvp=0xbfffea38) snmpd/select: returned, count = 0 snmpd/select: select( numfds=10, ..., tvp=0xbfffea38) sn

snmpset returns errr notWritable

2004-10-13 Thread Jan Schierig
Hi list members, I have tried to set some object values with snmpset -v3 ... after reading the MIB*.txt to ensure that these values offer read-write access. But every time I try to set new values the request reported an error notWritable. The snmp user I used for snmpset has write acces granted by

Re: Creation of table module failes.

2004-10-13 Thread Dave Shield
> I have played different 'add_row' calls. No one succeeded. Can we stick with one, please - it's much less confusing when trying to debug something remotely. Thanks. Comparing this: > Using the following call > # add_row gatewayTable 1 "TrendGateway" "reiner" >"queue/macd/Gateway:Tren

Re: Creation of table module failes.

2004-10-13 Thread Reiner Nix
I have played different 'add_row' calls. No one succeeded. Using the following call # add_row gatewayTable 1 "TrendGateway" "reiner" "queue/macd/Gateway:TrendServer:trdv01" 1234 0 "Stopped" 0 0 0 0 0 0 Cause following debug output: 2004-10-13 15:26:54 dlmod: dlmod_create_module 2004-10-13 1

Re: Fedora Core 2 , oops than snmp dies with 802.1q, may be packet capture related

2004-10-13 Thread Tommy Christensen
On Wed, 2004-10-13 at 15:18, Ted Kaczmarek wrote: > I get Hunk #1 FAILED at 772 when trying to > > patch -p1 < patch-vlan_dev.c It is probably whitespace-garbled. Just edit the file and change dev to real_dev in the do_ioctl() line. -Tommy

Re: Fedora Core 2 , oops than snmp dies with 802.1q, may be packet capture related

2004-10-13 Thread Ted Kaczmarek
On Thu, 2004-10-07 at 17:23 -0400, Ted Kaczmarek wrote: > On Thu, 2004-10-07 at 21:49 +0200, Tommy Christensen wrote: > > Ted Kaczmarek wrote: > > > I opened a bug up with redhat for net-snmp on this, was not sure where > > > it should go. Ifconfig also hangs after this happens. Saw this with > >

Re: Snmptrapd help

2004-10-13 Thread Dave Shield
> I tried creating a new > file at /usr/local/etc with just the traphandle as its > contents. > The -P option tells me that the trap is being recieved > by the daemon, but my code still doesnt get called up. OK - can you please post: a) The exact contents of you

Re: snmpd problem

2004-10-13 Thread Dave Shield
> > Thanks for the "patch" but I compared and it's the same. The "patch" that Robert suggested was *not* expected to solve the problem immediately. It was designed to provide some more information about what exactly is going wrong. We don't know what's causing the agent to fall over like this,

Re: Agent X subagent traps not working

2004-10-13 Thread Dave Shield
Robert and Andy have dealt with most of your questions. I'll just pick up on this one: > 3. Is there a way to do this (send the 'object list') with > send_easy_trap() from the subagent, or would I have to use > send_v2trap(), or whatever it's called? 'send_easy_trap()' does not include support fo