From f7e1b9fc59c19f04e034bef514ca3e870e11e23f Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Thu, 10 Nov 2016 08:57:12 +0100 Subject: [PATCH 1/2] manpages/vfs_fruit: fruit:resource option misspelling Due to a misspelling in the option parser in all Samba versions up to and including 4.5.1 this options must be given "fruit:ressource", ie with two "s". Samba 4.6 will accept both the correct the correct and the wrong spelling, Samba 4.7 onwards will only accept the correct spelling. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12412 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- docs-xml/manpages/vfs_fruit.8.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs-xml/manpages/vfs_fruit.8.xml b/docs-xml/manpages/vfs_fruit.8.xml index 0d97e58..c54bdd2 100644 --- a/docs-xml/manpages/vfs_fruit.8.xml +++ b/docs-xml/manpages/vfs_fruit.8.xml @@ -86,7 +86,27 @@ fruit:resource = [ file | xattr | stream ] - Controls where the OS X resource fork is stored: + Controls where the OS X resource fork is stored. + + Important: Due to a + misspelling in the option parser in all Samba versions + 4.5 and earlier, this options must be given as + fruit:ressource, ie with two + s. + + Users who set this opion to any non-default + setting were still using the default setting of + file and are advised to adjust + their smb.conf to reflect the effective setting and set + fruit:ressource=file in their + smb.conf. Removing the option line altogether works as + well. + + Samba 4.6 will accept both the correct and the + wrong spelling, from Samba 4.7 onwards only the correct + spelling will be accepted. + + Settings: file (default) - use a ._ -- 2.7.4 From 9f0b3ffdd576ccca6d7e9248570be61c587fd05e Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Thu, 10 Nov 2016 09:07:41 +0100 Subject: [PATCH 2/2] manpages/vfs_fruit: add warning to fruit:resoure=stream BUG: https://bugzilla.samba.org/show_bug.cgi?id=12412 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- docs-xml/manpages/vfs_fruit.8.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs-xml/manpages/vfs_fruit.8.xml b/docs-xml/manpages/vfs_fruit.8.xml index c54bdd2..a0b3893 100644 --- a/docs-xml/manpages/vfs_fruit.8.xml +++ b/docs-xml/manpages/vfs_fruit.8.xml @@ -119,9 +119,12 @@ down to Solaris and derived platforms and ZFS - stream - pass the - stream on to the next module in the VFS - stack + stream (experimental) - pass + the stream on to the next module in the VFS stack. + Warning: this option should not be used + with the streams_xattr module due to the + extended attributes size limitations of most + filesytems. -- 2.7.4