Hi Frank, It started working again yesterday in Intrepid. The relevant (I think) updates are one or more of the following :
sysv-rc_2.86.ds1-59ubuntu12_all.deb sysvinit-utils_2.86.ds1-59ubuntu12_amd64.deb Or more likely : initscripts_2.86.ds1-59ubuntu12_amd64.deb My guess is that it is broken in gutsy, was fixed in hardy and then had a regression in intrepid until yesterday. I attach my current /etc/init.d/mountnfs.sh file so you can compare it with yours but the problem can lie somewhere else (like the order in witch the scripts are executed) As for the order I think the following outputs will let you check that you have the same order as meĀ : [EMAIL PROTECTED]:~$ find /etc/rc* | grep networking /etc/rc0.d/S35networking /etc/rc6.d/S35networking /etc/rcS.d/S40networking [EMAIL PROTECTED]:~$ find /etc/rc* | grep mountnfs /etc/rc0.d/S31umountnfs.sh /etc/rc0.d/K15umountnfs.sh /etc/rc6.d/S31umountnfs.sh /etc/rc6.d/K15umountnfs.sh /etc/rcS.d/S45mountnfs.sh /etc/rcS.d/S46mountnfs-bootclean.sh ** Attachment added: "mountnfs.sh" http://launchpadlibrarian.net/18527044/mountnfs.sh -- CIFS mounts in /etc/fstab not working during boot https://bugs.launchpad.net/bugs/277472 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
