Hello, I’m just starting out with zeek, running a 7.0.2 cluster on a single host with 28 cores. I’m having an issue where worker-1-6 always crashes when starting with error:
fatal error: Failed to setup Prometheus endpoint: null context when constructing CivetServer. Possible problem binding to port. Error: Failed to setup server ports. Attempted to bind to 0.0.0.0:9999.
The worker entry for my node.cfg is:
[worker-1]
type=worker
host=localhost
interface=eno49
lb_method=pf_ring
lb_procs=23
pin_cpus=5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27
All other workers work fine, no matter how many I run. I tried splitting it into two worker sections, worker-1-1 to 5 and worker-2-1 to 18, and worker-2-1 crashed just the same as if it were worker-1-6.
Currently I’m unsure where to find the crash reports Zeek says it’s generating when I stop it.