Init script does not load rpcsec_gss_krb5 module

Bug #104923 reported by Matthew L. Dailey
2
Affects Status Importance Assigned to Milestone
nfs-utils (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

In feisty, if you're using kerberos, but are running a server only, i.e. NEED_GSSD=no in /etc/default/nfs-common but NEED_SVCGSSD=yes in /etc/default/nfs-kernel-server, the kernel-server init script doesn't modprobe the rpcsec_gss_krb5 module. The solution is the same as for the old dapper bug in the nfs client - just add the modprobe call. Here's the diff:

--- nfs-kernel-server.orig 2007-01-16 09:35:25.000000000 -0500
+++ nfs-kernel-server 2007-04-09 15:31:41.000000000 -0400
@@ -105,6 +105,7 @@

                if [ "$NEED_SVCGSSD" = "yes" ]; then
                        log_progress_msg "svcgssd"
+ do_modprobe rpcsec_gss_krb5
                        start-stop-daemon --start --oknodo --quiet \
                            --exec $PREFIX/sbin/rpc.svcgssd -- $RPCSVCGSSDOPTS
                        if [ $? != 0 ]; then

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

This is fixed with 1.1.0-2 in gutsy.

Changed in nfs-utils:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.