[mythtv-commits] Ticket #12612: New installs die after a few days fixes/0.27 (v0.27 (v0.27.5-71-ga62fc0d)

MythTV noreply at mythtv.org
Sat Jan 23 18:07:20 UTC 2016


#12612: New installs die after a few days fixes/0.27 (v0.27 (v0.27.5-71-ga62fc0d)
----------------------------------+--------------------------------
 Reporter:  singogli@…            |          Owner:
     Type:  Bug Report - General  |         Status:  infoneeded_new
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - General      |        Version:  0.27.5
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+--------------------------------

Comment (by singogli@…):

 All NULL characters in program table were type date.  Finally found a
 command for updating NULL date fields.
 The commands to modify date type NULL characters:
 USE mythconverg;
 UPDATE program SET originalairdate = "0000-00-00" WHERE originalairdate IS
 NULL;

 To modify channel table:
 UPDATE channel SET iptvid ="" WHERE iptvid IS NULL;
 This results in the number 0 in the table fields.
 The finetune NULL(s) were changed to 0 with phpmyadmin as I don't have
 that many channels.
 Rebooted and restarted backend and frontend.
 There are now no null characters in either table.

 ******None of this changed anything******

 I have attached the logs *end.log.new

 The first line of mythfrontend.log now contains "ConnectCommandSocket)
 Connection to master server timed out... mythtv-settings does not contain
 the proper IP address"
 The IP address was set correctly in both the General backend settings and
 the General frontend settings and was working fine for the first 24 or 48
 hours.  Is this another bug?

 I don't know why the frontend is complaining it does eventually connect:
 (ConnectCommandSocket) MythCoreContext: Connecting to backend server:
 192.168.10.128:6543 (try 1 of 1)

 Still the same error RemoteGetRecordingList() list size appears to be
 incorrect.   and
 (UpdateUILists) PlaybackBox: SortedList is Empty

 Bug is still there : Watch Recordings- No recordings available in Media
 Library.
 This makes the system unusable.

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


More information about the mythtv-commits mailing list