RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1784884 - cups.service doesn't execute automatically on request
Summary: cups.service doesn't execute automatically on request
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: cups
Version: 8.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: 8.0
Assignee: Zdenek Dohnal
QA Contact: Petr Dancak
URL:
Whiteboard:
Depends On:
Blocks: 1817044 1822154 1825061
TreeView+ depends on / blocked
 
Reported: 2019-12-18 15:11 UTC by Renaud Métrich
Modified: 2023-12-15 17:06 UTC (History)
2 users (show)

Fixed In Version: cups-2.2.6-34.el8
Doc Type: No Doc Update
Doc Text:
Clone Of:
: 1822154 (view as bug list)
Environment:
Last Closed: 2020-11-04 01:42:20 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
CUPS Bugs and Features 5708 0 None None None 2019-12-19 12:27:34 UTC
Red Hat Product Errata RHSA-2020:4469 0 None None None 2020-11-04 01:42:38 UTC

Description Renaud Métrich 2019-12-18 15:11:23 UTC
Description of problem:

The cups.service is an on-demand service, usually triggered by cups.path or cups.socket (unix socket) systemd units.
In order to configure cups, it also needs to be triggered when connecting to administration port (631).

This just works fine when the graphical interface is used and a user logs in. Indeed, in such case, the first time this happens (usually it's through post-configuration during first boot after installation), /usr/libexec/gsd-print-notifications executes, triggering a connection on /var/run/cups/cups.sock, which itself starts cups.service, which finally creates /var/cache/cups/org.cups.cupsd file.
Upon next boot, /var/cache/cups/org.cups.cupsd exists, so cups.path triggers cups.service unit automatically.

Unfortunately, this workflow doesn't work when there is no graphical user interface: nothing triggers /var/run/cups/cups.sock, no cups.service never starts. Upon reboot, since there is no /var/cache/cups/org.cups.cupsd, cups.service doesn't start either.

To solve this, in my opinion the cups.socket service should also listen on the administration port (by default ::1:631 and 127.0.0.1:631).
That way, even when no graphical interface is used, the cups.service unit would execute on-demand.


Version-Release number of selected component (if applicable):

cups-2.2.6-28.el8.x86_64


How reproducible:

Always


Steps to Reproduce:
1. Install a system with cups packages but no graphical interface

Actual results:

cups.service never started automically since there is no way to trigger it.

Additional info:

A simple fix is to modify the cups.socket unit to listen on the administration port, as shown with the following drop-in:

-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
# mkdir /etc/systemd/system/cups.socket.d
# cat > /etc/systemd/system/cups.socket.d/listen_admin_port.conf << EOF
[Socket]
ListenStream=::1:631
ListenStream=127.0.0.1:631
EOF

# systemctl daemon-reload
# systemctl restart cups.socket
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------

The administrator may then relax the permissions (usually done in /etc/cups/cupsd.conf through "Listen" stanza) by altering the cups.socket unit file.

Comment 19 errata-xmlrpc 2020-11-04 01:42:20 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Low: cups security and bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2020:4469


Note You need to log in before you can comment on or make changes to this bug.