There seems to be a bug in the 0.22 builds. <div><br></div><div>I and a few others have needed to run a SQL query to get it fixed. It seems that IPV6 is taking over localhost so it will not resolve the localhost name.</div>
<div><br></div><div><span class="Apple-style-span" style="font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 12px; color: rgb(64, 64, 64); line-height: 18px; "><pre style="background-color: rgb(240, 238, 230); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(193, 180, 150); border-right-color: rgb(193, 180, 150); border-bottom-color: rgb(193, 180, 150); border-left-color: rgb(193, 180, 150); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 4pt; padding-right: 4pt; padding-bottom: 4pt; padding-left: 4pt; white-space: pre-wrap; word-wrap: break-word; ">
mysql -u mythtv -p [enter password]
use mythconverg;
insert into settings (value,data,hostname) values ('LCDServerHost','127.0.0.1', null); </pre></span></div><div><div><br></div><div>You can replace "null" at the end of the statement with your mythtv hostname, or leave it null.</div>
<div><br></div><div>My notes:</div><div><a href="http://www.rb303.net/2009/11/mythbuntu-antec-fusion-v1-vfd-mce.html">http://www.rb303.net/2009/11/mythbuntu-antec-fusion-v1-vfd-mce.html</a><br></div></div>