View Issue Details

IDProjectCategoryView StatusLast Update
0009472Rocky-Linux-9sambapublic2025-07-17 17:59
ReporterKen Carlile Assigned ToLouis Abel  
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
PlatformRocky LinuxOS9OS Version9.5
Summary0009472: Incompatible version of ctdb in resilientstorage repo
DescriptionAttempting to install ctdb from the resilientstorage repo fails because of a version mismatch. The available versions of the samba packages are 4.20.2-2.el9_5.1

# dnf --enablerepo resilientstorage install ctdb
Last metadata expiration check: 0:29:06 ago on Sat 17 May 2025 03:35:08 PM EDT.
Error:
 Problem: conflicting requests
  - nothing provides samba-client-libs = 4.20.2-2.el9_5 needed by ctdb-4.20.2-2.el9_5.x86_64 from resilientstorage
  - nothing provides samba-common-libs = 4.20.2-2.el9_5 needed by ctdb-4.20.2-2.el9_5.x86_64 from resilientstorage
  - nothing provides samba-winbind-clients = 4.20.2-2.el9_5 needed by ctdb-4.20.2-2.el9_5.x86_64 from resilientstorage
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

# dnf info samba-client-libs
Last metadata expiration check: 0:30:39 ago on Sat 17 May 2025 03:35:06 PM EDT.
Installed Packages
Name : samba-client-libs
Version : 4.20.2
Release : 2.el9_5.1
Architecture : x86_64
Size : 20 M
Source : samba-4.20.2-2.el9_5.1.src.rpm
Repository : @System
From repo : baseos
Summary : Samba client libraries
URL : https://www.samba.org
License : GPL-3.0-or-later AND LGPL-3.0-or-later
Description : The samba-client-libs package contains internal libraries needed by the
             : SMB/CIFS clients.

Available Packages
Name : samba-client-libs
Version : 4.20.2
Release : 2.el9_5.1
Architecture : i686
Size : 5.6 M
Source : samba-4.20.2-2.el9_5.1.src.rpm
Repository : baseos
Summary : Samba client libraries
URL : https://www.samba.org
License : GPL-3.0-or-later AND LGPL-3.0-or-later
Description : The samba-client-libs package contains internal libraries needed by the
             : SMB/CIFS clients.
Steps To Reproducednf --enablerepo resilientstorage install ctdb
Additional InformationAlmaLinux has the correct rpm for ctdb available:
https://repo.almalinux.org/almalinux/9/ResilientStorage/x86_64/os/Packages/ctdb-4.20.2-2.el9_5.1.x86_64.rpm

Installing this in Rocky appears to be successful.
Tagssamba, samba-tool

Activities

Louis Abel

Louis Abel

2025-05-17 20:21

administrator   ~0010165

Thanks for the report. Rocky Linux 9.6 is in development with a planned release this month. This will not be fixed for 9.5. The package is also available in the devel repository, which contains all packages such as these.
Darrell Enns

Darrell Enns

2025-07-17 16:37

reporter   ~0010693

9.6 is also affected:

[root@localhost yum.repos.d]# dnf install ctdb
Last metadata expiration check: 0:00:05 ago on Thu 17 Jul 2025 09:33:51 AM.
Error:
 Problem: conflicting requests
  - nothing provides samba-client-libs = 4.21.3-5.el9_6 needed by ctdb-4.21.3-5.el9_6.x86_64 from resilientstorage
  - nothing provides samba-common-libs = 4.21.3-5.el9_6 needed by ctdb-4.21.3-5.el9_6.x86_64 from resilientstorage
  - nothing provides samba-winbind-clients = 4.21.3-5.el9_6 needed by ctdb-4.21.3-5.el9_6.x86_64 from resilientstorage
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

[root@localhost yum.repos.d]# cat /etc/os-release
NAME="Rocky Linux"
VERSION="9.6 (Blue Onyx)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="9.6"
PLATFORM_ID="platform:el9"
PRETTY_NAME="Rocky Linux 9.6 (Blue Onyx)"
ANSI_COLOR="0;32"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:rocky:rocky:9::baseos"
HOME_URL="https://rockylinux.org/"
VENDOR_NAME="RESF"
VENDOR_URL="https://resf.org/"
BUG_REPORT_URL="https://bugs.rockylinux.org/"
SUPPORT_END="2032-05-31"
ROCKY_SUPPORT_PRODUCT="Rocky-Linux-9"
ROCKY_SUPPORT_PRODUCT_VERSION="9.6"
REDHAT_SUPPORT_PRODUCT="Rocky Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.6"
Ken Carlile

Ken Carlile

2025-07-17 17:52

reporter   ~0010726

FWIW, I had to do this on Rocky 9.6 yesterday, and what I found worked was adding --enablerepo=devel along with --enablerepo resilientstorage, as Louis mentioned.
Darrell Enns

Darrell Enns

2025-07-17 17:59

reporter   ~0010728

Yes, I did a similar workaround:
dnf install https://dl.rockylinux.org/pub/rocky/9/devel/x86_64/os/Packages/c/ctdb-4.21.3-7.el9_6.x86_64.rpm

I've also reported it under a new issue (0010066) for 9.6, since it's a different OS and package version that this issue.

Issue History

Date Modified Username Field Change
2025-05-17 20:07 Ken Carlile New Issue
2025-05-17 20:07 Ken Carlile Tag Attached: samba
2025-05-17 20:07 Ken Carlile Tag Attached: samba-tool
2025-05-17 20:21 Louis Abel Assigned To => Louis Abel
2025-05-17 20:21 Louis Abel Status new => acknowledged
2025-05-17 20:21 Louis Abel Note Added: 0010165
2025-07-17 16:37 Darrell Enns Note Added: 0010693
2025-07-17 17:52 Ken Carlile Note Added: 0010726
2025-07-17 17:59 Darrell Enns Note Added: 0010728