1 Last update: John H Terpstra - June 27, 2005
3 Subject: This directory will contain debugging tools and tips.
5 Notes: Identification and confirmation of some bugs can be difficult.
6 When such bugs are encountered it is necessary to provide as
7 sufficient detailed debugging information to assist the developer
8 both by providing incontrivertable proof of the problem, but also
9 precise information regarding the values of variables being processed
10 at the time the problem strikes.
12 This directory is the ideal place to locate useful hints, tips and
13 methods that will help Samba users to provide the information that
16 ============================ Solaris Method A ==============================
18 Contributor: David Collier-Brown
21 To the global stanza of smb.conf add:
22 panic action = /usr/local/bin/solaris-oops.sh %d
24 When the panic action is initiated a voluntary core dump file will be placed
25 in /var/tmp. Use this method with "log level = 10" and an smbd binary that
26 has been built with the '-g' option.
27 ============================================================================