summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1997-10-14 13:18:07 +0000
committerJohn Terpstra <jht@samba.org>1997-10-14 13:18:07 +0000
commit676c443d21ff8f5e659e933ee3e22cd0e79c50f3 (patch)
tree84c58359db66c3d111d9042ea048df40832f827a
parent78348cb8f8afe6454bd0e3a9f0b93b8c9c0b85b9 (diff)
downloadsamba-676c443d21ff8f5e659e933ee3e22cd0e79c50f3.tar.gz
docs/DIAGNOSIS.txt:
Added comments up front about "your server is being unfriendly" and need to check IP name resolution.
-rw-r--r--docs/textdocs/DIAGNOSIS.txt18
1 files changed, 15 insertions, 3 deletions
diff --git a/docs/textdocs/DIAGNOSIS.txt b/docs/textdocs/DIAGNOSIS.txt
index 11eb91b2ff8..18259ecc94f 100644
--- a/docs/textdocs/DIAGNOSIS.txt
+++ b/docs/textdocs/DIAGNOSIS.txt
@@ -1,5 +1,5 @@
Contributor: Andrew Tridgell
-Updated: June 27, 1997
+Updated: October 14, 1997
Subject: DIAGNOSING YOUR SAMBA SERVER
===========================================================================
@@ -44,6 +44,15 @@ smb.conf. I will assume this share is called "tmp". You can add a
THESE TESTS ASSUME VERSION 1.9.16 OR LATER OF THE SAMBA SUITE. SOME
COMMANDS SHOWN DID NOT EXIST IN EARLIER VERSIONS
+Please pay attention to the error messages you receive. If any error message
+reports that your server is being unfriendly you should first check that you
+IP name resolution is correctly set up. eg: Make sure your /etc/resolv.conf
+file points to name servers that really do exist.
+
+Also, if you do not have DNS server access for name resolution please check
+that the settings for your smb.conf file results in "dns proxy = no". The
+best way to check this is with "testparm smb.conf"
+
TEST 1:
-------
@@ -53,7 +62,7 @@ In the directory in which you store your smb.conf file, run the command
configuration file is faulty.
Note: Your smb.conf file may be located in: /etc
- or in: /usr/local/samba/lib
+ Or in: /usr/local/samba/lib
TEST 2:
@@ -254,7 +263,10 @@ Still having troubles?
----------------------
Try the mailing list or newsgroup, or use the tcpdump-smb utility to
-sniff the problem.
+sniff the problem. The official samba mailing list can be reached at
+samba@samba.anu.edu.au. To find out more about samba and how to
+subscribe to the mailing list check out the samba web page at
+ http://samba.anu.edu.au/samba
Also look at the other docs in the Samba package!