CUPS | Web Interface not Working



Working with CUPS was a great Experience, and this is the first time i encounter a problem with it, i thought it was a good idea to share the experience with others in case you got into the same issue...

i use Arch Linux, and after a regular update it stoped working so i surfed the net searching for a solutions and found it in the arch Documentation Page for cups Troubleshooting, no wonder arch documentation is one of the reasons arch is a greate choice...



The Solutions

the new cups has done deep changes that requires replacing the config file, and you can do the by doing the following:

copy /etc/cups/cupsd.conf.default to /etc/cups/cupsd.conf

then

Restart the CUPS Service : sudo systemctl restart org.cups.cupsd.service

And now it Works (:

Comments