inside the
/usr/local/lib for the respective libnetsnmpagent.so.35 that link to
their respective .so.40 links
A very bad idea, than will lead to endless problems.
/Niels
--
Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.net
The purpose of computing is insight, not numbers -
-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
--
Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.net
The purpose of computing is insight, not numbers -- R W Hamming
___
Net-snmp-coders mailing list
Net
Den 21-05-2024 kl. 13:34 skrev Niels Baggesen:
SIGTERM is not kill -9, it is kill -16. kill -9 is SIGKILL
Whoops, minor typo, SIGTERM is 15, not 16. Thanks to jhawk!
/Niels
--
Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.net
The purpose of computing is insight, not numbers
TERM (kill -9) , SIGINT
(ctl+c) are for snmpd shutdown.
SIGTERM is not kill -9, it is kill -16. kill -9 is SIGKILL
/Niels
--
Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.net
The purpose of computing is insight, not numbers -- R W Hamming
--
This message has been scanned f
I would prefer that that new object had
UNITS "Cel"
DISPLAY-HINT "d-3"
instead of displaying a milli-value, but that is personal taste.
Remember to add a REVISION section to the MIB when you update it.
/Niels
--
Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.
___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
--
Niels Baggesen -- @home -- Århus -- Denmark --ni...@baggesen.net
The purpose of computing is insight, not numbers -- R W Hamming
--
N
, change it by snmpset:
snmpset host nsCacheTimeout.1.3.6.1.2.1.4.34 = 1
(dont set it to 0, then it will default to 5)
/Niels
--
Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.net
The purpose of computing is insight, not numbers -- R W Hamming
, so there is no
problem interpreting it.
/Niels
--
Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.net
The purpose of computing is insight, not numbers -- R W Hamming
___
Net-snmp-coders mailing list
Net-snmp-coders
-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
--
Niels Baggesen -- @home -- Århus -- Denmark --n...@users.sourceforge.net
The purpose of computing is insight, not numbers -- R W Hamming
___
Net-snmp-coders mailing list
Ne
Den 27-02-2020 kl. 18:40 skrev Michael Wu:
Dear Net-Snmp coders:
I am using net-snmp v5.8 with ipv6 enabled. Trying to get interface's
ipv6 addresses. I tried a couple of oids but could not figure out how to
map the ifindex to the ipv6 address assigned to the interfaces. All
interfaces have b
he CallManager."
::= { iso(1) org(3) dod(6) internet(1) private(4)
enterprises(1) cisco(9) ciscoMgmt(9) ciscoCcmMIB(156)
ciscoCcmMIBObjects(1) ccmGeneralInfo(1) ccmTable(2)
ccmEntry(1) ccmName(2) 1 }
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@
the way you want? Otherwise show us what you see, and what
is wrong with it.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
___
Net-snmp-co
ast but one OID 2 is hist_2. Is there a way to
> disable prefixing of length?
See RFC 2578, clause 7.7. You define your MAC address as an OCTET STRING
(SIZE(6)), then there is no need to prefix the length.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.
ut I need to be able to
> set the values in code.
man read_objid?
Have you looked at the source of the CLI commands for inspiration?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers
f-line as well [2].
>
> 1. http://demo.snmplabs.com
> 2. http://snmplabs.com/snmpsim
Well, what is interesting is if the real agent get the real value. It
is about debugging the agent running on the physical hardware.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourc
r can the base be set to e.g. MiB instead of KiB in configuration?
The currelt 5.8 release (and unreleased 5.7 update) should already
contain objects like memTotalRealX which are defined as
CounterBasedGauge64
Unfortunately I don't have hardware to test it :-)
/Niels
--
Niels Baggesen - @ho
ne SNMP_ENDOFMIBVIEW(ASN_CONTEXT | ASN_PRIMITIVE | 0x2) /* 82=130 */
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
___
Net-snmp-coders mailing list
Net-snm
snmpget to your hearts desire :-)
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
t IP-MIB, you
will get something like
IP-MIB::ipNetToPhysicalType.4.ipv6."20:01:04:70:df:9a:00:00:00:00:00:00:00:00:00:01"
= INTEGER: dynamic(3)
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight,
NTEGER:
true(1)
You should see similar data from IP-MIB in a more readable form.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
___
Net-snmp-code
Den 18-06-2018 kl. 19:31 skrev Anders Wallin:
+1
but I'm not sure my vote counts, since I was the one reporting the bug
+1, and my vote should count :-)
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --
ith Cygwin64. As one can see
BVA> in the scripts in the "ci" directory the to-do items are as
BVA> follows:
Given that this doesn't affect code and CI support is a good thing:
+1
Another +1
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The
fix for agent side (commit 988562514b05a2bc01be4)
+1
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
Check out the
/at_solaris.c
+++ b/agent/mibgroup/mibII/data_access/at_solaris.c
@@ -19,6 +19,7 @@
#include
#include
#include "kernel_sunos5.h"
+#include "../at.h"
typedef struct if_ip {
int ifIdx;
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforg
Den 14-05-2018 kl. 20:05 skrev Robert Story:
+1 on both counts (commit it, but use cherry-pick).
+1 (and I wouldn't mind the OpenBSD part getting merged too)
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not nu
a/agent/mibgroup/mibII/data_access/at_sysctl.c
+++ b/agent/mibgroup/mibII/data_access/at_sysctl.c
@@ -54,6 +54,8 @@ ARP_Scan_Init(void)
mib[4] = NET_RT_FLAGS;
#if defined RTF_LLINFO
mib[5] = RTF_LLINFO;
+#elif defined(RTF_LLDATA)
+mib[5] = RTF_LLDATA;
#else
mib[5] = 0;
#endif
-
AC_USE_SYSTEM_EXTENSIONS instead. This patch fixes
all instances of the following autoreconf warnings:
+1
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
nfig, and accordingly it
does not support community access for IPv6.
Are you sure you are running the version compiled with --enable-ipv6?
What other config options did you use?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, no
nfig, and accordingly it
does not support community access for IPv6.
Are you sure you are running the version compiled with --enable-ipv6?
What other config options did you use?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, no
Was it intentional that this silently changed our autoconf requirement
from 2.68 to 2.69?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers -- R W Hamming
-
called then the agent shuts down.
A relatively simple example of saving and loading can be found for
pauthtrapenable in
agent/mibgroup/mibII/snmp_mib.c
agent/agent_read_config.c
agent/agent_trap.c
/Niels
--
Niels Baggesen -- @home -- Århus -- Denmark -- n...@users.sourceforge.net
The purpose of
ng options that Net-SNMP understands.
Have you read "man snmpcmd"?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
ion keeps the directory in the persistent directory of the
program. If the index seems newer than the directory it will be trusted,
so this may be the problem you see.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not n
e/mibs/DOCS-IF-M-CMTS-MIB/usr/share/mibs/IF-MIB/usr/share/mibs/DOCS-IF-M-CMTS-MIB.../usr/share/mibs/IF-MIB...Only,
> why?
>
> The config files are equal.
Woukd you mind posting your snmp.conf and the output from snmptranslate
-Dparse-mibs
/Niels
--
Niels Baggesen - @home - Århu
255038/
I dont follow the -users list, and it has been vacation time, sorry ...
Have you tried to add -Dparse-mibs to snmptranslate, to learn what files
it finds and tries to parse?
You don't have any conflicting snmp.conf files?
I have never seen such a problem.
/Niels
--
Niels Bagges
bindings... no
> checking for authentication support... configure: error: Asked to use
> OpenSSL but I couldn't find it.
Have you looked into config.log for a possible explanation?
Are the headers in /usr/local/openssl/include/ and the library in
/usr/local/openssl/lib/
/Niels
--
Nie
5-4-patches and up.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
_
rim the rest of snmptrapd away, and do
what ever you want to do inside snmp_input.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
-
Den 18-07-2016 kl. 12:36 skrev Pavan Tatavarthi:
> Dear members,
>
> I have a query regarding the ASN1 related module.
> Does Net-SNMP use ASN1 compiled code from the Objective Systems ASN1 compiler
> ?
No, the parsers are handwritten
/Niels
--
Niels Baggesen -- @home -- Å
a Counter64 object.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
Attend Shape: An AT&T Tech Expo July 15-16. Meet
r.c:224: error: invalid operands to binary == (have 'struct
> ' and 'int')
What kind of OS does this box have? FreeBSD?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforg
st use the MIBDIRS envitronment variable, or
the mibdirs parameter in an snmp.conf file.
Are you sure that when you started installing your locally compiled
version, that you had removed any traces of your distributions net-snmp
packages?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@use
You use the agentaddress parameter to set the IP address and port
number.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
-
tsated system?
> SNMPv3 is not implemented.
Implemented or compiled in?
You need SNMPv3 support in the agent to do that. Then read up on
linkUpDownNotifications in snmpd.conf
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insig
quot; \
> --without-kmem-usage
Any reason you are not using 5.7.3? There were a number of fixes for
Darwin in that release. It might even allow you to drop those
--with-out-mib-modules options :-)
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.so
Den 04-11-2015 kl. 05:51 skrev AR, Giridhar:
> Do we have an API to know the MTU size of an interface of both client
> and server?
No, and I fail to see what it can be used for. PMTU might make sense,
but it is hard to find, and might be varying from patcket to packet,
/Niels
--
Niels Ba
a5defe5187d81fc505d >patch
Here is the patch
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
diff --git a/snmplib/snmp_api.c b/snmplib/snmp_api.c
index d0a4021..7f746bb 100644
--- a/snmplib/sn
d of the PDU.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
___
Net-snmp-co
raising this. I have created a patch for this, and as I do
not have the HW to test this, I hope you will test it for me :-)
Please see https://sourceforge.net/p/net-snmp/patches/1305/
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is
32 44512 409836 576300
-/+ buffers/cache:21261681709068
Swap: 6078460 2587845819676
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight,
et will leak.
Thanks for the note! This has now been fixed for the 5.6branch and newer.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers ---
hen Ip6InNoECTPkts is encountered in , it is interpreted as
> IpInNoRoutes, which shows up when the agent is walked:
Thanks for the note! This has been fixed for the 5.5 branch and newer.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insigh
fgets(line,sizeof(line),in); /* skip header */
>
> However, in my version of linux (3.16.0), there is no header line on
> this file, so this line discards the first entry in that file.
Thanks for the note! This has been for fixed for the 5.5 branch and newer.
/Niels
--
Niels Bag
e
current 5.7.3 release altready has this in place.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
Dive into the
of ifdefs, that I see in ipv6.c :)
./configure --with-out-mib-modules=mibII/ipv6
should do the trick
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight,
kvm_getargv and kvm_getprocs.
/Niels
--
Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.net
The purpose of computing is insight, not numbers -- R W Hamming
--
Dive into the World of Parallel Programming The Go P
.12.1.3.1.2.0.0
enterprises.5380 is not our code. According to IANA it belons to a
company called CDOT.
Could you attach a debugger to the agent when it is hung like this and
give us a traceback?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of compu
and if so what arguments did you pass to configure?
I see that you run 5.7.1. Could you try with the current 5.7.3 release?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --
single quotes in stead of double quotes.
See the -OE option to snmpcmd(1)
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
27; is not allowed in labels (identifiers) in mibs,
See the -Pu option in snmpcmd(1)
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
robably reading your config twice, both as a default, and because
you specified it explicitly.
Try adding -C to your snmpd invocation (or leave out the -c
/snmpd.conf)
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of c
respect (and
save) the length of the string passed in the request (requestvb->val_len).
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
ibc, openssl, et c.
/Niels
--
Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.net
The purpose of computing is insight, not numbers -- R W Hamming
--
___
Net-s
e not doing anything bad to the source?
/Niels
--
Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.net
The purpose of computing is insight, not numbers -- R W Hamming
--
Open source business process manage
from fopen)
When I tried it I got almost 120.000 lines of output.
/Niels
--
Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.net
The purpose of computing is insight, not numbers -- R W Hamming
--
&qu
ude files
(full path)?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
"Accelerate Dev Cycles with Automated
thread, then you should look at the first
20 or so lines of the main function and notice that it will close any
file descriptor available, which will include any socket that you may
have already opened.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
T
osing all open file descriptors except std-in/out/err.
/Niels
--
Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.net
The purpose of computing is insight, not numbers -- R W Hamming
--
Is your legacy SCM syst
re is my log...
Why are you using such an old version?
Did you configure access control in snmpd.conf?
/Niels
--
Niels Baggesen -- @home -- Århus -- Denmark -- ni...@baggesen.net
The purpose of computing is insight, not numb
orge, but it seems that sourceforge is having problems at the
moment :-(
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
/
format_hexstring
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
Start Your Social Network Today - Download eXo Pl
.1]:51011->[127.0.0.1]:162];
This looks like that bug is fixed.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
.255 "" IF-MIB::linkUp
> .iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifOperStatus.1 i 1
This may or may not work. SNMP is not supposed to be used with broadcast
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of compu
roblems with (too) many entries in various tables on Solaris.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
Start
G: New_York
> NETOPTICS-MIB-DIRECTOR::ntpSrvrIpv6.0.0 = STRING:
> Error in packet.
> Reason: Unknown Error
Is the agent you query based on Net-SNMP?
What do you see if you run "snmpwalk -d -Ddump -v 2c "
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourcefor
eneral I would not expect any problems.
> Currently I work with the 'standard' version (-5.4.3) of net-snmp under
> Debian Wheezy.
>
> -> Is there a need to upgrade to a newer version (to gain new
> functionality or better performance) ?
No.
/Niels
--
On Mon, Mar 31, 2014 at 09:57:44PM +0200, Niels Baggesen wrote:
> Den 31-03-2014 08:34, Niels Baggesen skrev:
> > On Fri, Mar 28, 2014 at 02:02:08PM +0100, Joel Hansell wrote:
> >> No luck there either, I'm afraid. Same old depressing output after
> >> repl
Den 31-03-2014 08:34, Niels Baggesen skrev:
> On Fri, Mar 28, 2014 at 02:02:08PM +0100, Joel Hansell wrote:
>> No luck there either, I'm afraid. Same old depressing output after
>> replacing that line and re-compiling.
>> (Used host name in the snmpTrapdAddr directive,
it of a long shot :-) It might even be that it does not take
that code path ...
Could you post the generated net-snmp-config.h, and I will try to give
it some more thought tonight.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is ins
snmp_indexed_addr_pair *addr_pair = NULL;
struct sockaddr *from;
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbe
ull of warnings and errors,
while it detects what is available and what is not on the system.
Could you try running snmptrapd with some debugging enabled, so we might
get a hint as to where the information is lost? Try adding this to your
snmptrapd invocation: -Dsocket,udp,netsnmp,domain,UDP,tra
ding our 5.7.3 pre-release, to see if that helps
things?
What about compiler warnings while you build. Are you drowning in them?
Are there any that might be relevant?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers
t snmp
> types)? Given the example below it seems like I'd have to have a case
> statement, but is there an easier way?
man netsnmp_varbind_api
You probably want snprint_variable or snprint_value.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpos
r *str = malloc(vars->val_len+1);
memcpy(str, vars->val.string, vars->val_len);
str[vars->val_len] = '\0';
...
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is ins
ead to handle them?
Have you checked with tcpdump/wireshark that the packets are flowing?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers
nd sending host.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
Learn Graph Databases - Download FREE O'Reilly
he "format execute string" config
directive, the default being "format execute %B\n%b\n%V\n%v\n" (but if
you change that, you should probably use something else than traptoemail
to process it)
But there seems to need some docs for the format directive :-(
/Niels
--
Niels Baggesen
til "subdirs" has finished.
Thanks for the note.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
Su
a log of the failure?
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
Flow-based real-time traffic analytics
Den 19-02-2014 14:11, rohith skrev:
Thanks Tim for the response .
Niels,
Do we have a patch specific to this issue ?
The attached patch has been applied to all branches from 5.4 and forward.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of
fectively should remove any
limits of the mibcache (among many other things).
You can find it at
http://sourceforge.net/projects/net-snmp/files/net-snmp/5.7.3-pre-releases/
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, no
entry->rt_pfx_len ? htonl((( ((uint32_t)1) <<
> (32-entry->rt_pfx_len)) - 1) ^ 0xU) : 0;
> DEBUGSTR = inet_ntoa(mask.sin_addr);
> DEBUGMSGTL(("access:route","mask %s\n", DEBUGSTR));
Thanks for the patch. I did create a function for co
x27; undeclared (first use in this
> function)
I have just fixed this in the 5-7-patches branch. You can also
--enable-ipv6 to make it compile.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.so
lied it
to the active branches, and conside this problem closed.
/Nies
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
--
mediately.
How exactly does your snmpd.conf entry look like, and what doesyour
script do?
Btw, why do you give /bin/bash explicitly? A #!/bin/bash at the top of
your script should suffice
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing
t; to it, so it doesn't go unnoticed:
If you hadn't sent this warning, we probably wouldn't have noticed
either :-)
Thanks for the patch, it has been merged.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is in
sure it gets into
5.7.3
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers --- R W Hamming
diff --git a/agent/mibgroup/hardware/cpu/cpu_linux.c b/agent/mibgroup/hardware/cpu/cpu_linux.c
index 8a081cd..b1dc308
.9.9.109.1.1.1.1.5.7 = Gauge32: 7
.1.3.6.1.4.1.9.9.109.1.1.1.1.5.8 = Gauge32: 8
.1.3.6.1.4.1.9.9.109.1.1.1.1.5.9 = Gauge32: 9
.1.3.6.1.4.1.9.9.109.1.1.1.1.5.10 = Gauge32: 8
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers
*
> *s* "${update}"
I would like to see exactly what your "update" string looks like!
Also, please run snmpset with the -d option to dump the packets that are
sent and received, so we know if this is a snmpset or a snmpd problem.
/Niels
--
Niels Baggesen - @home - År
he snmpset command to see the packets crossing the
wire. And if still in doubt, post the complete command and the output here.
/Niels
--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is ins
1 - 100 of 407 matches
Mail list logo