Displaying 3 results from an estimated 3 matches for "nfs_config".
Did you mean:
net_config
2018 Nov 06
0
Again NFSv4 and Kerberos at the 'samba way'...
..., that is strange.
This did work.
Im checked some things, but im still not sure share this is going wrong.
nfs-config.service is called for server and client nfs.
That one usese
/lib/systemd/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=\"$RPCSVCGSS...
2009 Aug 11
1
[PATCH server] remove appliance bits
...not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
-# Author: Joey Boggs <jboggs at redhat.com>
-#--
-
-class appliance::bundled {
-
-$nfs_changes = [
- "set /files/etc/sysconfig/nfs/MOUNTD_PORT 892"
-]
-
-augeas {"nfs_config":
- changes => $nfs_changes,
- notify => Service["nfs"]
-}
-
-$nfslock_changes = [
- "set /files/etc/sysconfig/nfs/LOCKD_TCPPORT 32803",
- "set /files/etc/sysconfig/nfs/LOCKD_UDPPORT 32769",
- "set /files/etc/sysconfig/nfs/STATD_PORT 662&...
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:
>
>