Bug: SMB and NFS disabled in GUI but still has starting errors

gwaitsi

Patron
Joined
May 18, 2020
Messages
243
I have disabled the SMB and NFS services in the GUI, but am still getting the following errors on boot up.

rpcbind: another rpcbind is already running. Aborting
/etc/rc: WARNING: failed to start rpcbind

starting nfsuserd
can't start nfsuserd when already running if not running, use the -force option
/etc/rc WARNING: failed to start nfsuserd

starting mountd
mountd: already running, pid...
/etc/rc WARNING failed to start mountd

starting nfsd
can't read stable storage file: operaiton not permitted

starting statd
rpc.statd address already in use
/etc/rc WARNING failed to start statd

cannot start nmbd. set nmbd_enable to YES in /etc/rc.conf

starting smbd
starting winbindd
NLM can't start server
 

gwaitsi

Patron
Joined
May 18, 2020
Messages
243
why is rc.conf.freenas having the below in the configuration, even though only nfs4 is enabled.

samba_server_enable="NO"
smbd_enable="NO"
winbindd_enable="NO"
nfs_server_enable="YES"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
mountd_enable="YES"
nfsd_enable="YES"
rpcbind_enable="YES"
nfsv4_server_enable="YES"
nfsuserd_enable="YES"
 
Top