
gravityhammer at gmail
Jan 29, 2010, 10:10 AM
Post #1 of 1
(452 views)
Permalink
|
For some reason, I can now telnet into my frontend on port 6546, but I can't seem to get the network control to start. The database is set to allow network control, and it's set at the default port of 6546. Here's what I get from telnet: telnet frontend 6546 Trying 192.168.1.54... Connected to frontend.network. Escape character is '^]'. and it hangs. From the corresponding frontend log: 2010-01-29 13:05:02.388 NetworkControl failed to bind to port 6546. If I do a netstat: netstat -apn | grep 6546 tcp 21 0 0.0.0.0:6546 0.0.0.0:* LISTEN 9257/mythfrontend tcp 7 0 192.168.1.54:6546 192.168.1.50:55555 CLOSE_WAIT - tcp 7 0 192.168.1.54:6546 192.168.1.50:47890 CLOSE_WAIT - tcp 7 0 192.168.1.54:6546 192.168.1.50:39671 CLOSE_WAIT - tcp 1 0 192.168.1.54:6546 192.168.1.50:48904 CLOSE_WAIT - tcp 7 0 192.168.1.54:6546 192.168.1.50:49777 CLOSE_WAIT - tcp 7 0 192.168.1.54:6546 192.168.1.50:49779 CLOSE_WAIT - tcp 7 0 192.168.1.54:6546 192.168.1.50:47882 CLOSE_WAIT - tcp 7 0 192.168.1.54:6546 192.168.1.50:55558 CLOSE_WAIT - tcp 1 0 192.168.1.54:6546 192.168.1.50:35598 CLOSE_WAIT - tcp 11 0 192.168.1.54:6546 192.168.1.50:48916 CLOSE_WAIT - tcp 7 0 192.168.1.54:6546 192.168.1.50:48919 CLOSE_WAIT - tcp 1 0 192.168.1.54:6546 192.168.1.50:35914 CLOSE_WAIT - tcp 9 0 192.168.1.54:6546 192.168.1.50:46090 CLOSE_WAIT - tcp 9 0 192.168.1.54:6546 192.168.1.50:46092 CLOSE_WAIT - tcp 7 0 192.168.1.54:6546 192.168.1.50:47892 CLOSE_WAIT - tcp 7 0 192.168.1.54:6546 192.168.1.50:47886 CLOSE_WAIT - tcp 7 0 192.168.1.54:6546 192.168.1.50:38991 CLOSE_WAIT - tcp 7 0 192.168.1.54:6546 192.168.1.50:38990 CLOSE_WAIT - tcp 7 0 192.168.1.54:6546 192.168.1.50:48918 CLOSE_WAIT - tcp 7 0 192.168.1.54:6546 192.168.1.50:39672 CLOSE_WAIT - tcp 3 0 127.0.0.1:6546 127.0.0.1:32912 CLOSE_WAIT - .54 is the frontend, .50 is the master backend. Any suggestion as to where to look to troubleshoot this? _______________________________________________ mythtv-users mailing list mythtv-users [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|