> [EMAIL PROTECTED] ~]$ . Can you tell I'm pretty green? > # This is my best guess... > echo "192.168.0.50 localhost mythtv" >> /etc/hosts
localhost is special and generally means 127.0.0.1. One of your problems is that you probably have both 192.168.0.50 and 127.0.01 as local host on your mvpmc. You should probably have: echo "192.168.0.50 mythtv.mydomain.org mythtv" >> /etc/hosts That may mean defining a host name on your mythtv box... > # example to change the std screen font when we boot (useful for 13" sets) > cat <<EOF > /tmp/font_override.xml > <mvpmctheme version="0" name="font override"> > /etc/helvB18.pcf > /etc/helvB18.pcf > </mvpmctheme> > EOF I would also remove anything that over complicates the setup (like the font) until you have it working... Tim ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
