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/20 17:51] – [Configuration] david | computers:server:mythbuntu1204 [2012/09/16 18:10] (current) – [Backend Card Hang / Crash] david | ||
|---|---|---|---|
| Line 174: | Line 174: | ||
| </ | </ | ||
| - Place the following script in **mythtv_cronjob_symlink_recordings** <code bash> | - Place the following script in **mythtv_cronjob_symlink_recordings** <code bash> | ||
| - | #!/bin/bash | + | #!/bin/sh |
| find / | find / | ||
| cd / | cd / | ||
| Line 182: | Line 182: | ||
| fname=`/ | fname=`/ | ||
| ##### no need to echo for a cron job ##### echo " | ##### no need to echo for a cron job ##### echo " | ||
| - | ln -s $filename $fname | + | ln -s $filename $fname |
| done | done | ||
| exit 0 | exit 0 | ||
| 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 ====== | ||
| Line 220: | Line 237: | ||
| - Modified the Audio output to use S/PDIF: | - Modified the Audio output to use S/PDIF: | ||
| - Utilities / Setup -> Setup -> General -> Page 4 **NOTE** | - Utilities / Setup -> Setup -> General -> Page 4 **NOTE** | ||
| + | - Did set the audio outputs to 100% on both Master and PCM | ||
| - < | - < | ||
| - < | - < | ||
computers/server/mythbuntu1204.1337536290.txt.gz · Last modified: by david
