View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018141 | CentOS-8 | 389-ds-base | public | 2021-04-03 06:49 | 2021-04-03 06:59 |
Reporter | ivanov17 | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86_64 | OS | CentOS | OS Version | 8 Stream |
Summary | 0018141: dscontainer fails with podman if data volume is reused (wrong SELinux permissions) | ||||
Description | If I run custom 389-ds container based on quay.io/centos/centos:stream8 image with podman in rootful mode, it works, but dscontainer fails if I reuse data volume with another instance of the container. In addition, I tried to run containers from a custom image based on quay.io/fedora/fedora:33-x86_64 and from the image docker.io/389ds/dirsrv:latest provided by one of 389ds developers, and I got the same result both times. I believe it's python3-lib389 issue because /usr/libexec/dirsrv/dscontainer relabels files inside a container (see bug #18140). Also, I reported this bug at 389ds GitHub Issues: https://github.com/389ds/389-ds-base/issues/4717 and at Red Hat Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1945972 | ||||
Steps To Reproduce | 1. Create a 389-ds container image with buildah from quay.io/centos/centos:stream8 2. Run the first instance of 389-ds container with podman 3. Check that the container is running and then stop and delete it 4. Run the second instance of 389-ds container with podman Actual Results: # podman run -dt --volume=389ds:/data:z --publish=3389:3389 --publish=3636:3636 --env='DS_DM_PASSWORD=pass' --env='LDAPBASE=dc=test,dc=internal' --env='LDAPBINDDN=cn="Directory Manager"' --health-cmd="/usr/libexec/dirsrv/dscontainer -H" --health-interval=5s --health-retries=2 --health-start-period=5m --health-timeout=5s localhost/centos8-389-ds:1.4 2542c68a9cfd7e1ce97a605a7e4da33ea9437183257b2a69692c72ba0d96fc68 # podman ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2542c68a9cfd localhost/centos8-389-ds:1.4 /usr/libexec/dirs... 14 seconds ago Up 10 seconds ago 0.0.0.0:3389->3389/tcp, 0.0.0.0:3636->3636/tcp hardcore_allen # podman stop hardcore_allen && podman rm hardcore_allen 2542c68a9cfd7e1ce97a605a7e4da33ea9437183257b2a69692c72ba0d96fc68 2542c68a9cfd7e1ce97a605a7e4da33ea9437183257b2a69692c72ba0d96fc68 # podman run -dt --volume=389ds:/data:z --publish=3389:3389 --publish=3636:3636 --env='DS_DM_PASSWORD=pass' --env='LDAPBASE=dc=test,dc=internal' --env='LDAPBINDDN=cn="Directory Manager"' --health-cmd="/usr/libexec/dirsrv/dscontainer -H" --health-interval=5s --health-retries=2 --health-start-period=5m --health-timeout=5s localhost/centos8-389-ds:1.4 534fc55093f764a5ca1282d3f970aabbac1e9091fafa82d5fa9b9d82004ac053 # podman ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 534fc55093f7 localhost/centos8-389-ds:1.4 /usr/libexec/dirs... 16 seconds ago Exited (1) 9 seconds ago 0.0.0.0:3389->3389/tcp, 0.0.0.0:3636->3636/tcp bold_raman # podman logs bold_raman INFO: The 389 Directory Server Container Bootstrap INFO: Inspired by works of: ITS, The University of Adelaide INFO: 389 Directory Server Version: 1.4.3.16 INFO: Checking for PEM TLS files ... INFO: Have /data/tls/server.key -> False INFO: Have /data/tls/server.crt -> False INFO: Have /data/tls/ca -> False INFO: Have /data/config/pwdfile.txt -> True INFO: Unable to configure TLS from PEM, missing a required file. INFO: Starting 389-ds-container ... DEBUG: Allocate local instance <class 'lib389.DirSrv'> with None DEBUG: open(): Connecting to uri ldapi://%2Fdata%2Frun%2Fslapd-localhost.socket DEBUG: Using dirsrv ca certificate /etc/dirsrv/slapd-localhost DEBUG: Using external ca certificate /etc/dirsrv/slapd-localhost DEBUG: Using external ca certificate /etc/dirsrv/slapd-localhost DEBUG: Using /etc/openldap/ldap.conf certificate policy DEBUG: ldap.OPT_X_TLS_REQUIRE_CERT = 2 DEBUG: open(): Using root autobind ... DEBUG: Instance LDAPI not functional (yet?) WARNING: ns-slapd pid has completed, you should check the error log ... ERROR: 389-ds-container failed to start INFO: STOPPING: Sent SIGTERM to ns-slapd ... INFO: STOPPING: Shutting down 389-ds-container ... INFO: STOPPED: Shut down 389-ds-container # ausearch -m avc -c ns-slapd ---- time->Sat Apr 3 09:41:59 2021 type=PROCTITLE msg=audit(1617432119.402:876): proctitle=2F7573722F7362696E2F6E732D736C617064002D44002F6574632F6469727372762F736C6170642D6C6F63616C686F7374002D6400323636333534363838 type=SYSCALL msg=audit(1617432119.402:876): arch=c000003e syscall=257 success=no exit=-13 a0=ffffff9c a1=56259cd9cd90 a2=0 a3=0 items=0 ppid=71390 pid=71452 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=1 comm="ns-slapd" exe="/usr/sbin/ns-slapd" subj=system_u:system_r:container_t:s0:c337,c846 key=(null) type=AVC msg=audit(1617432119.402:876): avc: denied { read } for pid=71452 comm="ns-slapd" name="slapd-collations.conf" dev="dm-0" ino=864370 scontext=system_u:system_r:container_t:s0:c337,c846 tcontext=system_u:object_r:container_file_t:s0:c738,c982 tclass=file permissive=0 ---- time->Sat Apr 3 09:41:59 2021 type=PROCTITLE msg=audit(1617432119.483:877): proctitle=2F7573722F7362696E2F6E732D736C617064002D44002F6574632F6469727372762F736C6170642D6C6F63616C686F7374002D6400323636333534363838 type=SYSCALL msg=audit(1617432119.483:877): arch=c000003e syscall=21 success=no exit=-13 a0=56259cd60110 a1=2 a2=0 a3=0 items=0 ppid=71390 pid=71452 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=1 comm="ns-slapd" exe="/usr/sbin/ns-slapd" subj=system_u:system_r:container_t:s0:c337,c846 key=(null) type=AVC msg=audit(1617432119.483:877): avc: denied { write } for pid=71452 comm="ns-slapd" name="99user.ldif" dev="dm-0" ino=14479161 scontext=system_u:system_r:container_t:s0:c337,c846 tcontext=system_u:object_r:container_file_t:s0:c738,c982 tclass=file permissive=0 ---- time->Sat Apr 3 09:41:59 2021 type=PROCTITLE msg=audit(1617432119.583:878): proctitle=2F7573722F7362696E2F6E732D736C617064002D44002F6574632F6469727372762F736C6170642D6C6F63616C686F7374002D6400323636333534363838 type=SYSCALL msg=audit(1617432119.583:878): arch=c000003e syscall=257 success=no exit=-13 a0=ffffff9c a1=56259cd5fee0 a2=0 a3=0 items=0 ppid=71390 pid=71452 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=1 comm="ns-slapd" exe="/usr/sbin/ns-slapd" subj=system_u:system_r:container_t:s0:c337,c846 key=(null) type=AVC msg=audit(1617432119.583:878): avc: denied { read } for pid=71452 comm="ns-slapd" name="99user.ldif" dev="dm-0" ino=14479161 scontext=system_u:system_r:container_t:s0:c337,c846 tcontext=system_u:object_r:container_file_t:s0:c738,c982 tclass=file permissive=0 # ls -lZ /var/lib/containers/storage/volumes/389ds/_data/config/ total 324 lrwxrwxrwx. 1 root root system_u:object_r:container_file_t:s0 6 Apr 3 09:37 18a51399.0 -> ca.crt -rw-rw----. 1 root root system_u:object_r:container_file_t:s0 2170 Apr 3 09:37 Self-Signed-CA.pem -rw-rw----. 1 root root system_u:object_r:container_file_t:s0 3388 Apr 3 09:37 Server-Cert-Key.pem -rw-rw----. 1 root root system_u:object_r:container_file_t:s0 2095 Apr 3 09:37 Server-Cert.crt -rw-rw----. 1 root root system_u:object_r:container_file_t:s0 2099 Apr 3 09:37 Server-Cert.csr -rw-rw----. 1 root root system_u:object_r:container_file_t:s0 2343 Apr 3 09:37 Server-Cert.pem lrwxrwxrwx. 1 root root system_u:object_r:container_file_t:s0 15 Apr 3 09:37 c5799b44.0 -> Server-Cert.crt -rw-rw----. 1 root root system_u:object_r:container_file_t:s0 1959 Apr 3 09:37 ca.crt -rw-------. 1 root root system_u:object_r:container_file_t:s0 36864 Apr 3 09:37 cert9.db -r--r-----. 1 root root system_u:object_r:container_file_t:s0:c738,c982 1676 Jan 20 21:57 certmap.conf -rwxr-xr-x. 1 root root system_u:object_r:container_file_t:s0 281 Apr 3 09:37 container.inf -rw-------. 1 root root system_u:object_r:container_file_t:s0 57962 Apr 3 09:39 dse.ldif -rw-------. 1 root root system_u:object_r:container_file_t:s0 57962 Apr 3 09:38 dse.ldif.bak -rw-------. 1 root root system_u:object_r:container_file_t:s0 57962 Apr 3 09:37 dse.ldif.startOK -rw-------. 1 root root system_u:object_r:container_file_t:s0 45056 Apr 3 09:37 key4.db -rw-------. 1 root root system_u:object_r:container_file_t:s0 257 Apr 3 09:37 noise.txt -rw-------. 1 root root system_u:object_r:container_file_t:s0 91 Apr 3 09:37 pin.txt -rw-------. 1 root root system_u:object_r:container_file_t:s0 560 Apr 3 09:37 pkcs11.txt -rw-------. 1 root root system_u:object_r:container_file_t:s0 65 Apr 3 09:37 pwdfile.txt drwxrwx---. 2 root root system_u:object_r:container_file_t:s0 25 Apr 3 09:37 schema -r--r-----. 1 root root system_u:object_r:container_file_t:s0:c738,c982 15142 Jan 20 21:57 slapd-collations.conf # ls -lZ /var/lib/containers/storage/volumes/389ds/_data/config/schema/ total 4 -rw-r--r--. 1 root root system_u:object_r:container_file_t:s0:c738,c982 291 Jan 20 21:57 99user.ldif | ||||
Additional Information | # sestatus SELinux status: enabled SELinuxfs mount: /sys/fs/selinux SELinux root directory: /etc/selinux Loaded policy name: targeted Current mode: enforcing Mode from config file: enforcing Policy MLS status: enabled Policy deny_unknown status: allowed Memory protection checking: actual (secure) Max kernel policy version: 32 # podman --version podman version 2.2.1 # uname -r 4.18.0-240.15.1.el8_3.x86_64 | ||||
Tags | 389ds, centos 8, CentOS 8 Stream, containers, Directory Server, dscontainer, podman, python3-lib389, selinux | ||||
centos8-389ds-buildscript.sh (830 bytes)
#!/usr/bin/env bash # See also https://build.opensuse.org/package/view_file/home:firstyear/389-ds-container/Dockerfile set -x image=$(buildah from quay.io/centos/centos:stream8) buildah run "$image" -- dnf -y module enable 389-ds:1.4 buildah run "$image" -- dnf -y install --setopt=install_weak_deps=False \ 389-ds-base python3-lib389 buildah run "$image" -- dnf -y clean all buildah run "$image" -- mkdir -p /data/{config,ssca,run} /var/run/dirsrv buildah run "$image" -- ln -s /data/config /etc/dirsrv/slapd-localhost buildah run "$image" -- ln -s /data/ssca /etc/dirsrv/ssca buildah run "$image" -- ln -s /data/run /var/run/dirsrv buildah config --volume /data --port 3389 --port 3636 \ --cmd "/usr/libexec/dirsrv/dscontainer -r" "$image" buildah commit "$image" "centos8-389-ds:1.4" buildah rm "$image" set +x centos8-389ds-build.log (53,251 bytes)
++ buildah from quay.io/centos/centos:stream8 Getting image source signatures Copying blob 95efbc6c0025 done Copying blob 71e5f9e90ef1 done Copying blob 927653fd3e6b done Copying config de9f931101 done Writing manifest to image destination Storing signatures + image=centos-working-container + buildah run centos-working-container -- dnf -y module enable 389-ds:1.4 CentOS Stream 8 - AppStream 2.1 MB/s | 6.7 MB 00:03 CentOS Stream 8 - BaseOS 519 kB/s | 2.3 MB 00:04 CentOS Stream 8 - Extras 20 kB/s | 8.9 kB 00:00 Dependencies resolved. ========================================================================================================== Package Architecture Version Repository Size ========================================================================================================== Enabling module streams: 389-ds 1.4 Transaction Summary ========================================================================================================== Complete! + buildah run centos-working-container -- dnf -y install --setopt=install_weak_deps=False 389-ds-base python3-lib389 Last metadata expiration check: 0:00:05 ago on Sat Apr 3 05:28:24 2021. Dependencies resolved. ========================================================================================================== Package Arch Version Repository Size ========================================================================================================== Installing: 389-ds-base x86_64 1.4.3.16-8.module_el8.4.0+644+ed25d39e appstream 1.8 M python3-lib389 noarch 1.4.3.16-8.module_el8.4.0+644+ed25d39e appstream 896 k Upgrading: openssl-libs x86_64 1:1.1.1g-15.el8_3 baseos 1.5 M python3-rpm x86_64 4.14.3-13.el8 baseos 158 k rpm x86_64 4.14.3-13.el8 baseos 542 k rpm-build-libs x86_64 4.14.3-13.el8 baseos 155 k rpm-libs x86_64 4.14.3-13.el8 baseos 339 k Installing dependencies: 389-ds-base-libs x86_64 1.4.3.16-8.module_el8.4.0+644+ed25d39e appstream 849 k checkpolicy x86_64 2.9-1.el8 baseos 348 k cracklib-dicts x86_64 2.9.6-15.el8 baseos 4.0 M cyrus-sasl-gssapi x86_64 2.1.27-5.el8 baseos 50 k cyrus-sasl-md5 x86_64 2.1.27-5.el8 baseos 66 k cyrus-sasl-plain x86_64 2.1.27-5.el8 baseos 47 k diffutils x86_64 3.6-6.el8 baseos 358 k groff-base x86_64 1.22.3-18.el8 baseos 1.0 M iproute x86_64 5.9.0-4.el8 baseos 692 k libevent x86_64 2.1.8-5.el8 baseos 253 k libicu x86_64 60.3-2.el8_1 baseos 8.8 M libmnl x86_64 1.0.4-6.el8 baseos 30 k libselinux-utils x86_64 2.9-5.el8 baseos 243 k ncurses x86_64 6.1-7.20180224.el8 baseos 387 k nspr x86_64 4.25.0-2.el8_2 appstream 142 k nss x86_64 3.53.1-17.el8_3 appstream 723 k nss-softokn x86_64 3.53.1-17.el8_3 appstream 484 k nss-softokn-freebl x86_64 3.53.1-17.el8_3 appstream 376 k nss-sysinit x86_64 3.53.1-17.el8_3 appstream 72 k nss-tools x86_64 3.53.1-17.el8_3 appstream 560 k nss-util x86_64 3.53.1-17.el8_3 appstream 136 k openldap-clients x86_64 2.4.46-16.el8 baseos 202 k openssl x86_64 1:1.1.1g-15.el8_3 baseos 707 k openssl-perl x86_64 1:1.1.1g-15.el8_3 baseos 80 k perl-Algorithm-Diff noarch 1.1903-9.el8 baseos 52 k perl-Archive-Tar noarch 2.30-1.el8 baseos 79 k perl-Carp noarch 1.42-396.el8 baseos 30 k perl-Compress-Raw-Bzip2 x86_64 2.081-1.el8 baseos 40 k perl-Compress-Raw-Zlib x86_64 2.081-1.el8 baseos 68 k perl-DB_File x86_64 1.842-1.el8 appstream 83 k perl-Data-Dumper x86_64 2.167-399.el8 baseos 58 k perl-Encode x86_64 4:2.97-3.el8 baseos 1.5 M perl-Errno x86_64 1.28-419.el8 baseos 76 k perl-Exporter noarch 5.72-396.el8 baseos 34 k perl-File-Path noarch 2.15-2.el8 baseos 38 k perl-File-Temp noarch 0.230.600-1.el8 baseos 63 k perl-Getopt-Long noarch 1:2.50-4.el8 baseos 63 k perl-HTTP-Tiny noarch 0.074-1.el8 baseos 58 k perl-IO x86_64 1.38-419.el8 baseos 142 k perl-IO-Compress noarch 2.081-1.el8 baseos 258 k perl-IO-Zlib noarch 1:1.10-419.el8 baseos 80 k perl-MIME-Base64 x86_64 3.15-396.el8 baseos 31 k perl-PathTools x86_64 3.74-1.el8 baseos 90 k perl-Pod-Escapes noarch 1:1.07-395.el8 baseos 20 k perl-Pod-Perldoc noarch 3.28-396.el8 baseos 86 k perl-Pod-Simple noarch 1:3.35-395.el8 baseos 213 k perl-Pod-Usage noarch 4:1.69-395.el8 baseos 34 k perl-Scalar-List-Utils x86_64 3:1.49-2.el8 baseos 68 k perl-Socket x86_64 4:2.027-3.el8 baseos 59 k perl-Storable x86_64 1:3.11-3.el8 baseos 98 k perl-Term-ANSIColor noarch 4.06-396.el8 baseos 46 k perl-Term-Cap noarch 1.17-395.el8 baseos 23 k perl-Text-Diff noarch 1.45-2.el8 baseos 45 k perl-Text-ParseWords noarch 3.30-395.el8 baseos 18 k perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 baseos 24 k perl-Time-Local noarch 1:1.280-1.el8 baseos 34 k perl-Unicode-Normalize x86_64 1.25-396.el8 baseos 82 k perl-constant noarch 1.33-396.el8 baseos 25 k perl-interpreter x86_64 4:5.26.3-419.el8 baseos 6.3 M perl-libs x86_64 4:5.26.3-419.el8 baseos 1.6 M perl-macros x86_64 4:5.26.3-419.el8 baseos 72 k perl-parent noarch 1:0.237-1.el8 baseos 20 k perl-podlators noarch 4.11-1.el8 baseos 118 k perl-threads x86_64 1:2.21-2.el8 baseos 61 k perl-threads-shared x86_64 1.58-2.el8 baseos 48 k policycoreutils x86_64 2.9-14.el8 baseos 373 k policycoreutils-python-utils noarch 2.9-14.el8 baseos 252 k python3-argcomplete noarch 1.9.3-6.el8 appstream 60 k python3-audit x86_64 3.0-0.17.20191104git1c2f876.el8 baseos 86 k python3-distro noarch 1.4.0-2.module_el8.5.0+751+b79b40be appstream 37 k python3-ldap x86_64 3.3.1-1.el8 appstream 230 k python3-libselinux x86_64 2.9-5.el8 baseos 283 k python3-libsemanage x86_64 2.9-6.el8 baseos 127 k python3-policycoreutils noarch 2.9-14.el8 baseos 2.2 M python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k python3-setools x86_64 4.3.0-2.el8 baseos 626 k python3-setuptools noarch 39.2.0-6.el8 baseos 163 k rpm-plugin-selinux x86_64 4.14.3-13.el8 baseos 76 k selinux-policy noarch 3.14.3-67.el8 baseos 628 k selinux-policy-minimum noarch 3.14.3-67.el8 baseos 13 M Enabling module streams: python36 3.6 Transaction Summary ========================================================================================================== Install 83 Packages Upgrade 5 Packages Total download size: 56 M Downloading Packages: (1/88): nspr-4.25.0-2.el8_2.x86_64.rpm 171 kB/s | 142 kB 00:00 (2/88): 389-ds-base-libs-1.4.3.16-8.module_el8.4.0+644+ed25d39e.x86_64.rp 302 kB/s | 849 kB 00:02 (3/88): nss-3.53.1-17.el8_3.x86_64.rpm 325 kB/s | 723 kB 00:02 (4/88): nss-softokn-3.53.1-17.el8_3.x86_64.rpm 453 kB/s | 484 kB 00:01 (5/88): nss-softokn-freebl-3.53.1-17.el8_3.x86_64.rpm 421 kB/s | 376 kB 00:00 (6/88): nss-sysinit-3.53.1-17.el8_3.x86_64.rpm 480 kB/s | 72 kB 00:00 (7/88): nss-util-3.53.1-17.el8_3.x86_64.rpm 460 kB/s | 136 kB 00:00 (8/88): perl-DB_File-1.842-1.el8.x86_64.rpm 549 kB/s | 83 kB 00:00 (9/88): python3-argcomplete-1.9.3-6.el8.noarch.rpm 408 kB/s | 60 kB 00:00 (10/88): 389-ds-base-1.4.3.16-8.module_el8.4.0+644+ed25d39e.x86_64.rpm 390 kB/s | 1.8 MB 00:04 (11/88): python3-distro-1.4.0-2.module_el8.5.0+751+b79b40be.noarch.rpm 487 kB/s | 37 kB 00:00 (12/88): nss-tools-3.53.1-17.el8_3.x86_64.rpm 534 kB/s | 560 kB 00:01 (13/88): python3-ldap-3.3.1-1.el8.x86_64.rpm 650 kB/s | 230 kB 00:00 (14/88): python3-pyasn1-0.3.7-6.el8.noarch.rpm 562 kB/s | 126 kB 00:00 (15/88): python3-pyasn1-modules-0.3.7-6.el8.noarch.rpm 506 kB/s | 110 kB 00:00 (16/88): checkpolicy-2.9-1.el8.x86_64.rpm 655 kB/s | 348 kB 00:00 (17/88): cyrus-sasl-gssapi-2.1.27-5.el8.x86_64.rpm 625 kB/s | 50 kB 00:00 (18/88): python3-lib389-1.4.3.16-8.module_el8.4.0+644+ed25d39e.noarch.rpm 722 kB/s | 896 kB 00:01 (19/88): cyrus-sasl-md5-2.1.27-5.el8.x86_64.rpm 437 kB/s | 66 kB 00:00 (20/88): cyrus-sasl-plain-2.1.27-5.el8.x86_64.rpm 618 kB/s | 47 kB 00:00 (21/88): diffutils-3.6-6.el8.x86_64.rpm 686 kB/s | 358 kB 00:00 (22/88): groff-base-1.22.3-18.el8.x86_64.rpm 875 kB/s | 1.0 MB 00:01 (23/88): iproute-5.9.0-4.el8.x86_64.rpm 813 kB/s | 692 kB 00:00 (24/88): libevent-2.1.8-5.el8.x86_64.rpm 869 kB/s | 253 kB 00:00 (25/88): libmnl-1.0.4-6.el8.x86_64.rpm 398 kB/s | 30 kB 00:00 (26/88): libselinux-utils-2.9-5.el8.x86_64.rpm 776 kB/s | 243 kB 00:00 (27/88): ncurses-6.1-7.20180224.el8.x86_64.rpm 807 kB/s | 387 kB 00:00 (28/88): openldap-clients-2.4.46-16.el8.x86_64.rpm 883 kB/s | 202 kB 00:00 (29/88): openssl-1.1.1g-15.el8_3.x86_64.rpm 972 kB/s | 707 kB 00:00 (30/88): cracklib-dicts-2.9.6-15.el8.x86_64.rpm 972 kB/s | 4.0 MB 00:04 (31/88): perl-Algorithm-Diff-1.1903-9.el8.noarch.rpm 691 kB/s | 52 kB 00:00 (32/88): openssl-perl-1.1.1g-15.el8_3.x86_64.rpm 554 kB/s | 80 kB 00:00 (33/88): perl-Carp-1.42-396.el8.noarch.rpm 394 kB/s | 30 kB 00:00 (34/88): perl-Archive-Tar-2.30-1.el8.noarch.rpm 855 kB/s | 79 kB 00:00 (35/88): perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64.rpm 514 kB/s | 40 kB 00:00 (36/88): perl-Compress-Raw-Zlib-2.081-1.el8.x86_64.rpm 822 kB/s | 68 kB 00:00 (37/88): perl-Data-Dumper-2.167-399.el8.x86_64.rpm 723 kB/s | 58 kB 00:00 (38/88): perl-Errno-1.28-419.el8.x86_64.rpm 518 kB/s | 76 kB 00:00 (39/88): perl-Exporter-5.72-396.el8.noarch.rpm 434 kB/s | 34 kB 00:00 (40/88): perl-File-Path-2.15-2.el8.noarch.rpm 490 kB/s | 38 kB 00:00 (41/88): perl-File-Temp-0.230.600-1.el8.noarch.rpm 781 kB/s | 63 kB 00:00 (42/88): perl-Getopt-Long-2.50-4.el8.noarch.rpm 778 kB/s | 63 kB 00:00 (43/88): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm 659 kB/s | 58 kB 00:00 (44/88): perl-IO-1.38-419.el8.x86_64.rpm 893 kB/s | 142 kB 00:00 (45/88): perl-IO-Compress-2.081-1.el8.noarch.rpm 879 kB/s | 258 kB 00:00 (46/88): perl-IO-Zlib-1.10-419.el8.noarch.rpm 512 kB/s | 80 kB 00:00 (47/88): perl-MIME-Base64-3.15-396.el8.x86_64.rpm 412 kB/s | 31 kB 00:00 (48/88): perl-Encode-2.97-3.el8.x86_64.rpm 1.1 MB/s | 1.5 MB 00:01 (49/88): perl-Pod-Escapes-1.07-395.el8.noarch.rpm 282 kB/s | 20 kB 00:00 (50/88): perl-PathTools-3.74-1.el8.x86_64.rpm 596 kB/s | 90 kB 00:00 (51/88): perl-Pod-Perldoc-3.28-396.el8.noarch.rpm 584 kB/s | 86 kB 00:00 (52/88): perl-Pod-Usage-1.69-395.el8.noarch.rpm 444 kB/s | 34 kB 00:00 (53/88): perl-Pod-Simple-3.35-395.el8.noarch.rpm 895 kB/s | 213 kB 00:00 (54/88): perl-Scalar-List-Utils-1.49-2.el8.x86_64.rpm 855 kB/s | 68 kB 00:00 (55/88): perl-Socket-2.027-3.el8.x86_64.rpm 725 kB/s | 59 kB 00:00 (56/88): perl-Term-ANSIColor-4.06-396.el8.noarch.rpm 569 kB/s | 46 kB 00:00 (57/88): perl-Storable-3.11-3.el8.x86_64.rpm 606 kB/s | 98 kB 00:00 (58/88): perl-Term-Cap-1.17-395.el8.noarch.rpm 296 kB/s | 23 kB 00:00 (59/88): perl-Text-Diff-1.45-2.el8.noarch.rpm 561 kB/s | 45 kB 00:00 (60/88): perl-Text-ParseWords-3.30-395.el8.noarch.rpm 239 kB/s | 18 kB 00:00 (61/88): perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm 324 kB/s | 24 kB 00:00 (62/88): perl-Time-Local-1.280-1.el8.noarch.rpm 424 kB/s | 34 kB 00:00 (63/88): perl-Unicode-Normalize-1.25-396.el8.x86_64.rpm 960 kB/s | 82 kB 00:00 (64/88): perl-constant-1.33-396.el8.noarch.rpm 319 kB/s | 25 kB 00:00 (65/88): perl-libs-5.26.3-419.el8.x86_64.rpm 1.0 MB/s | 1.6 MB 00:01 (66/88): perl-macros-5.26.3-419.el8.x86_64.rpm 930 kB/s | 72 kB 00:00 (67/88): perl-parent-0.237-1.el8.noarch.rpm 251 kB/s | 20 kB 00:00 (68/88): perl-podlators-4.11-1.el8.noarch.rpm 769 kB/s | 118 kB 00:00 (69/88): perl-threads-2.21-2.el8.x86_64.rpm 713 kB/s | 61 kB 00:00 (70/88): perl-threads-shared-1.58-2.el8.x86_64.rpm 590 kB/s | 48 kB 00:00 (71/88): policycoreutils-2.9-14.el8.x86_64.rpm 1.0 MB/s | 373 kB 00:00 (72/88): policycoreutils-python-utils-2.9-14.el8.noarch.rpm 860 kB/s | 252 kB 00:00 (73/88): python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64.rpm 596 kB/s | 86 kB 00:00 (74/88): python3-libselinux-2.9-5.el8.x86_64.rpm 960 kB/s | 283 kB 00:00 (75/88): python3-libsemanage-2.9-6.el8.x86_64.rpm 788 kB/s | 127 kB 00:00 (76/88): libicu-60.3-2.el8_1.x86_64.rpm 1.0 MB/s | 8.8 MB 00:08 (77/88): python3-setools-4.3.0-2.el8.x86_64.rpm 1.1 MB/s | 626 kB 00:00 (78/88): python3-setuptools-39.2.0-6.el8.noarch.rpm 947 kB/s | 163 kB 00:00 (79/88): rpm-plugin-selinux-4.14.3-13.el8.x86_64.rpm 937 kB/s | 76 kB 00:00 (80/88): python3-policycoreutils-2.9-14.el8.noarch.rpm 1.1 MB/s | 2.2 MB 00:01 (81/88): perl-interpreter-5.26.3-419.el8.x86_64.rpm 1.2 MB/s | 6.3 MB 00:05 (82/88): selinux-policy-3.14.3-67.el8.noarch.rpm 1.2 MB/s | 628 kB 00:00 (83/88): python3-rpm-4.14.3-13.el8.x86_64.rpm 998 kB/s | 158 kB 00:00 (84/88): rpm-4.14.3-13.el8.x86_64.rpm 1.1 MB/s | 542 kB 00:00 (85/88): rpm-build-libs-4.14.3-13.el8.x86_64.rpm 979 kB/s | 155 kB 00:00 (86/88): openssl-libs-1.1.1g-15.el8_3.x86_64.rpm 1.2 MB/s | 1.5 MB 00:01 (87/88): rpm-libs-4.14.3-13.el8.x86_64.rpm 1.1 MB/s | 339 kB 00:00 (88/88): selinux-policy-minimum-3.14.3-67.el8.noarch.rpm 1.4 MB/s | 13 MB 00:09 ---------------------------------------------------------------------------------------------------------- Total 2.1 MB/s | 56 MB 00:27 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Upgrading : openssl-libs-1:1.1.1g-15.el8_3.x86_64 1/93 Running scriptlet: openssl-libs-1:1.1.1g-15.el8_3.x86_64 1/93 Installing : nspr-4.25.0-2.el8_2.x86_64 2/93 Running scriptlet: nspr-4.25.0-2.el8_2.x86_64 2/93 Installing : nss-util-3.53.1-17.el8_3.x86_64 3/93 Installing : python3-libselinux-2.9-5.el8.x86_64 4/93 Installing : python3-pyasn1-0.3.7-6.el8.noarch 5/93 Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 6/93 Installing : python3-ldap-3.3.1-1.el8.x86_64 7/93 Installing : python3-libsemanage-2.9-6.el8.x86_64 8/93 Installing : libevent-2.1.8-5.el8.x86_64 9/93 Installing : openssl-1:1.1.1g-15.el8_3.x86_64 10/93 Upgrading : rpm-4.14.3-13.el8.x86_64 11/93 Upgrading : rpm-libs-4.14.3-13.el8.x86_64 12/93 Running scriptlet: rpm-libs-4.14.3-13.el8.x86_64 12/93 Upgrading : rpm-build-libs-4.14.3-13.el8.x86_64 13/93 Running scriptlet: rpm-build-libs-4.14.3-13.el8.x86_64 13/93 Installing : python3-setools-4.3.0-2.el8.x86_64 14/93 Installing : nss-softokn-freebl-3.53.1-17.el8_3.x86_64 15/93 Installing : nss-softokn-3.53.1-17.el8_3.x86_64 16/93 Installing : nss-3.53.1-17.el8_3.x86_64 17/93 Installing : nss-sysinit-3.53.1-17.el8_3.x86_64 18/93 Installing : 389-ds-base-libs-1.4.3.16-8.module_el8.4.0+644+ed25d39e.x86_64 19/93 Installing : nss-tools-3.53.1-17.el8_3.x86_64 20/93 Installing : cyrus-sasl-md5-2.1.27-5.el8.x86_64 21/93 Installing : python3-setuptools-39.2.0-6.el8.noarch 22/93 Installing : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64 23/93 Installing : openldap-clients-2.4.46-16.el8.x86_64 24/93 Installing : ncurses-6.1-7.20180224.el8.x86_64 25/93 Installing : libselinux-utils-2.9-5.el8.x86_64 26/93 Installing : libmnl-1.0.4-6.el8.x86_64 27/93 Running scriptlet: libmnl-1.0.4-6.el8.x86_64 27/93 Installing : iproute-5.9.0-4.el8.x86_64 28/93 Installing : libicu-60.3-2.el8_1.x86_64 29/93 Running scriptlet: libicu-60.3-2.el8_1.x86_64 29/93 Installing : groff-base-1.22.3-18.el8.x86_64 30/93 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 31/93 Installing : perl-Time-Local-1:1.280-1.el8.noarch 32/93 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 33/93 Installing : perl-Term-Cap-1.17-395.el8.noarch 34/93 Installing : perl-File-Temp-0.230.600-1.el8.noarch 35/93 Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 36/93 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 37/93 Installing : perl-podlators-4.11-1.el8.noarch 38/93 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 39/93 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 40/93 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 41/93 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 42/93 Installing : perl-Storable-1:3.11-3.el8.x86_64 43/93 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 44/93 Installing : perl-Errno-1.28-419.el8.x86_64 45/93 Installing : perl-Socket-4:2.027-3.el8.x86_64 46/93 Installing : perl-Encode-4:2.97-3.el8.x86_64 47/93 Installing : perl-Carp-1.42-396.el8.noarch 48/93 Installing : perl-Exporter-5.72-396.el8.noarch 49/93 Installing : perl-libs-4:5.26.3-419.el8.x86_64 50/93 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 51/93 Installing : perl-parent-1:0.237-1.el8.noarch 52/93 Installing : perl-macros-4:5.26.3-419.el8.x86_64 53/93 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 54/93 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 55/93 Installing : perl-File-Path-2.15-2.el8.noarch 56/93 Installing : perl-IO-1.38-419.el8.x86_64 57/93 Installing : perl-PathTools-3.74-1.el8.x86_64 58/93 Installing : perl-constant-1.33-396.el8.noarch 59/93 Installing : perl-threads-1:2.21-2.el8.x86_64 60/93 Installing : perl-threads-shared-1.58-2.el8.x86_64 61/93 Installing : perl-interpreter-4:5.26.3-419.el8.x86_64 62/93 Installing : perl-DB_File-1.842-1.el8.x86_64 63/93 Installing : openssl-perl-1:1.1.1g-15.el8_3.x86_64 64/93 Installing : perl-Algorithm-Diff-1.1903-9.el8.noarch 65/93 Installing : perl-Text-Diff-1.45-2.el8.noarch 66/93 Installing : perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64 67/93 Installing : perl-Compress-Raw-Zlib-2.081-1.el8.x86_64 68/93 Installing : perl-IO-Compress-2.081-1.el8.noarch 69/93 Installing : perl-IO-Zlib-1:1.10-419.el8.noarch 70/93 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 71/93 Installing : perl-Archive-Tar-2.30-1.el8.noarch 72/93 Installing : diffutils-3.6-6.el8.x86_64 73/93 Running scriptlet: diffutils-3.6-6.el8.x86_64 73/93 Installing : policycoreutils-2.9-14.el8.x86_64 74/93 Running scriptlet: policycoreutils-2.9-14.el8.x86_64 74/93 Installing : cyrus-sasl-plain-2.1.27-5.el8.x86_64 75/93 Installing : cyrus-sasl-gssapi-2.1.27-5.el8.x86_64 76/93 Installing : cracklib-dicts-2.9.6-15.el8.x86_64 77/93 Installing : checkpolicy-2.9-1.el8.x86_64 78/93 Installing : python3-policycoreutils-2.9-14.el8.noarch 79/93 Installing : policycoreutils-python-utils-2.9-14.el8.noarch 80/93 Installing : rpm-plugin-selinux-4.14.3-13.el8.x86_64 81/93 Installing : selinux-policy-3.14.3-67.el8.noarch 82/93 Running scriptlet: selinux-policy-3.14.3-67.el8.noarch 82/93 Running scriptlet: selinux-policy-minimum-3.14.3-67.el8.noarch 83/93 Installing : selinux-policy-minimum-3.14.3-67.el8.noarch 83/93 Running scriptlet: selinux-policy-minimum-3.14.3-67.el8.noarch 83/93 Installing : python3-distro-1.4.0-2.module_el8.5.0+751+b79b40be.noarch 84/93 Installing : python3-argcomplete-1.9.3-6.el8.noarch 85/93 Installing : python3-lib389-1.4.3.16-8.module_el8.4.0+644+ed25d39e.noarch 86/93 Installing : 389-ds-base-1.4.3.16-8.module_el8.4.0+644+ed25d39e.x86_64 87/93 Running scriptlet: 389-ds-base-1.4.3.16-8.module_el8.4.0+644+ed25d39e.x86_64 87/93 Upgrading : python3-rpm-4.14.3-13.el8.x86_64 88/93 Cleanup : python3-rpm-4.14.3-10.el8.x86_64 89/93 Cleanup : rpm-build-libs-4.14.3-10.el8.x86_64 90/93 Running scriptlet: rpm-build-libs-4.14.3-10.el8.x86_64 90/93 Cleanup : rpm-4.14.3-10.el8.x86_64 91/93 Cleanup : rpm-libs-4.14.3-10.el8.x86_64 92/93 Running scriptlet: rpm-libs-4.14.3-10.el8.x86_64 92/93 Cleanup : openssl-libs-1:1.1.1g-12.el8_3.x86_64 93/93 Running scriptlet: openssl-libs-1:1.1.1g-12.el8_3.x86_64 93/93 Running scriptlet: nss-3.53.1-17.el8_3.x86_64 93/93 Running scriptlet: openssl-libs-1:1.1.1g-12.el8_3.x86_64 93/93 Verifying : 389-ds-base-1.4.3.16-8.module_el8.4.0+644+ed25d39e.x86_64 1/93 Verifying : 389-ds-base-libs-1.4.3.16-8.module_el8.4.0+644+ed25d39e.x86_64 2/93 Verifying : nspr-4.25.0-2.el8_2.x86_64 3/93 Verifying : nss-3.53.1-17.el8_3.x86_64 4/93 Verifying : nss-softokn-3.53.1-17.el8_3.x86_64 5/93 Verifying : nss-softokn-freebl-3.53.1-17.el8_3.x86_64 6/93 Verifying : nss-sysinit-3.53.1-17.el8_3.x86_64 7/93 Verifying : nss-tools-3.53.1-17.el8_3.x86_64 8/93 Verifying : nss-util-3.53.1-17.el8_3.x86_64 9/93 Verifying : perl-DB_File-1.842-1.el8.x86_64 10/93 Verifying : python3-argcomplete-1.9.3-6.el8.noarch 11/93 Verifying : python3-distro-1.4.0-2.module_el8.5.0+751+b79b40be.noarch 12/93 Verifying : python3-ldap-3.3.1-1.el8.x86_64 13/93 Verifying : python3-lib389-1.4.3.16-8.module_el8.4.0+644+ed25d39e.noarch 14/93 Verifying : python3-pyasn1-0.3.7-6.el8.noarch 15/93 Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 16/93 Verifying : checkpolicy-2.9-1.el8.x86_64 17/93 Verifying : cracklib-dicts-2.9.6-15.el8.x86_64 18/93 Verifying : cyrus-sasl-gssapi-2.1.27-5.el8.x86_64 19/93 Verifying : cyrus-sasl-md5-2.1.27-5.el8.x86_64 20/93 Verifying : cyrus-sasl-plain-2.1.27-5.el8.x86_64 21/93 Verifying : diffutils-3.6-6.el8.x86_64 22/93 Verifying : groff-base-1.22.3-18.el8.x86_64 23/93 Verifying : iproute-5.9.0-4.el8.x86_64 24/93 Verifying : libevent-2.1.8-5.el8.x86_64 25/93 Verifying : libicu-60.3-2.el8_1.x86_64 26/93 Verifying : libmnl-1.0.4-6.el8.x86_64 27/93 Verifying : libselinux-utils-2.9-5.el8.x86_64 28/93 Verifying : ncurses-6.1-7.20180224.el8.x86_64 29/93 Verifying : openldap-clients-2.4.46-16.el8.x86_64 30/93 Verifying : openssl-1:1.1.1g-15.el8_3.x86_64 31/93 Verifying : openssl-perl-1:1.1.1g-15.el8_3.x86_64 32/93 Verifying : perl-Algorithm-Diff-1.1903-9.el8.noarch 33/93 Verifying : perl-Archive-Tar-2.30-1.el8.noarch 34/93 Verifying : perl-Carp-1.42-396.el8.noarch 35/93 Verifying : perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64 36/93 Verifying : perl-Compress-Raw-Zlib-2.081-1.el8.x86_64 37/93 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 38/93 Verifying : perl-Encode-4:2.97-3.el8.x86_64 39/93 Verifying : perl-Errno-1.28-419.el8.x86_64 40/93 Verifying : perl-Exporter-5.72-396.el8.noarch 41/93 Verifying : perl-File-Path-2.15-2.el8.noarch 42/93 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 43/93 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 44/93 Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 45/93 Verifying : perl-IO-1.38-419.el8.x86_64 46/93 Verifying : perl-IO-Compress-2.081-1.el8.noarch 47/93 Verifying : perl-IO-Zlib-1:1.10-419.el8.noarch 48/93 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 49/93 Verifying : perl-PathTools-3.74-1.el8.x86_64 50/93 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 51/93 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 52/93 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 53/93 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 54/93 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 55/93 Verifying : perl-Socket-4:2.027-3.el8.x86_64 56/93 Verifying : perl-Storable-1:3.11-3.el8.x86_64 57/93 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 58/93 Verifying : perl-Term-Cap-1.17-395.el8.noarch 59/93 Verifying : perl-Text-Diff-1.45-2.el8.noarch 60/93 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 61/93 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 62/93 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 63/93 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 64/93 Verifying : perl-constant-1.33-396.el8.noarch 65/93 Verifying : perl-interpreter-4:5.26.3-419.el8.x86_64 66/93 Verifying : perl-libs-4:5.26.3-419.el8.x86_64 67/93 Verifying : perl-macros-4:5.26.3-419.el8.x86_64 68/93 Verifying : perl-parent-1:0.237-1.el8.noarch 69/93 Verifying : perl-podlators-4.11-1.el8.noarch 70/93 Verifying : perl-threads-1:2.21-2.el8.x86_64 71/93 Verifying : perl-threads-shared-1.58-2.el8.x86_64 72/93 Verifying : policycoreutils-2.9-14.el8.x86_64 73/93 Verifying : policycoreutils-python-utils-2.9-14.el8.noarch 74/93 Verifying : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64 75/93 Verifying : python3-libselinux-2.9-5.el8.x86_64 76/93 Verifying : python3-libsemanage-2.9-6.el8.x86_64 77/93 Verifying : python3-policycoreutils-2.9-14.el8.noarch 78/93 Verifying : python3-setools-4.3.0-2.el8.x86_64 79/93 Verifying : python3-setuptools-39.2.0-6.el8.noarch 80/93 Verifying : rpm-plugin-selinux-4.14.3-13.el8.x86_64 81/93 Verifying : selinux-policy-3.14.3-67.el8.noarch 82/93 Verifying : selinux-policy-minimum-3.14.3-67.el8.noarch 83/93 Verifying : openssl-libs-1:1.1.1g-15.el8_3.x86_64 84/93 Verifying : openssl-libs-1:1.1.1g-12.el8_3.x86_64 85/93 Verifying : python3-rpm-4.14.3-13.el8.x86_64 86/93 Verifying : python3-rpm-4.14.3-10.el8.x86_64 87/93 Verifying : rpm-4.14.3-13.el8.x86_64 88/93 Verifying : rpm-4.14.3-10.el8.x86_64 89/93 Verifying : rpm-build-libs-4.14.3-13.el8.x86_64 90/93 Verifying : rpm-build-libs-4.14.3-10.el8.x86_64 91/93 Verifying : rpm-libs-4.14.3-13.el8.x86_64 92/93 Verifying : rpm-libs-4.14.3-10.el8.x86_64 93/93 Upgraded: openssl-libs-1:1.1.1g-15.el8_3.x86_64 python3-rpm-4.14.3-13.el8.x86_64 rpm-4.14.3-13.el8.x86_64 rpm-build-libs-4.14.3-13.el8.x86_64 rpm-libs-4.14.3-13.el8.x86_64 Installed: 389-ds-base-1.4.3.16-8.module_el8.4.0+644+ed25d39e.x86_64 389-ds-base-libs-1.4.3.16-8.module_el8.4.0+644+ed25d39e.x86_64 checkpolicy-2.9-1.el8.x86_64 cracklib-dicts-2.9.6-15.el8.x86_64 cyrus-sasl-gssapi-2.1.27-5.el8.x86_64 cyrus-sasl-md5-2.1.27-5.el8.x86_64 cyrus-sasl-plain-2.1.27-5.el8.x86_64 diffutils-3.6-6.el8.x86_64 groff-base-1.22.3-18.el8.x86_64 iproute-5.9.0-4.el8.x86_64 libevent-2.1.8-5.el8.x86_64 libicu-60.3-2.el8_1.x86_64 libmnl-1.0.4-6.el8.x86_64 libselinux-utils-2.9-5.el8.x86_64 ncurses-6.1-7.20180224.el8.x86_64 nspr-4.25.0-2.el8_2.x86_64 nss-3.53.1-17.el8_3.x86_64 nss-softokn-3.53.1-17.el8_3.x86_64 nss-softokn-freebl-3.53.1-17.el8_3.x86_64 nss-sysinit-3.53.1-17.el8_3.x86_64 nss-tools-3.53.1-17.el8_3.x86_64 nss-util-3.53.1-17.el8_3.x86_64 openldap-clients-2.4.46-16.el8.x86_64 openssl-1:1.1.1g-15.el8_3.x86_64 openssl-perl-1:1.1.1g-15.el8_3.x86_64 perl-Algorithm-Diff-1.1903-9.el8.noarch perl-Archive-Tar-2.30-1.el8.noarch perl-Carp-1.42-396.el8.noarch perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64 perl-Compress-Raw-Zlib-2.081-1.el8.x86_64 perl-DB_File-1.842-1.el8.x86_64 perl-Data-Dumper-2.167-399.el8.x86_64 perl-Encode-4:2.97-3.el8.x86_64 perl-Errno-1.28-419.el8.x86_64 perl-Exporter-5.72-396.el8.noarch perl-File-Path-2.15-2.el8.noarch perl-File-Temp-0.230.600-1.el8.noarch perl-Getopt-Long-1:2.50-4.el8.noarch perl-HTTP-Tiny-0.074-1.el8.noarch perl-IO-1.38-419.el8.x86_64 perl-IO-Compress-2.081-1.el8.noarch perl-IO-Zlib-1:1.10-419.el8.noarch perl-MIME-Base64-3.15-396.el8.x86_64 perl-PathTools-3.74-1.el8.x86_64 perl-Pod-Escapes-1:1.07-395.el8.noarch perl-Pod-Perldoc-3.28-396.el8.noarch perl-Pod-Simple-1:3.35-395.el8.noarch perl-Pod-Usage-4:1.69-395.el8.noarch perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 perl-Socket-4:2.027-3.el8.x86_64 perl-Storable-1:3.11-3.el8.x86_64 perl-Term-ANSIColor-4.06-396.el8.noarch perl-Term-Cap-1.17-395.el8.noarch perl-Text-Diff-1.45-2.el8.noarch perl-Text-ParseWords-3.30-395.el8.noarch perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch perl-Time-Local-1:1.280-1.el8.noarch perl-Unicode-Normalize-1.25-396.el8.x86_64 perl-constant-1.33-396.el8.noarch perl-interpreter-4:5.26.3-419.el8.x86_64 perl-libs-4:5.26.3-419.el8.x86_64 perl-macros-4:5.26.3-419.el8.x86_64 perl-parent-1:0.237-1.el8.noarch perl-podlators-4.11-1.el8.noarch perl-threads-1:2.21-2.el8.x86_64 perl-threads-shared-1.58-2.el8.x86_64 policycoreutils-2.9-14.el8.x86_64 policycoreutils-python-utils-2.9-14.el8.noarch python3-argcomplete-1.9.3-6.el8.noarch python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64 python3-distro-1.4.0-2.module_el8.5.0+751+b79b40be.noarch python3-ldap-3.3.1-1.el8.x86_64 python3-lib389-1.4.3.16-8.module_el8.4.0+644+ed25d39e.noarch python3-libselinux-2.9-5.el8.x86_64 python3-libsemanage-2.9-6.el8.x86_64 python3-policycoreutils-2.9-14.el8.noarch python3-pyasn1-0.3.7-6.el8.noarch python3-pyasn1-modules-0.3.7-6.el8.noarch python3-setools-4.3.0-2.el8.x86_64 python3-setuptools-39.2.0-6.el8.noarch rpm-plugin-selinux-4.14.3-13.el8.x86_64 selinux-policy-3.14.3-67.el8.noarch selinux-policy-minimum-3.14.3-67.el8.noarch Complete! + buildah run centos-working-container -- dnf -y clean all 21 files removed + buildah run centos-working-container -- mkdir -p /data/config /data/ssca /data/run /var/run/dirsrv + buildah run centos-working-container -- ln -s /data/config /etc/dirsrv/slapd-localhost + buildah run centos-working-container -- ln -s /data/ssca /etc/dirsrv/ssca + buildah run centos-working-container -- ln -s /data/run /var/run/dirsrv + buildah config --volume /data --port 3389 --port 3636 --cmd '/usr/libexec/dirsrv/dscontainer -r' centos-working-container + buildah commit centos-working-container centos8-389-ds:1.4 Getting image source signatures Copying blob 92538e92de29 skipped: already exists Copying blob eb7bf34352ca skipped: already exists Copying blob 348a047cced4 skipped: already exists Copying blob bf99e5162fd7 done Copying config fded2d3892 done Writing manifest to image destination Storing signatures fded2d3892422e247a7bf4fcd9cb755df46908176515a71367df10b819d4456f + buildah rm centos-working-container 0a27b486335e30852bfd68c0edac952158d013d3b2d563087343b3345a3c6321 + set +x |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2021-04-03 06:49 | ivanov17 | New Issue | |
2021-04-03 06:49 | ivanov17 | Tag Attached: 389ds | |
2021-04-03 06:49 | ivanov17 | Tag Attached: centos 8 | |
2021-04-03 06:49 | ivanov17 | Tag Attached: CentOS 8 Stream | |
2021-04-03 06:49 | ivanov17 | Tag Attached: containers | |
2021-04-03 06:49 | ivanov17 | Tag Attached: Directory Server | |
2021-04-03 06:49 | ivanov17 | Tag Attached: dscontainer | |
2021-04-03 06:49 | ivanov17 | Tag Attached: podman | |
2021-04-03 06:49 | ivanov17 | Tag Attached: python3-lib389 | |
2021-04-03 06:49 | ivanov17 | Tag Attached: selinux | |
2021-04-03 06:49 | ivanov17 | File Added: centos8-389ds-buildscript.sh | |
2021-04-03 06:49 | ivanov17 | File Added: centos8-389ds-build.log |