[mythtv-commits] Ticket #13162: mythfrontend does not start when Retry used

MythTV noreply at mythtv.org
Tue Oct 31 18:44:44 UTC 2017


#13162: mythfrontend does not start when Retry used
----------------------------------+------------------------------
 Reporter:  mike.bibbings@…       |          Owner:
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  needs_triage
Component:  MythTV - General      |        Version:  v29-fixes
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+------------------------------

Comment (by mike.bibbings@…):

 config.xml contents for user running mythfrontend:
 <Configuration>
   <Database>
     <PingHost>1</PingHost>
     <Host>127.0.0.1</Host>
     <UserName>mythtv</UserName>
     <Password>MacGR3B5</Password>
     <DatabaseName>mythconverg</DatabaseName>
     <Port>3306</Port>
   </Database>
   <WakeOnLAN>
     <Enabled>0</Enabled>
     <SQLReconnectWaitTime>0</SQLReconnectWaitTime>
     <SQLConnectRetry>5</SQLConnectRetry>
     <Command>echo 'WOLsqlServerCommand not set'</Command>
   </WakeOnLAN>
   <UPnP>
     <UDN>
       <MediaRenderer>5f02e1a8-9ef5-4b60-858c-aaffb6d1e43c</MediaRenderer>
     </UDN>
   </UPnP>
   <LocalHostName></LocalHostName>
 </Configuration>

 config.xml file for user mythtv (/etc/mythtv/config.xml)
 <Configuration>
   <Database>
     <PingHost>1</PingHost>
     <Host>localhost</Host>
     <UserName>mythtv</UserName>
     <Password>MacGR3B5</Password>
     <DatabaseName>mythconverg</DatabaseName>
     <Port>3306</Port>
   </Database>
   <WakeOnLAN>
     <Enabled>0</Enabled>
     <SQLReconnectWaitTime>0</SQLReconnectWaitTime>
     <SQLConnectRetry>5</SQLConnectRetry>
     <Command>echo 'WOLsqlServerCommand not set'</Command>
   </WakeOnLAN>
 </Configuration>

 Note config.xml file for user running mythtv was originally sym linked to
 /etc/mythtv/config.xml. running mythfrontend caused this sym link to be
 removed and replaced with a new config.xml file.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13162#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list