[mythtv-commits] Ticket #10633: Network Control socket fails to listen on second address

MythTV noreply at mythtv.org
Thu May 10 20:48:13 UTC 2012


#10633: Network Control socket fails to listen on second address
-------------------------------------+----------------------------
 Reporter:  Paul Saunders <darac@…>  |          Owner:  wagnerrp
     Type:  Bug Report - General     |         Status:  infoneeded
 Priority:  minor                    |      Milestone:  unknown
Component:  MythTV - General         |        Version:  0.25
 Severity:  medium                   |     Resolution:
 Keywords:                           |  Ticket locked:  0
-------------------------------------+----------------------------

Comment (by martin_ginkel@…):

 OK after some debugging I found a strange but simple solution:

 On my myth box I have the environment variables
 http_proxy=http://my.squid.box:3128 enabled.
 The Squid is working, but apparently QT uses these always for all tcp
 sockets.
 After unsetting the variables, mythfrontend listens as expected.

 The code for this is somewhere deep in QTcpServer::listen(), I have no
 Idea why this
 only fails for the network control port. But on my laptop it always
 worked, until I set
 the same environment variables, then the network control socket failed as
 well.

 '''Solution:'''

 '''export http_proxy='''

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10633#comment:12>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list