net-snmp on Netgate 7100 cluster - firmware 25.07.1-RELEASE
-
Good afternoon,
I recently updated my cluster with the latest firmware release 3 weeks ago.
Today, the daemons are not starting, first on the secondary node, then on the primary.
Before the crash I did not ammend the configuration
I was using net-snmp because of snmpv3 since 2021 without any issuesAny bug around here?
Regards
Luciano
-
Hi,
I'm running 25.07.1 on an old SG-2440 box and have same problem, but hardware does imho not matterI tried some options, when login with ssh
- when I try to start the process with
/usr/local/sbin/snmpd -f -Lo -DALL
the error message
ld-elf.so.1: Shared object "libutil.so.10" not found, required by "libpkg.so.4"
But below of /lib, there is only libutil.so.9.
- When I try to softlink
ln -s /lib/libutil.so.9 /lib/libutil.so.10
it complains next about missing libssl.so.35
For me it looks, like the current net-snmp package is broken and does not match to current FreeBSD 15.0
br
Thomas - when I try to start the process with
-
see https://forum.netgate.com/topic/198800/solved-pkg-upgrade-not-found-required-by-pkg
running on ssh this command fixed my problem.
pkg-static clean -ay; pkg-static install -fy pkg pfSense-repo pfSense-upgrade
for me the problem is solved.uuu