Displaying 3 results from an estimated 3 matches for "rpcmountdargs".
2018 Nov 06
1
Again NFSv4 and Kerberos at the 'samba way'...
Mandi! L.P.H. van Belle via samba
In chel di` si favelave...
> Im not really sure here.
Seems that nfs-config crate the file correctly:
root at vdmpp1:/srv# cat /run/sysconfig/nfs-utils
PIPEFS_MOUNTPOINT=/run/rpc_pipefs
RPCNFSDARGS=" 8"
RPCMOUNTDARGS="--manage-gids"
STATDARGS=""
RPCSVCGSSDARGS="-vvvvv -n"
but the nfs(s) systemd unit file misses the 'EnvironmentFile='
directive:
https://www.freedesktop.org/software/systemd/man/systemd.exec.html#EnvironmentFile=
Seems time to fire up a bug...
--
dott...
2018 Nov 06
0
Again NFSv4 and Kerberos at the 'samba way'...
...temd/system/nfs-config.service
ExecStart=/usr/lib/systemd/scripts/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...
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:
>
>