I have the same issue. Added some log messages to /etc/network/if- up.d/mountnfs script and discovered that the script was exiting in exit_unless_last_interface. That function reads /etc/network/interfaces and exits if not all of the "auto" interfaces are currently up.
My /etc/network/interfaces file had several "auto" interfaces that do not even exist on my system (eth1, eth2, ath0, wlan0), so this function is guaranteed to fail with my config. I removed the non-existent interfaces from /etc/network/interfaces and now nfs filesystems are mounted at boot time. Not sure how those non-existent interfaces were added to the interfaces file. Perhaps just left over from an earlier upgrade. The last fresh install on this system was way back on hoary. -- not automount by fstab in Jaunty https://bugs.launchpad.net/bugs/367675 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
