diff options
Diffstat (limited to 'docs/faq/errors.html')
-rw-r--r-- | docs/faq/errors.html | 54 |
1 files changed, 28 insertions, 26 deletions
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</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.77"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ +"><LINK REL="HOME" TITLE="Samba FAQ" HREF="samba-faq.html"><LINK @@ -69,17 +70,13 @@ WIDTH="100%"></DIV CLASS="CHAPTER" ><H1 ><A -NAME="ERRORS" -></A ->Chapter 5. Common errors</H1 +NAME="ERRORS">Chapter 5. Common errors</H1 ><DIV CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN206" -></A ->5.1. Not listening for calling name</H1 +NAME="AEN205">5.1. Not listening for calling name</H1 ><P ><PRE CLASS="PROGRAMLISTING" @@ -103,9 +100,7 @@ CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN213" -></A ->5.2. System Error 1240</H1 +NAME="AEN212">5.2. System Error 1240</H1 ><P >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" ><H1 CLASS="SECT1" ><A -NAME="AEN220" -></A ->5.3. smbclient ignores -N !</H1 +NAME="AEN219">5.3. smbclient ignores -N !</H1 ><P ><SPAN CLASS="QUOTE" @@ -153,30 +146,34 @@ CLASS="COMMAND" the program always prompts for the password if the server is a Samba server. It also ignores the "-N" argument when querying some (but not all) of our NT servers."</SPAN -> </P -><P +> + +<P >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.</P -><P +> + +<P >To get the behaviour that you probably want use <B CLASS="COMMAND" >smbclient -L host -U%</B ></P -><P +> + +<P >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.</P +> </P ></DIV ><DIV CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN229" -></A ->5.4. The data on the CD-Drive I've shared seems to be corrupted!</H1 +NAME="AEN228">5.4. The data on the CD-Drive I've shared seems to be corrupted!</H1 ><P >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" ><H1 CLASS="SECT1" ><A -NAME="AEN233" -></A ->5.5. Why can users access home directories of other users?</H1 +NAME="AEN232">5.5. Why can users access home directories of other users?</H1 ><P ><SPAN CLASS="QUOTE" @@ -248,12 +243,19 @@ CLASS="SECT1" ><H1 CLASS="SECT1" ><A -NAME="AEN246" -></A ->5.6. Until a few minutes after samba has started, clients get the error "Domain Controller Unavailable"</H1 +NAME="AEN245">5.6. Until a few minutes after samba has started, clients get the error "Domain Controller Unavailable"</H1 ><P >A domain controller has to announce on the network who it is. This usually takes a while.</P ></DIV +><DIV +CLASS="SECT1" +><H1 +CLASS="SECT1" +><A +NAME="AEN248">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</H1 +><P +>Your loopback device isn't working correctly. Make sure it's running.</P +></DIV ></DIV ><DIV CLASS="NAVFOOTER" |