Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build with latest alpine: Invalid option -FS: unknown option #413

Open
Vincent-HD opened this issue Apr 28, 2022 · 1 comment
Open

Build with latest alpine: Invalid option -FS: unknown option #413

Vincent-HD opened this issue Apr 28, 2022 · 1 comment

Comments

@Vincent-HD
Copy link

Vincent-HD commented Apr 28, 2022

For those that are building the image by themselves, there is a problem in Samba 4.15.0, they removed the -S command line option. see @Patch note

Options removed:
-e|--encrypt
-C removed from --use-winbind-ccache
-i removed from --netbios-scope
-S|--signing

To fix it you need to remove S option from samba.sh at the end of it:
From: exec ionice -c 3 smbd -FS --no-process-group </dev/null
To: exec ionice -c 3 smbd -F --no-process-group </dev/null

And you should be good 👍🎉

@tigerblue77
Copy link

Fixed in #405

rdwinter2 added a commit to rdwinter2/samba that referenced this issue Oct 4, 2023
applied code change referenced in dperson#413
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants