?Hello,
I am testing seamless reloads on HAProxy 1.8.0 using the master-worker model and am running into the following when sending SIGUSR2 to the master process: [ALERT] 339/222907 (61399) : Starting frontend internal_http: cannot bind socket [0.0.0.0:80] [WARNING] 339/222907 (61399) : Reexecuting Master process in waitpid mode [WARNING] 339/222907 (61399) : Reexecuting Master process >From my understanding, after the master process receives the SIGUSR2 signal it >should be sending the worker process(es) the SIGUSR1 signal, which does not >appear to be happening. I have manually sent worker processes the SIGUSR1 >signal, and they do shut down cleanly as expected. I thought maybe the worker >wasn't shutting down quick enough, so I played around with "hard-stop-after?", >but that did not help. This is on a Solaris based operating system. I did have success on Ubuntu 16.04, so I'm wondering if this is an issue with my OS. Any ideas for narrowing the problem down? Thanks, Anthony

