[Pkg-sysvinit-devel] Bug#583312: since update to initscripts, sysv... to version 2.88.dfs-5 -- kdm "fails" to load

Petter Reinholdtsen pere at hungry.com
Thu May 27 07:03:45 UTC 2010


[Romane]
> Just for now, have attached the output from
> /usr/share/insserv/make-testsuite, as requested. Two of,
> actually. One with nvidia-glx sitting in S17, where was having the
> problem, and one where I changed the S17 to S7, and the system boots
> OK (for now, at least).

Try changing the nvidia-glx script header to look like this, and run
'update-rc.d /etc/init.d/nvidia-glx defaults' (ignore the warning) to
reorder the boot:

### BEGIN INIT INFO
# Provides:          nvidia-glx
# Required-Start:    $remote_fs
# Required-Stop:     $remote_fs
# Should-Start:      nvidia-kernel
# X-Start-Before:    kdm
# Default-Start:     2 3 4 5
# Default-Stop:      
# Short-Description: messing around with the libGL.so symlink
# Description:       messing around with the libGL.so symlink
### END INIT INFO

This change will make sure the nvidia-glx script run after the
nvidia-kernel script and before kdm also with parallel boot.

Happy hacking,
-- 
Petter Reinholdtsen





More information about the Pkg-sysvinit-devel mailing list