Samba Errors and ZFS

FreeBSD with ZFS

I have been working on cleaning up a lot of errors that I am seeing on my samba install.  It appears that ZFS needs all the extended ACL support installed and configured in smb.conf to make it work without spitting out errors.  I used to see the following errors every now and then….

 

Jan 28 19:25:12 ve6kik smbd[57790]: [2013/01/28 19:25:12.120091,  0] modules/vfs_posixacl.c:170(smb_ace_to_internal)
Jan 28 19:25:12 ve6kik smbd[57790]:   unknown tag type 64
Jan 28 19:25:12 ve6kik smbd[57790]: [2013/01/28 19:25:12.133650,  0] modules/vfs_posixacl.c:170(smb_ace_to_internal)
Jan 28 19:25:12 ve6kik smbd[57790]:   unknown tag type 64
Jan 28 19:25:31 ve6kik smbd[57790]: [2013/01/28 19:25:31.154160,  0] modules/vfs_posixacl.c:170(smb_ace_to_internal)Jan 28 19:25:31 ve6kik smbd[57790]:   unknown tag type 64
I also occasionally did see these as well….
 
 

Jan 29 10:54:32 ve6kik smbd[88839]: [2013/01/29 10:54:32.218368,  0] locking/locking.c:905(share_mode_lock_destructor)
Jan 29 10:54:32 ve6kik smbd[88839]:   store returned NT_STATUS_UNSUCCESSFUL

To fix it, I added in the following acl config listed in this forum article.  Seems to have cleaned it all up so far.
 
 

Leave a Comment

Your email address will not be published. Required fields are marked *