Re: RedHat errors in packaging

2020-07-07 Thread Josef Ridky
Hi Magnus, sorry for delay. I have to admit, I've lost this bug report from my sight. Due this is downstream issue, I'll deal with it. Once again, I'm sorry for inconveniences. Josef Ridky Software Engineer Core Services Team Red Hat Czech, s.r.o. - Original Message - | From: "M

Disable IPv6 support via snmpd.conf

2020-04-16 Thread Josef Ridky
tps://github.com/net-snmp/net-snmp/blob/5247f624a36be284b24a7fee941c80a8c74342d8/agent/mibgroup/ip-mib/data_access/ipaddress_linux.c#L237 Best regards Josef Ridky Software Engineer Core Services Team Red Hat Czech, s.r.o. ___ Net-snmp-coders mailing l

Update UCD-SNMP-MIB variable type

2019-05-13 Thread Josef Ridky
Josef Ridky Software Engineer Core Services Team Red Hat Czech, s.r.o. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: Core dump with net-snmp-5.8

2019-04-11 Thread Josef Ridky
Hi folks, thanks for your solution, I have tested it internally and all works as expected. I hope, this will be soon part of net-snmp-5.8. Regards Josef Ridky Software Engineer Core Services Team Red Hat Czech, s.r.o. - Original Message - | From: "Anders Wallin" | To:

Re: Core dump with net-snmp-5.8

2019-04-03 Thread Josef Ridky
cb_data); + rp->pdu->reqid, rp->pdu, rp->cb_data);*/ } return 0; } Without them, all works as expected. Josef Ridky Software Engineer Core Services Team Red Hat Czech, s.r.o. - Original Message - | From: "Anders Wallin" | To: "Jose

Re: Core dump with net-snmp-5.8

2019-04-02 Thread Josef Ridky
) Aborted (core dumped) What's interesting, when I run it with -DALL it pass (at least for several rounds). It looks like some strange race condition. Regards Josef Ridky Software Engineer Core Services Team Red Hat Czech, s.r.o. - Original Message - | From: "Anders Wallin" |

Core dump with net-snmp-5.8

2019-04-02 Thread Josef Ridky
ther has changed and this issue is current again. [1] https://sourceforge.net/p/net-snmp/bugs/2411/ [2] https://github.com/net-snmp/net-snmp/commit/793d596838ff7cb48a73b675d62897c56c9e62df Regards Josef Ridky Software Engineer Core Services Team Red Hat Czech, s.r.o. __

IF-MIB::ifOperStatus

2018-11-28 Thread Josef Ridky
Hi, I am trying to find, where is IF-MIB::ifOperStatus value taken from on Linux. Can someone point me to the correct file? I would like to find, why IF-MIB::ifOperStatus is set to UP for interface, that is down (e.g. ifdown eth0 -> snmpwalk -v2c -c public localhost .1.3.6.1.2.1.2.2.1.8

SNMP daemon still running after snmpd -h command

2018-10-04 Thread Josef Ridky
Hi folks, I have discovered following issue. When I run in terminal: # snmpd -h I get proper usage information, but snmpd process still exists. I prepared simple patch with solution based on code from 5.7 version of net-snmp (in attachment). Regards Josef Ridky Associate Software Engineer

snmptrapd users set by snmpusm

2018-09-10 Thread Josef Ridky
/var/lib/net-snmp/snmptrapd.conf file. Am I right? Or is there any other way for snmptrapd? Regards Josef Ridky Associate Software Engineer Core Services Team Red Hat Czech, s.r.o. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net

Re: [PATCH / request for votes] Cannot statfs net:[********]#***: No such file or directory logged twice per every 10 minutes

2018-06-21 Thread Josef Ridky
Hi, yes, you're right it should be /proc/mounts sorry for mistake. I'll try to look at the source code once again and try to prepare recommended modification. Josef - Original Message - | From: "Bart Van Assche" | To: "Josef Ridky" , "net-snmp-coders"

Re: [PATCH / request for vote ] traptoemail script breaks date in mail header

2018-06-21 Thread Josef Ridky
Hi Bart, thanks for your message. You're right, the patch description don't reflect the content, due patch content has been modified to reflect discussion from bug report. I'll be more careful next time. Josef - Original Message - | From: "Bart Van Assche" | To: "Jose

[PATCH / request for votes] Cannot statfs net:[********]#***: No such file or directory logged twice per every 10 minutes

2018-06-20 Thread Josef Ridky
NETSNMP_LOGONCE(( LOG_ERROR, "Cannot statfs %s\n", entry->path )); continue; } entry->units = stat_buf.f_bsize; --- Josef Ridky Associate Software Engineer Core Services Team Red Hat Czech, s.r.o. -

[PATCH / request for vote ] traptoemail script breaks date in mail header

2018-06-20 Thread Josef Ridky
sage->datasend("Subject: trap received from $hostname: $values[1]\n"); $message->datasend("\n"); $message->datasend("Host: $hostname ($ipaddress)\n"); --- Josef Ridky Associate Software Engineer Core Services Team Red Hat Czech, s.r.o. --

Re: Net-SNMP is moving to GitHub -- Your input appreciated

2018-05-11 Thread Josef Ridky
link/slashdot | ___ | Net-snmp-coders mailing list | Net-snmp-coders@lists.sourceforge.net | https://lists.sourceforge.net/lists/listinfo/net-snmp-coders | Once again, thanks a lot for your efforts! Josef Ridky Associate Software Engineer Core Services Team Red Hat

Re: Configuration files are not resilient to power failure

2018-05-07 Thread Josef Ridky
Thanks a lot. Josef - Original Message - | From: "Robert Story" <rst...@freesnmp.com> | To: "Josef Ridky" <jri...@redhat.com> | Cc: net-snmp-coders@lists.sourceforge.net | Sent: Saturday, May 5, 2018 7:00:23 AM | Subject: Re: Configuration files ar

Configuration files are not resilient to power failure

2018-01-15 Thread Josef Ridky
ms, it may be that the default Ext's data=ordered mode behaves differently. Running this under strace snmpd is doing a rename/rewrite of the file. But it never calls fsync, so for the XFS case the dirty buffers are still in memory when the box is powered off, only the rename and create have hit the di

Re: OpenSSL 1.1.0 support?

2017-10-31 Thread Josef Ridky
. Josef [1] https://sourceforge.net/p/net-snmp/bugs/2757/ - Original Message - | From: "Bill Fenner" <fen...@gmail.com> | To: "Josef Ridky" <jri...@redhat.com> | Cc: "Bart Van Assche" <bvanass...@acm.org>, "Net-SNMP Coders" <ne

Re: OpenSSL 1.1.0 support?

2017-10-27 Thread Josef Ridky
These changes has been delivered to upstream, unfortunately, nobody has response on them yet and I do not have commit access to official net-snmp repository. From my point of view, I have done all that I could. Josef Ridky Associate Software Engineer Core Services Team Red Hat Czech, s.r.o

Re: OpenSSL 1.1.0 support?

2017-10-27 Thread Josef Ridky
https://src.fedoraproject.org/rpms/net-snmp/c/e4d5ceb957a64d6994629f84901d9f76d2ffed9b?branch=master Josef Ridky Associate Software Engineer Core Services Team Red Hat Czech, s.r.o. - Original Message - | From: "Jörg Westheide via Net-snmp-coders" <net-snmp-coders@lists.so

Re: Snmptrapd memory leak at log_notification

2017-07-11 Thread Josef Ridky
Hi Jeffry, no one can tell you that snmptrapd is without any memory leaks. I am sure, they are here, but it will be great to fix them. May I ask you for snmptrap command, which you used for this analysis? Or do you already have a patch for it? Regards Josef Ridky Associate Software Engineer

Re: Antw: IF-MIB::ifOperStatus wtih ifup/ifdown commands

2017-05-30 Thread Josef Ridky
I will slightly modify my question. Where are information used for IF-MIB table taken from? Regards Josef Ridky Associate Software Engineer Core Services Team Red Hat Czech, s.r.o. - Original Message - | From: "Josef Ridky" <jri...@redhat.com> | To: "Ulrich Windl&

Re: Antw: IF-MIB::ifOperStatus wtih ifup/ifdown commands

2017-05-26 Thread Josef Ridky
bridge | devices appear twice (with the same name), but with different status... | This issue was reported from net-snmp-5.7.3 Josef | >>> Josef Ridky <jri...@redhat.com> schrieb am 25.05.2017 um 15:12 in | >>> Nachricht | <87738501.15716165.1495717967019.javamail.zim...

IF-MIB::ifOperStatus wtih ifup/ifdown commands

2017-05-25 Thread Josef Ridky
, than ifOperStatus is correct. However, when are used ifup/ifdown commands, than ifOperStatus is wrong. Do you have any workaround or hint how can be this issue solved? Regards Josef Ridky Associate Software Engineer Core Services Team Red Hat Czech, s.r.o

Change snmptrapd user

2016-11-25 Thread Josef Ridky
Hi, is there some way how to edit snmptrapd user (change user's password etc)? Something like snmpusm that is used for editing snmpd users? Thanks for answer Best regards Josef Ridky Associate Software Engineer Core Services Team Red Hat Czech, s.r.o