Displaying 3 results from an estimated 3 matches for "s01samba".
Did you mean:
sv01samba
2016 Oct 17
0
Debian samba backport 4.4.5-3 starting problems, some info and fix.
...bd (=samba) and/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
sys...
2011 Jul 03
2
Startup issue with Samba
...sted address
and have startup orders:
root at debian:/var/log/samba# ls -l /etc/rcS.d/*net*
lrwxrwxrwx 1 root root 20 Jul 2 09:58 /etc/rcS.d/S13networking ->
../init.d/networking
root at debian:/var/log/samba# ls -l /etc/rc2.d/*samba*
lrwxrwxrwx 1 root root 15 Jul 2 10:09 /etc/rc2.d/S01samba ->
../init.d/samba
root at debian:/var/log/samba#
I think I need to try and change samba to start up after the netork
interfaces have started but am not totally sure.
Any help would be gratefully received,
Cheers,
Malcolm.
2003 Dec 01
0
No subject
...init scripts, a script in these directories (where the
digit is equal to the run-level) will be activated with a 'stop' argument
when proceeded by a K and with the 'start' argument when proceeded with an
S. THey are run in the order that they are listed from the file system, so
S01SAMBA would be run before S99Samba. This also gives you control over the
order of activation of your services (making sure that, for example, any
ipchains rules are applied before you activate Samba, of you need to take
this precaution).
Runlevels at boot are controlled in the /etc/inittab.
Hope th...