Re: Test 32 on Solaris complains about kill.exe

2004-07-07 Thread Andy Smith
On a similar track, builds are now failing on MinGW. I will submit one patch shortly, but there are issues with the config_require macro popping up in headers. More info when I do some more testing. Andy Alex Burger wrote: Can you please try the attached patch? For some reason the second 'if [

Re: Test 32 on Solaris complains about kill.exe

2004-07-07 Thread Alex Burger
Alex Burger wrote: Hi Bruce. Bruce Shaw wrote: This is a wierd bug. It only occurs on one of my machines, a V880. It's running Solaris 8. It doesn't happen on a Solaris 2.6 machine. When I run the test, I get: /usr/local/src/net-snmp-5.1.2.pre3/testing/eval_onescript.sh: kill.exe: not found When

Re: Test 32 on Solaris complains about kill.exe

2004-07-07 Thread Alex Burger
Hi Bruce. Bruce Shaw wrote: This is a wierd bug. It only occurs on one of my machines, a V880. It's running Solaris 8. It doesn't happen on a Solaris 2.6 machine. When I run the test, I get: /usr/local/src/net-snmp-5.1.2.pre3/testing/eval_onescript.sh: kill.exe: not found When I look at the code,

Test 32 on Solaris complains about kill.exe

2004-07-07 Thread Bruce Shaw
This is a wierd bug. It only occurs on one of my machines, a V880. It's running Solaris 8. It doesn't happen on a Solaris 2.6 machine. When I run the test, I get: /usr/local/src/net-snmp-5.1.2.pre3/testing/eval_onescript.sh: kill.exe: not found When I look at the code, there's a test for OSTYPE

Write access with V3

2004-07-07 Thread Brian . Blietz
I can't seem to get write access to work with V3. Read access works find. Here is my snmpd.conf file # First, map the community name (COMMUNITY) into a security name # (local and mynetwork, depending on where the request is coming # from): # sec.name source community com2sec

Re: Searching for possible UML file on net-snmp & Question on Snmp+Radius

2004-07-07 Thread David T. Perkins
HI, Before you get too far along Please describe your plans for authentication flow and then authorization flow. That is, describe using the messages for, say, an SNMP GET operation. With SNMPv3 with USM, a simple description is that the sender decides the "level of security" - one of noAuth/n

Re: How do I add a MIB to the agent?

2004-07-07 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. T

Re: RE: When snmpd is started as daemon, stops responding

2004-07-07 Thread Grasic Igor
Hello, Sorry, but now I find out, what (on the earth) is happening. Strange thing. When I started snmpd, logged in as *root* (or with sudo) 1) snmpd -f -c ~/snmpd.conf normaly works. And 2) snmpd -c ~/snmpd.conf doesn't. Because it is trying to take snmpd.conf from the /root/snmpd.conf (!). C

Re: When snmpd is started as daemon, stops responding

2004-07-07 Thread Grasic Igor
Dear Robert and Bryan, The snmpd is started with the following command line parameters as *root*: 1) in daemon mode: snmpd -c ~/snmpd.conf 2) in "application" mode: snmpd -f -c ~/snmpd.conf Down bellow is content of the snmpd.conf file: ===

Re: IPv6

2004-07-07 Thread Dave Shield
> I can't seem to get the IPv6 stuff working correctly. > snmpget -v 1 fe80::210:40ff:fe03:3411 system.sysLocation.0 First of all, you'll need to explicitly specify that this is an IPv6 address. Try snmpget -v 1 udp6:fe80::210:40ff:fe03:3411 system.sysLocation.0 Secondly, have you set up th

Searching for possible UML file on net-snmp & Question on Snmp+Radius

2004-07-07 Thread jeff x
Hello, I'm trying to modify net-snmp to a radius client, so that, all the vacm system and user checking will be done thanks to a radius server (using RBAC model). In fact, I'm about to start all the UML analysis and conception, so, that's why I ask for some UML documents on net-snmd(especia