[mythtv-commits] Ticket #10057: NetworkControl failed to bind to port X

MythTV noreply at mythtv.org
Sun Sep 25 08:55:04 UTC 2011


#10057: NetworkControl failed to bind to port X
---------------------------------------+----------------------------
 Reporter:  yiannividalis@…            |          Owner:
     Type:  Bug Report - General       |         Status:  new
 Priority:  minor                      |      Milestone:  unknown
Component:  MythTV - General           |        Version:  Trunk Head
 Severity:  medium                     |     Resolution:
 Keywords:                             |  Ticket locked:  0
---------------------------------------+----------------------------

Comment (by yiannividalis@…):

 Apologies about the differences between the log port number and the
 netstat commands: I overrode the default port of 6546 to 6983 to check if
 it was the port that was causing the problem. Mythfrontend couldn't bind
 to the 6983 port either. The netstat results were taken after I returned
 the port to the default value.

 sudo netstat -tapn | grep 654 gives:

 {{{
 tcp        0      0 0.0.0.0:6548            0.0.0.0:*               LISTEN
 4173/mythzmserver
 tcp        0      0 192.168.13.100:59661    192.168.13.65:6543
 ESTABLISHED 31454/mythbackend
 tcp        0      0 192.168.13.100:59646    192.168.13.65:6543
 ESTABLISHED 29816/mythfrontend
 tcp        0      0 192.168.13.100:59647    192.168.13.65:6543
 ESTABLISHED 29816/mythfrontend
 tcp        0      0 :::6543                 :::*                    LISTEN
 31454/mythbackend
 tcp        0      0 :::6544                 :::*                    LISTEN
 31454/mythbackend
 tcp        0      0 :::6547                 :::*                    LISTEN
 29816/mythfrontend
 tcp        0      0 127.0.0.1:44654         127.0.0.1:38677
 TIME_WAIT   -
 tcp        0      0 127.0.0.1:41654         127.0.0.1:38677
 TIME_WAIT   -

 }}}

 I get the impression that the networkcontrol protocol *code* cannot bind
 to a port.

 I tried enabling networkcontrol on a laptop I have (opensuse 11.4
 tumbleweed, same mythtv version) and I also put 6546 to the allowed TCP
 and UDP ports on the firewall with no success. Disabling the firewall had
 no effect,either.

 If networkcontrol depends on specific libraries on the system, let me know
 which ones and I can give you the version numbers, in case there is
 something in opensuse code that creates conflict.

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


More information about the mythtv-commits mailing list