OPNsense Forum

Archive => 21.1 Legacy Series => Topic started by: Taomyn on February 11, 2021, 08:58:58 AM

Title: Various errors reported on console during startup
Post by: Taomyn on February 11, 2021, 08:58:58 AM


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


Title: Re: Various errors reported on console during startup
Post by: franco on February 11, 2021, 09:41:33 AM
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
Title: Re: Various errors reported on console during startup
Post by: Taomyn on February 11, 2021, 10:00:59 AM
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 (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?
Title: Re: Various errors reported on console during startup
Post by: franco on February 11, 2021, 10:40:18 AM
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
Title: Re: Various errors reported on console during startup
Post by: franco on February 11, 2021, 10:42:06 AM
PS: https://github.com/opnsense/plugins/commit/5897bee7be