<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font face="Helvetica, Arial, sans-serif">Just installed saned to
        a raspberry pi running centos.  When I first started
        saned.socket it failed</font> with "saned.socket failed to
      listen on sockets: Address family not supported by protocol".</p>
    <p>Huh?</p>
    <p>Turns out it will only start in IPV6 and I have that disabled in
      the kernel. (sysctl)  When I enabled IPV6 the daemon started
      fine...  but only on IPV6.  <br>
    </p>
    <p>And it's disobeying my directive in net.conf to only listen on
      localhost, instead listening on *.</p>
    <p>systemd   1   root   43u  IPv6  12327      0t0  TCP *:6566
      (LISTEN)</p>
    <p>Name        : sane-backends<br>
      Version     : 1.0.24<br>
      Release     : 12.el7<br>
      Architecture: armv7hl<br>
      <br>
    </p>
    <p>What am I doing wrong?</p>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>