Forum Discussion
Altera_Forum
Honored Contributor
15 years agoExecute reboot script with haserl
Hi, I am using haserl for cgi programming and want to reboot my uClinux board through pushing a button on a website. So I thought that I can execute the reboot script like that: #!/usr/bin/hase...
Altera_Forum
Honored Contributor
15 years agoWild guess:
Haserl is running as some HTTP user and same has no right to force the reboot. Of course you should send a web page saying "Booting..." to the browser, when the commant is detected, so you know whether the rebooot command it reached at all. -Michael