Bradley wrote: > Would something like this then work: > > rdate -s 129.6.15.28 > # mount -t nfs -o nolock,rsize=4096,wsize=4096,nfsvers=3 > 10.0.0.10:/var/myth/ /var/myth/ > mvpmc -f /etc/helvB18.pcf -s 10.0.0.10 -y 10.0.0.10 -T mythconverg -u mythtv > -p $PASSWORD --startup mythtv > > cat <<EOF > /tmp/font_override.xml > <mvpmctheme version="0" name="font override"> > <font name="standard">/etc/helvB18.pcf</font> > <font name="large">/etc/helvB18.pcf</font> > </mvpmctheme> > EOF
I see two issues. One is that the font_override.xml file needs to be populated before you run mvpmc, otherwise the mvpmc process won't see it when it loads the theme. Two, your mvpmc command line needs to end with an ampersand (&), so that it runs in the background, and the script that calls your startup script can complete its execution. > ...will it just work after it gets the new config file loaded? Yes, it should. > And for the rdate I don't believe my DHCP is handling the time right > now... OK. It was just an FYI. Nothing wrong with what you have, if it is working for you. -Tom ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
