Quantcast
Channel: On raspberry my script breaking after looping some time when there was no input stream - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by ereamel for On raspberry my script breaking after looping some time...

Try to start your script using: bash -x script_name.sh and look for errors in the output.

View Article



Image may be NSFW.
Clik here to view.

On raspberry my script breaking after looping some time when there was no...

On raspberry my script breaking after looping some time when there was no input stream #! /bin/sh clear echo -n "Box ID: " ; sudo cat /proc/cpuinfo | grep Serial | cut -d ' ' -f 2 sleep 2 ping -c1 -s1...

View Article

Answer by ereamel for On raspberry my script breaking after looping some time...

The '-x' option will turn debug on, and output everything you script does. If you cannot interpret it, you can paste it here.The problem may not be with script itself, but the application dying after a...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images