Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

None of our data were affected by this issue.  Hopefully it was late enough that it didn't impact the just-finished IOP operations.

Comment by Gordon: The above was to due to a bug in the crontab entry that checks the internet connection:

Code Block

*/20 * * * *   net_check.sh eth0 192.168.0 192.168.0.5 && router_check.sh 7 www.google.com

For some reason it appears that the ethernet interface on the router died this morning, such that it didn't respond to pings from the DSM. The above crontab entry does not power cycle the router if the DSM can't ping it. The idea is not to power cycle the router and modems if the problem is at our end.

Changed it to the following, which will do a full router check every 10 minutes:

Code Block

*/10 * * * *   router_check.sh 7 www.google.com