11. Execute the script to install daemons:
sudo /opt/scada/svc_install.sh
From the console:
user@hmi:/opt/scada$ sudo /opt/scada/svc_install.sh
chmod: cannot access ‘./scadaagent’: No such file or directory
update-rc.d: error: unable to read /etc/init.d/scadaagent
chmod: cannot access ‘./scadaserver’: No such file or directory
update-rc.d: error: unable to read /etc/init.d/scadaserver
chmod: cannot access ‘./scadacomm’: No such file or directory
update-rc.d: error: unable to read /etc/init.d/scadacomm
The svc_install.sh seems to have commands for changing the attributes of the files, but not actually installing the relevant files. What’s missing here?