summaryrefslogtreecommitdiff
path: root/docs-xml/Samba3-HOWTO
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-14 23:13:33 -0700
committerAndrew Bartlett <abartlet@samba.org>2012-09-17 22:06:14 +0200
commit6bc861663526e1234899ca5815df7a3c122c2b2e (patch)
treef44b6162982ed8000cae67fdd3bf69f4d4271bce /docs-xml/Samba3-HOWTO
parent27359acf59cc7899e8de164f9311ef3b2b6db85a (diff)
downloadsamba-6bc861663526e1234899ca5815df7a3c122c2b2e.tar.gz
samba-6bc861663526e1234899ca5815df7a3c122c2b2e.tar.bz2
samba-6bc861663526e1234899ca5815df7a3c122c2b2e.zip
docs: Clarify TOSHARG-Bugs for 2012
Diffstat (limited to 'docs-xml/Samba3-HOWTO')
-rw-r--r--docs-xml/Samba3-HOWTO/TOSHARG-Bugs.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Bugs.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Bugs.xml
index 0ef2c5cc76..f6d7ba4d79 100644
--- a/docs-xml/Samba3-HOWTO/TOSHARG-Bugs.xml
+++ b/docs-xml/Samba3-HOWTO/TOSHARG-Bugs.xml
@@ -32,12 +32,9 @@ us fix it fast.
</para>
<para>
-<indexterm><primary>comp.protocols.smb</primary></indexterm>
-<indexterm><primary>newsgroup</primary></indexterm>
<indexterm><primary>configuration problem</primary></indexterm>
-If you post the bug to the comp.protocols.smb
-newsgroup or the mailing list, do not assume that we will read it. If you suspect that your
-problem is not a bug but a configuration problem, it is better to send
+If you suspect that your
+problem is not a bug but a configuration problem, it is best to send
it to the Samba mailing list, as there are thousands of other users on
that list who may be able to help you.
</para>
@@ -260,10 +257,10 @@ to catch any panics. If <command>smbd</command> seems to be frozen, look for any
processes. If it is not, and appears to be spinning, find the PID
of the spinning process and type:
<screen>
-&rootprompt; gdb /usr/local/samba/sbin/smbd
+&rootprompt; gdb -p PID
</screen>
<indexterm><primary>spinning process</primary></indexterm>
-then <quote>attach `pid'</quote> (of the spinning process), then type <quote>bt</quote> to
+then type <quote>bt full</quote> to
get a backtrace to see where the smbd is in the call path.
</para>