turboproc
turboproc
Found the reason: ``` ===> Returning to build of nut-2.8.0_6 ===> nut-2.8.0_6 depends on shared library: libfreeipmi.so - not found [20220719182525] ===> freeipmi-1.6.9 is marked as broken on aarch64: fails...
``` sysutils/node_exporter arm.aarch64 sysutils/nut arm,aarch64 ``` does the trick for now
> fair enough, but it also requires to disable the plugin(s). also freeipmi was added to zabbix recently... Changed both the ports.conf and plugin.conf files.
@fichtner, was https://github.com/opnsense/tools/pull/305 ever merged into master ?
Thnx, we'll get there in the end.
It's in fact a recurring issue. Once I'd fixed the àwk` build by changing the Makefile, the next one appeared. Had to fix in the end the following programs: -...
If I remember well you have to remove the *.o files such that compilation will happen again.
@dhewg, thnx for your feedback. Will work through item by item. Generally, it is probably more convenient to do the translation into real values in this part rather than presenting...
> Now that I mentioned dB, the current `m_db` function doesn't take invalid values into account. Do you mind fixing that with an additional commit for this PR? > >...
@feckert , fixed the NAN issue by making a change in m_double. In case of a NAN value it will introduce a "none" value. Having it in m_double makes it...