Shares Debug

From Amahi Wiki
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.