Browsing issues with CUPS 1.2

Kurt Pfeifle kpfeifle at danka.de
Fri Jul 7 07:28:22 PDT 2006


Roger Leigh <${rleigh}@invalid.whinlatter.ukfsn.org.invalid> wrote (Friday 07 July 2006 12:48):

> I eventually found the issue:
> 
> In /etc/cups/cups.d/ports.conf:
> 
>   Port 631
> 
> works, but
> 
>   Listen /var/run/cups/cups.sock
>   Listen localhost:631
>   Listen liet.home.whinlatter.ukfsn.org:631
> 
> does not.  Even though the documentation says that Port is equivalent
> to Listen, Listen does not permit browsing.

(Just poking with a stick into the dark...) What happens if you put 
the domain socket last, like this:
 
   Listen localhost:631
   Listen liet.home.whinlatter.ukfsn.org:631
   Listen /var/run/cups/cups.sock

?

[BTW, "Port" and "Listen" are not completely equivalent. But these 2
statements should be equivalent:

   Port 631
   Listen *:631

Your combined listen statements may not sum up to the equivalent of 
the port statement -- but that should not be relevant to your 
particular story here...]

Cheers,
Kurt
 





More information about the cups mailing list