[Bug 566736] Re: mysqld does not start reliably...
Sébastien Barbieri
566736 at bugs.launchpad.net
Wed Sep 22 06:10:20 BST 2010
I would love your suggestions for me I modified the /etc/init/networking.conf into:
# networking - configure virtual network devices
#
# This task causes virtual network devices that do not have an associated
# kernel object to be started on boot.
description "configure virtual network devices"
start on (local-filesystems
and stopped udevtrigger)
task
pre-start exec mkdir -p /var/run/network
exec ifup -a
#modification starts here
post-start script
initctl emit -n net-device-up
end script
#modification ends here
I'm on a virtual server (proxmox) which is running several Virtual
ubuntu 10.04 server that's maybe one the net-device-up was never
triggered?
--
mysqld does not start reliably...
https://bugs.launchpad.net/bugs/566736
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list