redis-server logs here:
WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
8:M 08 Jul 2024 14:11:02.693 # Server initialized
8:M 08 Jul 2024 14:11:02.693 # Fatal: Can’t initialize Background Jobs.
but I have set :
net.core.somaxconn = 1024
It dosen’t work
Although you have set net.core.somaxconn = 1024
, it seems this value is not being enforced. You will have to troubleshoot this on your Linux OS system configuration - I suggest the Linux documentation. While someone may be able to provide you additional support here - this issue is not related to Greenbone.
Thank you. I think your advise is inspiring. I try to run gvm on ubuntu22, and find that it’s ok.
1 Like