Hello all,
I am trying to build net-snmp 5.7.1 (with some custom code) on RHEL7
x86_64. I am getting bunch of lmsensor related errors like below.
hardware/sensors/lmsensors_v2.c: In function 'netsnmp_sensor_arch_load':
hardware/sensors/lmsensors_v2.c:19:5: error: unknown type name
'sensors_featur
hrough just fine.
I believe, this has started to happen after I renamed/aliased a pair of
certificate and key files and placed them in a custom location w/o changing
their contents.
My NET-SNMP version: 5.7.2
Is truly a 'harmless' error? If it is, is their a way of suppressing this
er
/exporting SNMPCONFPATH environment
variable to the custom path/location allows Net-SNMP to look for
certificates in any custom location!
On Tue, Oct 1, 2013 at 6:05 PM, M. A. Arefin wrote:
> Update, "error finding server identity keys" is happening when
> tlstcp:localhost:1016
Update, "error finding server identity keys" is happening when
tlstcp:localhost:10161 is provided in snmpd command-line. "snmpd
dtlsudp:localhost:10161" runs fine. So this may have something to do with
"tlstcp".
On Tue, Oct 1, 2013 at 5:32 PM, M. A. Arefin wro
Hello dear Net-SNMP'ers,
I can configure snmpd to send traps using trapsess directives and snmptrapd
to receive those traps over udp using USM. I need to do the same thing over
(D)TLS using TSM.
I am trying to follow the instructions in
http://www.net-snmp.org/wiki/index.php/Using_DTLS.
When I r