#3207 ipa-client-automount : incorrect change to file /etc/sysconfig/nfs
Closed: Fixed None Opened 11 years ago by yizhangid.

when install ipa-client-automount, it make one incorrect change to file /etc/sysconfig/nfs.

The change it make:
SECURE_NFS=YES

The correct change should be
SECURE_NFS=yes
== the lowercase "yes" should be used.

The result is the service "rpcgssd" can not be started.

one completed install output (contains the error msg) is below:

ipa-client-automount --server=apple.yzhang.redhat.com --location=ipa_indirect_29905 --no-sssd -U
IPA server: apple.yzhang.redhat.com
Location: ipa_indirect_29905
Configured /etc/nsswitch.conf
Configured /etc/sysconfig/nfs
Configured /etc/idmapd.conf
Started rpcidmapd
rpcgssd failed to restart: Command '/sbin/service rpcgssd restart ' returned non-zero exit status 6
Configured /etc/autofs_ldap_auth.conf
Configured /etc/sysconfig/autofs
Started autofs


The YES needs to be lower-case on RHEL/sysV init systems. It may work as lower-case on systemd systems too, just needs testing. This would be the ideal case, a 3 character fix.

Metadata Update from @yizhangid:
- Issue assigned to rcritten
- Issue set to the milestone: FreeIPA 3.0.1 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata