computers:server:mythbuntu1204
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computers:server:mythbuntu1204 [2012/05/21 10:58] – [Filename Symbolic Links] david | computers:server:mythbuntu1204 [2012/09/16 18:10] (current) – [Backend Card Hang / Crash] david | ||
|---|---|---|---|
| Line 197: | Line 197: | ||
| unix extensions = no | unix extensions = no | ||
| wide links = yes | wide links = yes | ||
| + | </ | ||
| + | |||
| + | ==== Backend Card Hang / Crash ==== | ||
| + | |||
| + | Use an hourly cron job to check for this error. | ||
| + | |||
| + | <code bash> | ||
| + | #!/bin/bash | ||
| + | # | ||
| + | |||
| + | SAA7164ERRORS=$(/ | ||
| + | |||
| + | if [ $SAA7164ERRORS -ne 0 ]; then | ||
| + | MYDATE=$(/ | ||
| + | echo $MYDATE : Rebooting Now Due to saa7164 card crash >> / | ||
| + | / | ||
| + | fi | ||
| </ | </ | ||
| ====== Frontend ====== | ====== Frontend ====== | ||
computers/server/mythbuntu1204.1337597915.txt.gz · Last modified: by david
