Unknown tag type 64

Status
Not open for further replies.

ethajn

Dabbler
Joined
Jan 5, 2013
Messages
19
I'm having the same issue, haven't been able to find a conclusive explanation or solution yet. I'm also using ufs, so I'm not sure if or how that solution from the FreeBSD forum would work, since in that example they're using ZFS and it seems directly related to how permissions work in ZFS.
 

Yatti420

Wizard
Joined
Aug 12, 2012
Messages
1,437
Well UFS /X86 is going to be discontinued for FreeNAS go forward so I probably won't bother trying to fix it..
 

tanik1

Contributor
Joined
Mar 31, 2013
Messages
163
hey, man I forgot about this error. I am still getting it. Even on the new 9.2.1.2 build. I think it happens when I start to transfer file from windows to the cifs share folder. I have a 64bit zfs pool.

Code:
Mar  7 18:11:02 freenas smbd[59380]: [2014/03/07 18:11:02.099473,  0] ../source3/modules/vfs_posixacl.c:171(smb_ace_to_internal)
Mar  7 18:11:02 freenas smbd[59380]:  unknown tag type 64
 

Yatti420

Wizard
Joined
Aug 12, 2012
Messages
1,437
Yes it does on every file etc.. I haven't looked at it in awhile as it's on old hardware.. Which i'm not sure if it will handle the upgrade to 64 bit.. I may do a complete overhaul on the old stuff.. We will see..
 

Alvin

Explorer
Joined
Aug 12, 2013
Messages
65
Also on 9.2.1.3 (63bit, UFS).
The load is rising slowly too. smbd processes are putting a heavy load on the system until kern.maxfiles is reached. I don't know if that last one has anything to do with unknown tag type 64.

(BTW, UFS discontinued? What's that?)
 
Joined
Apr 29, 2014
Messages
2
I can confirm that this issue happens on an Dell Optiplex 760 with 8GB RAM running FreeNAS 9.2.1.5. It's been happening to me since 9.2 and all the incremental versions. My Twin 2TB drives are in a ZFS volume. The error occurs nightly when I sync files from my Windows 7 x64 system to my SMB share on FreeNAS. It also happens when I copy the occasional file from another Windows 7 x64 system to FreeNAS - so it's not specific to the client machine or the same set of files.

I am willing to testing things - but as I'm a FreeNAS newbie (though not Linux) I may need some detailed steps to try to remove this issue.
Apr 29 00:00:49 freenas smbd[12811]: [2014/04/29 00:00:49.858283, 0] ../source3/modules/vfs_posixacl.c:171(smb_ace_to_internal)
Apr 29 00:00:49 freenas smbd[12811]: unknown tag type 64
Apr 29 00:00:52 freenas smbd[12811]: [2014/04/29 00:00:52.594626, 0] ../source3/modules/vfs_posixacl.c:171(smb_ace_to_internal)
Apr 29 00:00:52 freenas smbd[12811]: unknown tag type 64
 
Joined
Apr 29, 2014
Messages
2
Solved my own problem. Read more at https://forums.freebsd.org/viewtopic.php?&t=35851

The general solution is to add the following lines to Services -> CIFS -> "Auxiliary Parameters"
unix extensions = no
nt acl support = yes
inherit acls = no
map acl inherit = yes

If you are using "Home Directories" also add the following to "Homes Auxiliary Parameters"
vfs objects = zfsacl
nfs4:mode = special
nfs4:acedup = merge
nfs4:chown = yes

You will also need to add the parameters from "Homes Auxiliary Parameters" to the "Auxiliary Parameters". There may be an easier way to do this - but the above steps appear to work for me with no issue.
 

Yatti420

Wizard
Joined
Aug 12, 2012
Messages
1,437
I had done that previously.. I will take another look in the future..
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
I will give a very heavy handed warning...

If you are doing inherits from the aux parameters you are NOT doing what you should be doing. Those used to be checkboxes, but were removed because they don't work right.
 
Status
Not open for further replies.
Top