FreeNAS 11.2-U5 SMB global option not staying saved!

Lastb0isct

Explorer
Joined
Jun 15, 2011
Messages
96
When saving UNIX Extentions within the Services --> SMB options it overwrites the smb4.conf file and excludes this option. This is causing all of my shares to not support hardlinking, etc. Have been able to reproduce this and am able to, after saving the smb4.conf with the setting (unix extensions = yes) and restarting the service, verify that the option is included after that.
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Code:
root@freenas[~]# testparm -s --parameter-name="unix extensions"
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
Load smb config files from /usr/local/etc/smb4.conf
Loaded services file OK.
Yes
root@freenas[~]# testparm -s --parameter-name="unix extensions"
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
Load smb config files from /usr/local/etc/smb4.conf
Loaded services file OK.
No
root@freenas[~]# testparm -s --parameter-name="unix extensions"
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
Load smb config files from /usr/local/etc/smb4.conf
Loaded services file OK.
Yes
root@freenas[~]# cat /etc/version 
FreeNAS-11.2-U6 (5acc1dec66)


Toggling the checkbox works in the UI in 11.2-U6.
 
Top