RE: dlopen failed

2006-08-07 Thread Fong Tsui
Here is snippet from output of "strace -f -o strace.log snmpd -c /config/snmpd.conf" . 13145 fstat64(8, {st_mode=S_IFREG|0644, st_size=1989, ...}) = 0 13145 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf65f5000 13145 read(8, ""..

Re: dlopen failed

2006-08-07 Thread Thomas Anders
Fong Tsui wrote: > Fong Tsui wrote: >>> When I try to use dlmod to load shared module, I got the following >>> error: >>> dlopen failed: /root/gtmmib.so: cannot open shared object file: >>> Permission denied >>> >>> /root/gtmmib.so has been set to "chmod 777". > /root is also "chmod 777". > > Thom

RE: dlopen failed

2006-08-07 Thread Fong Tsui
Fong Tsui wrote: >> When I try to use dlmod to load shared module, I got the following >> error: >> dlopen failed: /root/gtmmib.so: cannot open shared object file: >> Permission denied >> >> /root/gtmmib.so has been set to "chmod 777". /root is also "chmod 777". Thomas Anders> What are the permis

Re: dlopen failed

2006-08-07 Thread Thomas Anders
Fong Tsui wrote: > When I try to use dlmod to load shared module, I got the following > error: > dlopen failed: /root/gtmmib.so: cannot open shared object file: > Permission denied > > /root/gtmmib.so has been set to "chmod 777". What are the permissions of the /root directory itself? If you stra

dlopen failed

2006-08-07 Thread Fong Tsui
When I try to use dlmod to load shared module, I got the following error: dlopen failed: /root/gtmmib.so: cannot open shared object file: Permission denied /root/gtmmib.so has been set to "chmod 777". Does anybody know what the problem is here? Thanks, FT

Re: configuration file

2006-08-07 Thread Dave Shield
On 04/08/06, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > How configuration file is generated or created? when configuration file is > created. Which configuration file(s) are you talking about? All the configuration is handled by simple text files. Most of these will be created manually

Re: Subagent control experimental code in 5.3.1?

2006-08-07 Thread Dave Shield
On 04/08/06, Bob Mars (rmars) <[EMAIL PROTECTED]> wrote: > net-snmp-5.3.1/EXAMPLE.conf master agentx section states subagent control is > still experimental code and not to be used on critical production systems. > Can these comments (see snippet below) be safely removed or do they still > apply?

configuration file

2006-08-07 Thread Siva Prakash Reddy G
Title: Message    Hi!   How configuration file is generated or created? when configuration file is created.    

Subagent control experimental code in 5.3.1?

2006-08-07 Thread Bob Mars (rmars)
Title: Subagent control experimental code in 5.3.1? net-snmp-5.3.1/EXAMPLE.conf master agentx section states subagent control is still experimental code and not to be used on critical production systems.  Can these comments (see snippet below) be safely removed or do they still apply? Thanks

Re: CVS: net-snmp/agent/mibgroup/host hr_filesys.c, 5.15 hr_swrun.c, 5.17

2006-08-07 Thread Dave Shield
On 06/08/06, Thomas Anders <[EMAIL PROTECTED]> wrote: > > Modified Files: > > hr_filesys.c hr_swrun.c > > Log Message: > > Build fixes for AIX HOST-RESOURCES-MIB support > > Full host mib support now builds fine for me on AIX 5.3. However, when fixing > hr_swrun.c it looked as if the two rece

Re: Has anybody used matrixssl with net-snmp? Thanks

2006-08-07 Thread Dave Shield
I don't recall seeing any mention of MatrixSSL on either of the mailing lists. I haven't looked at the MatrixSSL APIs, but I strongly suspect that you'll need to tweak the Net-SNMP library code in order to have it use the MatrixSSL encryption and authentication routines. If you manage to get this