Public bug reported: Binary package hint: initscripts
/etc/init.d/sendsigs starts at S20 in runlevel 6 and 0 now. That is to early and can make (at least) Intrepid, Jaunty and Karmic hang on shutdown or reboot when e.g. network filesystems are mounted. The Stop-Scripts umountnfs.sh (Starting at S31), networking (S35) and umountfs (S40) cannot do their jobs after sendsigs is executed and as one result, the Networkmanager will hang. This is imho one possible reason for some bugreports like https://bugs.launchpad.net/bugs/326988 (and its duplicates) Changing the Symlinks to become on (e.g.) S50 solved the problem for me. I propose this diff for the postinst script (based on initscripts_2.86.ds1-61ubuntu15): 154c154 < updatercd sendsigs start 20 0 6 . --- > updatercd sendsigs start 50 0 6 . ** Affects: sysvinit (Ubuntu) Importance: Undecided Status: New -- /etc/init.d/sendsigs startes to early and makes Intrepid, Jaunty and Karmic hang on shutdown or reboot https://bugs.launchpad.net/bugs/404567 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs