Yes i think the current Ubuntu changes need to be merge too.

What should be corrected first is the debian 1:1.1.1-9 Changelog part.
In fact 1:1.1.1-8 version from debian (and ubuntu) introduce a bug due to a 
missing modprobing of the nfs module in the nfs-common init script.
When you upgrade from gutsy to hardy and reboot, the nfs module isn't loaded 
and all your nfs shares aren't mounted anymore.

See debian bug 451782 for details : http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=451782

Simply re-adding this line in nfs-utils-1.1.1/debian/nfs-common.init
solve the problem (if i have read the debian changelog correctly) :

        if [ "$NEED_IDMAPD" = yes ] || [ "$NEED_GSSD" = yes ]
        then
            do_modprobe sunrpc
+           do_modprobe nfs
            if do_mount rpc_pipefs $PIPEFS_MOUNTPOINT

-- 
Please sync nfs-utils (1:1.1.1-10) from Debian unstable
https://bugs.launchpad.net/bugs/165195
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to