Bug 1654056
Summary: | /usr/lib/systemd/system/dirsrv@.service:40: .include directives are deprecated | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Viktor Ashirov <vashirov> |
Component: | 389-ds-base | Assignee: | mreynolds |
Status: | CLOSED ERRATA | QA Contact: | RHDS QE <ds-qe-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.0 | CC: | lkrispen, nkinder, rmeggins, spichugi, tbordaz, vashirov |
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 389-ds-base-1.4.1.3-3.module+el8.1.0+3533+f8225121 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-11-05 21:00:18 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1683259 | ||
Bug Blocks: |
Description
Viktor Ashirov
2018-11-27 22:55:02 UTC
Upstream ticket: https://pagure.io/389-ds-base/issue/49875 Fixed upstream in https://pagure.io/389-ds-base/issue/50208 and https://pagure.io/389-ds-base/pull-request/50213 Build tested: 389-ds-base-1.4.1.3-3.module+el8.1.0+3533+f8225121.x86_64 [root@server-rhel8 ds]# journalctl -u dirsrv _COMM=systemd -- Logs begin at Tue 2019-07-02 07:33:44 UTC, end at Tue 2019-07-02 07:35:31 UTC. -- Jul 02 07:35:23 server-rhel8.example.com systemd[1]: Starting 389 Directory Server localhost.... Jul 02 07:35:25 server-rhel8.example.com systemd[1]: Started 389 Directory Server localhost.. Jul 02 07:35:25 server-rhel8.example.com systemd[1]: Stopping 389 Directory Server localhost.... Jul 02 07:35:28 server-rhel8.example.com systemd[1]: Stopped 389 Directory Server localhost.. Jul 02 07:35:29 server-rhel8.example.com systemd[1]: Starting 389 Directory Server localhost.... Jul 02 07:35:31 server-rhel8.example.com systemd[1]: Started 389 Directory Server localhost.. Message is no longer present in the logs. And instead of include, a drop-in file is used to configure service parameters: [root@server-rhel8 ds]# systemctl show dirsrv@localhost -p LimitNOFILE LimitNOFILE=1048576 [root@server-rhel8 ds]# vim /usr/lib/systemd/system/dirsrv@.service.d/custom.conf [root@server-rhel8 ds]# systemctl daemon-reload [root@server-rhel8 ds]# systemctl show dirsrv@localhost -p LimitNOFILE LimitNOFILE=4096 Marking as VERIFIED. 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://access.redhat.com/errata/RHSA-2019:3401 |