<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 20/07/16 20:57, Robert Fisher wrote:<br>
</div>
<blockquote
cite="mid:6c8e045b-8832-8085-8fd6-a0aa05e4575a@fisher.net.nz"
type="cite">
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
<div class="moz-cite-prefix">On 20/07/16 10:07, Nick Rout wrote:<br>
</div>
<blockquote
cite="mid:CALmzFLYUMPGfmJcJGCyZ6sE_+j4UR-gHyZkNad0k_pdEBd7JQw@mail.gmail.com"
type="cite">
<div dir="ltr"><br>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Jul 20, 2016 at 8:00 AM,
worik <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:worik.stanton@gmail.com" target="_blank">worik.stanton@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex"><span
class="">On 18/07/16 13:07, Paulgir wrote:<br>
> Hi All<br>
><br>
> Those who have already updated to Mythbuntu
16.04,how is it going?I<br>
> noted that people where experiencing
problems,initially.<br>
> I'm thinking of upgrading when 16.04.1 comes out
shortly.<br>
<br>
</span>I am more interested in reasons to change. I am
on 14.04 with 0.27<br>
</blockquote>
</div>
</div>
</div>
</blockquote>
Well I went back and did a fresh installation of MythBuntu 16.04
and I think that I am nearly there.<br>
Certainly not as easy as 14.04 though.<br>
<br>
I can play, pause, FF etc. live TV from my Kodi frontend and also
record from the frontend.<br>
<br>
The EPG does not seem to be fully populated even though
mythfilldatabase runs with no errors.<br>
<br>
My main problem now is with mythweb.<br>
Backend status seems OK.<br>
</blockquote>
Well (further testing needed) I may have cracked it.<br>
<br>
I found this<br>
<a class="moz-txt-link-freetext" href="https://code.mythtv.org/trac/ticket/12713">https://code.mythtv.org/trac/ticket/12713</a><br>
Which suggested editing
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
"Bitstream Vera Sans", Helvetica, sans-serif; font-size:
13px; font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height: normal; orphans:
auto; text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 1; word-spacing: 0px;
-webkit-text-stroke-width: 0px; display: inline !important; float:
none; background-color: rgb(255, 255, 255);">/etc/mysql/conf.d/mythtv.cnf<br>
to <br>
</span>
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<pre class="wiki" style="border: 1px solid rgb(215, 215, 215); box-shadow: rgb(238, 238, 238) 0px 0px 1em; border-radius: 0.3em; margin: 1em 1.75em; padding: 0.25em; overflow: auto; color: rgb(0, 0, 0); font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background: rgb(247, 247, 247);">[mysqld]
#bind-address=0.0.0.0
max_connections=100
sql_mode=NO_ENGINE_SUBSTITUTION
</pre>
This seems to have mythweb working OK. (I hope I am not speaking too
soon)<br>
The EPG in Mythweb seems fine although not on my Kodi frontend yet.<br>
<br>
I also had this problem
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<b style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
Helvetica; font-size: small; font-style: normal; font-variant:
normal; letter-spacing: normal; line-height: normal; orphans:
auto; text-align: -webkit-left; text-indent: 0px; text-transform:
none; white-space: normal; widows: 1; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255);">Mythbuntu 16.04 Fresh Install - always starts MythTV Setup
on boot </b><br>
and found this
<a class="moz-txt-link-freetext" href="http://www.gossamer-threads.com/lists/mythtv/users/601385">http://www.gossamer-threads.com/lists/mythtv/users/601385</a><br>
and this <a class="moz-txt-link-freetext" href="https://ubuntuforums.org/showthread.php?t=2320224">https://ubuntuforums.org/showthread.php?t=2320224</a><br>
<br>
The fix for me was...<br>
Short version of solution that worked for me:<br>
copy /lib/systemd/system/mythtv-backend.service to
/etc/systemd/system/<br>
edit /etc/systemd/system/mythtv-backend.service and insert the line
ExecStartPre=/usr/bin/nm-online --quiet --timeout=5 above the
existing ExecStartPre=... line.<br>
reboot<br>
<br class="Apple-interchange-newline">
<br>
</body>
</html>