[mythtv-users] removing old hosts

Brad DerManouelian myth at dermanouelian.com
Sun Jul 6 03:17:14 UTC 2008


On Jul 5, 2008, at 8:10 PM, Kevin Robbins wrote:

> Over the past 6 months or so with playing with my new set up I have
> had quite a few frontends, slave backends connected to my server. Now
> I have just shy of 30 hostnames to choose from in mythweb etc. How can
> I get rid of these things? I only have 4 finshed frontends and the
> master backend.
>
> I've dug all through mysql, and googled everything I can think of.

select * from settings group by hostname;

That will give you a list of every hostname in the settings table.

delete from settings where hostname = 'hostnameyoudonotwant';

> I seem to have a glitch when starting liveTV (fails once and goes back
> to menu) select it again and it works.

This doesn't have anything to do with the hostnames in your settings  
table.

> I'm thinking that this problem is causes from having 12 tuners that
> arent available anymore still listed in the status page. Am I on the
> right track?

Run mythtv-setup, delete all tuners from all backends and set them up  
again. This will get rid of any erroneous tuner setups and restart  
them numbering from 1 again. This is often the cure for "I can't  
figure out what's really wrong with my multiple tuners".

-Brad



More information about the mythtv-users mailing list