[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 _______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel

