<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    Hi,<br>
    <br>
    <div class="moz-cite-prefix">On 2021-05-08 3:23 p.m., Media Mouth
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:39F85527-C088-413F-B33E-92A7CF3B0554@gmail.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      Haven't yet tried the "-d10" debugging</blockquote>
    <blockquote type="cite"
      cite="mid:39F85527-C088-413F-B33E-92A7CF3B0554@gmail.com">
      <div>
        <div>But even before doing that, checking over syslog.  The
          following are the most suspicious lines:</div>
      </div>
      <blockquote style="margin: 0 0 0 40px; border: none; padding:
        0px;" class="">
        <div>
          <div>"<span style="font-family: Menlo; font-size: 11px;"
              class="">inetd[444]: sane-port/tcp: bind: Address already
              in use</span>"</div>
        </div>
      </blockquote>
      <blockquote style="margin: 0 0 0 40px; border: none; padding:
        0px;" class="">
        <div>
          <div>"<span style="font-family: Menlo; font-size: 11px;"
              class="">saned[2038]: read_config: could not open config
              file (saned.conf): No such file or directory</span>"</div>
        </div>
      </blockquote>
    </blockquote>
    <br>
    Yeah, that seems pretty suspicious. :D<br>
    <br>
    <blockquote type="cite"
      cite="mid:39F85527-C088-413F-B33E-92A7CF3B0554@gmail.com">
      <blockquote style="margin: 0 0 0 40px; border: none; padding:
        0px;" class="">
        <div>
          <div>"<span style="font-family: Menlo; font-size: 11px;"
              class="">saned[2038]: init: access by host
              ::ffff:192.168.1.182 denied</span>"</div>
        </div>
      </blockquote>
      <div>
        <div><br class="">
        </div>
      </div>
    </blockquote>
    That seems to imply you have an incoming connection from that
    address (192.168.1.182) which is weird, but might be unimportant.<br>
    <br>
    Let's try to simplify the situation a little.<br>
    We can try to run saned manually, no need to stop the service, we
    can choose a different port.<br>
    <br>
    saned -l -p 7000 -b 192.168.0.Server -e -d10<br>
    <br>
    This will run saned binding to the port 7000 in the foreground,
    channeling the diag to stderr instead of syslog.<br>
    Perhaps list the output of that in a reply here.<br>
    <br>
    You won't be able to connect a client to it without editing the
    client's /etc/services file to change sane-port to 7000 from 6566
    which is a bit of a faff.<br>
    There is no way to configure the client's net backend to choose a
    non-standard port. It merely looks at the machine's services
    configuration. :(<br>
    <br>
    Please check that you do not have SANE_CONFIG_DIR set in your
    environment, unless it is set to /etc/sane.d.<br>
    That optionally contains the directories to search for the config
    file. If it still cannot find saned.conf, and you do not have the
    var set, you could set it to /etc/sane.d and try again.<br>
    <br>
    -----<br>
    Setting up saned/net can be a frustrating process. Usually it either
    "just works" or doesn't for frustratingly opaque reasons. :D<br>
    <br>
    Cheers,<br>
    Ralph<br>
    <br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>