Bug 1866877
| Summary: | The value of the 'PRIORITY' field has an unexpected length: 11 [v8.1911.0-3.el8] | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Orion Poplawski <orion> | |
| Component: | rsyslog | Assignee: | Attila Lakatos <alakatos> | |
| Status: | CLOSED ERRATA | QA Contact: | Dalibor Pospíšil <dapospis> | |
| Severity: | low | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 8.2 | CC: | alakatos, dapospis, rsroka | |
| Target Milestone: | rc | Keywords: | Triaged | |
| Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
|
| Hardware: | All | |||
| OS: | All | |||
| Whiteboard: | ||||
| Fixed In Version: | rsyslog-8.2102.0-3.el8 | Doc Type: | No Doc Update | |
| Doc Text: |
If this bug requires documentation, please select an appropriate Doc Type value.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1990738 (view as bug list) | Environment: | ||
| Last Closed: | 2021-11-09 18:04:45 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: | ||||
| Bug Blocks: | 1990738 | |||
|
Description
Orion Poplawski
2020-08-06 17:11:29 UTC
This playbook seems to reproduce it well:
---
- hosts: localhost
tasks:
- name: "EL8: Use Lmod"
alternatives:
name: modules.sh
path: /usr/share/lmod/lmod/init/profile
become: yes
You would need to have Lmod installed from EPEL.
I could not reproduce the bug with the playbook you provided. Did you use the default rsyslog configuration file? If not, could you provide me your config? The main rsyslog.conf file is the default, but we do configure forwarding: /etc/rsyslog.d/forward.conf: # Allow large messages $MaxMessageSize 64k # make gtls driver the default $DefaultNetstreamDriver gtls # certificate files $DefaultNetstreamDriverCAFile /etc/pki/ca-trust/source/anchors/nwra.com_ipa_ca.crt $DefaultNetstreamDriverCertFile /etc/pki/tls/certs/client.crt $DefaultNetstreamDriverKeyFile /etc/pki/tls/private/client.key $ActionSendStreamDriverAuthMode x509/name $ActionSendStreamDriverPermittedPeer SERVER $ActionSendStreamDriverMode 1 # run driver in TLS-only mode $PreserveFQDN on authpriv.* @@SERVER:6514;RSYSLOG_ForwardFormat Have you experienced similar behavior on previous versions of RHEL? Or is this the first time? I can see that you are using the old "legacy" rsyslog configuration format. I recommend to convert it to advanced format. 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 and its related dependencies 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-2021:4193 |