[mythtv-commits] Ticket #3739: feedback loop master backend connecting to self

MythTV mythtv at cvs.mythtv.org
Tue Jul 17 01:19:29 UTC 2007


#3739: feedback loop master backend connecting to self
-------------------------------------------------+--------------------------
 Reporter:  michael bishop <clever at nbnet.nb.ca>  |       Owner:  ijr    
     Type:  defect                               |      Status:  new    
 Priority:  minor                                |   Milestone:  unknown
Component:  mythtv                               |     Version:  unknown
 Severity:  medium                               |     Mlocked:  0      
-------------------------------------------------+--------------------------
 when i check the master backend's tcp connections i see these 2
 {{{
 mythbacke 31597     mythtv   27u     IPv4   25722461                  TCP
 192.168.1.60:55962->192.168.1.60:6543 (ESTABLISHED)
 mythbacke 31597     mythtv   28u     IPv4   25722462                  TCP
 192.168.1.60:55961->192.168.1.60:6543 (ESTABLISHED)
 mythbacke 31597     mythtv   29u     IPv4   25722463                  TCP
 192.168.1.60:6543->192.168.1.60:55961 (ESTABLISHED)
 mythbacke 31597     mythtv   30u     IPv4   25722465                  TCP
 192.168.1.60:6543->192.168.1.60:55962 (ESTABLISHED)
 }}}


 both going back into itself
 and the backend is constantly repeating the same few lines to itself and
 mythwelcome

 {{{
 2007-07-16 20:08:21.294 write -> 30 '51
 BACKEND_MESSAGE[]:[]RECORDING_LIST_CHANGE[]:[]empty'
 2007-07-16 20:08:21.296 read  <- 27 51
 BACKEND_MESSAGE[]:[]RECORDING_LIST_CHANGE[]:[]empty
 }}}

 {{{
 2007-07-16 20:08:21.301 write -> 30 '45
 BACKEND_MESSAGE[]:[]SCHEDULE_CHANGE[]:[]empty'
 2007-07-16 20:08:21.303 read  <- 27 45
 BACKEND_MESSAGE[]:[]SCHEDULE_CHANGE[]:[]empty
 }}}

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


More information about the mythtv-commits mailing list