Re: dlopen failed: wrong ELF class: ELFCLASS64

2011-01-06 Thread Mike Brodbelt
On 06/01/11 10:03, Kiran Das wrote: > r...@server1: # /usr/local/sbin/snmpd -f -L > dlopen failed: ld.so.1: snmpd: fatal: > /usr/sfw/lib/sparcv9/libseaProxy.so: wrong ELF class: ELFCLASS64 > dlopen failed: ld.so.1: snmpd: fatal: > /usr/sfw/lib/sparcv9/libseaExtensions.so: wrong ELF class: ELFCLASS

Re: DESTDIR support

2006-12-13 Thread Mike Brodbelt
On Wed, 2006-12-13 at 11:23 -0500, Mike Schmidt wrote: > Hi, > > Oddly enough, Frank's method seems to work: > > Instead of my original attempt, which was : edit Makefile, set > DESTDIR=/root/tmp, then run make install > the second attempt: > > restore Makefile > make install INSTALL_PREFIX=/ro

Re: DESTDIR support

2006-12-13 Thread Mike Brodbelt
On Wed, 2006-12-13 at 16:52 +0100, Thomas Anders wrote: > Mike Brodbelt wrote: > > Building Net-SNMP 5.4, I notice that there appears to be support for > > installation to a packaging tree via setting DESTDIR. but this actually > > doesn't work, with most stuff ignoring

DESTDIR support

2006-12-13 Thread Mike Brodbelt
Hi, Building Net-SNMP 5.4, I notice that there appears to be support for installation to a packaging tree via setting DESTDIR. but this actually doesn't work, with most stuff ignoring DESTDIR. Is this going to be fixed, or is there a different recommended way of installing to a temporary packagin

Re: Compile trouble with 5.4pre3

2006-10-05 Thread Mike Brodbelt
On Thu, 2006-10-05 at 10:51 +0100, Dave Shield wrote: > On 05/10/06, Mike Brodbelt <[EMAIL PROTECTED]> wrote: > > It doesn't seem to be working for me. I've dropped the new files in and > > recompiled, but snmpwalk now times out on that part of the MIB:- > >

Re: Compile trouble with 5.4pre3

2006-10-05 Thread Mike Brodbelt
On Wed, 2006-10-04 at 20:42 +0100, Dave Shield wrote: > On 03/10/06, Mike Brodbelt <[EMAIL PROTECTED]> wrote: > > > > > Unfortunately, the UCD-SNMP-MIB::systemStats stuff is still broken on > > > > Solaris (apparently because the Solaris version of the new har

Re: Compile trouble with 5.4pre3

2006-10-03 Thread Mike Brodbelt
On Tue, 2006-10-03 at 12:32 +0100, Dave Shield wrote: > On 03/10/06, Mike Brodbelt <[EMAIL PROTECTED]> wrote: > > Unfortunately, the UCD-SNMP-MIB::systemStats stuff is still broken on > > Solaris (apparently because the Solaris version of the new hardware > > abstractio

Re: Compile trouble with 5.4pre3

2006-10-03 Thread Mike Brodbelt
On Mon, 2006-10-02 at 09:52 -0700, Anders Persson wrote: > Hi Mike, > > After you run configure, open agent/mibgroup/mib_module_includes.h and > move the line "#include mibgroup/kernel_sunos5.h" to the top. Then run make. > > PS. You also need to include the line "#define > NETSNMP_INCLUDE_IFTA

Compile trouble with 5.4pre3

2006-10-02 Thread Mike Brodbelt
I'm trying to compile the 5.4pre3 from source on Solaris 10, as I'm interested in testing the new ifXTable implementation, but I can't get it to configure happily. When I configure --with-mib-modules="if-mib", I get:- mib module error configure: WARNING: mib module 'mibII/ifTable' requires module

Re: Getting SystemStats from net-snmp cvs on Solaris

2006-09-14 Thread Mike Brodbelt
On Thu, 2006-09-14 at 10:28 +0100, Dave Shield wrote: > > > > Just following this up - I've rebuilt the binaries using the the 5.3.1 > > release and the lmSensors modules from CVS. This now works, so I can > > only assume that a bug has crept into the CVS code that breaks the > > systemStats inform

Re: Getting SystemStats from net-snmp cvs on Solaris

2006-09-13 Thread Mike Brodbelt
On Tue, 2006-09-12 at 16:43 +0100, Mike Brodbelt wrote: > > Any help would be much appreciated. The binaries from Sun freeware > produce values for the SystemStats OID group, so I know it must be > possible to get it to work. Just following this up - I've rebuilt the binaries us

Getting SystemStats from net-snmp cvs on Solaris

2006-09-12 Thread Mike Brodbelt
Hi, I've built a nightly tarball of net-snmp on Solaris so I can get access to information out of the LMSENSORS MIB. That works fine, but my CPU use graphs have all stopped working. Looking at the values from the agent now, I'm getting no results:- # /usr/local/bin/sparcv9/snmpwalk -v 2c -c publi

Counters spiking on Solaris

2006-09-08 Thread Mike Brodbelt
Hi, I'm trying to graph context switches and interrupts from a machine running Solaris 10. The machine is a T1000 under a reasonable load, and I'm polling these values:- UCD-SNMP-MIB::ssRawContexts.0 UCD-SNMP-MIB::ssRawInterrupts.0 What I'm seeing is a counter value that sits without changing:-

NET-SNMP DevIO on Solaris

2006-08-31 Thread Mike Brodbelt
Hi, I'm trying to create useful graphs out of the Device I/O counters on Solaris machines. One thing that's noticeable here is that when you compare Solaris to Linux, net-snmp produces much more useful disk names for Linux machines:- snmptable -v 2c -c public localhost 1.3.6.1.4.1.2021.13.15.1 SN

64 bit interface counters on Solaris

2006-08-24 Thread Mike Brodbelt
Hi, I'm using the net-snmp shipped by Sun as part of Solaris 10. I'd like to monitor interface traffic on Gig-E interfaces, but can't get any output from the ifXTable. Is ifXTable currently supported at all by net-snmp, and is it supported on Solaris? Thanks, Mike _