Displaying 12 results from an estimated 12 matches for "no_all_squash".
2006 Mar 10
1
/etc/exports file and any machine mount
I used to have an exports file like the following on redhat 7.3...
the would allow any machine to mount the /home/CentOS.iso directory.
/var/spool/lpd (rw)
/etc/silentm slave(ro,secure,no_all_squash,no_root_squash)
/home/CentOS.iso (ro,secure,no_all_squash,no_root_squash)
This does not seem to work on centos 4.2. I have to explicitly
have a machine name like:
/home/CentOS.iso machine(ro,secure,no_all_squash,no_root_squash)
for it to mount.
I have been looking at the nfs man page and dont...
2008 Aug 22
1
Problem using rsync for backing up on to a NAS
...config:
cat /proc/mounts | grep nfs: http://pastebin.com/f250c9f63 (I aslo tried
bigger rsize and wsize)
exportfs -v:
/volume1 192.168.0.13(rw,wdelay,no_root_squash,no_subtree_check)
cat /var/lib/nfs/etab:
/volume1
192.168.0.13(rw,sync,wdelay,hide,nocrossmnt,secure,no_root_squash,no_all_squash,no_subtree_check,secure_locks,acl,anonuid=65534,anongid=65534)
cat /var/lib/nfs/xtab:
/volume1
molungus(rw,sync,wdelay,hide,nocrossmnt,secure,no_root_squash,no_all_squash,no_subtree_check,secure_locks,acl,anonuid=65534,anongid=65534)
I already deleted everything and started a new backup b...
2017 Oct 02
2
NFS mount on Centos 7 crashing
This config is working fior me, with just using an older kernel.
[root at mnemosyne ~]# uname -r
3.10.0-514.21.2.el7.x86_64
[root at mnemosyne ~]# rpm -qa | grep rpcbind
rpcbind-0.2.0-42.el7.x86_64
[root at mnemosyne ~]# rpm -qa | grep nfs
libnfsidmap-0.25-17.el7.x86_64
nfs-utils-1.3.0-0.48.el7.x86_64
Patrick
--
===================================================================
| Equipe
2017 Oct 04
2
NFS mount on Centos 7 crashing
...2/10/2017 11:46 ??, Nikolaos Milas wrote:
> Unfortunately, it doesn't work for me.
Problem solved - at least in my case - by changing the NFS Export
Options (of the NFS shared directory, at the data storage system) from
secure to insecure. That is, I changed from:
rw,no_root_squash,no_all_squash,secure,nolog
to:
rw,no_root_squash,no_all_squash,insecure,nolog
I don't know if the behavior I had described can be explained by using
the "secure" option, but after I changed to "insecure" everything works
fine, using the latest packages - latest kernel and latest...
2011 Aug 19
3
Fedora and CentOS no longer on speaking terms
...----
An example fstab line is
/Data1 /nfs4exports/Data1 none bind 0 0
Under CentOS 5 this was mounted by the exports line:
/nfs4exports/Data1 192.168.0.0/24(rw,insecure,no_subtree_check,nohide)
Following advice, I have changed this to:
/Data1/ 192.168.0.0/255.255.255.0 *(rw,sync,insecure,no_all_squash)
That hasn't helped at all.
I'm completely at a loss, and really need to get this connection working
again. I've done lots of googling and reading, but just feel to be digging an
ever-deeper hole. All help appreciated.
Anne
2008 Jan 23
3
Slow header fetching rate over nfs mailspool.
...r 1.1beta13.
Mount options on Dovecot frontend
--------------------------------------------
nfs4 rsize=8192,wsize=8192,hard,fg,proto=tcp,retrans=0,noatime
Export option on NFS backend
--------------------------------------------
/dap/mail
192.168.2.0
/24(rw,no_subtree_check,no_root_squash,no_all_squash,sync,fsid=0)
/dap/mail/mstorage
192.168.2.0/24(rw,no_subtree_check,no_root_squash,no_all_squash,sync)
Dovecot Config dump.
--------------------------------------------
base_dir = /var/run/dovecot/
protocols = pop3 imap
disable_plaintext_auth = no
log_path = /var/log/dovecot.log
info_log_path =...
2016 Oct 03
2
mount.nfs: an incorrect mount option was specified
...text-based options
'vers=4,addr=162.xx.xx.xx.xx,clientaddr=107.xxx.xx.xx'
mount.nfs: mount(2): Invalid argument
mount.nfs: an incorrect mount option was specified
This is the entry I have in my /etc/exports file on the nfs server
/var/nfs/home web2.jokefire.com(rw,sync,no_root_squash,no_all_squash)
I get this same result if the firewall is up or down (for very microscopic
slivers of time for testing purposes).
With the firewall down (for testing again very quickly) I get this result
from the showmount -e command:
[root at web2:~] #showmount -e nfs1.example.com
Export list for nfs1.exampl...
2018 Oct 29
0
Again NFSv4 and Kerberos at the 'samba way'...
...part, check again after the reboot, i forget the -v
> for the exportfs... ( sorry )
> > exportfs -v
>
> Now i've:
>
> root at vdmpp1:~# exportfs -v
> /home
> 10.27.0.0/21(rw,wdelay,root_squash,no_subtree_check,sec=sys:kr
> b5,rw,secure,root_squash,no_all_squash)
>
> but i've had sec=krb5 only, so... O;-)))
Ok, so sys works, this confirms a problem with detecting the nfs spns.
>
>
> > Remove the one with NFS.
>
> OK. But server is in production, so... how can i do that, without
> deinstalling and reinstalling all the...
2017 Jul 25
0
[Questions] About small files performance
...diffrence to me
5) The network bandwidth is not full for all tests
6) I've tried 'nfs.mem-factor' 'rpc.outstanding-rpc-limit', but gained
nothing
7) The version of gluster is 3.8.4
Firstly i get some data with kernel nfs for comparison, the export dir
(rw,async,no_root_squash,no_all_squash) is also in tmpfs:
[testA]
nfs.client: clientA
nfs.server: nodeA
xfersize=32k
25000ops
[testB]
nfs.client: clientA
nfs.server: nodeA
xfersize=4k
100000ops
The i did the gnfsv3 tests:
[testC]
gnfs.client: clientA(mount nodeA)
gnfs.server: nodeA nodeB
xfersize=32k
10000ops
[testD]
gnfs.client: cli...
2016 Oct 03
0
mount.nfs: an incorrect mount option was specified
...4,addr=162.xx.xx.xx.xx,clientaddr=107.xxx.xx.xx'
> mount.nfs: mount(2): Invalid argument
> mount.nfs: an incorrect mount option was specified
>
> This is the entry I have in my /etc/exports file on the nfs server
>
> /var/nfs/home web2.jokefire.com(rw,sync,no_root_squash,no_all_squash)
>
> I get this same result if the firewall is up or down (for very microscopic
> slivers of time for testing purposes).
>
> With the firewall down (for testing again very quickly) I get this result
> from the showmount -e command:
>
> [root at web2:~] #showmount -e nfs1....
2010 May 14
2
dovecot from debian lenny-backports does not accept connections
hi,
dovecot from the debian lenny backports does not successfully accept
incomming imap or imaps connections;
when the client connect i can see the clients ip address in an
imap-process but the client cannot succesfully connect and retries this
several times where an new imap-process is bound until the maximum
connections per client is reached;
when the client is closed the imap-processes on
2018 Oct 26
3
Again NFSv4 and Kerberos at the 'samba way'...
Hai Marco,
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Marco Gaiarin via samba
> Verzonden: vrijdag 26 oktober 2018 11:23
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Again NFSv4 and Kerberos at the 'samba way'...
>
> Mandi! L.P.H. van Belle via samba
> In chel di` si favelave...
>
>