OPNsense Forum

Archive => 23.7 Legacy Series => Topic started by: simdim on December 06, 2023, 10:32:49 PM

Title: Can not start redis
Post by: simdim on December 06, 2023, 10:32:49 PM
Hi All,
I am trying to setup ntop and getting the following error on redis start:

17946:M 06 Dec 2023 21:28:44.286 # WARNING: The TCP backlog setting of 511 cannot be enforced because kern.ipc.somaxconn is set to the lower value of 128.
17946:M 06 Dec 2023 21:28:44.286 # Warning: Could not create server TCP listening socket dhcp:6379: Name does not resolve
17946:M 06 Dec 2023 21:28:44.287 # Failed listening on port 6379 (tcp), aborting.

I am running

OPNsense 23.7.9-amd64
FreeBSD 13.2-RELEASE-p5
OpenSSL 1.1.1w

Title: Re: Can not start redis
Post by: lshantz on February 21, 2024, 04:25:49 AM
This is something to do with an update. I was able to solve the The TCP backlog setting of 511 cannot be enforced because kern.ipc.somaxconn is set to the lower value of 128 by going into the tuneables and adding that and giving it a setting of 511. That error went away. I'm still way stuck on the the Failed listening on port 6379 (tcp), aborting. I've changed ports and everything I can think of. I'm positive the update broke it. I just don't know how yet.