There are some calls to dprintk within the NFS kernel code - how to I
set things up to I can see the messages from these calls please?
Steve.
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs
It's controlled by /proc/sys/sunrpc/nfs_debug (or nfsd_debug for the
server).
Not totally sure of the valid values, but it's an int bit field, so this
will turn most things on (client side):
echo 65535 > /proc/sys/sunrpc/nfs_debug
Danny
Steve Fosdick wrote:
> There are some calls to dprintk within the NFS kernel code - how to I
> set things up to I can see the messages from these calls please?
>
> Steve.
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
> same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
> _______________________________________________
> NFS maillist - [email protected]
> https://lists.sourceforge.net/lists/listinfo/nfs
>
--
Danny Smith
Senior Systems Administrator, Cinesite (Europe) Ltd
020 7973 4000 - x4055 / [email protected]
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs
On Thu, Jul 17, 2003 at 03:33:36PM +0100, Danny Smith wrote:
> It's controlled by /proc/sys/sunrpc/nfs_debug (or nfsd_debug for the
> server).
>
> Not totally sure of the valid values
See include/linux/sunrpc/debug.h, include/linux/nfs_fs.h (the very end,
where the NFSDBG_* macros are defined), and include/linux/nfsd/debug.h.
--Bruce Fields
> but it's an int bit field, so this
> will turn most things on (client side):
>
> echo 65535 > /proc/sys/sunrpc/nfs_debug
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs