[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#792473: cups: After updating to 2.0.3-6 in testing cups interface no longer works



On Mon 20 Jul 2015 at 07:12:12 +0100, John Talbut wrote:

> #
> # Sample configuration file for the CUPS scheduler.  See "man
> cupsd.conf" for a
> # complete description of this file.
> #

The web interface has not been used to alter the defaults because the
comments are still in the file.

> # Only listen for connections from the local machine.
> Listen Servername:631

This second line is not part of the default cupsd.conf. Replace it with

Listen localhost:631

and restart cups. How's that now?

   systemctl cups restart

> /etc/hosts:
> 
> 127.0.0.1	localhost
> 192.168.0.7	johnwtwind.dpets	johnwtwind
> 192.168.0.5	johnwtnc110.luton	johnwtnc110
> 
> # The following lines are desirable for IPv6 capable hosts
> ::1     localhost ip6-localhost ip6-loopback
> ff02::1 ip6-allnodes
> ff02::2 ip6-allrouters

The default /etc/hosts has a line beginning '127.0.1.1'. Mine is

   127.0.1.1 jessie.lan jessie

It is not a problem for this situation but some software will not work
properly if it missing.

Regards,

Brian.


Reply to: