[mythtv-users] mythfilldatabase never completes ...

Alan Calvert cal at graggrag.com
Sun Jul 15 11:04:53 UTC 2007


I'm running mythfilldatabase (current svn) against a pre-prepared xml
file. The updating appears to go well, but once it reaches the point
where it contacts the master backend for rescheduling, the process just
hangs around forever. The tail of its log reads - 

2007-07-15 20:23:07.167 
===============================================================
| Attempting to contact the master backend for rescheduling.  |
| If the master is not running, rescheduling will happen when |
| the master backend is restarted.                            |
===============================================================
2007-07-15 20:23:07.167 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterServerIP' AND hostname = 'urban' ;
2007-07-15 20:23:07.167 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterServerIP' AND hostname IS NULL;
2007-07-15 20:23:07.167 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterServerPort' AND hostname = 'urban' ;
2007-07-15 20:23:07.167 MSqlQuery: SELECT data FROM settings WHERE value = 'MasterServerPort' AND hostname IS NULL;
2007-07-15 20:23:07.168 MythSocket(7425c0:8): new socket
2007-07-15 20:23:07.168 MSqlQuery: SELECT data FROM settings WHERE value = 'WOLbackendReconnectWaitTime' AND hostname = 'urban' ;
2007-07-15 20:23:07.168 MSqlQuery: SELECT data FROM settings WHERE value = 'WOLbackendReconnectWaitTime' AND hostname IS NULL;
2007-07-15 20:23:07.168 MSqlQuery: SELECT data FROM settings WHERE value = 'WOLbackendConnectRetry' AND hostname = 'urban' ;
2007-07-15 20:23:07.169 MSqlQuery: SELECT data FROM settings WHERE value = 'WOLbackendConnectRetry' AND hostname IS NULL;
2007-07-15 20:23:07.169 Connecting to backend server: 192.168.0.101:6543 (try 1 of 5)
2007-07-15 20:23:07.169 MythSocket(1cb74a0:9): new socket
2007-07-15 20:23:07.169 MythSocket(1cb74a0:9): attempting connect() to (192.168.0.101:6543)
2007-07-15 20:23:07.169 MythSocket(1cb74a0:9): state change Idle -> Connected
2007-07-15 20:23:07.169 write ->  9 21      MYTH_PROTO_VERSION 34
2007-07-15 20:23:07.169 read  <-  9 13      ACCEPT[]:[]34
2007-07-15 20:23:07.169 Using protocol version 34
2007-07-15 20:23:07.169 write ->  9 19      ANN Monitor urban 0
2007-07-15 20:23:07.474 read  <-  9 2       OK
2007-07-15 20:23:07.474 MythSocket(7425c0:8): attempting connect() to (192.168.0.101:6543)
2007-07-15 20:23:07.474 MythSocket(7425c0:8): state change Idle -> Connected
2007-07-15 20:23:07.474 write ->  8 19      ANN Monitor urban 1
2007-07-15 20:23:07.477 read  <-  8 2       OK
2007-07-15 20:23:07.477 MythSocket(7425c0:8): UpRef: 1
2007-07-15 20:23:07.477 write ->  9 24      RESCHEDULE_RECORDINGS -1
2007-07-15 20:23:07.479 MythSocket: readyread thread start
2007-07-15 20:23:07.479 read  <-  9 1       1
2007-07-15 20:23:07.479 write ->  9 32      MESSAGE[]:[]CLEAR_SETTINGS_CACHE
2007-07-15 20:23:07.481 read  <-  9 2       OK
2007-07-15 20:23:07.481 MythSocket(1cb74a0:9): DownRef: -1
2007-07-15 20:23:07.481 MythSocket(1cb74a0:9): state change Connected -> Idle
2007-07-15 20:23:07.481 MythSocket(1cb74a0:-1): delete socket
2007-07-15 20:23:07.481 MythSocket(7425c0:8): DownRef: 0
2007-07-15 20:23:07.482 MythSocket(7425c0:8): DownRef: -1
2007-07-15 20:23:07.482 MythSocket(7425c0:8): state change Connected -> Idle
2007-07-15 20:23:07.482 MythSocket(7425c0:-1): delete socket


I'm stumped, so any suggestions are welcome. Cheers.


More information about the mythtv-users mailing list