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/19 17:21] – david | computers:server:mythbuntu1204 [2012/09/16 18:10] (current) – [Backend Card Hang / Crash] david | ||
---|---|---|---|
Line 134: | Line 134: | ||
* [Page 1] IP Address to xx.xx.xx.xx | * [Page 1] IP Address to xx.xx.xx.xx | ||
* [Page 1] Master backend IP address to same xx.xx.xx.xx | * [Page 1] Master backend IP address to same xx.xx.xx.xx | ||
+ | * [Page 8] Job Que: Start time 00:00 to Stop time 04:20 (Only flag commercials in the middle of the night) | ||
* [Last Page] Automatically run mythfilldatabase | * [Last Page] Automatically run mythfilldatabase | ||
* Capture Cards | * Capture Cards | ||
Line 172: | Line 173: | ||
sudo mkdir / | sudo mkdir / | ||
</ | </ | ||
- | - Place the following script in **mythtv_cronjob_symlink_recordings.sh** <code bash> | + | - Place the following script in **mythtv_cronjob_symlink_recordings** <code bash> |
- | #!/bin/bash | + | #!/bin/sh |
find / | find / | ||
cd / | cd / | ||
Line 181: | 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 | ||
</ | </ | ||
- | - Copy that file into **/ | + | - Copy that file into **/ |
- | sudo cp mythtv_cronjob_symlink_recordings.sh / | + | sudo cp mythtv_cronjob_symlink_recordings / |
</ | </ | ||
- Set the ownership and permissions < | - Set the ownership and permissions < | ||
- | sudo chown root:root / | + | sudo chown root:root / |
- | sudo chmod 755 / | + | sudo chmod 755 / |
</ | </ | ||
- I added these lines to **/ | - I added these lines to **/ | ||
Line 196: | 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 218: | Line 236: | ||
</ | </ | ||
- Modified the Audio output to use S/PDIF: | - Modified the Audio output to use S/PDIF: | ||
- | - Utilities / Setup -> Setup -> General -> Page 4 | + | - Utilities / Setup -> Setup -> General -> Page 4 |
+ | - Did set the audio outputs to 100% on both Master and PCM | ||
- < | - < | ||
- < | - < | ||
- | - Audio Processing Capabilities: | + | - <del>Audio Processing Capabilities: |
- Set our VIDEO output to VDPAU: | - Set our VIDEO output to VDPAU: | ||
- Utilities / Setup -> TV Settings -> Playback -> Page 3/8 | - Utilities / Setup -> TV Settings -> Playback -> Page 3/8 |
computers/server/mythbuntu1204.1337448090.txt.gz · Last modified: 2012/05/19 17:21 by david