problem about chkconfig-Record and share programming errors


  • uther
    command-line linux-mint upstart chkconfig
    I’m trying to disable some services from starting at boot time on my Linux Mint 12 laptop. So I installed chkconfig, which has worked great for me before on Fedora. However, on Linux Mint 12, it gives me tons of errors. Here is an example, trying to disable the rsync service:$ sudo chkconfig rsync off insserv: warning: script ‘K01acpi-support’ 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 ‘cryptdisks-udev’ missing LSB tags and overrides insserv: Default-Start undefined, assuming empty start runlevel(s) for script `cryptdisks-udev’ insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `cryptdisks-udev’ 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 ‘acpid’ missing LSB tags and overrides insserv: Default-Start undefined, assuming empty start runlevel(s) for script `acpid’ insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `acpid’ 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-upstart-bridge’ missing LSB tags and overrides insserv: Default-Start undefined, assuming empty start runlevel(s) for script `plymouth-upstart-bridge’ insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `plymouth-upstart-bridge’ 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 ‘rsyslog’ missing LSB tags and overrides insserv: Default-Start undefined, assuming empty start runlevel(s) for script `rsyslog’ insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `rsyslog’ 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 ‘friendly-recovery’ missing LSB tags and overrides insserv: Default-Start undefined, assuming empty start runlevel(s) for script `friendly-recovery’ insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `friendly-recovery’ 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 ‘udevtrigger’ missing LSB tags and overrides insserv: Default-Start undefined, assuming empty start runlevel(s) for script `udevtrigger’ insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `udevtrigger’ 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 ‘udev-finish’ missing LSB tags and overrides insserv: Default-Start undefined, assuming empty start runlevel(s) for script `udev-finish’ insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `udev-finish’ 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-stop’ missing LSB tags and overrides insserv: Default-Start undefined, assuming empty start runlevel(s) for script `plymouth-stop’ insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `plymouth-stop’ 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 insserv: Default-Start undefined, assuming empty start runlevel(s) for script `apport’ insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `apport’ 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 ‘dbus’ missing LSB tags and overrides insserv: Default-Start undefined, assuming empty start runlevel(s) for script `dbus’ insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `dbus’ The script you are attempting to invoke has been converted to an Upstart job, b

Originally posted 2013-09-26 03:14:22.