<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body wsmode="reply" bgcolor="#FFFFFF" text="#000000">
    On 07/05/2012 21:15, jakommo wrote:
    <blockquote cite="mid:4FA82D63.9040505@gmail.com" type="cite">On
      05/07/2012 09:42 PM, Damian wrote:
      <br>
      <blockquote type="cite">Hello all,
        <br>
        <br>
        Well, sometimes it goes smoothly, sometimes not. A few days ago,
        I switched over my Ubuntu install of mythtv (Mythbuntu on top of
        an Ubuntu setup) from the 0,24 repositories to the 0.25
        repositories. After running the Update Manager, it suggested
        that I do a 'partial upgrade'.
        <br>
        <br>
        Most of the update went without a hitch, except for upgrading
        the mythtv.cnf file. I got a message asking me if I wanted to
        keep the current file or accept the changes. I've been stung by
        this sort of thing before, so I cut and pasted the differences.
        Here's what was displayed during the install:
        <br>
        <br>
        --- /etc/mysql/conf.d/mythtv.cnf&nbsp;&nbsp;&nbsp; 2012-04-18
        20:27:49.000000000 +0100
        <br>
        +++ /etc/mysql/conf.d/mythtv.cnf.dpkg-new&nbsp;&nbsp;&nbsp; 2012-05-03
        00:07:41.000000000 +0100
        <br>
        @@ -1,2 +1,3 @@
        <br>
        &nbsp;[mysqld]
        <br>
        -bind-address=0.0.0.0
        <br>
        +#bind-address=0.0.0.0
        <br>
        +max_connections=100
        <br>
        <br>
        I believe I told it to keep the current file. Here's the
        contents of my mythtv.cnf file as it is today:
        <br>
        <br>
        [mysqld]
        <br>
        bind-address=0.0.0.0
        <br>
        max_connections=100
        <br>
        <br>
        The install then continued as normal and finished. Now the fun
        begins :-)
        <br>
        <br>
        I tried to run the frontend (on the same system) and a little
        message at the bottom of the screen (gnome) kept popping up
        saying that the frontend was restarting. This popped up every
        few seconds, so it was in some sort of loop.
        <br>
        <br>
        I rebooted and still had the same problem.
        <br>
        <br>
        If I try to go to the backand setup, I get asked if I would like
        to start the mythtv backend, which implys that the back end
        isn't even running any more. I click on 'yes' and am then asked
        if I would like to run mythfilldatabase. I click 'yes' again. At
        no point am I taken into the backend setup screens.
        <br>
        <br>
        If I try to go into the backend setup again, I get asked if I
        want to run mythtv backend again etc etc.
        <br>
        <br>
        I've just had a look at /var/log/mythtv/mythbackend.log and it
        doesn't seem to have had an entry since 3rd May. The
        /var/log/mythtv/mythfrontend.log file hasn't had an entry since
        the 2nd May.
        <br>
        <br>
        Where can I look for some information that could help to fix
        this?
        <br>
        <br>
        Thanks
        <br>
        Damian
        <br>
        _______________________________________________
        <br>
        mythtv-users mailing list
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
        <br>
        <a class="moz-txt-link-freetext" href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a>
        <br>
      </blockquote>
      Hi,
      <br>
    </blockquote>
    Hi Jakommo, thanks for taking a look at this for me.<br>
    <blockquote cite="mid:4FA82D63.9040505@gmail.com" type="cite">
      <br>
      you can check if the backend is runnig by issuing the following in
      a terminal:
      <br>
      ps auxw | grep mythbackend
      <br>
      it should output something like this:
      <br>
      root@mythtv:~# ps auxw | grep mythbackend
      <br>
      mythtv&nbsp;&nbsp;&nbsp; 1065&nbsp; 7.9&nbsp; 2.7 422412 57036 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ssl&nbsp; 21:23&nbsp;&nbsp; 3:35
      /usr/bin/mythbackend --logfile /var/log/mythtv/mythbackend.log
      --user mythtv
      <br>
      root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2571&nbsp; 0.0&nbsp; 0.0&nbsp;&nbsp; 4012&nbsp;&nbsp; 756 pts/0&nbsp;&nbsp;&nbsp; S+&nbsp;&nbsp; 22:09&nbsp;&nbsp; 0:00
      grep --color=auto mythbackend
      <br>
    </blockquote>
    "ps auxw | grep mythbackend" returns ...<br>
    damian&nbsp;&nbsp; 17525&nbsp; 0.0&nbsp; 0.0&nbsp; 12052&nbsp;&nbsp; 868 pts/1&nbsp;&nbsp;&nbsp; S+&nbsp;&nbsp; 19:39&nbsp;&nbsp; 0:00
    grep mythbackend<br>
    <br>
    <blockquote cite="mid:4FA82D63.9040505@gmail.com" type="cite">
      <br>
      If you only get the line saying grep ... its not running, you
      could then try to start it manually by running
      <br>
      sudo service mythbackend restart
      <br>
    </blockquote>
    "sudo service mythbackend restart" returns ...<br>
    mythbackend: unrecognized service<br>
    <br>
    <blockquote cite="mid:4FA82D63.9040505@gmail.com" type="cite">or you
      could start it by hand in verbose mode by running:
      <br>
      mythbackend -v
      <br>
      and post the output here.
      <br>
    </blockquote>
    "mythbackend -v" returns ...<br>
    mythbackend: symbol lookup error: /usr/lib/libva-x11.so.1: undefined
    symbol: fool_postp<br>
    <br>
    <blockquote cite="mid:4FA82D63.9040505@gmail.com" type="cite">You
      could also run mythtv-setup in a shell and check the output.
      <br>
    </blockquote>
    "mythtv-setup" asks me if I want to run mythbackend. I click "Yes"
    and it returns ...<br>
    mythtv-backend start/running, process 17561<br>
    Then asks if I want to run mythfilldatabase.<br>
    <br>
    After that, "ps auxw | grep mythbackend" still returns ..<br>
    damian&nbsp;&nbsp; 17584&nbsp; 0.0&nbsp; 0.0&nbsp; 12052&nbsp;&nbsp; 872 pts/1&nbsp;&nbsp;&nbsp; S+&nbsp;&nbsp; 19:44&nbsp;&nbsp; 0:00
    grep mythbackend<br>
    <br>
    Any idea what I can try next?<br>
    Damian<br>
    <div id="WISESTAMP_SIG_5618">
      <div style="font-size: 13.3px; font-family: Verdana, Arial,
        Helvetica, sans-serif;">
        <div style="margin: 0 0 8px 0">
          <p ws="true" style="margin:0; "><span style="color: #808080;
              font-family: verdana,geneva;"><span style="color:
                #000000;"><strong>Damian Surr</strong></span> <em>Magician</em></span></p>
          <p ws="true" style="margin:0; "><span style="font-family:
              verdana,geneva;"><span style="text-decoration: underline;"><a
                  title="Magic-Weddings"
                  href="http://www.magic-weddings.com/" target="_blank">www.magic-weddings.com</a></span><span
                style="color: #808080;"> </span><span style="color:
                #ff6600;">|</span></span><span style="font-family:
              verdana,geneva;"><span style="color: #808080;"> </span></span><span
              style="font-family: verdana,geneva;"><a
                title="Gingermagic" href="http://www.gingermagic.com/"><span
                  style="text-decoration: underline;">www.gingermagic.com</span></a><span
                style="color: #808080;"><br>
              </span></span></p>
          <p ws="true" style="margin:0; "><span style="font-family:
              verdana,geneva;"><span style="text-decoration: underline;"><a
                  title="Christmas Party Magician"
                  href="http://www.christmaspartymagician.co.uk">www.christmaspartymagician.co.uk</a></span>&nbsp;</span><span
              style="font-family: verdana,geneva;"><span style="color:
                #ff6600;">|</span></span><span style="font-family:
              verdana,geneva;"><span style="color: #808080;"> Tel: <span
                  style="color: #000000;">07712 575701</span></span></span></p>
        </div>
        <a href="http://www.facebook.com/gingermagic"
          style="text-decoration: underline"><img alt="Facebook"
            style="padding: 0px 0px 5px 0px; vertical-align: middle;"
            src="cid:part4.06010905.06000304@surr.co.uk" border="0"
            height="16" width="16"></a> <a
          href="http://twitter.com/damiansurr" style="text-decoration:
          underline"><img alt="Twitter" style="padding: 0px 0px 5px 0px;
            vertical-align: middle;"
            src="cid:part6.04070905.03000300@surr.co.uk" border="0"
            height="16" width="16"></a><br>
        <img src="cid:part8.05070601.03000502@surr.co.uk" height="1"
          width="1"></div>
    </div>
  </body>
</html>