From 6bc861663526e1234899ca5815df7a3c122c2b2e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 14 Sep 2012 23:13:33 -0700 Subject: [PATCH] docs: Clarify TOSHARG-Bugs for 2012 --- docs-xml/Samba3-HOWTO/TOSHARG-Bugs.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Bugs.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Bugs.xml index 0ef2c5cc76b2..f6d7ba4d7976 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. -comp.protocols.smb -newsgroup configuration problem -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. @@ -260,10 +257,10 @@ to catch any panics. If smbd 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: -&rootprompt; gdb /usr/local/samba/sbin/smbd +&rootprompt; gdb -p PID spinning process -then attach `pid' (of the spinning process), then type bt to +then type bt full to get a backtrace to see where the smbd is in the call path. -- 2.34.1