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 913509 - openldap should be using portreserve
Summary: openldap should be using portreserve
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: openldap
Version: 7.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: rc
: ---
Assignee: Jan Synacek
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On: 790687
Blocks: 103401
TreeView+ depends on / blocked
 
Reported: 2013-02-21 11:54 UTC by David Spurek
Modified: 2018-11-27 20:26 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 790687
Environment:
Last Closed: 2013-08-08 09:11:02 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 1 David Spurek 2013-02-21 11:57:40 UTC
/bin/systemctl status  slapd.service
slapd.service - OpenLDAP Server Daemon
	  Loaded: loaded (/usr/lib/systemd/system/slapd.service; disabled)
	  Active: inactive (dead)


systemctl status  portreserve.service
portreserve.service - Port reservation utility
	  Loaded: loaded (/usr/lib/systemd/system/portreserve.service; disabled)
	  Active: active (running) since Thu 2013-02-21 06:51:46 EST; 6s ago
	 Process: 11448 ExecStart=/sbin/portreserve (code=exited, status=0/SUCCESS)
	Main PID: 11449 (portreserve)
	  CGroup: name=systemd:/system/portreserve.service
		  └─11449 /sbin/portreserve


::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: Test
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: [   FAIL   ] :: Running 'netstat -anp | grep 636 | grep portreserve' (Expected 0, got 1)
:: [   LOG    ] :: Duration: 0s
:: [   LOG    ] :: Assertions: 0 good, 1 bad
:: [   FAIL   ] :: RESULT: Test

package versions:

openldap-2.4.33-3.el7
portreserve-0.0.5-6.el7

Comment 2 Bill Nottingham 2013-03-15 20:24:08 UTC
systemd socket activation should cover this, correct?

Comment 3 Jan Synacek 2013-08-08 09:11:02 UTC
If a service is activated by a socket, systemd creates that socket much sooner than any other service can claim it.


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