From: "J. Bruce Fields" <bfields@fieldses.org>
To: Johan van den Dorpe <johan.vandendorpe@framestore-cfc.com>
Cc: nfs@lists.sourceforge.net
Subject: Re: rpc.mountd stops functioning
Date: Thu, 5 Aug 2004 10:46:59 -0400 [thread overview]
Message-ID: <20040805144659.GD25948@fieldses.org> (raw)
In-Reply-To: <411217BE.8070209@framestore-cfc.com>
On Thu, Aug 05, 2004 at 12:19:26PM +0100, Johan van den Dorpe wrote:
> For a long time we've been experiencing problems with rpc.mountd
> stopping functioning.
Maybe you need the following?
(Neil or someone, could you please apply this? Last I checked it wasn't
in nfs-utils cvs.)
--Bruce Fields
>From Garrick Staples <garrick@usc.edu>:
After mountd handles a cache upcall, we should clear the relevant bits in the
fd_set.
---
nfs-utils-1.0.6-bfields/utils/mountd/cache.c | 1 +
1 files changed, 1 insertion(+)
diff -puN utils/mountd/cache.c~cache_select_bugfix utils/mountd/cache.c
--- nfs-utils-1.0.6/utils/mountd/cache.c~cache_select_bugfix 2004-07-14 12:52:57.000000000 -0400
+++ nfs-utils-1.0.6-bfields/utils/mountd/cache.c 2004-07-14 12:52:57.000000000 -0400
@@ -315,6 +315,7 @@ int cache_process_req(fd_set *readfds)
FD_ISSET(fileno(cachelist[i].f), readfds)) {
cnt++;
cachelist[i].cache_handle(cachelist[i].f);
+ FD_CLR(fileno(cachelist[i].f), readfds);
}
}
return cnt;
_
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
next prev parent reply other threads:[~2004-08-05 14:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-05 11:19 rpc.mountd stops functioning Johan van den Dorpe
2004-08-05 11:55 ` Johan van den Dorpe
2004-11-25 12:45 ` Johan van den Dorpe
2004-08-05 14:46 ` J. Bruce Fields [this message]
2004-08-11 10:02 ` Johan van den Dorpe
2004-08-19 15:26 ` Johan van den Dorpe
2004-08-27 3:31 ` Neil Brown
2004-08-27 23:16 ` J. Bruce Fields
2004-08-28 17:20 ` Garrick Staples
2004-08-30 5:54 ` Neil Brown
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=20040805144659.GD25948@fieldses.org \
--to=bfields@fieldses.org \
--cc=johan.vandendorpe@framestore-cfc.com \
--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.