Dependency Based Boot conversion fails in LMDE

Bug #681238 reported by Alex Ogier
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Linux Mint
Fix Released
Low
Unassigned

Bug Description

1) Linux Mint Debian Edition

2) Run the following as root:

aptitude install insserv && dpkg-reconfigure insserv sysv-rc

3) I receive the following error:

error: Unable to migrate to dependency based boot sequencing.
error: Problems detected: insserv: warning: script 'K01mintsystem' missing LSB tags and overrides, insserv: warning: script 'mintsystem' missing LSB tags and overrides,

4) I expected the update to debian boot sequence as described on http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot to go through cleanly. It seems that LMDE hasn't updated all their initscripts to follow the new debian guidelines.

5) This problem always happens.

Revision history for this message
viking777 (viking-f2s) wrote :

I confirm this bug.

Revision history for this message
9bv1tu2a (9bv1tu2a) wrote :

Also confirmed here.

Complete message received is

"sudo dpkg-reconfigure sysv-rc
info: Checking if it is safe to convert to dependency based boot.

error: Unable to migrate to dependency based boot sequencing.
error: Problems detected: insserv: warning: script 'K01mintsystem' missing LSB tags and overrides, insserv: warning: script 'mintsystem' missing LSB tags and overrides, , package fglrx-atieventsd removed but not purged, package polipo removed but not purged

See http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot for
more information about dependency based boot sequencing. To
reattempt the migration process run 'dpkg-reconfigure sysv-rc'."

Hope this helps.

Revision history for this message
Christiansen (happylinux) wrote :

Experienced this bug on the latest upgrade of a clean install too.

Revision history for this message
Oz123 (nahumoz) wrote :

To solve this bug:

1. Purge some of the init scripts the system has:

  you need to issue apt-get remove --purge live-config

2. edit the following script /etc/init.d/mintsystem

#!/bin/sh -e

### BEGIN INIT INFO
# Provides: mintsystem
# Required-Start: mountkernfs $local_fs
# Required-Stop: $local_fs
# Should-Start:
# Should-Stop:
# Default-Start: S
# Default-Stop: 0 6
# Short-Description: Start Various mint services.
### END INIT INFO

/usr/lib/linuxmint/mintSystem/mint-adjust.py

line 1 used to be #!/bin/bash, but this script runs perfectly also with dash ...

# dpkg-reconfigure sysv-rc
info: Checking if it is safe to convert to dependency based boot.
info: Reordering boot system, log to /var/lib/insserv/run-20101126T1230.log
success: Enabled dependency based boot system.

Revision history for this message
Gordon (d-gordon-abbott) wrote :

I have reinstalled LMDE several times now and always get the same error messages

inserv warning missing script K01mintsystem missing LSB tags and overrides
inserv warning missing script mintsystem missing LSB tags and overrides

Cheers

Revision history for this message
Ikey Doherty (ikey) wrote :

Hi, thank you for reporting this issue!

Also, thanks for the proposed changes. These
will shortly make their way into the mintsystem
package so that this issue is resolved.

Thank you for helping to improve the Linux Mint
project

Changed in linuxmint:
assignee: nobody → Clement Lefebvre (clementlefebvre)
importance: Undecided → Low
milestone: none → lmde-upcoming
status: New → Confirmed
tags: added: incorrect init mintsystem script
Revision history for this message
Ikey Doherty (ikey) wrote :

Sorry.. just realised I tested using the old ISO.
This issue is fixed in latest LMDE.
Apologies for any inconvenience/confusion

Changed in linuxmint:
assignee: Clement Lefebvre (clementlefebvre) → nobody
milestone: lmde-upcoming → none
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.