<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 28/04/18 20:00, Marco Nelissen
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAH2+hP6szX=KAZbPcXi1cR+poft+j36tjq8q_AUQDrUet2Jo=w@mail.gmail.com">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">On Sat, Apr 28, 2018 at 6:18 AM,
            Roger Siddons <span dir="ltr"><<a
                href="mailto:dizygotheca@ntlworld.com" target="_blank"
                moz-do-not-send="true">dizygotheca@ntlworld.com</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div class="HOEnZb">
                <div class="h5">On Fri, 27 Apr 2018 17:54:53 -0700<br>
                  Marco Nelissen <<a
                    href="mailto:marco.nelissen@gmail.com"
                    moz-do-not-send="true">marco.nelissen@gmail.com</a>>
                  wrote:<br>
                  <br>
                  > Is there some kind of trick to getting
                  Gallery/Images to work?<br>
                  > <a href="https://www.mythtv.org/wiki/Gallery"
                    rel="noreferrer" target="_blank"
                    moz-do-not-send="true">https://www.mythtv.org/wiki/<wbr>Gallery</a>
                  seems to indicate that all I need<br>
                  > to do is set the "Photographs" storage group to
                  the directory where<br>
                  > my pictures are stored, however when I then go to
                  "Images" and scan<br>
                  > the storage group like it says, nothing happens.<br>
                  > All I see is this in the mythback.log:<br>
                  > <br>
                  > Apr 27 17:34:44 mythbox mythbackend:
                  mythbackend[1846]: I ImageScanner<br>
                  > imagescanner.cpp:166 (run) Starting scan<br>
                  > <br>
                  > Apr 27 17:34:44 mythbox mythbackend:
                  mythbackend[1846]: I ImageScanner<br>
                  > imagescanner.cpp:218 (run) Finished scan<br>
                  > but there is no further activity after this, and
                  it never shows any<br>
                  > pictures.<br>
                  > This is on mythtv 0.28<br>
                  <br>
                </div>
              </div>
              Does backend user have read permission for the photos ? <br>
              And execute permission on the directories ?<br>
              <br>
              Are you sure the backend has actually been re-started
              after setting the<br>
              storage group ? If you've recently upgraded to Ubuntu
              16.04 the<br>
              mythtv-setup dialog could be lying.<br>
            </blockquote>
            <div><br>
            </div>
            <div>And indeed it apparently was lying, since even though
              mythtv-setup told me it was stopping and starting the
              backend, the running mythbackend was still the same
              instance that had been running since I rebooted last week.</div>
            <div>Restarting the backend for real fixed the issue.
              Thanks!</div>
            <div>So is this an issue with mythtv-setup, mythbackend, or
              Ubuntu itself?</div>
            <div><br>
            </div>
            <div><br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    The mythtv-setup issue of not stopping mythtv-backend has been
    reportedĀ  seeĀ  trac ticket <a class="moz-txt-link-freetext" href="https://code.mythtv.org/trac/ticket/13160">https://code.mythtv.org/trac/ticket/13160</a>
    (has patch)<br>
    <br>
    <br>
    Temporary work around is to use in a termina for operating systems
    using systemd (Ubuntu, Debian Stretch)l:<br>
    <br>
    #to stop mythtv-backend before using mythtv-setup<br>
    <br>
    sudo systemctl stop mythtv-backend.service<br>
    <br>
    #to start mythtv-backend after using mythtv-setup<br>
    <br>
    sudo systemctl start mythtv-backend.service<br>
    <br>
    <br>
    There is a further problem on Ubuntu 18.04 and others in that gksu
    has been removed see trac ticket
    <a class="moz-txt-link-freetext" href="https://code.mythtv.org/trac/ticket/13256">https://code.mythtv.org/trac/ticket/13256</a><br>
    <br>
    <br>
    Mike<br>
    <br>
  </body>
</html>