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 1773494 - syslog-ng 3.23.1-1.el8: file conflicts with RHEL 8 rsyslog
Summary: syslog-ng 3.23.1-1.el8: file conflicts with RHEL 8 rsyslog
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: rsyslog
Version: 8.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: 8.0
Assignee: Jiří Vymazal
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On: 1740683
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-11-18 09:52 UTC by interspace
Modified: 2020-07-05 14:06 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-12-03 08:48:32 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1287470 0 unspecified CLOSED let rsyslog & syslog-ng play nice together: sync /etc/logrotate.d/syslog 2021-02-22 00:41:40 UTC

Description interspace 2019-11-18 09:52:33 UTC
Description of problem:
The logrotate file shipped in the RHEL 8 rsyslog package was modified.
This modification caused file conflicts with the EPEL8 syslog-ng package.


How reproducible:

yum install syslog-ng
Last metadata expiration check: 0:00:18 ago on Mon 18 Nov 2019 11:41:57 IST.
Dependencies resolved.
====================================================================================================================================================================================
 Package                                    Arch                                    Version                                        Repository                                  Size
====================================================================================================================================================================================
Installing:
 syslog-ng                                  x86_64                                  3.23.1-1.el8                                   epel                                       853 k
Installing dependencies:
 libnet                                     x86_64                                  1.1.6-15.el8                                   AppStream                                   67 k
 ivykis                                     x86_64                                  0.42.4-2.el8                                   epel                                        47 k

Transaction Summary
====================================================================================================================================================================================
Install  3 Packages

Total download size: 967 k
Installed size: 3.6 M
Is this ok [y/N]: y
Downloading Packages:
(1/3): libnet-1.1.6-15.el8.x86_64.rpm                                                                                                                66 kB/s |  67 kB     00:01    
(2/3): ivykis-0.42.4-2.el8.x86_64.rpm                                                                                                                46 kB/s |  47 kB     00:01    
(3/3): syslog-ng-3.23.1-1.el8.x86_64.rpm                                                                                                            644 kB/s | 853 kB     00:01    
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                               225 kB/s | 967 kB     00:04     
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction check error:
  file /etc/logrotate.d/syslog from install of syslog-ng-3.23.1-1.el8.x86_64 conflicts with file from package rsyslog-8.37.0-9.el8.x86_64

Error Summary
-------------


Actual results:

Error: Transaction check error:
  file /etc/logrotate.d/syslog from install of syslog-ng-3.23.1-1.el8.x86_64 conflicts with file from package rsyslog-8.37.0-9.el8.x86_64


Expected results:

To install successfully 

Additional info:

Comment 3 Jiří Vymazal 2019-12-03 08:48:32 UTC
Thank you for reporting this.

Closing this now as renaming the file could cause backwards compatibility problems for some users and for those who wish use more log daemons simultaneously there is easy workaround in renaming the file themselves before installation of other log packages. If you want you can clone this bug for EPEL and ask syslog-ng maintainer to rename their file, as rsyslog needs to retain this file from support perspective (syslog-ng is not officially supported in RHEL).

Comment 4 Peter Czanik 2020-07-05 14:06:31 UTC
See: https://bugzilla.redhat.com/show_bug.cgi?id=1802165

I kept the name for lograte in the syslog-ng pacage, but made it a subpackage conflicting with rsyslog. This way package management is happy, those who depend on the current naming are happy, and in case of two syslog applicactions you need to manually configure logrotate anyway.

It should reach EPEL soon (or about 1.5 weeks, if nobody gives karma)


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