Penguin

Differences between version 26 and predecessor to the previous major change of SambaNotes.

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

Newer page: version 26 Last edited on Thursday, August 25, 2005 1:21:06 pm by CraigBox Revert
Older page: version 25 Last edited on Thursday, September 2, 2004 1:38:17 pm by DanielLawson Revert
@@ -83,7 +83,12 @@
 From Jeremy Allison, Samba developer: ''"Windows does a sync by creating a new file with a temporary name, then sets an ACL on it that matches the current one (but seems to add write access for the current user, not just the owner). This must succeed else the sync will fail. Then it sets the DOS attributes, again this must succeed or the sync will fail. Under POSIX we encode the attributes in the file permissions and these can only be changed by the owner, unless the "dos filemode" parameter is set."'' 
  
 !How to fix it 
 Upgrade to at least Samba 3.0.0. Ensure that smbd is compiled with ACL support (the Debian packages work fine out of the box), and running on a filesystem with [POSIX] AccessControlLists. Then you also need to set the parameter "dos filemode = yes" for the share. You don't need the acl package installed, but you probably need libacl. 
+  
+!!error code was NT_STATUS_PIPE_NOT_AVAILABLE (0xc00000ac)  
+  
+If you get this error running wbinfo -t, try setting <tt>client schannel = no</tt> in your smb.conf.  
+  
  
 ---- 
 CategoryInteroperability