blue_sassley in: https://sourceforge.net/forum/message.php?msg_id=4604910 wrote: > I noticed all of a sudden that if I use the power off button on the remote and > then power the MediaMVP back on using the same button it seems to loose the > settings for my MythTV backend server... more specifically the IP address...
So a "warm" restart rather than a cold reboot? > to get it back I either have to...do a reboot to re-grab > the config file... > > Here is a copy of my config file: > > rdate -s 129.6.15.28 > mvpmc -s 10.0.0.10 -y 10.0.0.10 -T mythconverg -u mythtv -p $PASSWORD > --web-port > 80 --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 > > > Has anyone else seen this problem or am I doing something wrong again? I haven't seen this before, and I'd say you still have a config file problem. The obvious problem is that the block of code populating the font_override.xml file should be before the line that launches mvpmc. First fix that and see if it cures the symptom. More generally, it sounds as if you are starting mvpmc successfully using the command line above specifying the IP address, but subsequent startups are using a generic invocation, without the command line parameters. I'm not familiar with how the mvpmc code implements warm restarts. I had assumed the original parent mvpmc process remained running (and backing that up is what you see in the process listing (a single mvpmc thread) when the MVP is powered off), and on the next "power up", it just spawned the necessary threads. If so, that wouldn't explain the behavior you are observing. If fixing the config doesn't cure it, the next thing I'd try is loosing the "--startup mythtv" switch. -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 Mvpmc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/