On Tue 30 Aug 2016 at 23:31:55 +0200, Roderich Schupp wrote: > On Tue, Aug 23, 2016 at 6:55 PM, Brian Potkin <claremont...@gmail.com> > wrote: > > > I have no special skills in interpreting strace outputs but this would > > appear to be confirmation that cups-browsed cannot contact cups when it > > closes down. > > > > cupsd _is_ running. The strace fragment simply shows cups-browsed trying to > connect to > IPv6 localhost, port 631 (over and over). It can't connect because my cupsd > doesn't listen > on localhost:631 (neither IPv4 nor IPv6), only on a domain socket > (/var/run/cups/cups.sock).
>From cups-browsed.conf(5): If cups-browsed is not able to access the local CUPS daemon via a domain socket it accesses it via localhost. The implication is that cups-browsed will use the domain socket by default, which is the behaviour I get. So why does your cups-browsed attempt a connection to localhost when cupsd is listening on /var/run/cups/cups.sock? What does strace show when cups-browsed is started? What does 'lpstat-a' give after it has started? Please attach your cupsd.conf and cups-browsed.conf to your next mail here. Cheers, Brian.