On 5 Mar 2008 at 14:16, Tom Metro wrote:
> A construct like this is simpler: > > # set time zone > echo "TZ=PST+8PDT,M3.2.0/2,M11.1.0/2; export TZ" > /etc/shell.config > . /etc/shell.config That works Welcome to MediaMVP! (none) login: root BusyBox v1.1.3 (2007.11.18-16:20+0000) Built-in shell (ash) Enter 'help' for a list of built-in commands. # date Wed Mar 5 15:09:53 PST 2008 # That's the correct time now, but the guide is STILL showing the wrong time, it's showing the 1700-1800 viewing period and 1709 in the top left corner. > In my experience the problem showed up coincident with the MythTV > commercial skip code. It's been discussed before on the list. Hitting > the skip key a few more times should get you back on track without > having to stop and restart the video. Under the nightly build, I do remember that working, but I don't remember that working with 0.3.4 > > ntpclient -s pool.ntp.org That seems to be working fine. > Better yet, set the NTP variable and let the main startup script handle > it, or set this via DHCP. See: > http://mvpmc.wikispaces.com/timeserver > for the full list of options. I do set it via dhcp, on the mvp's it doesn't seem to take, works fine with all the other machines on the lan though. group { next-server 10.12.13.14; # name of your TFTP server option ntp-servers pool.ntp.org; host mvp-livingroom { hardware ethernet xx:xx:xx:xx:xx:xx; fixed-address 10.12.13.140; filename "dongle.bin.mvpmc"; option root-path "/home/mvp,rsize=4096,wsize=4096,nolock"; } } > Harondel J. Sibble wrote: > > export HNAME=`hostname` > > hostname `cat /mvpmc-media/settings/$HNAME` > > export HNAME=`hostname` > > I'm not following what you're trying to accomplish here. I don't > remember this being in any of the example startup scripts shown on the > wiki. It was something either you or Roger (IIRC) mentioned a while back (last year sometime) in relation to getting the hostname setup on the mvp for use in saving settings to a file on a per hostname basis. As it stands now, I export the settings using the ip address instead. > The mvpmc executable does not go into the background, and thus nothing > beyond this point will be executed unless you terminate that line with a > "&". Contrary to your assertion, the items following do get run as I am able to access the diretories and contents just fine. -- Harondel J. Sibble Sibble Computer Consulting Creating solutions for the small business and home computer user. [EMAIL PROTECTED] (use pgp keyid 0x3AD5C11D) http://www.pdscc.com (604) 739-3709 (voice/fax) (604) 686-2253 (pager) ------------------------------------------------------------------------- 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/
