lkml.org 
[lkml]   [2006]   [Aug]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: 2.6.18-rc4-mm1
    Date

    Next thing to try: Can you do the following:

    echo $((0x0200)) >/proc/sys/sunrpc/nfs_debug
    ls -l /net/bix
    umount /net/bix

    That should print some information about the client and server setup procedure
    into the kernel dmesg log which can then be captured.

    If you follow that up with:

    echo $((0x0201)) >/proc/sys/sunrpc/nfs_debug
    ls -l /net/bix
    umount /net/bix

    That'll dump information from the VFS interaction also. It'll be a lot more
    information, and it might overrun your dmesg buffer, hence why I'm asking you
    to do the client-only debugging separately.

    Then do:

    echo 0 >/proc/sys/sunrpc/nfs_debug

    to turn off debugging again.

    David
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-08-15 19:33    [W:2.505 / U:0.560 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site