Josh:<br><br><div class="gmail_quote">On Tue, Nov 16, 2010 at 8:19 PM, Josh White <span dir="ltr">&lt;<a href="mailto:jaw1959@gmail.com">jaw1959@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi all,<div><br></div><div> Not a fun time for me in myth land.  Hearing all the good news and relative few horror stories, I decided to upgrade to .24 from a stock mythbuntu 10.10 .23 installation.  While the upgrade went reasonably well at the beginning, it&#39;s been less than ideal since.  Every machine in my stable has been much less reliable, and now my backend fails to start.  here&#39;s what I see when I launch it from a command line:  (my backend has been working satisfactrilly since April of this year when I last did a fresh Myhbuntu 10.04 OS/Myth install).   </div>

<div><br></div><div><div>2010-11-16 21:05:02.360 mythbackend version: branches/release-0-24-fixes [27235] <a href="http://www.mythtv.org" target="_blank">www.mythtv.org</a></div><div>2010-11-16 21:05:02.360 Using runtime prefix = /usr</div>

<div>2010-11-16 21:05:02.360 Using configuration directory = /home/josh/.mythtv</div><div>2010-11-16 21:05:02.361 Empty LocalHostName.</div><div>2010-11-16 21:05:02.361 Using localhost value of Myth-Backend</div><div>2010-11-16 21:05:02.362 Testing network connectivity to &#39;192.168.1.5&#39;</div>

<div>2010-11-16 21:05:02.479 New DB connection, total: 1</div><div>2010-11-16 21:05:02.485 Connected to database &#39;mythconverg&#39; at host: 192.168.1.5</div><div>2010-11-16 21:05:02.493 Closing DB connection named &#39;DBManager0&#39;</div>

<div>2010-11-16 21:05:02.494 Connected to database &#39;mythconverg&#39; at host: 192.168.1.5</div><div>2010-11-16 21:05:02.497 Current locale EN_US</div><div>2010-11-16 21:05:02.498 Reading locale defaults from /usr/share/mythtv//locales/en_us.xml</div>

<div>2010-11-16 21:05:02.509 Current MythTV Schema Version (DBSchemaVer): 1264</div><div>2010-11-16 21:05:02.514 ThreadPool:HTTP: Initial 1, Max 25, Timeout 60000</div><div>2010-11-16 21:05:02.515 MediaServer::HttpServer Create Error</div>

<div>2010-11-16 21:05:02.517 MythBackend: Starting up as the master server.</div><div>2010-11-16 21:05:02.523 New DB connection, total: 2</div><div>2010-11-16 21:05:02.524 Connected to database &#39;mythconverg&#39; at host: 192.168.1.5</div>

<div>2010-11-16 21:05:02.525 New DB connection, total: 3</div><div>2010-11-16 21:05:02.526 Connected to database &#39;mythconverg&#39; at host: 192.168.1.5</div><div>2010-11-16 21:05:02.748 New DB scheduler connection</div>

<div>2010-11-16 21:05:02.749 Connected to database &#39;mythconverg&#39; at host: 192.168.1.5</div><div>2010-11-16 21:05:02.754 Enabled verbose msgs:  important general</div><div>2010-11-16 21:05:02.760 Failed to bind port 6543. Exiting.</div>

<div>2010-11-16 21:05:02.760 Backend exiting, MainServer initialization error.</div></div><div><br></div><div><br></div><div>I&#39;m new to the daily build world.  is it possible to use on a &quot;production&quot; system?  I&#39;ve only been using it for 3 days, and I&#39;ve had a separate issue each of those days. Iv&#39;e been updating daily as none of my systems seem reliable yet, hoping that one day it will all work as expected.  While .23 wasn&#39;t perfect, it was stable enough that I&#39;d only have to reboot every couple of weeks when the frontends would slow down, etc. Any suggestions for how I can approach this issue, and can I expect things to eventually work or should I just rebuild my .23 system and wait till things mature? </div>

<div><br></div><div>I hope I don&#39;t come across overly negative, I&#39;ve had a frustrating day, and now even my TV is messing with me!</div><div><br></div><div>Thanks for any suggestions,</div><div><br></div><font color="#888888"><div>
Josh</div>
</font><br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div>How are you starting and stopping the backend?  That sounds like a symptom of manually running mythbackend rather than using the upstart job.  You will want to be using the upstart job at all times.<div>
<br></div><div>Upstart:</div><div>sudo start mythtv-backend</div><div>and </div><div>sudo stop mythtv-backend</div><div><br></div><div>Manually:<br></div><div>sudo mythbackend -d</div>