Displaying 4 results from an estimated 4 matches for "gssdarg".
Did you mean:
  gssdargs
  
2018 Nov 06
3
Again NFSv4 and Kerberos at the 'samba way'...
Hai Rowland, 
Yes, that correct. 
If you use this in override.conf then its. ( so not a copy of the service file to /etc/systemd ) 
systemctl edit rpc-gssd.service
[Service]
ExecStart=
ExecStart=/Your/Own/Script/script.sh
Note the empty line, without that won the override is NOT working. 
Greetz, 
Louis
> -----Oorspronkelijk bericht-----
> Van: Rowland Penny [mailto:rpenny at
2018 Nov 06
0
Again NFSv4 and Kerberos at the 'samba way'...
Hai, 
It's not totaly correct, 
In this case the shell script is called to set variables a user did set in /etc/default/file. 
Not execute the program. 
This is the exec of the program. (example) 
ExecStart=/usr/sbin/rpc.gssd $GSSDARGS
And yes, you set varariables and other things also in systemd. 
Thats in debian Buster even more and more. 
They are having problems with dropping systemd-sysv because of .. Duvean. :-) hehe... 
Greetz, 
Louis
> -----Oorspronkelijk bericht-----
> Van: Rowland Penny [mailto:rpenny at sa...
2018 Nov 06
0
Again NFSv4 and Kerberos at the 'samba way'...
...ipt 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 placed in /etc/systemd 
And edi...
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:
> 
>