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 1257051 - cups-lpd man page incomplete
Summary: cups-lpd man page incomplete
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: cups
Version: 7.1
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Zdenek Dohnal
QA Contact: Petr Sklenar
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-26 07:28 UTC by Todd
Modified: 2016-11-04 06:45 UTC (History)
4 users (show)

Fixed In Version: cups-1.6.3-24.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-04 06:45:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
updated cups-lpd-manpage.patch (2.60 KB, patch)
2015-10-29 12:40 UTC, Jiri Popelka
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:2459 0 normal SHIPPED_LIVE cups bug fix update 2016-11-03 14:05:23 UTC

Description Todd 2015-08-26 07:28:34 UTC
Hi All,

I am coming from the community: Scientific Linux 7.1.

# yum whatprovides cups-lpd
Loaded plugins: langpacks
1:cups-lpd-1.6.3-17.el7.x86_64 : CUPS printing system - lpd emulation
Repo        : sl


Bug #1:

# rpm -qa cups-lpd
cups-lpd-1.6.3-17.el7_1.1.x86_64

is missing the dependency: 

# rpm -qa xinetd
xinetd-2.3.15-12.el7.x86_64

You can't use cups-lpd without it.



Bug #2:
the installer of cups-lpd forgets to add the following entry into /etc/xinetd.d

$ more cups-lpd

# default: off
# description: Allow applications using the legacy lpd protocol to communicate w
ith CUPS
service printer
{
	disable = no
	socket_type = stream
	protocol = tcp
	wait = no
	user = lp
	server = /usr/lib/cups/daemon/cups-lpd
}


Many thanks,
-T

Comment 3 Jiri Popelka 2015-08-26 09:57:28 UTC
We converted cups-lpd xinetd service to systemd, see bug #884641 for more details.

Comment 4 Todd 2015-08-26 22:42:42 UTC
Hi Jiri,

Would you consider adding these two command to the post install script?

# systemctl enable cups-lpd.socket
# systemctl start cups-lpd.socket

Many thanks,
-T

Comment 5 Jiri Popelka 2015-08-27 08:10:12 UTC
No, sorry.
We'd need an exception for this and I'm not sure we really need it.

https://fedoraproject.org/wiki/Packaging:DefaultServices

Comment 6 Todd 2015-08-27 09:07:29 UTC
(In reply to Jiri Popelka from comment #5)
> No, sorry.
> We'd need an exception for this and I'm not sure we really need it.
> 
> https://fedoraproject.org/wiki/Packaging:DefaultServices


In that case, how about putting something in the cup-lpd man page so folks won't have to rely on the charity of others to figure out how to start the buzzard?

Comment 7 Jiri Popelka 2015-10-29 12:40:52 UTC
Created attachment 1087468 [details]
updated cups-lpd-manpage.patch

Comment 8 Tim Waugh 2015-11-02 09:48:24 UTC
Man page patch looks great.

Comment 15 errata-xmlrpc 2016-11-04 06:45:49 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, 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://rhn.redhat.com/errata/RHBA-2016-2459.html


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