[Ubuntu-ha] [Bug 1490727] Re: "Invalid IPC credentials" after corosync, pacemaker service restarts

2015-09-16 Thread Andreas Hasenack
** Changed in: landscape/cisco-odl Status: New => In Progress ** Changed in: landscape/cisco-odl Assignee: (unassigned) => Andreas Hasenack (ahasenack) ** Changed in: landscape/cisco-odl Milestone: None => falkor-0.9 -- You received this bug notification because you are a

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-16 Thread Louis Bouchard
** Changed in: haproxy (Ubuntu) Status: New => In Progress ** Changed in: haproxy (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to haproxy in Ubuntu.

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-16 Thread Louis Bouchard
Hi, haproxy 1.5.4 introduces the following change : ret=0 - start-stop-daemon --quiet --oknodo --stop \ - --retry 5 --pidfile $PIDFILE --exec $HAPROXY || ret=$? + for pid in $(cat $PIDFILE); do + start-stop-daemon --quiet --oknodo --stop \ +