Penguin
Diff: SambaErrorMessages
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of SambaErrorMessages.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 20 Last edited on Thursday, April 12, 2007 1:50:14 pm by CraigBox
Older page: version 19 Last edited on Thursday, January 11, 2007 1:07:48 pm by AndrewRoss Revert
@@ -89,4 +89,20 @@
 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.) 
+  
+!!Failed to set servicePrincipalNames. Please ensure that the DNS domain of this server matches the AD domain  
+  
+<pre>  
+Using short domain name -- EXAMPLE  
+Failed to set servicePrincipalNames. Please ensure that  
+the DNS domain of this server matches the AD domain,  
+Or rejoin with using Domain Admin credentials.  
+Disabled account for 'MACHINE' in realm 'EXAMPLE.COM'  
+</pre>  
+  
+Does <tt>hostname --fqdn</tt> read machine.example.com? If not, edit ''/etc/hosts'' and start again. You should have a line like:  
+  
+<pre>  
+10.11.12.13 machine.example.com machine  
+</pre>