• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..27-Nov-20154

READMEH A D27-Nov-20151.2 KiB

solaris-oops.shH A D27-Nov-2015914

README

1Last update: John H Terpstra - June 27, 2005
2
3Subject: This directory will contain debugging tools and tips.
4
5Notes: 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.
11
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
14       developers need.
15
16============================ Solaris Method A ==============================
17File:	 		solaris-oops.sh
18Contributor: 	David Collier-Brown
19Date: 			June 27, 2005
20Method and Use:
21To the global stanza of smb.conf add:
22	panic action = /usr/local/bin/solaris-oops.sh %d
23
24When the panic action is initiated a voluntary core dump file will be placed 
25in /var/tmp. Use this method with "log level = 10" and an smbd binary that
26has been built with the '-g' option.
27============================================================================
28
29