Bug 2074318
Summary: | rsyslog starts before the network service during boot | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Dalibor Pospíšil <dapospis> |
Component: | rsyslog | Assignee: | Attila Lakatos <alakatos> |
Status: | CLOSED ERRATA | QA Contact: | Dalibor Pospíšil <dapospis> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 9.0 | CC: | dapospis, jb2592, jfaison, rsroka |
Target Milestone: | rc | Keywords: | AutoVerified, Patch, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | rsyslog-8.2102.0-115.el9 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | 1401456 | Environment: | |
Last Closed: | 2023-11-07 08:33:06 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: |
Description
Dalibor Pospíšil
2022-04-12 01:03:14 UTC
The solution is to make rsyslog.service have explicit dependencies and ordering on both network.target and network-online.target. We are missing the following lines from the service file: Wants=network.target network-online.target After=network.target network-online.target *** Bug 2170487 has been marked as a duplicate of this bug. *** 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 (rsyslog bug fix and enhancement 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/RHBA-2023:6444 |