[Bugme-janitors] [Bug 3979] accessing samba shares yelds Slab corruption

bugme-daemon at bugzilla.kernel.org bugme-daemon at bugzilla.kernel.org
Sun Aug 13 16:47:40 PDT 2006


http://bugzilla.kernel.org/show_bug.cgi?id=3979





------- Additional Comments From sfrench at us.ibm.com  2006-08-13 16:41 -------
I usually trace traffic with ethereal and look at the network analyzer to see
what is being sent (or tcpdump if only from command line), but a couple other
options are also easy:

1) if cifs stats are enabled in config, periodically dump out the stats to see
what types of commands are being sent:
    "cat /proc/fs/cifs/Stats"
(presumably these are lookups which on the wire are transact2 QueryPathInfo
calls and show up in the total SMB request count)

or

2) for a short period of time:
   a) enable debugging "echo 1 > /proc/fs/cifs/cifsFYI"
   b) dump dmesg  ("dmesg > dmesg-output"
   c) disable debugging ("echo 0 > /proc/fs/cifs/cifsFYI")

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Bugme-janitors mailing list