View Issue Details

IDProjectCategoryView StatusLast Update
0000496AlmaLinux-8ipapublic2025-01-28 13:21
Reportercdorbell Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Summary0000496: ipa-server can't install
DescriptionHello All
i started the move from centos 7 to AlmaLinux 8 and when i started the creation of a IPA replica i see that i can't install the ipa-server package.
i reproduce the problem on a fresh install and on a docker .

-bash-4.2$ docker run -it almalinux:8 /bin/sh
sh-4.4# yum install ipa-server
AlmaLinux 8 - BaseOS 4.4 MB/s | 14 MB 00:03
AlmaLinux 8 - AppStream 5.4 MB/s | 15 MB 00:02
AlmaLinux 8 - Extras 6.2 kB/s | 13 kB 00:02
Error:
 Problem: package ipa-server-4.9.13-13.module_el8.10.0+3943+bc3475f0.x86_64 from appstream requires softhsm >= 2.0.0rc1-1, but none of the providers can be installed
  - cannot install the best candidate for the job
  - package softhsm-2.6.0-5.module_el8.6.0+2881+2f24dc92.x86_64 from appstream is filtered out by modular filtering
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
sh-4.4#

Rgds
TagsNo tags attached.
abrt_hash
URL

Activities

cdorbell

2025-01-28 13:21

reporter   ~0001104

via dnf the install is working and install the version 4.9.13-14 of the ipa-server

# where we can find the module
dnf module provides ipa-server

#install of the service
dnf module -y install idm:DL1/server

Issue History

Date Modified Username Field Change
2025-01-28 07:28 cdorbell New Issue
2025-01-28 13:21 cdorbell Note Added: 0001104