The first picture shows you the samba status before the updates come in.Right terminal says smb service is active and running and is colored in green.
Just recently we get an Samba error after updating to version 4.9.2-1. We only see the message when we shutdown and it does not intervene in our work or pose any problems. The message disappears quite quickly and can easily be missed. Check the next image.
Bottom-line samba is not working.
Updating samba to the most recent version will result in breaking samba.
Recommended solution
Disabling the winbind service will fix samba for now. We will have to wait for an update from the developers.
sudo systemctl disable winbind.service
activate WINBIND only if you need it
If you do need winbind to be enabled for some reason then we can implement the solution that Marco Obaid found. Meet him on Discord. You can read about the solution here.
Our smb.conf has been adapted to include these lines.
idmap config * : backend = tdb idmap config * : range = 3000-7999
When you run script 140 from any ArcoLinuxD github you will get the new smb.conf.
All you need to do is enable it.
sudo systemctl enable winbind.service
More info about Active Directory and winbind here or from samba.org.