summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1996-05-23 23:23:48 +0000
committerSamba Release Account <samba-bugs@samba.org>1996-05-23 23:23:48 +0000
commite40bf31788d036b9c9e4fdd88b49546438071b2f (patch)
tree90427eabeb19a55b871ec9c2b10aec134f18e83c
parentb479eafd667f0720ca27afe04df5c4a79fb1fa78 (diff)
downloadsamba-e40bf31788d036b9c9e4fdd88b49546438071b2f.tar.gz
samba-e40bf31788d036b9c9e4fdd88b49546438071b2f.tar.bz2
samba-e40bf31788d036b9c9e4fdd88b49546438071b2f.zip
Added check for something already binding to port 139 to TEST 3
Dan (This used to be commit 0e21388559aad147ea15c855dec5113a85ad1d4f)
-rw-r--r--docs/textdocs/DIAGNOSIS.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/textdocs/DIAGNOSIS.txt b/docs/textdocs/DIAGNOSIS.txt
index 6681bdc4bc..ad3eb44931 100644
--- a/docs/textdocs/DIAGNOSIS.txt
+++ b/docs/textdocs/DIAGNOSIS.txt
@@ -86,7 +86,13 @@ If you get a "session request failed" then the server refused the
connection. If it says "your server software is being unfriendly" then
its probably because you have invalid command line parameters to smbd,
or a similar fatal problem with the initial startup of smbd. Also
-check your config file for syntax errors with "testparm".
+check your config file for syntax errors with "testparm".
+
+Another common cause of these two errors is having something already running
+on port 139, such as Samba (ie smbd is running from inetd already) or something
+like Digital's Pathworks. Check your inetd.conf file before trying to start
+smbd as a daemon, it can avoid a lot of frustration!
+
TEST 4:
-------