User Tools

Site Tools


admins:cupsopensuse131

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
admins:cupsopensuse131 [d.m.Y H:i] – created kodmasinadmins:cupsopensuse131 [d.m.Y H:i] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== OpenSuse 13.1 - Cannot access CUPS server after update ======
  
 +Here is [[https://forums.opensuse.org/showthread.php/494781-Cannot-access-CUPS-server-after-update?highlight=cups|opensuse forum thread]] which might help you.
 +
 +As above thread is quite long here is what have helped me.
 +
 +Run as root (or sudo) ''systemctl enable cups.socket'' to disable cups.socket.
 +
 +Edit ''/etc/systemd/system/cupsd.service'' to look as following listing:
 +
 +  [Unit]
 +  Description=CUPS Printing Service
 +  After=network.target
 +  
 +  [Service]
 +  ExecStart=/usr/sbin/cupsd -f 
 +  
 +  [Install]
 +  WantedBy=multi-user.target
 +
 +Reboot.