mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: file conflict during install (CentOS 9 stream) #4463
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ruedigers on GitHub (Dec 30, 2022).
Please describe your bug
This is my issue: It seems that CentOS 9 Stream has recently started to ship with a jellyfin-configuration for firewalld. This file conflicts with the file that the jellyfin installation itself ships with.
Error: Transaction test error:
file /usr/lib/firewalld/services/jellyfin.xml from install of jellyfin-server-10.8.8-1.el7.x86_64 conflicts with file from package firewalld-1.2.1-1.el9.noarch
Steps to reproduce:
Jellyfin Version
10.8.0
if other:
10.8.8-1.el7.x86_64
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@crobibero commented on GitHub (Dec 30, 2022):
Should have been fixed upstream... https://github.com/jellyfin/jellyfin/issues/8587
@ruedigers commented on GitHub (Dec 30, 2022):
workaround:
[root@localhost httpd]# rpm -i --replacefiles jellyfin-server-10.8.8-1.el7.x86_64.rpm
Not really recommended, but it does bypass the error and allows the installation.
@Shadowghost commented on GitHub (Jan 19, 2023):
Upstream removed the definition, so this should no longer happen.