<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1520189967136_3326">


        
        
        
        


</div><div style="margin-bottom: 0in; line-height: 100%" id="yui_3_16_0_ym19_1_1520189967136_3537" dir="ltr">I’m in the process
of preparing for 0.29. In the MythTV arena I’ve discovered things
go more smoothly if I pilot and practice. I’ve set out to build a
spare parts box and connect it to my two external tuners, load Ubuntu
16.04.4 and Myth 0.28, record a few things and then update. Once I pilot the change I'll employ it on my main box. My base
system is combined FE/BE with an SSD for software and a separate hard
drive for storage. 
</div>
<div style="margin-bottom: 0in; line-height: 100%" id="yui_3_16_0_ym19_1_1520189967136_3538"><br id="yui_3_16_0_ym19_1_1520189967136_3539">

</div>
<div style="margin-bottom: 0in; line-height: 100%" id="yui_3_16_0_ym19_1_1520189967136_3540">I thought I was
never going to get past Ubuntu 14.04 because of the systemd issue. It
kinda reminded me of basic training all those years ago (I’m old
enough where I faced the draft) where I was the guy the TI described
as the doofus whose shoes looked like he shined them with a Hershey
bar. So I’m kind of leery of posting at all thinking Airman Doofus
might be making a rookie mistake since I’ve always been and remain
in awe of the knowledge on this board. 
</div>
<div style="margin-bottom: 0in; line-height: 100%" id="yui_3_16_0_ym19_1_1520189967136_3541"><br id="yui_3_16_0_ym19_1_1520189967136_3542">

</div>
<div style="margin-bottom: 0in; line-height: 100%" id="yui_3_16_0_ym19_1_1520189967136_3543">Last time around I
eventually figured out how to make 0.28 work and the catalyst was
discovering and following Steven Worthington’s guide to a “T” 
. The Cheese metaphor refers to the fact that having thrice loaded
Ubuntu and Myth from scratch and following the guide letter for
letter things don’t seem to work. 
</div>
<div style="margin-bottom: 0in; line-height: 100%" id="yui_3_16_0_ym19_1_1520189967136_3544"><br id="yui_3_16_0_ym19_1_1520189967136_3545">

</div>
<div style="margin-bottom: 0in; line-height: 100%" id="yui_3_16_0_ym19_1_1520189967136_3546">Run these commands
as root or use sudo at the front: <br id="yui_3_16_0_ym19_1_1520189967136_3547">
<br id="yui_3_16_0_ym19_1_1520189967136_3548">
cd /etc/systemd/system
<br id="yui_3_16_0_ym19_1_1520189967136_3549">
mkdir mythtv-backend.service.d <br id="yui_3_16_0_ym19_1_1520189967136_3550">
chown root:root
mythtv-backend.service.d <br id="yui_3_16_0_ym19_1_1520189967136_3551">
chmod a=rx,u+w
mythtv-backend.service.d <br id="yui_3_16_0_ym19_1_1520189967136_3552">
cd mythtv-backend.service.d <br id="yui_3_16_0_ym19_1_1520189967136_3553">
<br id="yui_3_16_0_ym19_1_1520189967136_3554">
In
the new subdirectory you need to create your override file. It can
<br id="yui_3_16_0_ym19_1_1520189967136_3555">
have any name as long as it ends with .conf. This will create
an <br id="yui_3_16_0_ym19_1_1520189967136_3556">
empty file for you to edit: <br id="yui_3_16_0_ym19_1_1520189967136_3557">
<br id="yui_3_16_0_ym19_1_1520189967136_3558">
touch
mythtv-backend-override.conf <br id="yui_3_16_0_ym19_1_1520189967136_3559">
chown root:root
mythtv-backend-override.conf <br id="yui_3_16_0_ym19_1_1520189967136_3560">
chmod a=rw
mythtv-backend-override.conf <br id="yui_3_16_0_ym19_1_1520189967136_3561">
<br id="yui_3_16_0_ym19_1_1520189967136_3562">
Now edit your
mythtv-backend-override.conf file and put in the <br id="yui_3_16_0_ym19_1_1520189967136_3563">
overrides
needed to make <font id="yui_3_16_0_ym19_1_1520189967136_3564" color="#000000"><b id="yui_3_16_0_ym19_1_1520189967136_3565"><span style="background: #ffff80" id="yui_3_16_0_ym19_1_1520189967136_3566">mythbackend</span></b></font>
wait until the network is up. In <br id="yui_3_16_0_ym19_1_1520189967136_3567">
Mythbuntu 16.04 if you have
not disabled Network Manager, then it can <br id="yui_3_16_0_ym19_1_1520189967136_3568">
<font id="yui_3_16_0_ym19_1_1520189967136_3569" color="#000000"><b id="yui_3_16_0_ym19_1_1520189967136_3570"><span style="background: #aaffaa" id="yui_3_16_0_ym19_1_1520189967136_3571">be</span></b></font>
used to tell when the network is up enough for external accesses to
<br id="yui_3_16_0_ym19_1_1520189967136_3572">
work. For that, put these lines in your
mythtv-backend-override.conf <br id="yui_3_16_0_ym19_1_1520189967136_3573">
file: <br id="yui_3_16_0_ym19_1_1520189967136_3574">
<br id="yui_3_16_0_ym19_1_1520189967136_3575">
[Unit]
<br id="yui_3_16_0_ym19_1_1520189967136_3576">
Wants=NetworkManager-wait-online.service
<br id="yui_3_16_0_ym19_1_1520189967136_3577">
After=NetworkManager-wait-online.service <br id="yui_3_16_0_ym19_1_1520189967136_3578">
<br id="yui_3_16_0_ym19_1_1520189967136_3579">
Then run
this command (sudo or as root): <br id="yui_3_16_0_ym19_1_1520189967136_3580">
<br id="yui_3_16_0_ym19_1_1520189967136_3581">
systemctl enable
NetworkManager-wait-online.service <br id="yui_3_16_0_ym19_1_1520189967136_3582">
<br id="yui_3_16_0_ym19_1_1520189967136_3583">
Then you should <font id="yui_3_16_0_ym19_1_1520189967136_3584" color="#000000"><b id="yui_3_16_0_ym19_1_1520189967136_3585"><span style="background: #aaffaa" id="yui_3_16_0_ym19_1_1520189967136_3586">be</span></b></font>
able to reboot and have <font id="yui_3_16_0_ym19_1_1520189967136_3587" color="#000000"><b id="yui_3_16_0_ym19_1_1520189967136_3588"><span style="background: #ffff80" id="yui_3_16_0_ym19_1_1520189967136_3589">mythbackend</span></b></font>
wait until the <br id="yui_3_16_0_ym19_1_1520189967136_3590">
network is up before it starts. 
</div>
<div style="margin-bottom: 0in; line-height: 100%" id="yui_3_16_0_ym19_1_1520189967136_3591"><br id="yui_3_16_0_ym19_1_1520189967136_3592">

</div>
<div style="margin-bottom: 0in; line-height: 100%" id="yui_3_16_0_ym19_1_1520189967136_3593">What happens is I’m
able to load FE and BE software just fine. However when I schedule a
show the recording light comes on briefly on either the ota or cable
card tuner and I receive the message “Single recording +0
recording” just like on my primary box. However Watch Recording
displays show(s) selected but nothing seems to be saved and I get the
0.00 GB message. IIRC this is where things went awry last time before
I employed Steven’s corrections. 
</div>
<div style="margin-bottom: 0in; line-height: 100%" id="yui_3_16_0_ym19_1_1520189967136_3594"><br id="yui_3_16_0_ym19_1_1520189967136_3595">

</div>
<div style="margin-bottom: 0in; line-height: 100%" id="yui_3_16_0_ym19_1_1520189967136_3596">I’m wondering if
I’m missing something and I would very much appreciate your help.</div>
<div style="margin-bottom: 0in; line-height: 100%" id="yui_3_16_0_ym19_1_1520189967136_3597"><br id="yui_3_16_0_ym19_1_1520189967136_3598">

</div>
<div style="margin-bottom: 0in; line-height: 100%" id="yui_3_16_0_ym19_1_1520189967136_3599">Dave (aka Airman Doofus)</div>

</div></body></html>