Sure, here is the dongle.bin.config I use: ============ # To set the timezone to CET TZ='CET-1CEST,M3.5.0/2,M10.5.0/3' export TZ echo "TZ='CET-1CEST,M3.5.0/2,M10.5.0/3'" > /etc/shell.config echo "export TZ" >> /etc/shell.config
# With the dongles based on Linux 2.4.31 NTP no longer needs to be # configured in the dongle.bin.config file, as long as the DHCP server # adds it as an option to the IP address that is handed out. # Put some host names in to be used instead of IP addresses echo "192.168.0.4 gold gold" >> /etc/hosts echo "192.168.0.11 mvp mvp" >> /etc/hosts # Create some directories to mount the videos directories on mkdir /opt/mythtv # Here are the local export mounts from the MythTV and VLC server mount -t nfs -o nolock,nfsvers=3 gold:/opt/mythtv /opt/mythtv # Now start the applications, use real hosts names mvpmc -f /etc/helvB14.pcf -s gold -y gold -u <user> -p <password> -T <database> -m pal --vlc gold & ======== The codes used in the Timezone command can be found in the man page on timezone, or on the internet somewhere. You see I create the /etc/hosts file using some echos of host IP address into the file. Also I am using NTP to get the time to the MVP and the NTP server is added to the DHCP reply. Have fun. >>> Aaron <[EMAIL PROTECTED]> 10/22/2006 20:11:31 >>> I am using the latest in the nightly builds and trying to connect to my myth .20 backend. Recordings work well, but live tv doesnt. It says that the connection is taking to long and I shoul run DNS or use a /etc/hosts file. How do I create the /etc/hosts file? Does anyone have a sample config file I could look at? Thanks Aaron ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
