Comment 24 for bug 42121

Revision history for this message
Daniel Ellis (danellisuk) wrote :

I am not sure how this will fix the issue on a default Ubuntu 8.04 installation. Both my desktop and my laptop suffer from not shutting down after adding a cifs mount. I have been using the following script to patch my 7.10 and 8.04 installations and the machines shutdown fine:-

------------------------------------
  sudo mv /etc/rc0.d/S31umountnfs.sh /etc/rc0.d/K31umountnfs.sh
  sudo mv /etc/rc0.d/S40umountfs /etc/rc0.d/K40umountfs
  sudo mv /etc/rc6.d/S31umountnfs.sh /etc/rc6.d/K31umountnfs.sh
  sudo mv /etc/rc6.d/S40umountfs /etc/rc6.d/K40umountfs
-------------------------------------

I see this bug is regarding the sysvinit package, however that package is not installed on my system (Ubuntu 8.04). I have a feeling the packages upstart and upstart-compat-sysv may require this fix applied also.

Do you think we should create another bug for this issue in the upstart package? Can someone confirm if I am on the right lines here?