[Bug 566736] Re: mysqld does not start reliably...

2011-05-18 Thread Rolf Leggewie
unless I misunderstand comment 1, there is still work left to be done
and the ticket should not be set to wontfix

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Won't Fix = Confirmed

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

Title:
  mysqld does not start reliably...

-- 
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


[Bug 566736] Re: mysqld does not start reliably...

2010-09-21 Thread Sébastien Barbieri
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.

-- 
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


[Bug 566736] Re: mysqld does not start reliably...

2010-04-20 Thread Mathias Gug
Looking at the mysqld upstart job (/etc/init/mysqld.conf) you can see
that it start on (net-device-up. Since mysqld is configured to bind to
a specific address it fails to start if the network interface isn't up
yet.

I'd suggest to update mysqld upstart job to start on (net-device-up
IFACE=ethX to start mysqld only when the correct interface is up.

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: New = Won't Fix

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided = Low

-- 
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.

-- 
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


[Bug 566736] Re: mysqld does not start reliably...

2010-04-19 Thread Scott James Remnant
** Package changed: upstart (Ubuntu) = mysql-dfsg-5.1 (Ubuntu)

-- 
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.

-- 
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