1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/examples/scripts/debugging/solaris
Andreas Schneider 3990c33efe examples: Reformat shell scripts
shfmt -f examples/ | xargs shfmt -w -p -i 0 -fn

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Tue Feb 22 16:20:58 UTC 2022 on sn-devel-184
2022-02-22 16:20:58 +00:00
..
README
solaris-oops.sh examples: Reformat shell scripts 2022-02-22 16:20:58 +00:00

Last update: John H Terpstra - June 27, 2005

Subject: This directory will contain debugging tools and tips.

Notes: Identification and confirmation of some bugs can be difficult.
       When such bugs are encountered it is necessary to provide as
       sufficient detailed debugging information to assist the developer
       both by providing incontrivertable proof of the problem, but also
       precise information regarding the values of variables being processed
       at the time the problem strikes.

       This directory is the ideal place to locate useful hints, tips and
       methods that will help Samba users to provide the information that
       developers need.

============================ Solaris Method A ==============================
File:	 		solaris-oops.sh
Contributor: 	David Collier-Brown
Date: 			June 27, 2005
Method and Use:
To the global stanza of smb.conf add:
	panic action = /usr/local/bin/solaris-oops.sh %d

When the panic action is initiated a voluntary core dump file will be placed 
in /var/tmp. Use this method with "log level = 10" and an smbd binary that
has been built with the '-g' option.
============================================================================