J. Bruce Fields wrote: > On Thu, Jun 21, 2007 at 04:31:29PM -0400, Chuck Lever wrote: >> I thought I remembered that nfs-utils has simple programs to set NFS/RPC >> debugging flags, but I couldn't find them. >> >> So I constructed a couple of Python scripts to remember the flag names >> and values (see attached). They are still a little raw. >> >> Is there anything like this already out there? > > Try > > man rpcdebug > > It comes from nfs-utils/tools/rpcdebug/. Ja, that's what I remembered. Not necessarily to Bruce: Is it actively maintained? If a new debugging flag is added, is this tool updated by someone?