| Summary: | syslog-ng fails to start on boot | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Emma Laurijssens <emma> | ||||
| Component: | syslog-ng | Assignee: | Jose Pedro Oliveira <jose.p.oliveira.oss> | ||||
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | epel7 | CC: | jose.p.oliveira.oss, mrunge, peter, rayvd, Speeddymon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | Type: | Bug | |||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Emma Laurijssens
2016-02-17 14:28:51 UTC
I can confirm the same on CentOS 7 using EPEL-provided packages. One server is producing this issue, while another is not. The former is configured to receive logs from other hosts, the latter is configured to send them. Both are running CentOS 7 with the EPEL-provided packages. Both have journald configured to persistently save the journal, and syslog-ng configured to copy the syslog messages from the journal to /var/log/messages. This is explicitly configured this way to facilitate remote storage of system logs, as journald does not currently support that feature. Created attachment 1222902 [details]
Proposed patch
Adds "After=network.target" to the service file
|