A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5136 ====================================================================== Reported By: pfelecan Assigned To: laurent ====================================================================== Project: mysql5 Issue ID: 5136 Category: regular use Reproducibility: always Severity: block Priority: high Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2014-01-01 19:19 CET Last Modified: 2014-01-02 14:36 CET ====================================================================== Summary: server doesn't start anymore Description: Since the upgrade on December 23 the installation of this package puts the service in maintenance mode.
The log has the following line: The server quit without updating PID file (/var/opt/csw/mysql5/host.pid). After a cursory exploration I restricted the cause to the first line of /opt/csw/bin/mysqld_safe which is: #!/bin/./ash Can you please correct and test this issue? ====================================================================== ---------------------------------------------------------------------- (0010673) laurent (manager) - 2014-01-02 14:36 https://www.opencsw.org/mantis/view.php?id=5136#c10673 ---------------------------------------------------------------------- When I took over to introduce 64 bit, and after some discussion, it was decided the default would stay 32 bit to not break existing installations (there is a potential binary DB incompatibility from 32 to 64 when some specific datatypes are used). To make it follow the kernel default ISA, the following line must be set in csw.conf: mysql5_arch=kernel
