Bug#739846: [debian-mysql] Bug#739846: invoke-rc.d: initscript mysql, action start failed.

2015-07-03 Thread Bob Proulx
Robie Basak wrote: OK, I've pushed commit 6bc2c1a which adds an exit 0 to the end of the script. Please send a patch if I've misunderstood your fix; otherwise this will arrive on our next upload. Thank you! I think that is perfect. Bob signature.asc Description: Digital signature

Bug#739846: [debian-mysql] Bug#739846: invoke-rc.d: initscript mysql, action start failed.

2015-07-01 Thread Robie Basak
tags 739846 + pending thanks OK, I've pushed commit 6bc2c1a which adds an exit 0 to the end of the script. Please send a patch if I've misunderstood your fix; otherwise this will arrive on our next upload. Thanks, Robie signature.asc Description: Digital signature

Bug#739846: [debian-mysql] Bug#739846: invoke-rc.d: initscript mysql, action start failed.

2015-06-30 Thread Bob Proulx
Hi James, James Page wrote: On 23/02/14 05:51, Bob Proulx wrote: Diff'ing the newest /etc/init.d/mysql against the previous one shows this important difference: @@ -186,4 +186,3 @@ ;; esac -exit 0 The exit 0 at the end of the script was dropped. This causes the script to

Bug#739846: [debian-mysql] Bug#739846: invoke-rc.d: initscript mysql, action start failed.

2015-06-30 Thread Robie Basak
On Tue, Jun 30, 2015 at 02:35:42AM -0600, Bob Proulx wrote: If /etc/mysql/debian-start outputs something, anything, then the test for -n $output is true and then log_action_msg logs it and also returns 0. But if /etc/mysql/debian-start emits nothing then output is empty and -n is non-zero.

Bug#739846: [debian-mysql] Bug#739846: invoke-rc.d: initscript mysql, action start failed.

2015-06-30 Thread Bob Proulx
Robie Basak wrote: What if /etc/mysql/debian-start fails? Should we be checking the result code of this and exiting with the same status? Or should we be ignoring the result of /etc/mysql/debian-start (as I think we are now) and returning 0 in all cases, as the daemon itself has started? Note

Bug#739846: [debian-mysql] Bug#739846: invoke-rc.d: initscript mysql, action start failed.

2014-03-10 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Bob On 23/02/14 05:51, Bob Proulx wrote: Diff'ing the newest /etc/init.d/mysql against the previous one shows this important difference: @@ -186,4 +186,3 @@ ;; esac -exit 0 The exit 0 at the end of the script was dropped. This causes