Details
-
Bug
-
Status: Done
-
Low
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
Description
**Reported in Launchpad by Jason Woods last update 15-06-2017 04:55:41
On RHEL 6.5. Using latest SaltStack from EPEL repository.
When starting the service, SaltStack hangs. This is due to a misbehaving init script in place for MySQL by Percona in the official packages retrieved from the Percona yum repository.
It looks like the mysql daemon inherits the STD file descriptors of the service command, and thus they are never closed, and SaltStack is unable to read the full STDOUT/STDERR output of the service start command, hanging forever until either MySQL is stopped or the SaltStack process is killed.