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 1035228 - After update to systemd, parameters in /etc/sysconfig/conman are ignored
Summary: After update to systemd, parameters in /etc/sysconfig/conman are ignored
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: conman
Version: 7.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 7.0
Assignee: Denys Vlasenko
QA Contact: Miroslav Hradílek
Bara Ancincova
URL:
Whiteboard:
Depends On:
Blocks: 1154125
TreeView+ depends on / blocked
 
Reported: 2013-11-27 10:44 UTC by Miroslav Hradílek
Modified: 2015-11-19 12:27 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Release Note
Doc Text:
The deprecated /etc/sysconfig/conman file has been removed Before introducing the *systemd* manager, various limits for services could be configured in the */etc/sysconfig/conman* file. After migrating to *systemd*, */etc/sysconfig/conman* is no longer used and therefore it was removed. To set limits and other daemon parameters, such as LimitCPU=, LimitDATA=, or LimitCORE=, edit the *conman.service* file. For more information, see the systemd.exec(5) manual page. In addition, a new variable LimitNOFILE=10000 has been added to the *systemd.service* file. This variable is commented out by default. Note that after making any changes to the *systemd* configuration, the "systemctl daemon-reload" command must be executed for changes to take effect.
Clone Of:
Environment:
Last Closed: 2015-11-19 12:27:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:2397 0 normal SHIPPED_LIVE conman bug fix and enhancement update 2015-11-19 11:02:29 UTC

Internal Links: 1154125

Description Miroslav Hradílek 2013-11-27 10:44:24 UTC
Description of problem:
There was a request in bug738967 to support setting open files limit via NOFILE= entry in /etc/sysconfig/conman. We still ship the /etc/sysconfig/conman with this entry defined but most of the functionality of the original /etc/rc.d/init.d/conman initscript was lost when migrated on systemd in rhel7.

Version-Release number of selected component (if applicable):
conman-0.2.7-5.el7.x86_64

How reproducible:
100%

Comment 2 RHEL Program Management 2014-03-22 06:27:25 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 5 Denys Vlasenko 2015-04-08 12:55:11 UTC
In systemd world, various limits for services can be controlled by
LimitCPU=, LimitFSIZE=, LimitDATA=, LimitSTACK=, LimitCORE=,
LimitRSS=, LimitNOFILE=, LimitAS=, LimitNPROC=, LimitMEMLOCK=,
LimitLOCKS=, LimitSIGPENDING=, LimitMSGQUEUE=, LimitNICE=,
LimitRTPRIO=, LimitRTTIME=
(see "man systemd.exec").

I propose to make it somewhat easier to discover by users by modifying 
conman.service file like this:

 [Unit]
 Description=ConMan Console Management Daemon
 After=network.target

 [Service]
 Type=forking
+# For installations with large number of users, raise the limit
+# of open file descriptors:
+#LimitNOFILE=10000
 ExecStart=/usr/sbin/conmand -c /etc/conman.conf

 [Install]
 WantedBy=multi-user.target

Comment 8 Denys Vlasenko 2015-07-01 20:42:26 UTC
New build:

https://brewweb.devel.redhat.com/taskinfo?taskID=9451441

Comment 12 errata-xmlrpc 2015-11-19 12:27: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-2015-2397.html


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