There's a mistake in "/usr/lib/systemd/scripts/nfs-utils_env.sh" because it has an extra "RPC" in "RPCSVCGSSDARGS" in
echo RPCSVCGSSDARGS=\"$RPCSVCGSSDOPTS\" when the corresponding ExecStart line has /usr/sbin/rpc.svcgssd $SVCGSSDARGS So setting "RPCSVCGSSDOPTS=something" in "/etc/default/nfs-kernel- server" isn't carried over to the systemd unit. That's why comment #2 has -ExecStart=/usr/sbin/rpc.svcgssd $SVCGSSDARGS +ExecStart=/usr/sbin/rpc.svcgssd $RPCSVCGSSDARGS but it's the wrong fix because "SVCGSSDARGS" is the upstream default whereas 'RPCSVCGSSDARGS=\"$RPCSVCGSSDOPTS\"' is an Ubuntu script. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1614261 Title: RPCSVCGSSDOPT is ignored by boot script To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1614261/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs