[Bug 1121874] Please test proposed package

Brian Murray brian at ubuntu.com
Thu Aug 8 20:34:41 UTC 2013


Hello Kurt, or anyone else affected,

Accepted mysql-5.5 into quantal-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/mysql-5.5/5.5.32-0ubuntu0.12.10.2 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: mysql-5.5 (Ubuntu Precise)
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1121874

Title:
  MySQL launch fails silently if < 4MB of disk space is available

Status in “mysql-5.5” package in Ubuntu:
  Triaged
Status in “mysql-5.5” source package in Precise:
  Fix Committed
Status in “mysql-5.5” source package in Quantal:
  Fix Committed
Status in “mysql-5.5” source package in Raring:
  Fix Committed

Bug description:
  [Impact]
  MySQL will not launch if less than 4MB of disk space is available:

  /etc/init/mysql.conf:
  LC_ALL=C BLOCKSIZE= df --portability /var/lib/mysql/. | tail -n 1 | awk '{ exit ($4<4096) }'

  This behaviour is OK, but it should not stop silently but report an
  error message so that the admin knows why it did not start.

  [Test Case]
  1) Prep system to have 4MB disk space
  2) Attempt to start mysql server
  3) Silent fail with upstart

  [Regression Potentional]
  This fix is in sysv script but was never carried over to upstart. Regression minimal as no code changes were made.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1121874/+subscriptions



More information about the Ubuntu-sponsors mailing list