Page 2 of 2

Re: Experimenting with pnethood in KLV

Posted: Mon Apr 10, 2023 10:35 pm
by Sofiya

looking at the KLV script samba.sh
line 135 should be like this

Code: Select all

	cp -af /tmp/smb.conf /etc/samba/ #instate new smb.conf IF passes test
	sv restart smbd &
	"$MSGAPP" -center -bg "#4c4" -timeout 6 $border -buttons ""  "Samba is  starting/restarting. 
	You can check the log at /tmp/testparm.log"

why is it not restarting? sv restart smbd
it should not be

should change the new changes made and overwrite the file in ( /etc/samba/ smb.conf ) . but it doesn't happen