Hi guys
When trying to upgrade from 24.9.1 to 24.12.0 on RHEL9, I'm faced with the following error:
[root@alderaan yum.repos.d]# dnf upgrade --best --allowerasing
Error:
Problem: problem with installed package carbonio-files-ce-0.13.2-1.x86_64
- cannot install the best update candidate for package carbonio-files-ce-0.13.2-1.x86_64
- nothing provides python38 needed by carbonio-files-ce-0.14.4-1.el8.x86_64 from zextras
(try to add '--skip-broken' to skip uninstallable packages)
[root@alderaan yum.repos.d]# cat /etc/yum.repos.d/carbonio.repo
[zextras]
name=zextras
baseurl= https://repo.zextras.io/release/rhel9
enabled=1
repo_gpgcheck=1
gpgcheck=0
gpgkey= https://repo.zextras.io/repomd.xml.key
Seems like there are some EL8 packages in the EL9 repo?
Hi,
But Carbonio CE (As of 24.12.0) packages for RHEL9 are still in BETA so even if you have managed to install it you should not try to upgrade it. If you try to deploy/upgrade CE in RHEL9 you will face many unforeseen issues.
And always take look at official documentation before installation/Up-gradation:
https://docs.zextras.com/carbonio-ce/html/install/requirements.html#software-requirements-for-a-node
Regards,
Sharif
I understand that RHEL9 support is in BETA.. but I have been running it for soon a year, and have had only minor issues (including upgrades)..
This still doesn't change the fact that a RHEL8 package is in the RHEL9 repo:
[root@alderaan yum.repos.d]# dnf search --showduplicates carbonio-files
Updating Subscription Management repositories.
Last metadata expiration check: 0:25:54 ago on 2024-12-19T12:59:50 CET.
================================================================== Name Exactly Matched: carbonio-files ==================================================================
carbonio-files-0.13.2-1.x86_64 : Carbonio Files
carbonio-files-0.11.0-1.x86_64 : Carbonio Files
carbonio-files-0.12.1-1.x86_64 : Carbonio Files
carbonio-files-0.14.4-1.el8.x86_64 : Carbonio Files
There are actually more:
[root@alderaan yum.repos.d]# dnf search --showduplicates carbonio |grep el8
Last metadata expiration check: 0:30:18 ago on 2024-12-19T12:59:50 CET.
carbonio-admin-login-ui-0.9.14-1.el8.x86_64 : Carbonio admin login page assets
carbonio-catalog-0.0.1-1.el8.x86_64 : Carbonio Catalog
carbonio-files-0.14.4-1.el8.x86_64 : Carbonio Files
carbonio-files-ce-0.14.4-1.el8.x86_64 : Carbonio Files
carbonio-storages-0.0.11-1.el8.x86_64 : Carbonio Storages
Hi,
I agree with you. Testings regarding RHEL9 are still ongoing. Therefore, I would request users not to use RHEL9 until it is cleared by the devs. Besides the agreement, I will forward this to the devs so that in future all repos should have their respective packages.
Regards,
@sharif
I successfully updated by using "dnf update --nobest", but some of the packages have not been updated to a new verison.. But Carbonio runs..
Do you have any idea when RHEL9 support will be GA? RHEL8 is now end-of-production and into maintenance support and RHEL10 is just around the corner?