[mythtv-users] Live TV being hammered by channel change commands

Bill Meek keemllib at gmail.com
Mon Oct 3 17:24:33 UTC 2011


On 10/03/2011 03:24 AM, Wayne Thomas wrote:
...
> Absolutely, checked, double checked, and even tried changing the port number
> to be triple certain.  Even with it definitely off it still says:
>
> 2011-10-03 21:12:21.139 TV: ProcessNetworkControlCommand(NETWORK_CONTROL
> CHANID 3035) ignoreKeys: 0
...
> Any random thoughts to continue my fault finding?

Hi;

Not too random, while being hammered, try this on your combined
FE/BE:

   netstat -cantp | grep 6546 (or whatever your port is set to)

And, for those of us watching, the output of:

   . ~UserNameOfWhoeverRunsMythfrontend/.mythtv/mysql.txt

   mysql -u$DBUserName -p$DBPassword $DBName -e \
     "SELECT * FROM settings
         WHERE value LIKE 'NetworkControl%'"

(I know you've double checked, but it can't hurt.)

If neither of the above reveal anything, put the output
of a full mythfrontend session on your favorite pastbin
and post the link here (obviously without all of the
repeating failure messages.)

Bill


More information about the mythtv-users mailing list