Differences between version 18 and predecessor to the previous major change of SambaErrorMessages.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 18 | Last edited on Friday, August 18, 2006 12:52:56 pm | by RafalStanilewicz | Revert |
Older page: | version 17 | Last edited on Thursday, August 3, 2006 6:07:14 pm | by CraigBox | Revert |
@@ -75,4 +75,16 @@
!!"get_domain_master_name_node_status_fail" and "Cannot get workgroup name" in log.nmbd
You have cached some IP addresses you no longer have, so Samba can't participate in browser elections on those domains. Stop Samba and remove the entries from /var/lib/samba/wins.dat and /var/lib/samba/namelist.debug. Thanks to [Zeros Subs|http://zerosub.no-ip.com/blogs/index.php/2005/08/12/samba_cache] for the answer.
+
+!!"protocol negotiation failed"
+~RafalStanilewicz: I had problem with Samba 3.0.22. Clients could not connect, both remote and from the same machine:
+<pre>
+#smbclient -L localhost
+protocol negotiation failed.
+</pre>
+I tried to restart samba, even the whole machine. Interfaces were up and running fine. Testparm didn't detected anything suspicious. Ports were listening.
+After some debugging, I revealed the cause: it was hanged up cupsd, because of some malformed print job. It got 100% of processor time (visible in 'top'), however the rest of the system was running fine, even the Xwindow. After cleaning of queue and restart cupsys, everything worked as expected.
+
+(I know this sounds like primitive and trivial case, but I couldn't find a clue for hours, maybe someone will take advantage of this simple advice.
+Please edit as you wish, but don't delete.)