Displaying 1 result from an estimated 1 matches for "s02smbd".
Did you mean:
22smbd
2016 Oct 17
0
Debian samba backport 4.4.5-3 starting problems, some info and fix.
...or winbind are running.
if your still in a setup phase of you network.
run :
apt-get remove samba winbind --purge
apt-get autoremove --purge
to clear up any errors and reinstall.
apt-get install samba winbind
Defaults in /etc/rc2.d/
ls -al /etc/rc2.d/
S01nmbd
S01samba-ad-dc
S02smbd
S02winbind
All init scripts here check if its needed to start or not.
And these are the systemctl defaults.
systemctl is-enabled samba-ad-dc
masked
systemctl is-enabled samba
masked
systemctl is-enabled nmbd
enabled
systemctl is-enabled smbd
enabled
systemctl is-enabl...