Comment 4 for bug 1477198

Revision history for this message
Jorge Niedbalski (niedbalski) wrote : Re: Stop doesn't works on Trusty

I have verified that the -proposed package fixes the issue. Thanks.

root@juju-testing-machine-18:/home/ubuntu# service haproxy restart
 * Restarting haproxy haproxy [ OK ]
root@juju-testing-machine-18:/home/ubuntu# ps aux|grep haproxy
haproxy 8530 0.0 0.0 20300 636 ? Ss 19:47 0:00 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
root@juju-testing-machine-18:/home/ubuntu# service haproxy stop
 * Stopping haproxy haproxy [ OK ]
root@juju-testing-machine-18:/home/ubuntu# ps aux|grep haproxy
root@juju-testing-machine-18:/home/ubuntu# service haproxy start
 * Starting haproxy haproxy [ OK ]
root@juju-testing-machine-18:/home/ubuntu# ps aux|grep haproxy
haproxy 8567 0.0 0.0 20300 632 ? Ss 19:47 0:00 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
root@juju-testing-machine-18:/home/ubuntu# service haproxy restart
 * Restarting haproxy haproxy [ OK ]
root@juju-testing-machine-18:/home/ubuntu# service haproxy restart
 * Restarting haproxy haproxy [ OK ]
root@juju-testing-machine-18:/home/ubuntu# ps aux|grep haproxy
haproxy 8607 0.0 0.0 20300 636 ? Ss 19:47 0:00 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
root 8611 0.0 0.0 10432 624 pts/0 S+ 19:47 0:00 grep --color=auto haproxy
root@juju-testing-machine-18:/home/ubuntu#