diff options
author | Gerald Carter <jerry@samba.org> | 2005-07-12 16:34:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:59:56 -0500 |
commit | b99ae5137471fad034dc7e98bc60cd2dc893b631 (patch) | |
tree | f1307088838e9490b1ed7a4e04f4eb8d9e330839 /examples/scripts/debugging/solaris/README | |
parent | cfda53db8b22c7afbfae848506258f13ead041bf (diff) | |
download | samba-b99ae5137471fad034dc7e98bc60cd2dc893b631.tar.gz samba-b99ae5137471fad034dc7e98bc60cd2dc893b631.tar.bz2 samba-b99ae5137471fad034dc7e98bc60cd2dc893b631.zip |
r8384: merging clutter fixes from release branch
(This used to be commit cbe74c09109dcfe93aa4af085920999ccbff34df)
Diffstat (limited to 'examples/scripts/debugging/solaris/README')
-rw-r--r-- | examples/scripts/debugging/solaris/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/scripts/debugging/solaris/README b/examples/scripts/debugging/solaris/README new file mode 100644 index 0000000000..9e336805e5 --- /dev/null +++ b/examples/scripts/debugging/solaris/README @@ -0,0 +1,28 @@ +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. +============================================================================ + |