This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
admins:cupsopensuse131 [d.m.Y H:i] – kodmasin | admins: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:// | ||
+ | |||
+ | As above thread is quite long here is what have helped me. | ||
+ | |||
+ | Run as root (or sudo) '' | ||
+ | |||
+ | Edit ''/ | ||
+ | |||
+ | [Unit] | ||
+ | Description=CUPS Printing Service | ||
+ | After=network.target | ||
+ | | ||
+ | [Service] | ||
+ | ExecStart=/ | ||
+ | | ||
+ | [Install] | ||
+ | WantedBy=multi-user.target | ||
+ | |||
+ | Reboot. |