|
Bugzilla – Full Text Bug Listing |
| Summary: | systemd: "cups.socket failed to load" CUPS printing service does not start after boot | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 13.1 | Reporter: | Ulf Michel <u.michel> |
| Component: | Other | Assignee: | E-mail List <bnc-team-screening> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | crrodriguez, forgotten_o5N6HWuMhD, jreidinger, jsmeix, martin, werner |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE 13.1 | ||
| Whiteboard: | |||
| Found By: | Community User | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ulf Michel
2014-02-02 05:00:30 UTC
Looks like cups problem according to entry in messages. Reassing to johannes as cups maintainer and adding to CC Cristian Reverting to cups 1.5.4-12.4.1 solved the problem The newer version 1.5.4-137.1 was installed from http://download.opensuse.org/repositories/Printing/openSUSE_13.1/ and apparently contains an error. CUPS from the OBS "Printing" project intentionally does no longer contain a systemd unit file cups.socket, see bnc#857372. I don't know what in systemd causes that failure here for you now. I am not at all a systemd expert and therefore I cannot debug systemd issues. For me CUPS from the OBS "Printing" project "just works", see https://bugzilla.novell.com/show_bug.cgi?id=857372#c75 in particular note therein: ============================================================================ To make systemd using only that cups.service file one may have to do # systemctl disable cups.service # systemctl enable cups.service What I have now on my openSUSE 13.1 system (after a reboot): -------------------------------------------------------------------------- # systemctl list-unit-files | egrep -i 'print|cups' configure-printer@.service static cups.service enabled printer.target static # systemctl list-units | egrep -i 'print|cups' cups.service loaded active running CUPS Printing Service -------------------------------------------------------------------------- For me printing on my HP LaserJet 1220 USB printer still works and I still get CUPS Browsing information from our CUPS server and I can still print to such a remote queue. ============================================================================ Ulf Michel, does # systemctl disable cups.service # systemctl enable cups.service help in your case? If not, a systemd expert would have to debug what goes wrong in your particular case. I cannot do that. *** Bug 861411 has been marked as a duplicate of this bug. *** I reinstalled cups version 1.5.4-137.1 with the same result: CUPS would not start. Then I started as proposed # systemctl disable cups.service # systemctl enable cups.service with no immediate change. cups can still not be called in the browser. But after a reboot cups was working fine. and the outputs to the systemctl commands of comment 3 are identical to those reported there. Before this change systemctl list-units | egrep -i 'print|cups' would not report loaded active running This shows that this one is actualy a duplicate of what is currently going on under bnc#857372 *** This bug has been marked as a duplicate of bug 857372 *** *** Bug 861755 has been marked as a duplicate of this bug. *** |