From a84f1e7535b64dcfb1f274097cf947d0ad6fd1ec Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 16 Jan 2003 02:21:51 +0000 Subject: regenerate docs (This used to be commit 2215dc37e26bec17eb971e7b54818622a9bb5b97) --- docs/faq/errors.html | 54 +++++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 26 deletions(-) (limited to 'docs/faq/errors.html') diff --git a/docs/faq/errors.html b/docs/faq/errors.html index 08da5e5db0..a918a73efc 100644 --- a/docs/faq/errors.html +++ b/docs/faq/errors.html @@ -5,7 +5,8 @@ >Common errors

Chapter 5. Common errors

Chapter 5. Common errors

5.1. Not listening for calling name

5.1. Not listening for calling name

5.2. System Error 1240

5.2. System Error 1240

System error 1240 means that the client is refusing to talk to a non-encrypting server. Microsoft changed WinNT in service @@ -139,9 +134,7 @@ CLASS="SECT1" >

5.3. smbclient ignores -N !

5.3. smbclient ignores -N !

+ +

No, it does not ignore -N, it is just that your server rejected the null password in the connection, so smbclient prompts for a password to try again.

+ +

To get the behaviour that you probably want use smbclient -L host -U%

+ +

This will set both the username and password to null, which is an anonymous login for SMB. Using -N would only set the password to null, and this is not accepted as an anonymous login for most SMB servers.

5.4. The data on the CD-Drive I've shared seems to be corrupted!

5.4. The data on the CD-Drive I've shared seems to be corrupted!

Some OSes (notably Linux) default to auto detection of file type on cdroms and do cr/lf translation. This is a very bad idea when use with @@ -190,9 +187,7 @@ CLASS="SECT1" >

5.5. Why can users access home directories of other users?

5.5. Why can users access home directories of other users?

5.6. Until a few minutes after samba has started, clients get the error "Domain Controller Unavailable"

5.6. Until a few minutes after samba has started, clients get the error "Domain Controller Unavailable"

A domain controller has to announce on the network who it is. This usually takes a while.

5.7. I'm getting "open_oplock_ipc: Failed to get local UDP socket for address 100007f. Error was Cannot assign requested" in the logs

Your loopback device isn't working correctly. Make sure it's running.