Hello everybody...<br>I'm not 100% sure if this is the right place to post this, but it looks close....<br><br>I
just upgraded my mythtv setup. It consists of three boxes All
Frontend/backend combos. The master backed is fine. however the two
slave backends do not start correctly and page in and out of the hard
drive every few seconds forever. Also, when I run a repair on my
database it tells me that it cannot fix some of the subtables in the
table. <br><br>when start up slave backend:<br>[<br>R:~$ sudo /etc/init.d/mythtv-backend start<br>[: 55: /home/.../.mythtv/mysql.txt: unexpected operator<br> * Starting MythTV server: mythbackend [ OK ]<br>
]<br>mysql.txt:<br>[<br>DBHostName=...<br>DBUserName=...<br>DBPassword=...<br>DBName=mythconverg<br>DBType=QMYSQL3<br><br># Set the following if you want to use something other than the<br># machine's real hostname for identifying settings in the database.<br>
# This is useful if your hostname changes often, as otherwise<br># you'll need to reconfigure mythtv (or futz with the DB) every time.<br># TWO HOSTS MUST NOT USE THE SAME VALUE<br>#<br>LocalHostName=myt...<br><br># If you want your frontend to be able to wake your MySQL server<br>
# using WakeOnLan, have a look at the following settings:<br>#<br># Set the time the frontend waits (in seconds) between reconnect tries.<br># This should be the rough time your MySQL server needs for startup<br>WOLsqlReconnectWaitTime=6<br>
#<br>#<br># This is the amount of retries to wake the MySQL server until the frontend<br># gives up<br>WOLsqlConnectRetry=2<br>#<br>#<br># This is the command executed to wake your MySQL server.<br>WOLsqlCommand=echo 'WOLsqlServerCommand not set'<br>
]<br>
<br>
when repair the database:<br>
[<br>
b:~$ mysqlcheck -r -u -p mythconverg<br>
mythconverg.archiveitems OK<br>
mythconverg.callsignnetworkmap OK<br>
mythconverg.capturecard OK<br>
mythconverg.cardinput OK<br>
mythconverg.channel OK<br>
mythconverg.codecparams OK<br>
mythconverg.credits OK<br>
mythconverg.customexample OK<br>
mythconverg.diseqc_config OK<br>
mythconverg.diseqc_tree OK<br>
mythconverg.displayprofilegroups OK<br>
mythconverg.displayprofiles OK<br>
mythconverg.dtv_multiplex OK<br>
mythconverg.dtv_privatetypes OK<br>
mythconverg.dvdbookmark OK<br>
mythconverg.dvdinput OK<br>
mythconverg.dvdtranscode OK<br>
mythconverg.eit_cache OK<br>
mythconverg.favorites OK<br>
mythconverg.filemarkup OK<br>
mythconverg.gallerymetadata OK<br>
mythconverg.gamemetadata OK<br>
mythconverg.gameplayers OK<br>
mythconverg.housekeeping OK<br>
mythconverg.inputgroup OK<br>
mythconverg.inuseprograms OK<br>
mythconverg.jobqueue OK<br>
mythconverg.jumppoints OK<br>
mythconverg.keybindings OK<br>
mythconverg.keyword OK<br>
mythconverg.movies_movies OK<br>
mythconverg.movies_showtimes OK<br>
mythconverg.movies_theaters OK<br>
mythconverg.music_albumart OK<br>
mythconverg.music_albums OK<br>
mythconverg.music_artists OK<br>
mythconverg.music_directories OK<br>
mythconverg.music_genres OK<br>
mythconverg.music_playlists OK<br>
mythconverg.music_smartplaylist_categories OK<br>
mythconverg.music_smartplaylist_items OK<br>
mythconverg.music_smartplaylists OK<br>
mythconverg.music_songs OK<br>
mythconverg.music_stats OK<br>
mythconverg.musicmetadata OK<br>
mythconverg.musicplaylist OK<br>
mythconverg.mythlog OK<br>
mythconverg.mythweb_sessions OK<br>
mythconverg.netflix OK<br>
mythconverg.networkiconmap OK<br>
mythconverg.newssites OK<br>
mythconverg.oldfind OK<br>
mythconverg.oldprogram OK<br>
mythconverg.oldrecorded OK<br>
mythconverg.people OK<br>
mythconverg.phonecallhistory OK<br>
mythconverg.phonedirectory OK<br>
mythconverg.pidcache OK<br>
mythconverg.playgroup OK<br>
mythconverg.powerpriority OK<br>
mythconverg.profilegroups OK<br>
mythconverg.program OK<br>
mythconverg.programgenres OK<br>
mythconverg.programrating OK<br>
mythconverg.recgrouppassword OK<br>
mythconverg.record OK<br>
mythconverg.record_tmp OK<br>
mythconverg.recorded OK<br>
mythconverg.recordedcredits OK<br>
mythconverg.recordedfile OK<br>
mythconverg.recordedmarkup OK<br>
mythconverg.recordedprogram OK<br>
mythconverg.recordedrating OK<br>
mythconverg.recordedseek OK<br>
mythconverg.recordingprofiles OK<br>
mythconverg.recordmatch OK<br>
mythconverg.romdb OK<br>
mythconverg.schemalock OK<br>
mythconverg.settings OK<br>
mythconverg.storagegroup OK<br>
mythconverg.streams OK<br>
mythconverg.tvchain OK<br>
mythconverg.upnpmedia OK<br>
mythconverg.videocast OK<br>
mythconverg.videocategory OK<br>
mythconverg.videocountry OK<br>
mythconverg.videogenre OK<br>
mythconverg.videometadata OK<br>
mythconverg.videometadatacast OK<br>
mythconverg.videometadatacountry OK<br>
mythconverg.videometadatagenre OK<br>
mythconverg.videosource OK<br>
mythconverg.videotypes OK<br>
mythconverg.weatherdatalayout<br>
note : The storage engine for the table doesn't support repair<br>
mythconverg.weatherscreens<br>
note : The storage engine for the table doesn't support repair<br>
mythconverg.weathersourcesettings<br>
note : The storage engine for the table doesn't support repair<br>
mythconverg.websites OK<br>
]<br>
<br>
any help would be appriciated!<br>
-J