Finston Pickle
Wed May 02, 2018 9:34:24 am
I had a problem printing last night, so wanted to check things our using CUPS ( the two print jobs that were stopped have now cleared in settings > printers).
I can get into CUPS using http://127.0.0.1:631/ in Firefox - strangely http://localhost:631/ does not work, but it does in Midori. Both have the problem below:
Once into Home CUPS 2.1.3, I can't select printers , admin etc. - it comes up with "NOT FOUND".
I entered cat /etc/hosts in the terminal - it returned this:
127.0.0.1 localhost
127.0.1.1 (my laptop reference)
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Online "SOLVED" CUPS thread suggests:
cat /etc/hosts
should return something like this:
127.0.0.1 localhost
127.0.1.1 (my laptop reference)
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
IP6 is enabled as well as IP4
Any ideas anyone? Already done a power off and restart. Which file needs editing to get ff02::3 ip6-allhosts to be returned - is it important?