Displaying 20 results from an estimated 4000 matches similar to: "Two NFS issues"
2012 Apr 09
1
Problem with NFS4 and CentOs 5.8
Hi,
I hope someone could give me help with following problem on centos 5.8
kernel and nfs4.
On server i have bind mounted directory shared to the client with
following setup:
mounted directory:
/srv/nfs/imagetest on /exports/imagetest type none (rw,bind)
/etc/exports file:
/exports
10.0.4.0/24(ro,insecure,sync,wdelay,no_subtree_check,no_root_squash,fsid=0,crossmnt)
2010 Apr 21
3
Help with NFSV4 server
Hi Everyone,
I have been trying to setup an NFS v4 File Server but have come across
an odd issue. Mounting the /nfs4exports/share appears to be successful
and the information displayed about partition size and free space seem
correct but if I try to do anything inside the mounted directory the
client will just hang. Does anyone have any idea what I am missing?? I
have try disabling all
2012 Jan 28
2
nfs4 with Samba 4
Hi everyone
Version 4.0.0alpha18-GIT-bfc7481
openSUSE 12.1
Conventional nfs4 export works fine, but I'm having trouble kerberizing
it for Samba 4 for my Samba 4 users.
I've setup the nfs4 pseudo stuff like this:
hh3:/ # mkdir /export
hh3:/ # mkdir /export/home
hh3:/ # mount --bind /home /export/home
Here is /etc/exports:
/export
2008 Dec 10
3
nfs slow?
Hi all, I'm migrating from Gentoo to CentOS... I'm experiencing a
rather low performance in NFS r/w (as client).
NFS server is solaris (which exports zfs volumes via nfs). The very
same exports were mounted with the same parameters (auto,nosuid,exec)
on gentoo and centos server (bot x86_64)... It happens that centos is
5-10 times slower either in read and write operations... Ok,
2019 Sep 15
2
nfsmount default timeo=7 causes timeouts on 100 Mbps
I can't explain why 700 msecs aren't enough to avoid timeouts in 100
Mbps networks, but my tests verify it, so I'm writing to the list to
request that you increase the default timeo to at least 30, or to 600
which is the default for `mount -t nfs`.
How to reproduce:
1) Cabling:
server <=> 100 Mbps switch <=> client
Alternatively, one can use a 1000 Mbps switch and
2008 Feb 27
2
NFSroot is acting strange in CentOS5
Hello all,
I have observed a problem with a diskless PXE client I am attempting
to configure. PXE/NFS/DHCP/TFTPd server is running CentOS5.1 and the
Diskless workstation's root and kernel was extracted from a CentOS5.1
(custom kernel due to setting to enable Root File System support).
Problem: When the diskless client boots and logs in I notice that my
root user is being squashed, even if I
2012 Jun 19
1
"Too many levels of symbolic links" with glusterfs automounting
I set up a 3.3 gluster volume for another sysadmin and he has added it
to his cluster via automount. It seems to work initially but after some
time (days) he is now regularly seeing this warning:
"Too many levels of symbolic links"
$ df: `/share/gl': Too many levels of symbolic links
when he tries to traverse the mounted filesystems.
I've been using gluster with static mounts
2007 Aug 16
1
NFSv4 on CentOS 4.5
Hi. I'm having trouble accessing a shared directory over NFSv4 on a
CentOS 4.5 machine.
My export file reads
/test 10.0.0.0/255.0.0.0(ro,async,insecure,nohide,no_subtree_check)
Running the mount command with NFSv4 as the filesystem gives me a
permission denied error.
[root at pebble-anoop ~]# mount -v -t nfs4 pebble-anoop:/test/ /mnt/
mount: pinging: prog 100003 vers 4 prot tcp port
2010 Feb 20
1
NFS automount error
hi, guys:
Today when i typed "mount " command on the server and found this
message:
..
...
192.168.9.252: /home/share/tmp on /net/tmp/share type nfs ( rw, bg,
soft,rsize=8192,wsize=8192,addr=192.168.9.252)
192.168.9.252: /home/share/tmp on /net/tmp/share type nfs ( rw, bg,
soft,rsize=8192,wsize=8192,addr=192.168.9.252)
192.168.9.252: /home/share/tmp on /net/tmp/share type nfs (
2004 Aug 19
5
[PATCH] use reliable nfs mount options per default
Peter,
we found that nfs over udp will corrupt data under very extrem load,
there is no way to fix it due to the way how UDP works.
TCP will not have these problems.
I also wonder why the package size is only 1k. Everyone who wishes a
slow connection can pass the desired options via the kernel cmdline.
Everyone else prefers probably the fast mount.
The defaults should look more like that:
---
2010 Sep 14
5
IOwaits over NFS
Hello.
We have a number of Xen 3.4.2. boxes which have constant iowaits at around
10% with spikes up to 100% when accessing data over NFS. We have been
unable to nail down the issue. Any advice?
System info:
release : 2.6.18-194.3.1.el5xen
version : #1 SMP Thu May 13 13:49:53 EDT 2010
machine : x86_64
nr_cpus : 16
nr_nodes
2010 Apr 29
1
nfs4 help needed
Fedora 13 is using nfs4, and there is a problem in opening files requiring
OpenOffice if accessed over an nfs3 mount, so it's time to change. I found a
couple of tutorials, and got it *almost* working correctly. This is where I
need help.
Logwatch tells me
/nfs4exports/Data1 and /Data1 have same filehandle for
*,192.168.0.0/24,192.168.0.0/255.255.255.0, using first
The tutorial I was
2014 Jan 15
3
extlinux device trouble
On Tue, Jan 14, 2014 at 10:50 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Tue, Jan 14, 2014 at 9:28 AM, Johann Obermayr
> <johann.obermayr at sigmatek.at> wrote:
>> Hello,
>>
>> i'm using version 4.07.
>> On my computer extlinux does not work.
>> after debugging, i found the trouble.
>>
>> in the function parse_mountinfo there
2019 Sep 20
3
nfsmount default timeo=7 causes timeouts on 100 Mbps
In case anyone's interested, I followed up in the linux-nfs mailing list:
https://marc.info/?l=linux-nfs&m=156887818618861&w=2
Thanks,
Alkis
On 9/15/19 10:51 AM, Alkis Georgopoulos wrote:
> I think I got it.
>
> Both nfsmount and `mount -t nfs` now default to rsize/wsize = 1 MB.
> By lowering this to 32K, all issues are gone, even with the default
> timeo=7. And
2017 Aug 08
3
Smbclient cant transer large files
Well, apparently there WAS a change on the Windows Server, which only affected new samba versions
I was able to fix my issue by using this patch: https://bugzilla.samba.org/show_bug.cgi?id=12776
Can this be officially fixed please?
>-----Original Message-----
>From: Lange Norbert
>Sent: Dienstag, 08. August 2017 10:04
>To: samba at lists.samba.org
>Subject: Smbclient cant
2014 Jan 14
2
extlinux device trouble
Hello,
i'm using version 4.07.
On my computer extlinux does not work.
after debugging, i found the trouble.
in the function parse_mountinfo there was using a function get_string.
in the function get_string there was a line (42) } else if (ch == '\\') {
but in my mountinfo list, there was \ , but not with octal digit.
so the function get_string will fail.
here are some information
2005 Dec 21
1
specifying mount options in /etc/auto.master
I have this NFS client that used to be on Red Hat 7.3. For mounting user home
directories I used this line in /etc/auto.master file:
/home yp:auto.home rw,rsize=8192,wsize=8192
Moved the box to CentOS 4... The format of the file changed, so I attempted
something like this:
/home -rw,rsize=8192,wsize=8192 yp:auto.home
No habla. Doesn't work. The rsize and wsize options seems to be
2008 Aug 22
1
Problem using rsync for backing up on to a NAS
Hi,
I have a problem that was already discused in the german archlinux forum
and couldn't be solved. Because of this I was asked to use the rsync
mailing list. So here I am ;b
I'm using the following script to backup my data to a Network Attached
Storage that has an ext3 formated hdd that is mounted via NFS
script: http://pastebin.com/f6b7115c9
This script works fine for /home but
2005 May 21
5
copying large files over NFS locks up machine on -testing from Thursday
I''ve locked up my dom0 a couple of times this morning copying a 3GB
file from local disk to an NFS mount(neither xend nor guests running).
I don''t encounter this problem on the stock CentOS 4 kernel. The
machine is a PowerEdge 2850 with 2 e1000 cards - the one in use is
connected to a PowerConnect 2216 10/100 switch and has negotiated
100Mbit. I''ll check if the stock
2024 Jan 30
1
permission denied with windows acls
On Mon, 29 Jan 2024 16:42:20 -0800
Peter Carlson via samba <samba at lists.samba.org> wrote:
>
> On 1/29/24 13:08, Rowland Penny via samba wrote:
> > On Mon, 29 Jan 2024 12:51:37 -0800
> > Peter Carlson via samba<samba at lists.samba.org> wrote:
> >
> >
> >> Just did a quick test, the big T comes after setting permissions in
> >>