Displaying 4 results from an estimated 4 matches for "statdopt".
Did you mean:
statdopts
2018 Nov 06
0
Again NFSv4 and Kerberos at the 'samba way'...
...nfs-utils_env.sh
And the script executes.
nfs_config=/etc/sysconfig/nfs << does not exist.
mkdir -p /run/sysconfig
{
echo PIPEFS_MOUNTPOINT=/run/rpc_pipefs
echo RPCNFSDARGS=\"$RPCNFSDOPTS ${RPCNFSDCOUNT:-8}\"
echo RPCMOUNTDARGS=\"$RPCMOUNTDOPTS\"
echo STATDARGS=\"$STATDOPTS\"
echo RPCSVCGSSDARGS=\"$RPCSVCGSSDOPTS\"
} > /run/sysconfig/nfs-utils
Im thinking..
Should nfs_config= not be /run/sysconfig/nfs-utils ?
Im not really sure here.
What you can try/do also
systemctl edit --full rpc-gssd.service
A copy is made of rpc-gssd.service and plac...
2020 Jul 24
0
samba4 kerberized nfs4 with sssd ad client
...ads keytab add_update_ads nfs/$(hostname -f) -U Administrator
### Server1 (NFS exports setup)
# /etc/default/nfs-kernel-server
NEED_SVCGSSD="yes"
### Server1 and 2 (NFS Server and client) ! only need if you setup as shown on server 1.
/etc/default/nfs-common
NEED_STATD="yes"
STATDOPTS="no"
NEED_IDMAPD="yes"
NEED_GSSD="yes"
### Server 1 (NFS export setup)
# create the nfs shared folder.
install -o root -g root -d -m 1777 /exports/users
# and load the exports.
exportfs -rav
systemctl restart nfs-server nfs-client
### Server1 and 2.
mkdir /home...
2020 Jul 24
4
samba4 kerberized nfs4 with sssd ad client
Hi everyone,
I have a samba DC, let's call it dc1.ad.example.com.
I have two members of the domain - server1.ad.example.com and
server2.ad.example.com.?? They are not running smbd and winbind.
Instead, they are running SSSD with AD backend.
I want to create an NFSv4 export on server1.ad.example.com and mount it
on server2.ad.example.com (say, sec=krb5).
I found some instructions online
2018 Oct 31
12
Again NFSv4 and Kerberos at the 'samba way'...
Hai Marco,
>
> Mandi! L.P.H. van Belle via samba
> In chel di` si favelave...
>
> > Sofar, until tomorrow,
>
> Done some tests, metoo.
>
> 1) seems that nfs-common is disabled 'by design'. Looking at debian
> changelog:
>
> nfs-utils (1:1.2.8-9.1) unstable; urgency=medium
>
> Partial sync from ubuntu, included changes:
>
>