无法在ubuntu中更新MYSQL启动设置

我更新到MySQL 5.5,并注意到服务器没有启动了,但我不得不手动做。 实际上并没有设定从任何级别开始。

所以我做了

chkconfig -s mysql 2345 

但我得到所有这些错误

 The script you are attempting to invoke has been converted to an Upstart job, but lsb-header is not supported for Upstart jobs. insserv: warning: script 'hwclock' missing LSB tags and overrides The script you are attempting to invoke has been converted to an Upstart job, but lsb-header is not supported for Upstart jobs. insserv: warning: script 'network-interface' missing LSB tags and overrides The script you are attempting to invoke has been converted to an Upstart job, but lsb-header is not supported for Upstart jobs. insserv: warning: script 'plymouth' missing LSB tags and overrides The script you are attempting to invoke has been converted to an Upstart job, but lsb-header is not supported for Upstart jobs. insserv: warning: script 'apport' missing LSB tags and overrides The script you are attempting to invoke has been converted to an Upstart job, but lsb-header is not supported for Upstart jobs. insserv: warning: script 'network-interface-security' missing LSB tags and overrides The script you are attempting to invoke has been converted to an Upstart job, but lsb-header is not supported for Upstart jobs. insserv: warning: script 'hostname' missing LSB tags and overrides The script you are attempting to invoke has been converted to an Upstart job, but lsb-header is not supported for Upstart jobs. insserv: warning: script 'vsftpd' missing LSB tags and overrides insserv: There is a loop between service sysklogd and hwclock if stopped insserv: loop involving service hwclock at depth 3 insserv: loop involving service sysklogd at depth 2 insserv: loop involving service udev at depth 1 insserv: There is a loop between service sysklogd and hwclock if stopped insserv: loop involving service bluetooth at depth 2 insserv: There is a loop between service sysklogd and hwclock if started insserv: loop involving service hwclock at depth 2 insserv: loop involving service sysklogd at depth 1 insserv: exiting now without changing boot order! /sbin/insserv failed, exit code 1 

奇怪的是,我试图做openvpn相同,但没有错误的工作。 如何解决它?