All of lore.kernel.org
 help / color / mirror / Atom feed
* intermittent EPERM
@ 2006-10-04 11:36 Brian J. Murrell
  2006-10-09  5:17 ` Neil Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Brian J. Murrell @ 2006-10-04 11:36 UTC (permalink / raw)
  To: nfs


[-- Attachment #1.1: Type: text/plain, Size: 726 bytes --]

Since having upgraded my Ubuntu (edgy) kernel I have noticed the last
few revs of it cause intermittent EPERM errors on NFS clients.  For
example:

brian@pc:~$ sudo mount pc:/home/brian /mnt/test
brian@pc:~$ cd /mnt/test
brian@pc:/mnt/test$ cat .bash_profile
cat: .bash_profile: Permission denied
brian@pc:/mnt/test$ cat .bash_profile
cat: .bash_profile: Permission denied
brian@pc:/mnt/test$ cat .bash_profile
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

It took three attempts at reading that file to not get an EPERM.

Is this a known issue of any sort?

Thanx,
b.

-- 
My other computer is your Microsoft Windows server.

Brian J. Murrell

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 348 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: intermittent EPERM
  2006-10-04 11:36 intermittent EPERM Brian J. Murrell
@ 2006-10-09  5:17 ` Neil Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Neil Brown @ 2006-10-09  5:17 UTC (permalink / raw)
  To: Brian J. Murrell; +Cc: nfs

On Wednesday October 4, brian@interlinx.bc.ca wrote:
> Since having upgraded my Ubuntu (edgy) kernel I have noticed the last
> few revs of it cause intermittent EPERM errors on NFS clients.  For
> example:
> 
> brian@pc:~$ sudo mount pc:/home/brian /mnt/test
> brian@pc:~$ cd /mnt/test
> brian@pc:/mnt/test$ cat .bash_profile
> cat: .bash_profile: Permission denied
> brian@pc:/mnt/test$ cat .bash_profile
> cat: .bash_profile: Permission denied
> brian@pc:/mnt/test$ cat .bash_profile
> # .bash_profile
> 
> # Get the aliases and functions
> if [ -f ~/.bashrc ]; then
>         . ~/.bashrc
> fi
> 
> It took three attempts at reading that file to not get an EPERM.
> 
> Is this a known issue of any sort?

Yep.  It should be fixed in 2.6.18 and recent 2.6.17.x releases.
You can work-around by exporting with no_subtree_check (which is a
good idea anyway and will be the default one day soon).

NeilBrown

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-09  8:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-04 11:36 intermittent EPERM Brian J. Murrell
2006-10-09  5:17 ` Neil Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.