Я обновился до 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, но он работал без ошибок. Как это исправить?