2009/10/21 Gabriele Giacone <losga...@libero.it>

> Ok, solved. My boot/shutdown sequences were wrong.
>
> I reinstalled every package that owns a script under /etc/init.d.
> Not a simple reinstall. Before each reinstall, I did a "update-rc.d -f
> <script> remove" because, correct me if I'm wrong, if rcN links already
> exist, installation won't correct them, unless specified in preinst/postinst
> scripts.
> Now, in util-linux.postinst, for hwclock.sh and hwclockfirst.sh, there's a
> "-f remove" before "start" and it's ok.
> Reinstalling initscripts and many other packages, doing this cleanup,
> sequence numbers have significantly changed.
> Under /etc/rc6.d,
> before         after
> S01sendsigs    S20sendsigs
> S01umountnfs.sh    S31umountnfs.sh
> S01umountfs    S40umountfs
> S01umountroot    S60umountroot
> S01reboot    S90reboot
> After fixing the scripts above, system booted fine. Then I fixed all the
> remaining.
>

Hello,

would it be enough to just manually correct symlinks as described above
without reinstalling anything? I wouldn't like to render my system unusable
because of messing with those critical packages.
Besides, aren't any changes required in other rcX.d - is rc6.d enough?

And what did you exactly mean by "Then I fixed all the remaining"?

If you have corrected the problem could you please describe step by step
what should be done to fix this?

B. Regards,
Tomasz Grzelak

Reply via email to