Re: Transport changes

2010-05-20 Thread Magnus Fromreide
On Thu, 2010-05-20 at 07:38 -0700, Wes Hardaker wrote: > > On Thu, 20 May 2010 09:40:06 +0200, Magnus Fromreide > > said: > > MF> Now, I would love to hear some kind of comments on this. > > I need to go read the actual patch details, but the ideas look good in > general :-) > > MF> ge

Re: Transport changes

2010-05-20 Thread Wes Hardaker
> On Thu, 20 May 2010 09:40:06 +0200, Magnus Fromreide > said: MF> Now, I would love to hear some kind of comments on this. I need to go read the actual patch details, but the ideas look good in general :-) MF> generate-netsnmp_transport.diff: IMHO, these should be auto generated in t

Re: make depend

2010-05-20 Thread Wes Hardaker
> On Thu, 20 May 2010 07:39:24 +0200, Magnus Fromreide > said: MF> How is the make depend target supposed to work? Well, it should work. In theory it should never be needed in a real release since in our real releases the Makefile.in should have all the dependency rules. We don't upda

Re: Restarting Running Process

2010-05-20 Thread Dave Shield
On 20 May 2010 14:42, hareesh wrote: > Please tell me is there any mechanism to restart a running process in a > machine using SNMP ? Restarting a process being monitored by the "proc" directive can be done via the "procfix" directive. Running an arbitrary command on demand can be done via the "

Restarting Running Process

2010-05-20 Thread hareesh
Hi Friends, Please tell me is there any mechanism to restart a running process in a machine using SNMP ? -- Regards, Hareesh V -- ___ Net-snmp-coders mailing list Net-snmp-cod

Re: how to config the run-time master agent version

2010-05-20 Thread Weiwei Zhang
2010/5/20 Dave Shield > On 20 May 2010 10:06, Weiwei Zhang wrote: > >> There is no such thing as a "default agent version" > > > > Oh, what I mentioned default agent version is the version in the > configure > > file when compiling the source code. > > That relates to client tools, not the agent

Re: how to config the run-time master agent version

2010-05-20 Thread Dave Shield
On 20 May 2010 10:06, Weiwei Zhang wrote: >> There is no such thing as a "default agent version" > > Oh, what I mentioned default agent version is the version in the configure > file when compiling the source code. That relates to client tools, not the agent. > Does the access control in v1 and

Re: how to config the run-time master agent version

2010-05-20 Thread Weiwei Zhang
2010/5/20 Dave Shield > On 20 May 2010 09:42, Weiwei Zhang wrote: > > My understanding: suppose firstly the default agent version is v1. > > There is no such thing as a "default agent version" > Oh, what I mentioned default agent version is the version in the configure file when compiling the so

Re: how to config the run-time master agent version

2010-05-20 Thread Dave Shield
On 20 May 2010 09:42, Weiwei Zhang wrote: > My understanding: suppose firstly the default agent version is v1. There is no such thing as a "default agent version" > Q1: Now I can't find the token for version control in snmpd.conf file. Can > you give me a hint? > Q2: are there any API provided

Re: how to config the run-time master agent version

2010-05-20 Thread Weiwei Zhang
2010/5/19 Dave Shield > On 19 May 2010 02:22, Weiwei Zhang wrote: > > In the configure file, the version is set v3. > > One of the questions in the configure script is to set the *default* > version. > This is what will be used when you don't specify a '-v' option (or > equivalent) > to the comm

Re: make depend

2010-05-20 Thread Thomas Anders
Magnus Fromreide wrote: > How is the make depend target supposed to work? > > If I try it on linux it happily tells me that makedepend is missing, if > I install the X11 package that contains it then it fails to work for me. > > If I try it on solaris 10 the it tells me that it needs more than 64

Transport changes

2010-05-20 Thread Magnus Fromreide
Hello. These are my changes to the transport framework. They do depend on each other so please apply them in the order I introduce them below. kill-IPBase.diff: This patch removes snmpIPBaseDomain since netsnmp_sockaddr_in and netsnmp_sockaddr_in2 logically belongs in snmpIPv4Dom