Tony T wrote: > Here's my rcS.local file: > The commented line is what I was using when it disconnected overnight. > The uncommented line is what I just applied. I'll let you know how it > goes over the next few days. > (thanks for the detailed response) > > /usr/bin/logger -s "starting wlanpoke.sh" > # /etc/wlanpoke/wlanpoke.sh -F 4 -W quick -d /etc/wlanpoke/log/ & > /etc/wlanpoke/wlanpoke.sh -x -W slow &
You might also add the "-d /etc/log/" option as well to persist the logs. The script should create the folder if it does not exist. If there is a problem writing to the folder, the script will exit. I forgot to mention that you don't need the serial connection to see the script's error message. Just launch it from the SSH command line: /etc/wlanpoke/wlanpoke.sh -x -W slow -d /etc/log/ & and observe the various messages. This is the recommended way to test an installation. I believe an instance launched from the terminal will stop when the parent terminal session is closed, so enter "reboot" instead of exiting the session when you are done. ------------------------------------------------------------------------ POMdev's Profile: http://forums.slimdevices.com/member.php?userid=70558 View this thread: http://forums.slimdevices.com/showthread.php?t=114775 _______________________________________________ Radio mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/radio
