Excerpts from Tavish Armstrong's message of Thu Aug 18 16:56:34 UTC 2011:
> This bug also affects me. When our OpenVZ servers reboot, MySQL won't
> restart automatically.
> 
> The following fixes my case.
> 
> start on ( local-filesystems 
>     and runlevel [2345]) 
> stop on runlevel [016]

local-filesystems *always* precedes runlevel [2345]. So
the "and" in the "start on" is redundant.

start on runlevel [2345]

Is simpler and solves the bug.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/820691

Title:
  mysql will be stopped, but not started again, on transition from
  runlevel 1 to 2

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to