[mythtv-commits] Ticket #6157: If no database, mythbackend from init loops

MythTV mythtv at cvs.mythtv.org
Thu Jan 22 01:36:44 UTC 2009


#6157: If no database, mythbackend from init loops
------------------------------+---------------------------------------------
 Reporter:  nigel             |       Owner:  ijr    
     Type:  defect            |      Status:  new    
 Priority:  minor             |   Milestone:  unknown
Component:  MythTV - General  |     Version:  unknown
 Severity:  medium            |     Mlocked:  0      
------------------------------+---------------------------------------------
 If there is a bad mysql.txt somewhere, mythbackend can loop like this:
 {{{
 ...
 2009-01-22 12:33:33.783 Testing network connectivity to
 2009-01-22 12:33:33.798 Cannot find (ping) database host  on the network
 2009-01-22 12:33:33.799 Cannot find (ping) database host  on the network

 Cannot find (ping) database host  on the network

 Would you like to configure the database connection now? [yes]
 [console is not interactive, using default 'yes']
 Database host name:
 [console is not interactive, using default '']
 Should I test connectivity to this host using the ping command? [yes]
 [console is not interactive, using default 'yes']
 Database non-default port: [0]
 [console is not interactive, using default '0']
 Database name:
 [console is not interactive, using default '']
 Database user name:
 [console is not interactive, using default '']
 Database password:
 [console is not interactive, using default '']
 Unique identifier for this machine (if empty, the local host name will be
 used):
 [console is not interactive, using default '']
 Would you like to use Wake-On-LAN to retry database connections? [no]
 [console is not interactive, using default 'no']
 2009-01-22 12:33:33.812 Testing network connectivity to
 2009-01-22 12:33:33.828 Cannot find (ping) database host  on the network
 2009-01-22 12:33:33.829 Cannot find (ping) database host  on the network

 Cannot find (ping) database host  on the network

 Would you like to configure the database connection now? [yes]
 [console is not interactive, using default 'yes']
 ...
 }}}
 Should check for interactivity in FindDatabase()

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6157>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list