cups
cups copied to clipboard
Where has localhost:631 gone?
The CUPS pages--Intro, Admin, etc.---accessed via localhost:631 are no longer available. Where have they gone? Thanks. IHR
Found a solution to this one, at least for the nonce. Specifically, edit the cupsd.conf file (as root, via sudo, etc.) to include the lines:
Listen localhost:631 Listen /run/cups/cups.sock
Then stop and restart cups. Thanks to the nice folks at linuxquestions.org. IHR
You can also run "sudo cupsctl WebInterface=yes" to do so in a single action.