Hide Forgot
This bug has been copied from bug #1391990 and has been proposed to be backported to 7.3 z-stream (EUS).
Verified on haproxy-1.5.18-3.el7_3.1.x86_64 Before: [root@controller-1 ~]# nc -l 80 & [root@controller-1 ~]# /usr/sbin/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid <7>haproxy-systemd-wrapper: executing /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -Ds [ALERT] 325/170731 (19855) : Starting proxy horizon: cannot bind socket [10.0.0.101:80] [ALERT] 325/170731 (19855) : Starting proxy horizon: cannot bind socket [172.17.1.11:80] <5>haproxy-systemd-wrapper: exit, haproxy RC=256 [root@controller-1 ~]# echo $? 0 After the fix: [root@controller-1 ~]# /usr/sbin/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid <7>haproxy-systemd-wrapper: executing /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -Ds [ALERT] 325/171629 (20239) : Starting proxy horizon: cannot bind socket [10.0.0.101:80] [ALERT] 325/171629 (20239) : Starting proxy horizon: cannot bind socket [172.17.1.11:80] <5>haproxy-systemd-wrapper: exit, haproxy RC=1 [root@controller-1 ~]# echo $? 1
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2931.html