[CentOS] NFS problem: getattr ERROR: Request couldn't be completed in time

2016-05-31 Thread Matthias Leopold
i posted this also to linux-nfs, maybe this is a more appropriate place as it's clearly a "user" problem ### hi, i'm trying to mount a NFS 4 share with "sec=sys" from a NetApp FAS3250 on a CentOS KVM guest. this doesn't work, the mount doesn't complete and hangs. mount command is: /bin/mou

Re: [CentOS] NFS problem after 7.2

2016-01-01 Thread Mark
On Fri, 2016-01-01 at 20:16 +0100, Leon Fauster wrote: > yum --enablerepo=C7.1.1503-base --enablerepo=C7.1.1503-updates > downgrade ... Thanks. I already did a manual download and downgrade and happily enough that solved the problem. No more errors in the log and now all nfs clients can mount the

Re: [CentOS] NFS problem after 7.2

2016-01-01 Thread Leon Fauster
Am 01.01.2016 um 17:31 schrieb Dennis Jacobfeuerborn : > On 01.01.2016 12:23, Gordon Messmer wrote: >> On 01/01/2016 01:55 AM, Mark wrote: >>> The command 'yum downgrade nfs-utils' just >>> returns nothing to do. I've searched centos.org to find the previous >>> package nfs-utils-1.3.0-0.8.el7.x86_

Re: [CentOS] NFS problem after 7.2

2016-01-01 Thread Dennis Jacobfeuerborn
On 01.01.2016 12:23, Gordon Messmer wrote: > On 01/01/2016 01:55 AM, Mark wrote: >> The command 'yum downgrade nfs-utils' just >> returns nothing to do. I've searched centos.org to find the previous >> package nfs-utils-1.3.0-0.8.el7.x86_64.rpm to manually download and >> install, but haven't found

Re: [CentOS] NFS problem after 7.2

2016-01-01 Thread Gordon Messmer
On 01/01/2016 01:55 AM, Mark wrote: The command 'yum downgrade nfs-utils' just returns nothing to do. I've searched centos.org to find the previous package nfs-utils-1.3.0-0.8.el7.x86_64.rpm to manually download and install, but haven't found it. What is actually the best way to do a downgrade?

Re: [CentOS] NFS problem after 7.2

2016-01-01 Thread Mark
On Thu, 2015-12-31 at 10:16 -0700, Brandon Vincent wrote: > Looks like upstream is working on it [1]. According to the BZ, the > solution for now is to downgrade nfs-utils [2]. Thank you for spotting that one! Don't know it's because I'm still tired from yesterday, but don't seem to be able to do

Re: [CentOS] NFS problem after 7.2

2015-12-31 Thread Brandon Vincent
On Wed, Dec 30, 2015 at 2:10 PM, Mark2015 wrote: > What to do? Looks like upstream is working on it [1]. According to the BZ, the solution for now is to downgrade nfs-utils [2]. Brandon Vincent [1] https://access.redhat.com/solutions/2065873 [2] https://bugzilla.redhat.com//show_bug.cgi?id=1285

Re: [CentOS] NFS problem after 7.2

2015-12-31 Thread Gordon Messmer
On 12/31/2015 03:54 AM, Mark wrote: Tried it, it just returned and nothing in the logs. Yes, but is the client still unable to mount the filesystem? I wouldn't expect any output or log entries from the command itself. It just rebuilds the binary export database from /etc/exports. __

Re: [CentOS] NFS problem after 7.2

2015-12-31 Thread Mark
On Thu, 2015-12-31 at 01:34 -0800, Gordon Messmer wrote: > On 12/30/2015 01:10 PM, Mark2015 wrote: > > Dec 30 21:59:33 files nfsdcltrack[31076]: sqlite_query_reclaiming: > > unable to prepare select statement: no such column: has_session > > Shot in the dark: have you tried "exportfs -r" yet? Tri

Re: [CentOS] NFS problem after 7.2

2015-12-31 Thread Gordon Messmer
On 12/30/2015 01:10 PM, Mark2015 wrote: Dec 30 21:59:33 files nfsdcltrack[31076]: sqlite_query_reclaiming: unable to prepare select statement: no such column: has_session Shot in the dark: have you tried "exportfs -r" yet? ___ CentOS mailing list Cent

[CentOS] NFS problem after 7.2

2015-12-30 Thread Mark2015
I just updated my fileserver to version 7.2 and got some NFS problems after that. In /etc/exports I have the following line /path hostname(ro,insecure) Now that host can no longer mount that share. I get mount.nfs: access denied by server while mounting x Also when I do restart of the NFS server

Re: [CentOS] NFS problem

2012-09-19 Thread Tony Molloy
On Wednesday 19 September 2012 23:22:13 Mark LaPierre wrote: > On 09/19/2012 03:00 PM, m.r...@5-cent.us wrote: > > We've been seeing what I gather is an old, traditional problem: > > kernel: lockd: server not responding, timed out > > > > The things I've found, googling, mostly involve rebooting t

Re: [CentOS] NFS problem

2012-09-19 Thread Mark LaPierre
On 09/19/2012 03:00 PM, m.r...@5-cent.us wrote: > We've been seeing what I gather is an old, traditional problem: > kernel: lockd: server not responding, timed out > > The things I've found, googling, mostly involve rebooting the NFS server, > and I can't do that, it's a home directory server for

[CentOS] NFS problem

2012-09-19 Thread m . roth
We've been seeing what I gather is an old, traditional problem: kernel: lockd: server not responding, timed out The things I've found, googling, mostly involve rebooting the NFS server, and I can't do that, it's a home directory server for a *bunch* of people, and this is only one person's workst

Re: [CentOS] NFS problem

2009-12-28 Thread Fernando Hallberg
Hi, You only need rpcidmapd, portmap on the centos box Edit the /etc/sysconfig/nfs And use /export filesystem as the fsid=0 on the /etc/exportfs Export all directories you need mounted on the /export with the -o bind on the mount command, and add refer=/dir on /etc/exportfs on the nfs4 server

Re: [CentOS] NFS problem

2009-12-28 Thread Frank Cox
On Mon, 2009-12-28 at 23:30 +0100, Timothy Murphy wrote: > I'm trying to NFS-mount a CentOS directory on my Fedora laptop, > but I find I can only do this is I turn off the firewall > on the CentOS server. > > If instead I go to system-config-securitylevel-tui on the server, > and allow NFS4, thi

Re: [CentOS] NFS problem

2009-12-28 Thread nate
Timothy Murphy wrote: > I'm trying to NFS-mount a CentOS directory on my Fedora laptop, > but I find I can only do this is I turn off the firewall > on the CentOS server. > > If instead I go to system-config-securitylevel-tui on the server, > and allow NFS4, this does not do the trick. > Nor does a

[CentOS] NFS problem

2009-12-28 Thread Timothy Murphy
I'm trying to NFS-mount a CentOS directory on my Fedora laptop, but I find I can only do this is I turn off the firewall on the CentOS server. If instead I go to system-config-securitylevel-tui on the server, and allow NFS4, this does not do the trick. Nor does allowing port 2049. What do I need