On 02.11.22 13:27, Rob Crittenden via FreeIPA-users wrote:
Ronald Wimmer via FreeIPA-users wrote:
When trying to add some new ipa clients (RHEL 7.9) I do get the
following error:
Cannot obtain CA certificate
'ldap://pipag01.linux.gleis.at' doesn't have a certificate.
Installation failed. Rolling back changes.
LDAP(S)/HTTP(S) ports are open.
What's going on here? How can I debug further?
You need to look in /var/log/ipaclient-install.log for details.I
I did check that file, of course. But i still have no clue...
2022-11-02T12:30:06Z DEBUG Logging to /var/log/ipaclient-install.log
2022-11-02T12:30:06Z DEBUG ipa-client-install was invoked with arguments
[] and options: {'no_dns_sshfp': False, 'force': False, 'verbose':
False, 'ip_addresses': None, 'configure_firefox': False, 'realm_name':
'LINUX.MYDOMAIN.AT', 'force_ntpd': False, 'on_master': False,
'no_nisdomain': False, 'ssh_trust_dns': False, 'principal': 'admin',
'keytab': None, 'no_ntp': False, 'domain_name': 'mydomain.at',
'request_cert': False, 'fixed_primary': True, 'no_ac': False, 'no_sudo':
False, 'ca_cert_files': None, 'all_ip_addresses': False,
'kinit_attempts': None, 'ntp_servers': ['time1.mydomain.at'],
'enable_dns_updates': False, 'no_sshd': False, 'no_sssd': False,
'no_krb5_offline_passwords': False, 'servers':
['ipa01.linux.mydomain.at'], 'no_ssh': False, 'force_join': False,
'firefox_dir': None, 'unattended': False, 'quiet': False, 'nisdomain':
None, 'prompt_password': False, 'host_name': 'vm10927.mydomain.at',
'permit': False, 'automount_location': None, 'preserve_sssd': False,
'mkhomedir': False, 'log_file': None, 'uninstall': False}
2022-11-02T12:30:06Z DEBUG IPA version 4.6.8-5.0.1.el7_9.11
2022-11-02T12:30:06Z DEBUG Loading Index file from
'/var/lib/ipa-client/sysrestore/sysrestore.index'
2022-11-02T12:30:06Z DEBUG Starting external process
2022-11-02T12:30:06Z DEBUG args=/usr/sbin/selinuxenabled
2022-11-02T12:30:06Z DEBUG Process finished, return code=0
2022-11-02T12:30:06Z DEBUG stdout=
2022-11-02T12:30:06Z DEBUG stderr=
2022-11-02T12:30:06Z DEBUG Starting external process
2022-11-02T12:30:06Z DEBUG args=/bin/systemctl is-enabled chronyd.service
2022-11-02T12:30:06Z DEBUG Process finished, return code=1
2022-11-02T12:30:06Z DEBUG stdout=
2022-11-02T12:30:06Z DEBUG stderr=Failed to get unit file state for
chronyd.service: No such file or directory
2022-11-02T12:30:06Z DEBUG Starting external process
2022-11-02T12:30:06Z DEBUG args=/bin/systemctl is-active chronyd.service
2022-11-02T12:30:06Z DEBUG Process finished, return code=3
2022-11-02T12:30:06Z DEBUG stdout=unknown
2022-11-02T12:30:06Z DEBUG stderr=
2022-11-02T12:30:06Z DEBUG [IPA Discovery]
2022-11-02T12:30:06Z DEBUG Starting IPA discovery with
domain=mydomain.at, servers=['ipa01.linux.mydomain.at'],
hostname=vm10927.mydomain.at
2022-11-02T12:30:06Z DEBUG Server and domain forced
2022-11-02T12:30:06Z DEBUG [Kerberos realm search]
2022-11-02T12:30:06Z DEBUG Kerberos realm forced
2022-11-02T12:30:06Z DEBUG [LDAP server check]
2022-11-02T12:30:06Z DEBUG Verifying that ipa01.linux.mydomain.at (realm
LINUX.MYDOMAIN.AT) is an IPA server
2022-11-02T12:30:06Z DEBUG Init LDAP connection to:
ldap://ipa01.linux.mydomain.at:389
2022-11-02T12:30:06Z DEBUG Search LDAP server for IPA base DN
2022-11-02T12:30:06Z DEBUG Check if naming context
'dc=linux,dc=mydomain,dc=at' is for IPA
2022-11-02T12:30:06Z DEBUG Naming context 'dc=linux,dc=mydomain,dc=at'
is a valid IPA context
2022-11-02T12:30:06Z DEBUG Search for (objectClass=krbRealmContainer) in
dc=linux,dc=mydomain,dc=at (sub)
2022-11-02T12:30:06Z DEBUG Found:
cn=LINUX.MYDOMAIN.AT,cn=kerberos,dc=linux,dc=mydomain,dc=at
2022-11-02T12:30:06Z DEBUG Discovery result: Success;
server=ipa01.linux.mydomain.at, domain=mydomain.at,
kdc=ipa01.linux.mydomain.at, basedn=dc=linux,dc=mydomain,dc=at
2022-11-02T12:30:06Z DEBUG Validated servers: ipa01.linux.mydomain.at
2022-11-02T12:30:06Z DEBUG will use discovered domain: mydomain.at
2022-11-02T12:30:06Z DEBUG Using servers from command line, disabling
DNS discovery
2022-11-02T12:30:06Z DEBUG will use provided server: ipa01.linux.mydomain.at
2022-11-02T12:30:06Z INFO Autodiscovery of servers for failover cannot
work with this configuration.
2022-11-02T12:30:06Z INFO If you proceed with the installation, services
will be configured to always access the discovered server for all
operations and will not fail over to other servers in case of failure.
2022-11-02T12:30:08Z DEBUG will use discovered realm: LINUX.MYDOMAIN.AT
2022-11-02T12:30:08Z DEBUG will use discovered basedn:
dc=linux,dc=mydomain,dc=at
2022-11-02T12:30:08Z INFO Client hostname: vm10927.mydomain.at
2022-11-02T12:30:08Z DEBUG Hostname source: Provided as option
2022-11-02T12:30:08Z INFO Realm: LINUX.MYDOMAIN.AT
2022-11-02T12:30:08Z DEBUG Realm source: Discovered from LDAP DNS
records in ipa01.linux.mydomain.at
2022-11-02T12:30:08Z INFO DNS Domain: mydomain.at
2022-11-02T12:30:08Z DEBUG DNS Domain source: Forced
2022-11-02T12:30:08Z INFO IPA Server: ipa01.linux.mydomain.at
2022-11-02T12:30:08Z DEBUG IPA Server source: Provided as option
2022-11-02T12:30:08Z INFO BaseDN: dc=linux,dc=mydomain,dc=at
2022-11-02T12:30:08Z DEBUG BaseDN source: From IPA server
ldap://ipa01.linux.mydomain.at:389
2022-11-02T12:30:09Z DEBUG Loading Index file from
'/var/lib/ipa-client/sysrestore/sysrestore.index'
2022-11-02T12:30:09Z DEBUG Loading StateFile from
'/var/lib/ipa-client/sysrestore/sysrestore.state'
2022-11-02T12:30:09Z DEBUG Starting external process
2022-11-02T12:30:09Z DEBUG args=/usr/sbin/ipa-rmkeytab -k
/etc/krb5.keytab -r LINUX.MYDOMAIN.AT
2022-11-02T12:30:10Z DEBUG Process finished, return code=3
2022-11-02T12:30:10Z DEBUG stdout=
2022-11-02T12:30:10Z DEBUG stderr=Failed to open keytab
'/etc/krb5.keytab': No such file or directory
2022-11-02T12:30:10Z DEBUG Backing up system configuration file
'/etc/hostname'
2022-11-02T12:30:10Z DEBUG Saving Index File to
'/var/lib/ipa-client/sysrestore/sysrestore.index'
2022-11-02T12:30:10Z DEBUG Loading StateFile from
'/var/lib/ipa-client/sysrestore/sysrestore.state'
2022-11-02T12:30:10Z DEBUG Saving StateFile to
'/var/lib/ipa-client/sysrestore/sysrestore.state'
2022-11-02T12:30:10Z DEBUG Starting external process
2022-11-02T12:30:10Z DEBUG args=/bin/hostnamectl set-hostname
vm10927.mydomain.at
2022-11-02T12:30:10Z DEBUG Process finished, return code=0
2022-11-02T12:30:10Z DEBUG stdout=
2022-11-02T12:30:10Z DEBUG stderr=
2022-11-02T12:30:10Z INFO Synchronizing time with KDC...
2022-11-02T12:30:10Z DEBUG Search DNS for SRV record of
_ntp._udp.mydomain.at
2022-11-02T12:30:10Z DEBUG DNS record not found: NXDOMAIN
2022-11-02T12:30:10Z INFO Attempting to sync time using ntpd. Will
timeout after 15 seconds
2022-11-02T12:30:10Z DEBUG Starting external process
2022-11-02T12:30:10Z DEBUG args=/usr/bin/timeout 15 /usr/sbin/ntpd -qgc
/tmp/tmp6do0SB
2022-11-02T12:30:10Z DEBUG Process finished, return code=1
2022-11-02T12:30:10Z DEBUG stdout=
2022-11-02T12:30:10Z DEBUG stderr=
2022-11-02T12:30:10Z WARNING Unable to sync time with NTP server,
assuming the time is in sync. Please check that 123 UDP port is opened.
2022-11-02T12:30:10Z DEBUG Starting external process
2022-11-02T12:30:10Z DEBUG args=/usr/bin/keyctl get_persistent @s 0
2022-11-02T12:30:10Z DEBUG Process finished, return code=0
2022-11-02T12:30:10Z DEBUG stdout=724090882
2022-11-02T12:30:10Z DEBUG stderr=
2022-11-02T12:30:10Z DEBUG Enabling persistent keyring CCACHE
2022-11-02T12:30:10Z DEBUG Writing Kerberos configuration to /tmp/tmpgNjmDU:
2022-11-02T12:30:10Z DEBUG #File modified by ipa-client-install
includedir /etc/krb5.conf.d/
includedir /var/lib/sss/pubconf/krb5.include.d/
[libdefaults]
default_realm = LINUX.MYDOMAIN.AT
dns_lookup_realm = false
dns_lookup_kdc = false
rdns = false
dns_canonicalize_hostname = false
ticket_lifetime = 24h
forwardable = true
udp_preference_limit = 0
default_ccache_name = KEYRING:persistent:%{uid}
[realms]
LINUX.MYDOMAIN.AT = {
kdc = ipa01.linux.mydomain.at:88
master_kdc = ipa01.linux.mydomain.at:88
admin_server = ipa01.linux.mydomain.at:749
kpasswd_server = ipa01.linux.mydomain.at:464
default_domain = mydomain.at
pkinit_anchors = FILE:/var/lib/ipa-client/pki/kdc-ca-bundle.pem
pkinit_pool = FILE:/var/lib/ipa-client/pki/ca-bundle.pem
}
[domain_realm]
.mydomain.at = LINUX.MYDOMAIN.AT
mydomain.at = LINUX.MYDOMAIN.AT
vm10927.mydomain.at = LINUX.MYDOMAIN.AT
2022-11-02T12:30:47Z DEBUG Initializing principal
[email protected] using password
2022-11-02T12:30:47Z DEBUG Starting external process
2022-11-02T12:30:47Z DEBUG args=/usr/bin/kinit [email protected]
-c /tmp/krbccQzEQkR/ccache
2022-11-02T12:30:47Z DEBUG Process finished, return code=0
2022-11-02T12:30:47Z DEBUG stdout=Password for [email protected]:
2022-11-02T12:30:47Z DEBUG stderr=
2022-11-02T12:30:47Z DEBUG trying to retrieve CA cert via LDAP from
ipa01.linux.mydomain.at
2022-11-02T12:30:47Z DEBUG get_ca_certs_from_ldap() error: option error
2022-11-02T12:30:47Z DEBUG option error
2022-11-02T12:30:47Z ERROR Cannot obtain CA certificate
'ldap://ipa01.linux.mydomain.at' doesn't have a certificate.
2022-11-02T12:30:47Z ERROR Installation failed. Rolling back changes.
2022-11-02T12:30:47Z DEBUG Loading Index file from
'/var/lib/ipa-client/sysrestore/sysrestore.index'
2022-11-02T12:30:47Z DEBUG Loading StateFile from
'/var/lib/ipa-client/sysrestore/sysrestore.state'
2022-11-02T12:30:47Z DEBUG Starting external process
2022-11-02T12:30:47Z DEBUG args=/usr/sbin/ipa-client-automount
--uninstall --debug
2022-11-02T12:30:48Z DEBUG Process finished, return code=1
2022-11-02T12:30:48Z DEBUG stdout=
2022-11-02T12:30:48Z DEBUG stderr=IPA client is not configured on this
system
2022-11-02T12:30:48Z ERROR Unconfigured automount client failed: Command
'/usr/sbin/ipa-client-automount --uninstall --debug' returned non-zero
exit status 1
2022-11-02T12:30:48Z DEBUG Loading Index file from
'/var/lib/ipa-client/sysrestore/sysrestore.index'
2022-11-02T12:30:48Z DEBUG Loading StateFile from
'/var/lib/ipa-client/sysrestore/sysrestore.state'
2022-11-02T12:30:48Z DEBUG Starting external process
2022-11-02T12:30:48Z DEBUG args=/usr/bin/certutil -d dbm:/etc/ipa/nssdb
-L -n Local IPA host -a -f /etc/ipa/nssdb/pwdfile.txt
2022-11-02T12:30:48Z DEBUG Process finished, return code=255
2022-11-02T12:30:48Z DEBUG stdout=
2022-11-02T12:30:48Z DEBUG stderr=certutil: function failed:
SEC_ERROR_LEGACY_DATABASE: The certificate/key database is in an old,
unsupported format.
2022-11-02T12:30:48Z DEBUG Starting external process
2022-11-02T12:30:48Z DEBUG args=/usr/bin/certutil -d sql:/etc/pki/nssdb
-L -n IPA Machine Certificate - vm10927.mydomain.at -a -f
/etc/pki/nssdb/pwdfile.txt
2022-11-02T12:30:48Z DEBUG Process finished, return code=255
2022-11-02T12:30:48Z DEBUG stdout=
2022-11-02T12:30:48Z DEBUG stderr=certutil: Could not find cert: IPA
Machine Certificate - vm10927.mydomain.at
: PR_FILE_NOT_FOUND_ERROR: File not found
2022-11-02T12:30:48Z DEBUG Starting external process
2022-11-02T12:30:48Z DEBUG args=/bin/systemctl start certmonger.service
2022-11-02T12:30:48Z DEBUG Process finished, return code=0
2022-11-02T12:30:48Z DEBUG stdout=
2022-11-02T12:30:48Z DEBUG stderr=
2022-11-02T12:30:48Z DEBUG Starting external process
2022-11-02T12:30:48Z DEBUG args=/bin/systemctl is-active certmonger.service
2022-11-02T12:30:48Z DEBUG Process finished, return code=0
2022-11-02T12:30:48Z DEBUG stdout=active
2022-11-02T12:30:48Z DEBUG stderr=
2022-11-02T12:30:48Z DEBUG Start of certmonger.service complete
2022-11-02T12:30:48Z DEBUG Starting external process
2022-11-02T12:30:48Z DEBUG args=/bin/systemctl stop certmonger.service
2022-11-02T12:30:48Z DEBUG Process finished, return code=0
2022-11-02T12:30:48Z DEBUG stdout=
2022-11-02T12:30:48Z DEBUG stderr=
2022-11-02T12:30:48Z DEBUG Stop of certmonger.service complete
2022-11-02T12:30:48Z DEBUG Starting external process
2022-11-02T12:30:48Z DEBUG args=/bin/systemctl disable certmonger.service
2022-11-02T12:30:48Z DEBUG Process finished, return code=0
2022-11-02T12:30:48Z DEBUG stdout=
2022-11-02T12:30:48Z DEBUG stderr=
2022-11-02T12:30:48Z INFO Disabling client Kerberos and LDAP configurations
2022-11-02T12:30:48Z DEBUG Starting external process
2022-11-02T12:30:48Z DEBUG args=/usr/sbin/authconfig --disablekrb5
--disablesssdauth --disablemkhomedir --update --disableldap
2022-11-02T12:30:48Z DEBUG Process finished, return code=0
2022-11-02T12:30:48Z DEBUG stdout=
2022-11-02T12:30:48Z DEBUG stderr=
2022-11-02T12:30:48Z DEBUG Error while moving /etc/sssd/sssd.conf to
/etc/sssd/sssd.conf.deleted
2022-11-02T12:30:48Z INFO Redundant SSSD configuration file
/etc/sssd/sssd.conf was moved to /etc/sssd/sssd.conf.deleted
2022-11-02T12:30:48Z DEBUG Starting external process
2022-11-02T12:30:48Z DEBUG args=/bin/systemctl stop sssd.service
2022-11-02T12:30:49Z DEBUG Process finished, return code=0
2022-11-02T12:30:49Z DEBUG stdout=
2022-11-02T12:30:49Z DEBUG stderr=
2022-11-02T12:30:49Z DEBUG Stop of sssd.service complete
2022-11-02T12:30:49Z DEBUG Starting external process
2022-11-02T12:30:49Z DEBUG args=/bin/systemctl disable sssd.service
2022-11-02T12:30:49Z DEBUG Process finished, return code=0
2022-11-02T12:30:49Z DEBUG stdout=
2022-11-02T12:30:49Z DEBUG stderr=
2022-11-02T12:30:49Z DEBUG Loading StateFile from
'/var/lib/ipa-client/sysrestore/sysrestore.state'
2022-11-02T12:30:49Z DEBUG Loading StateFile from
'/var/lib/ipa-client/sysrestore/sysrestore.state'
2022-11-02T12:30:49Z DEBUG Saving StateFile to
'/var/lib/ipa-client/sysrestore/sysrestore.state'
2022-11-02T12:30:49Z DEBUG -> no modules, removing file
2022-11-02T12:30:49Z DEBUG Starting external process
2022-11-02T12:30:49Z DEBUG args=/bin/hostnamectl set-hostname
vm10927.mydomain.at
2022-11-02T12:30:49Z DEBUG Process finished, return code=0
2022-11-02T12:30:49Z DEBUG stdout=
2022-11-02T12:30:49Z DEBUG stderr=
2022-11-02T12:30:49Z DEBUG Restoring system configuration file
'/etc/hostname'
2022-11-02T12:30:49Z DEBUG Starting external process
2022-11-02T12:30:49Z DEBUG args=/usr/sbin/selinuxenabled
2022-11-02T12:30:49Z DEBUG Process finished, return code=0
2022-11-02T12:30:49Z DEBUG stdout=
2022-11-02T12:30:49Z DEBUG stderr=
2022-11-02T12:30:49Z DEBUG Starting external process
2022-11-02T12:30:49Z DEBUG args=/sbin/restorecon /etc/hostname
2022-11-02T12:30:49Z DEBUG Process finished, return code=0
2022-11-02T12:30:49Z DEBUG stdout=
2022-11-02T12:30:49Z DEBUG stderr=
2022-11-02T12:30:49Z DEBUG Saving Index File to
'/var/lib/ipa-client/sysrestore/sysrestore.index'
2022-11-02T12:30:49Z DEBUG -> no files, removing file
2022-11-02T12:30:49Z DEBUG Loading StateFile from
'/var/lib/ipa-client/sysrestore/sysrestore.state'
2022-11-02T12:30:49Z DEBUG Starting external process
2022-11-02T12:30:49Z DEBUG args=/bin/systemctl disable
rhel-domainname.service
2022-11-02T12:30:49Z DEBUG Process finished, return code=0
2022-11-02T12:30:49Z DEBUG stdout=
2022-11-02T12:30:49Z DEBUG stderr=
2022-11-02T12:30:49Z DEBUG Starting external process
2022-11-02T12:30:49Z DEBUG args=/bin/systemctl list-unit-files --full
2022-11-02T12:30:49Z DEBUG Process finished, return code=0
2022-11-02T12:30:49Z DEBUG stdout=UNIT FILE STATE
proc-sys-fs-binfmt_misc.automount static
dev-hugepages.mount static
dev-mqueue.mount static
proc-fs-nfsd.mount static
proc-sys-fs-binfmt_misc.mount static
run-vmblock\x2dfuse.mount disabled
sys-fs-fuse-connections.mount static
sys-kernel-config.mount static
sys-kernel-debug.mount static
tmp.mount disabled
var-lib-nfs-rpc_pipefs.mount static
brandbot.path enabled
systemd-ask-password-console.path static
systemd-ask-password-plymouth.path static
systemd-ask-password-wall.path static
session-284177.scope static
session-285594.scope static
arp-ethers.service disabled
auditd.service enabled
auth-rpcgss-module.service static
autofs.service disabled
[email protected] enabled
blk-availability.service disabled
brandbot.service static
certmonger.service disabled
console-getty.service disabled
console-shell.service disabled
[email protected] static
cpupower.service disabled
crond.service enabled
dbus-org.freedesktop.hostname1.service static
dbus-org.freedesktop.import1.service static
dbus-org.freedesktop.locale1.service static
dbus-org.freedesktop.login1.service static
dbus-org.freedesktop.machine1.service static
dbus-org.freedesktop.timedate1.service static
dbus.service static
debug-shell.service disabled
dm-event.service static
dnsmasq.service enabled
dracut-cmdline.service static
dracut-initqueue.service static
dracut-mount.service static
dracut-pre-mount.service static
dracut-pre-pivot.service static
dracut-pre-trigger.service static
dracut-pre-udev.service static
dracut-shutdown.service static
ebtables.service disabled
emergency.service static
firewalld.service disabled
fstrim.service static
[email protected] enabled
gssproxy.service disabled
halt-local.service static
initrd-cleanup.service static
initrd-parse-etc.service static
initrd-switch-root.service static
initrd-udevadm-cleanup-db.service static
iprdump.service disabled
iprinit.service disabled
iprupdate.service disabled
irqbalance.service enabled
ITMAgents1.5h.TOMCAT.service enabled
ITMAgents1.lz.service enabled
ITMAgents1.um.service disabled
kdump.service disabled
kmod-static-nodes.service static
lvm2-lvmetad.service static
lvm2-lvmpolld.service static
lvm2-monitor.service enabled
[email protected] static
messagebus.service static
microcode.service enabled
[email protected] enabled
nfs-blkmap.service disabled
nfs-config.service static
nfs-idmap.service static
nfs-idmapd.service static
nfs-lock.service static
nfs-mountd.service static
nfs-rquotad.service disabled
nfs-secure.service static
nfs-server.service disabled
nfs-utils.service static
nfs.service disabled
nfslock.service static
novell-tomcat9-service.service enabled
ntpd.service enabled
ntpdate.service disabled
oddjobd.service disabled
ol-consolebaud.service enabled
osad.service enabled
plymouth-halt.service disabled
plymouth-kexec.service disabled
plymouth-poweroff.service disabled
plymouth-quit-wait.service disabled
plymouth-quit.service disabled
plymouth-read-write.service disabled
plymouth-reboot.service disabled
plymouth-start.service disabled
plymouth-switch-root.service static
polkit.service static
postfix.service enabled
quotaon.service static
rc-local.service static
rdisc.service disabled
rescue.service static
rhel-autorelabel-mark.service enabled
rhel-autorelabel.service enabled
rhel-configure.service enabled
rhel-dmesg.service enabled
rhel-domainname.service disabled
rhel-import-state.service enabled
rhel-loadmodules.service enabled
rhel-readonly.service enabled
rhnsd.service static
rpc-gssd.service static
rpc-rquotad.service disabled
rpc-statd-notify.service static
rpc-statd.service static
rpcbind.service disabled
rpcgssd.service static
rpcidmapd.service static
rsyncd.service disabled
[email protected] static
rsyslog.service enabled
[email protected] static
[email protected] disabled
snmpd.service disabled
snmptrapd.service disabled
SplunkForwarder.service enabled
sshd-keygen.service static
sshd.service enabled
[email protected] static
sssd-autofs.service indirect
sssd-ifp.service static
sssd-nss.service indirect
sssd-pac.service indirect
sssd-pam.service indirect
sssd-secrets.service indirect
sssd-ssh.service indirect
sssd-sudo.service indirect
sssd.service disabled
systemd-ask-password-console.service static
systemd-ask-password-plymouth.service static
systemd-ask-password-wall.service static
[email protected] static
systemd-binfmt.service static
systemd-bootchart.service disabled
systemd-firstboot.service static
systemd-fsck-root.service static
[email protected] static
systemd-halt.service static
[email protected] static
systemd-hibernate.service static
systemd-hostnamed.service static
systemd-hwdb-update.service static
systemd-hybrid-sleep.service static
systemd-importd.service static
systemd-initctl.service static
systemd-journal-catalog-update.service static
systemd-journal-flush.service static
systemd-journald.service static
systemd-kexec.service static
systemd-localed.service static
systemd-logind.service static
systemd-machine-id-commit.service static
systemd-machined.service static
systemd-modules-load.service static
[email protected] disabled
systemd-poweroff.service static
systemd-pstore.service disabled
systemd-quotacheck.service static
systemd-random-seed.service static
systemd-readahead-collect.service enabled
systemd-readahead-done.service indirect
systemd-readahead-drop.service enabled
systemd-readahead-replay.service enabled
systemd-reboot.service static
systemd-remount-fs.service static
[email protected] static
systemd-shutdownd.service static
systemd-suspend.service static
systemd-sysctl.service static
systemd-timedated.service static
systemd-tmpfiles-clean.service static
systemd-tmpfiles-setup-dev.service static
systemd-tmpfiles-setup.service static
systemd-udev-settle.service static
systemd-udev-trigger.service static
systemd-udevd.service static
systemd-update-done.service static
systemd-update-utmp-runlevel.service static
systemd-update-utmp.service static
systemd-user-sessions.service static
systemd-vconsole-setup.service static
tcsd.service disabled
[email protected] static
tivoliep.service enabled
tuned.service enabled
vgauthd.service enabled
vmtoolsd.service enabled
wpa_supplicant.service disabled
-.slice static
machine.slice static
system.slice static
user-0.slice static
user-1044.slice static
user.slice static
dbus.socket static
dm-event.socket enabled
lvm2-lvmetad.socket enabled
lvm2-lvmpolld.socket enabled
rpcbind.socket enabled
rsyncd.socket disabled
sshd.socket disabled
sssd-autofs.socket disabled
sssd-nss.socket disabled
sssd-pac.socket disabled
sssd-pam-priv.socket disabled
sssd-pam.socket disabled
sssd-secrets.socket disabled
sssd-ssh.socket disabled
sssd-sudo.socket disabled
syslog.socket static
systemd-initctl.socket static
systemd-journald.socket static
systemd-shutdownd.socket static
systemd-udevd-control.socket static
systemd-udevd-kernel.socket static
basic.target static
bluetooth.target static
cryptsetup-pre.target static
cryptsetup.target static
ctrl-alt-del.target disabled
default.target enabled
emergency.target static
final.target static
getty-pre.target static
getty.target static
graphical.target static
halt.target disabled
hibernate.target static
hybrid-sleep.target static
initrd-fs.target static
initrd-root-fs.target static
initrd-switch-root.target static
initrd.target static
iprutils.target disabled
ITMAgents1.target enabled
kexec.target disabled
local-fs-pre.target static
local-fs.target static
machines.target disabled
multi-user.target enabled
network-online.target static
network-pre.target static
network.target static
nfs-client.target enabled
nss-lookup.target static
nss-user-lookup.target static
paths.target static
poweroff.target disabled
printer.target static
reboot.target disabled
remote-cryptsetup.target disabled
remote-fs-pre.target static
remote-fs.target enabled
rescue.target disabled
rpc_pipefs.target static
rpcbind.target static
runlevel0.target disabled
runlevel1.target disabled
runlevel2.target enabled
runlevel3.target enabled
runlevel4.target enabled
runlevel5.target static
runlevel6.target disabled
shutdown.target static
sigpwr.target static
sleep.target static
slices.target static
smartcard.target static
sockets.target static
sound.target static
suspend.target static
swap.target static
sysinit.target static
system-update.target static
time-sync.target static
timers.target static
umount.target static
fstrim.timer disabled
rhnsd.timer enabled
systemd-readahead-done.timer indirect
systemd-tmpfiles-clean.timer static
297 unit files listed.
2022-11-02T12:30:49Z DEBUG stderr=
2022-11-02T12:30:49Z INFO nscd daemon is not installed, skip configuration
2022-11-02T12:30:49Z DEBUG Starting external process
2022-11-02T12:30:49Z DEBUG args=/bin/systemctl list-unit-files --full
2022-11-02T12:30:49Z DEBUG Process finished, return code=0
2022-11-02T12:30:49Z DEBUG stdout=UNIT FILE STATE
proc-sys-fs-binfmt_misc.automount static
dev-hugepages.mount static
dev-mqueue.mount static
proc-fs-nfsd.mount static
proc-sys-fs-binfmt_misc.mount static
run-vmblock\x2dfuse.mount disabled
sys-fs-fuse-connections.mount static
sys-kernel-config.mount static
sys-kernel-debug.mount static
tmp.mount disabled
var-lib-nfs-rpc_pipefs.mount static
brandbot.path enabled
systemd-ask-password-console.path static
systemd-ask-password-plymouth.path static
systemd-ask-password-wall.path static
session-284177.scope static
session-285594.scope static
arp-ethers.service disabled
auditd.service enabled
auth-rpcgss-module.service static
autofs.service disabled
[email protected] enabled
blk-availability.service disabled
brandbot.service static
certmonger.service disabled
console-getty.service disabled
console-shell.service disabled
[email protected] static
cpupower.service disabled
crond.service enabled
dbus-org.freedesktop.hostname1.service static
dbus-org.freedesktop.import1.service static
dbus-org.freedesktop.locale1.service static
dbus-org.freedesktop.login1.service static
dbus-org.freedesktop.machine1.service static
dbus-org.freedesktop.timedate1.service static
dbus.service static
debug-shell.service disabled
dm-event.service static
dnsmasq.service enabled
dracut-cmdline.service static
dracut-initqueue.service static
dracut-mount.service static
dracut-pre-mount.service static
dracut-pre-pivot.service static
dracut-pre-trigger.service static
dracut-pre-udev.service static
dracut-shutdown.service static
ebtables.service disabled
emergency.service static
firewalld.service disabled
fstrim.service static
[email protected] enabled
gssproxy.service disabled
halt-local.service static
initrd-cleanup.service static
initrd-parse-etc.service static
initrd-switch-root.service static
initrd-udevadm-cleanup-db.service static
iprdump.service disabled
iprinit.service disabled
iprupdate.service disabled
irqbalance.service enabled
ITMAgents1.5h.TOMCAT.service enabled
ITMAgents1.lz.service enabled
ITMAgents1.um.service disabled
kdump.service disabled
kmod-static-nodes.service static
lvm2-lvmetad.service static
lvm2-lvmpolld.service static
lvm2-monitor.service enabled
[email protected] static
messagebus.service static
microcode.service enabled
[email protected] enabled
nfs-blkmap.service disabled
nfs-config.service static
nfs-idmap.service static
nfs-idmapd.service static
nfs-lock.service static
nfs-mountd.service static
nfs-rquotad.service disabled
nfs-secure.service static
nfs-server.service disabled
nfs-utils.service static
nfs.service disabled
nfslock.service static
novell-tomcat9-service.service enabled
ntpd.service enabled
ntpdate.service disabled
oddjobd.service disabled
ol-consolebaud.service enabled
osad.service enabled
plymouth-halt.service disabled
plymouth-kexec.service disabled
plymouth-poweroff.service disabled
plymouth-quit-wait.service disabled
plymouth-quit.service disabled
plymouth-read-write.service disabled
plymouth-reboot.service disabled
plymouth-start.service disabled
plymouth-switch-root.service static
polkit.service static
postfix.service enabled
quotaon.service static
rc-local.service static
rdisc.service disabled
rescue.service static
rhel-autorelabel-mark.service enabled
rhel-autorelabel.service enabled
rhel-configure.service enabled
rhel-dmesg.service enabled
rhel-domainname.service disabled
rhel-import-state.service enabled
rhel-loadmodules.service enabled
rhel-readonly.service enabled
rhnsd.service static
rpc-gssd.service static
rpc-rquotad.service disabled
rpc-statd-notify.service static
rpc-statd.service static
rpcbind.service disabled
rpcgssd.service static
rpcidmapd.service static
rsyncd.service disabled
[email protected] static
rsyslog.service enabled
[email protected] static
[email protected] disabled
snmpd.service disabled
snmptrapd.service disabled
SplunkForwarder.service enabled
sshd-keygen.service static
sshd.service enabled
[email protected] static
sssd-autofs.service indirect
sssd-ifp.service static
sssd-nss.service indirect
sssd-pac.service indirect
sssd-pam.service indirect
sssd-secrets.service indirect
sssd-ssh.service indirect
sssd-sudo.service indirect
sssd.service disabled
systemd-ask-password-console.service static
systemd-ask-password-plymouth.service static
systemd-ask-password-wall.service static
[email protected] static
systemd-binfmt.service static
systemd-bootchart.service disabled
systemd-firstboot.service static
systemd-fsck-root.service static
[email protected] static
systemd-halt.service static
[email protected] static
systemd-hibernate.service static
systemd-hostnamed.service static
systemd-hwdb-update.service static
systemd-hybrid-sleep.service static
systemd-importd.service static
systemd-initctl.service static
systemd-journal-catalog-update.service static
systemd-journal-flush.service static
systemd-journald.service static
systemd-kexec.service static
systemd-localed.service static
systemd-logind.service static
systemd-machine-id-commit.service static
systemd-machined.service static
systemd-modules-load.service static
[email protected] disabled
systemd-poweroff.service static
systemd-pstore.service disabled
systemd-quotacheck.service static
systemd-random-seed.service static
systemd-readahead-collect.service enabled
systemd-readahead-done.service indirect
systemd-readahead-drop.service enabled
systemd-readahead-replay.service enabled
systemd-reboot.service static
systemd-remount-fs.service static
[email protected] static
systemd-shutdownd.service static
systemd-suspend.service static
systemd-sysctl.service static
systemd-timedated.service static
systemd-tmpfiles-clean.service static
systemd-tmpfiles-setup-dev.service static
systemd-tmpfiles-setup.service static
systemd-udev-settle.service static
systemd-udev-trigger.service static
systemd-udevd.service static
systemd-update-done.service static
systemd-update-utmp-runlevel.service static
systemd-update-utmp.service static
systemd-user-sessions.service static
systemd-vconsole-setup.service static
tcsd.service disabled
[email protected] static
tivoliep.service enabled
tuned.service enabled
vgauthd.service enabled
vmtoolsd.service enabled
wpa_supplicant.service disabled
-.slice static
machine.slice static
system.slice static
user-0.slice static
user-1044.slice static
user.slice static
dbus.socket static
dm-event.socket enabled
lvm2-lvmetad.socket enabled
lvm2-lvmpolld.socket enabled
rpcbind.socket enabled
rsyncd.socket disabled
sshd.socket disabled
sssd-autofs.socket disabled
sssd-nss.socket disabled
sssd-pac.socket disabled
sssd-pam-priv.socket disabled
sssd-pam.socket disabled
sssd-secrets.socket disabled
sssd-ssh.socket disabled
sssd-sudo.socket disabled
syslog.socket static
systemd-initctl.socket static
systemd-journald.socket static
systemd-shutdownd.socket static
systemd-udevd-control.socket static
systemd-udevd-kernel.socket static
basic.target static
bluetooth.target static
cryptsetup-pre.target static
cryptsetup.target static
ctrl-alt-del.target disabled
default.target enabled
emergency.target static
final.target static
getty-pre.target static
getty.target static
graphical.target static
halt.target disabled
hibernate.target static
hybrid-sleep.target static
initrd-fs.target static
initrd-root-fs.target static
initrd-switch-root.target static
initrd.target static
iprutils.target disabled
ITMAgents1.target enabled
kexec.target disabled
local-fs-pre.target static
local-fs.target static
machines.target disabled
multi-user.target enabled
network-online.target static
network-pre.target static
network.target static
nfs-client.target enabled
nss-lookup.target static
nss-user-lookup.target static
paths.target static
poweroff.target disabled
printer.target static
reboot.target disabled
remote-cryptsetup.target disabled
remote-fs-pre.target static
remote-fs.target enabled
rescue.target disabled
rpc_pipefs.target static
rpcbind.target static
runlevel0.target disabled
runlevel1.target disabled
runlevel2.target enabled
runlevel3.target enabled
runlevel4.target enabled
runlevel5.target static
runlevel6.target disabled
shutdown.target static
sigpwr.target static
sleep.target static
slices.target static
smartcard.target static
sockets.target static
sound.target static
suspend.target static
swap.target static
sysinit.target static
system-update.target static
time-sync.target static
timers.target static
umount.target static
fstrim.timer disabled
rhnsd.timer enabled
systemd-readahead-done.timer indirect
systemd-tmpfiles-clean.timer static
297 unit files listed.
2022-11-02T12:30:49Z DEBUG stderr=
2022-11-02T12:30:49Z INFO nslcd daemon is not installed, skip configuration
2022-11-02T12:30:49Z INFO Client uninstall complete.
2022-11-02T12:30:49Z DEBUG File
"/usr/lib/python2.7/site-packages/ipapython/admintool.py", line 178, in
execute
return_value = self.run()
File "/usr/lib/python2.7/site-packages/ipapython/install/cli.py", line
319, in run
return cfgr.run()
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
360, in run
return self.execute()
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
386, in execute
for rval in self._executor():
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
431, in __runner
exc_handler(exc_info)
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
460, in _handle_execute_exception
self._handle_exception(exc_info)
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
450, in _handle_exception
six.reraise(*exc_info)
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
421, in __runner
step()
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
418, in <lambda>
step = lambda: next(self.__gen)
File "/usr/lib/python2.7/site-packages/ipapython/install/util.py", line
81, in run_generator_with_yield_from
six.reraise(*exc_info)
File "/usr/lib/python2.7/site-packages/ipapython/install/util.py", line
59, in run_generator_with_yield_from
value = gen.send(prev_value)
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
655, in _configure
next(executor)
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
431, in __runner
exc_handler(exc_info)
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
460, in _handle_execute_exception
self._handle_exception(exc_info)
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
518, in _handle_exception
self.__parent._handle_exception(exc_info)
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
450, in _handle_exception
six.reraise(*exc_info)
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
515, in _handle_exception
super(ComponentBase, self)._handle_exception(exc_info)
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
450, in _handle_exception
six.reraise(*exc_info)
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
421, in __runner
step()
File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line
418, in <lambda>
step = lambda: next(self.__gen)
File "/usr/lib/python2.7/site-packages/ipapython/install/util.py", line
81, in run_generator_with_yield_from
six.reraise(*exc_info)
File "/usr/lib/python2.7/site-packages/ipapython/install/util.py", line
59, in run_generator_with_yield_from
value = gen.send(prev_value)
File "/usr/lib/python2.7/site-packages/ipapython/install/common.py",
line 65, in _install
for unused in self._installer(self.parent):
File "/usr/lib/python2.7/site-packages/ipaclient/install/client.py",
line 3670, in main
install(self)
File "/usr/lib/python2.7/site-packages/ipaclient/install/client.py",
line 2391, in install
_install(options)
File "/usr/lib/python2.7/site-packages/ipaclient/install/client.py",
line 2598, in _install
raise ScriptError(rval=CLIENT_INSTALL_ERROR)
2022-11-02T12:30:49Z DEBUG The ipa-client-install command failed,
exception: ScriptError:
2022-11-02T12:30:49Z ERROR The ipa-client-install command failed. See
/var/log/ipaclient-install.log for more information
_______________________________________________
FreeIPA-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedorahosted.org/archives/list/[email protected]
Do not reply to spam, report it:
https://pagure.io/fedora-infrastructure/new_issue