Shares Debug

From Amahi Wiki
Revision as of 22:59, 11 July 2009 by Cpg (talk | contribs) (New page: In order to track down any issues with samba, we have this advance setting for enabling debugging shares. This setting effectively sets log level to 5, which is quite verbose and can gene...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In order to track down any issues with samba, we have this advance setting for enabling debugging shares.

This setting effectively sets log level to 5, which is quite verbose and can generate rather large log files:

You can see which log files are being modified with:


     ls -lt /var/log/samba | head

Then inspect the log files from the corresponding clients you are trying to debug.


TODO: we need tips on how to parse/diagnose issues from the log files.