All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Damien \"zaide\"" <list@zaide.org>
To: nfs@lists.sourceforge.net
Subject: NFS blocked
Date: Wed, 09 Feb 2005 11:30:05 +0100	[thread overview]
Message-ID: <4209E62D.5040203@zaide.org> (raw)

I have a strange problem on my nfsv3 all work fine but when i try to cat 
a file inside a mounted nfs partition who work with apache's session i 
get this problem:

$ strace cat /web/tmp/sess_231f9a00283f90be0ddd9a19e583f492
execve("/bin/cat", ["cat", 
"/web/tmp/sess_231f9a00283f90be0ddd9a19e583f492"], [/* 18 vars */]) = 0
....
open("/web/tmp/sess_231f9a00283f90be0ddd9a19e583f492", 
O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0600, st_size=13, ...}) = 0
read(3, "cmp|i:0;", 32768)         = 13
write(1, "cmp|i:0;", 13cmp|i:0;)           = 13
read(3, "", 32768)                      = 0
brk(0)                                  = 0x8073000
brk(0)                                  = 0x8073000
brk(0x8072000)                          = 0x8072000
brk(0)                                  = 0x8072000
close(3

and that all, it is blocked to the close() function.

my process:
test-cl   8678  0.0  0.0  1724  564 pts/4    S+   10:52   0:00 strace 
cat /web/tmp/sess_231f9a00283f90be0ddd9a19e583f492
test-cl  19613  0.0  0.0  1824  432 pts/4    D+   10:52   0:00 cat 
/web/tmp/sess_231f9a00283f90be0ddd9a19e583f492

my mounted partitions:
nfsserver:/data1/web/tmp on /web/tmp type nfs 
(rw,noexec,nosuid,addr=172.16.8.100)

and in my log:
Feb  9 11:24:35 nfs-client kernel: lockd: server 172.16.8.100 not 
responding, still trying

that all i have, so do you have any solutions, do you have allready seen 
this?



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

             reply	other threads:[~2005-02-09 10:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-09 10:30 Damien "zaide" [this message]
2005-02-09 11:12 ` NFS blocked Vincent Roqueta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4209E62D.5040203@zaide.org \
    --to=list@zaide.org \
    --cc=nfs@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.