On 07/21/2012 03:53 PM, Mogens Kjaer wrote:
I looks ok. Where does mythtv-setup store the settings? Maybe I have
several setups located, and mythtv-setup updates one while the backend
reads another?

strace was my friend.

mythtv-setup creates /root/.mythtv/config.xml, and the backend reads
from /var/lib/mythtv/config.xml

But the files are identical:

<Configuration>
  <UPnP>
    <MythFrontend>
      <DefaultBackend>
        <DBHostName>localhost</DBHostName>
        <DBUserName>mythtv</DBUserName>
        <DBPassword>mythtv</DBPassword>
        <DBName>mythconverg</DBName>
        <DBPort>3306</DBPort>
      </DefaultBackend>
    </MythFrontend>
  </UPnP>
</Configuration>

One strange thing: If I stop the backend, change localhost to
192.168.4.1 (the IP of the machine, both backend and mysql runs on it),
the file is changed back when I start the backend.

Mogens


--
Mogens Kjaer, m...@lemo.dk
http://www.lemo.dk

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users

Reply via email to