Various errors reported on console during startup

Started by Taomyn, February 11, 2021, 08:58:58 AM

Previous topic - Next topic


For a while I've had some errors that pop up on the console each and every time I restart the firewall, so I am wondering if anyone can either tell me the cause or which area of the Github to create a new issue in.

chown: /var/mib_indexes: No such file or directory

Warning: "mod_compress" is DEPRECATED and has been replaced with "mod_deflate"

ngctl: send msg: No such file or directory

The actual messages are shown in the attached screen shot.


OPNsense 21.1.1-amd64
FreeBSD 12.1-RELEASE-p13-HBSD
OpenSSL 1.1.1i 8 Dec 2020



Hi,

mib_indexes ... net-snmp maybe? and /var RAM disk?

mod_compress was changed, should not be on 21.1 anymore... https://github.com/opnsense/core/commit/93f5a9622

ngctl: PPPoE issue, not sure if netflow is implemented for PPPoE device


Cheers,
Fanco

Quote from: franco on February 11, 2021, 09:41:33 AM
mod_compress was changed, should not be on 21.1 anymore... https://github.com/opnsense/core/commit/93f5a9622


Could this be specific to Acme as it shows up just after that gets started? Otherwise, can I fix this manually on my side?

Good catch, yes:

# git grep mod_compress
security/acme-client/src/opnsense/service/templates/OPNsense/AcmeClient/lighttpd-acme-challenge.conf:server.modules = ( "mod_access", "mod_expire", "mod_compress", "mod_redirect",


Cheers,
Franco