Making a GPS app

David Ford david at blue-labs.org
Thu Jul 16 20:45:14 CEST 2009


an orderly /sbin/reboot usually works, if your process is still running
after a minute, do a sync and forcibly reboot via the kernel.

how to forcibly reboot a linux server:
   enable sysrq:
     echo 1 > /proc/sys/kernel/sysrq

     reboot:    echo b > /proc/sysrq-trigger
     poweroff:  echo o > /proc/sysrq-trigger

RANJAN wrote:
> On more query.If I have to see that the system works robustly is there
> a way that I can do an automated system restart with application
> restart as well including the GSM service which is required for
> sending the SMS?




More information about the devel mailing list