You are not logged in.
Pages: 1
Do not run samba on boot by registeribg on RUN_DAEMONS variable in rCS.conf. It will prevent you on reaching getty and make the system hang thus it will unable you to shutdown or reboot in desktop mode unless kill those samba daemons.
The best solution was to run samba if the user logged in to the shell (command line or desktop)
Offline
I use inetd to start samba to avoid this bug.
Add to bottom of /etc/inetd.conf :
[c]netbios-ssn stream tcp nowait root /usr/sbin/smbd smbd[/c]
[c]netbios-ns dgram udp wait root /usr/sbin/nmbd nmbd[/c]
Add [c]inetd[/c] to RUN_DAEMONS variable in rcS.conf
I installed old tazpkgs of samba and samba-common from 2015 prior to bug first appearing.
Didn't change anything, still no getty started with shutdown/reboot failure.
Offline
Pages: 1
[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]