freeipa / freeipa-container

FreeIPA server in containers — images at https://quay.io/repository/freeipa/freeipa-server?tab=tags
https://quay.io/repository/freeipa/freeipa-server?tab=tags
Apache License 2.0
605 stars 258 forks source link

run freeipa container error #627

Open SongKeTong opened 4 days ago

SongKeTong commented 4 days ago

I run my container by docker-compose, and this is the yml version: '3' services: freeipa: container_name: freeipa-server image: freeipa-server:latest dns: 127.0.0.1 tmpfs:

I get an error: Creating freeipa-server ... done Attaching to freeipa-server freeipa-server | Synchronizing time freeipa-server | No SRV records of NTP servers found and no NTP server or pool address was provided. freeipa-server | Attempting to sync time with chronyc. freeipa-server | ==================== freeipa-server | This program will set up the IPA Server. freeipa-server | Version 4.11.0beta1 freeipa-server | freeipa-server | This includes: freeipa-server | Configure a stand-alone CA (dogtag) for certificate management freeipa-server | Configure the NTP clientValidate installation settings ... freeipa-server | Create file system structures ... freeipa-server | Create and configure a Kerberos Key Distribution Center (KDC) freeipa-server | Configure Apache (httpd) freeipa-server | Configure SID generation freeipa-server | Configure the KDC to enable PKINIT freeipa-server | freeipa-server | The domain name has been determined based on the host name. freeipa-server | freeipa-server | Trust is configured but no NetBIOS domain name found, setting it now. freeipa-server | freeipa-server | The IPA Master Server will be configured with: freeipa-server | Hostname: userserver.cjbdi.com freeipa-server | IP address(es): 172.21.0.2 freeipa-server | Domain name: cjbdi.com freeipa-server | Realm name: CJBDI.COM freeipa-server | freeipa-server | The CA will be configured with: freeipa-server | Subject DN: CN=Certificate Authority,O=CJBDI.COM freeipa-server | Subject base: O=CJBDI.COM freeipa-server | Chaining: self-signed freeipa-server | freeipa-server | Disabled p11-kit-proxy freeipa-server | Using default chrony configuration. freeipa-server | Warning: IPA was unable to sync time with chrony! freeipa-server | Time synchronization is required for IPA to work correctly freeipa-server | Configuring directory server (dirsrv). Estimated time: 30 seconds freeipa-server | [1/43]: creating directory server instance freeipa-server exited with code 123

docker exec freeipa-server journalctl -l Oct 18 02:43:56 userserver.cjbdi.com systemd-journald[932]: Journal started Oct 18 02:43:56 userserver.cjbdi.com systemd-journald[932]: Runtime Journal (/run/log/journal/ecd5a93a0f2d49e98efd1326bc86c878) is 8.0M, max 4.0G, 3.9G free. Oct 18 02:43:56 userserver.cjbdi.com systemd[1]: Starting systemd-tmpfiles-setup.service - Create Volatile Files and Directories... Oct 18 02:43:56 userserver.cjbdi.com systemd-tmpfiles[933]: "/var/lib/systemd" already exists and is not a directory. Oct 18 02:43:56 userserver.cjbdi.com systemd-tmpfiles[933]: "/var/tmp" already exists and is not a directory. Oct 18 02:43:56 userserver.cjbdi.com systemd[1]: Finished systemd-tmpfiles-setup.service - Create Volatile Files and Directories. Oct 18 02:43:56 userserver.cjbdi.com systemd[1]: Reached target sysinit.target - System Initialization. Oct 18 02:43:56 userserver.cjbdi.com systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket. Oct 18 02:43:56 userserver.cjbdi.com systemd[1]: Starting dbus-broker.service - D-Bus System Message Bus... Oct 18 02:43:56 userserver.cjbdi.com systemd[1]: Starting ipa-server-configure-first.service - Configure IPA server upon the first start... Oct 18 02:43:56 userserver.cjbdi.com systemd[1]: Started dbus-broker.service - D-Bus System Message Bus. Oct 18 02:43:56 userserver.cjbdi.com systemd[1]: Reached target container-ipa.target - Minimal target for containerized FreeIPA server. Oct 18 02:43:56 userserver.cjbdi.com dbus-broker-launch[935]: Ready Oct 18 02:44:49 userserver.cjbdi.com systemd[1]: Reloading requested from client PID 962 ('systemctl') (unit ipa-server-configure-first.service)... Oct 18 02:44:49 userserver.cjbdi.com systemd[1]: Reloading... Oct 18 02:44:49 userserver.cjbdi.com systemd[1]: Reloading finished in 91 ms. Oct 18 02:44:49 userserver.cjbdi.com systemd[1]: chronyd.service - NTP client/server was skipped because of an unmet condition check (ConditionCapability=CAP_SYS_TIME). Oct 18 02:44:58 userserver.cjbdi.com systemd[1]: Reloading requested from client PID 981 ('systemctl') (unit ipa-server-configure-first.service)... Oct 18 02:44:58 userserver.cjbdi.com systemd[1]: Reloading... Oct 18 02:44:58 userserver.cjbdi.com systemd[1]: Reloading finished in 103 ms. Oct 18 02:44:58 userserver.cjbdi.com systemd[1]: Created slice system-dirsrv.slice - Slice /system/dirsrv. Oct 18 02:44:58 userserver.cjbdi.com systemd[1]: Starting dirsrv@CJBDI-COM.service - 389 Directory Server CJBDI-COM.... Oct 18 02:44:58 userserver.cjbdi.com (word_acl)[998]: dirsrv@CJBDI-COM.service: ProtectHostname=yes is configured, but UTS namespace setup is prohibited (container manager?), ignoring namespace setup. Oct 18 02:44:58 userserver.cjbdi.com ds_systemd_ask_password_acl[998]: : Unsupported system page size Oct 18 02:44:58 userserver.cjbdi.com ds_systemd_ask_password_acl[998]: : Unsupported system page size Oct 18 02:44:58 userserver.cjbdi.com ds_systemd_ask_password_acl[998]: : Unsupported system page size Oct 18 02:44:58 userserver.cjbdi.com ds_systemd_ask_password_acl[998]: : Unsupported system page size Oct 18 02:44:58 userserver.cjbdi.com ds_systemd_ask_password_acl[998]: : Unsupported system page size Oct 18 02:44:58 userserver.cjbdi.com ds_systemd_ask_password_acl[998]: : Unsupported system page size Oct 18 02:44:58 userserver.cjbdi.com ds_systemd_ask_password_acl[998]: : Unsupported system page size Oct 18 02:44:58 userserver.cjbdi.com ds_systemd_ask_password_acl[998]: : Unsupported system page size Oct 18 02:44:58 userserver.cjbdi.com ds_systemd_ask_password_acl[998]: sh: xmalloc: cannot allocate 12 bytes Oct 18 02:44:58 userserver.cjbdi.com systemd[1]: dirsrv@CJBDI-COM.service: Control process exited, code=exited, status=2/INVALIDARGUMENT Oct 18 02:44:58 userserver.cjbdi.com systemd[1]: dirsrv@CJBDI-COM.service: Failed with result 'exit-code'. Oct 18 02:44:58 userserver.cjbdi.com systemd[1]: Failed to start dirsrv@CJBDI-COM.service - 389 Directory Server CJBDI-COM.. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: ipa-server-configure-first.service: Main process exited, code=exited, status=123/n/a Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: ipa-server-configure-first.service: Failed with result 'exit-code'. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Failed to start ipa-server-configure-first.service - Configure IPA server upon the first start. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Startup finished in 1min 2.755s. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: System is tainted: cgroupsv1:support-ended Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Removed slice system-dirsrv.slice - Slice /system/dirsrv. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Stopped target container-ipa.target - Minimal target for containerized FreeIPA server. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Unmounting data.mount - /data... Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Unmounting etc-hostname.mount - /etc/hostname... Oct 18 02:44:59 userserver.cjbdi.com umount[1002]: umount: /data: must be superuser to unmount. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Unmounting etc-hosts.mount - /etc/hosts... Oct 18 02:44:59 userserver.cjbdi.com umount[1003]: umount: /etc/hostname: must be superuser to unmount. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Unmounting etc-resolv.conf.mount - /etc/resolv.conf... Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Unmounting var-log-journal.mount - /var/log/journal... Oct 18 02:44:59 userserver.cjbdi.com dbus-broker[939]: Dispatched 453 messages @ 1(±2)μs / message. Oct 18 02:44:59 userserver.cjbdi.com umount[1004]: umount: /etc/hosts: must be superuser to unmount. Oct 18 02:44:59 userserver.cjbdi.com umount[1005]: umount: /etc/resolv.conf: must be superuser to unmount. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Stopping dbus-broker.service - D-Bus System Message Bus... Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: data.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Failed unmounting data.mount - /data. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: etc-hostname.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Failed unmounting etc-hostname.mount - /etc/hostname. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: etc-hosts.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Failed unmounting etc-hosts.mount - /etc/hosts. Oct 18 02:44:59 userserver.cjbdi.com umount[1006]: umount: /var/log/journal: must be superuser to unmount. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: etc-resolv.conf.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Failed unmounting etc-resolv.conf.mount - /etc/resolv.conf. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: var-log-journal.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Failed unmounting var-log-journal.mount - /var/log/journal. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: dbus-broker.service: Deactivated successfully. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Stopped dbus-broker.service - D-Bus System Message Bus. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: dbus.socket: Deactivated successfully. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Closed dbus.socket - D-Bus System Message Bus Socket. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Stopped target sysinit.target - System Initialization. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Unmounting tmp.mount - Temporary Directory /tmp... Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Stopped systemd-tmpfiles-setup.service - Create Volatile Files and Directories. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Reached target shutdown.target - System Shutdown. Oct 18 02:44:59 userserver.cjbdi.com umount[1015]: umount: /tmp: must be superuser to unmount. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: tmp.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Failed unmounting tmp.mount - Temporary Directory /tmp. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Reached target umount.target - Unmount All Filesystems. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Reached target final.target - Late Shutdown Services. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Starting systemd-poweroff.service - System Power Off... Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: systemd-exit.service: Deactivated successfully. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Finished systemd-exit.service - Exit the Container. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Reached target exit.target - Exit the Container. Oct 18 02:44:59 userserver.cjbdi.com systemd[1]: Shutting down. Oct 18 02:44:59 userserver.cjbdi.com systemd-journald[932]: Journal stopped Oct 18 02:45:02 userserver.cjbdi.com systemd-journald[907]: Journal started Oct 18 02:45:02 userserver.cjbdi.com systemd-journald[907]: Runtime Journal (/run/log/journal/ecd5a93a0f2d49e98efd1326bc86c878) is 8.0M, max 4.0G, 3.9G free. Oct 18 02:45:02 userserver.cjbdi.com systemd[1]: Starting systemd-tmpfiles-setup.service - Create Volatile Files and Directories... Oct 18 02:45:02 userserver.cjbdi.com systemd-tmpfiles[908]: "/var/lib/systemd" already exists and is not a directory. Oct 18 02:45:02 userserver.cjbdi.com systemd-tmpfiles[908]: "/var/tmp" already exists and is not a directory. Oct 18 02:45:02 userserver.cjbdi.com systemd[1]: Finished systemd-tmpfiles-setup.service - Create Volatile Files and Directories. Oct 18 02:45:02 userserver.cjbdi.com systemd[1]: Reached target sysinit.target - System Initialization. Oct 18 02:45:02 userserver.cjbdi.com systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket. Oct 18 02:45:02 userserver.cjbdi.com systemd[1]: chronyd.service - NTP client/server was skipped because of an unmet condition check (ConditionCapability=CAP_SYS_TIME). Oct 18 02:45:02 userserver.cjbdi.com systemd[1]: Starting dbus-broker.service - D-Bus System Message Bus... Oct 18 02:45:02 userserver.cjbdi.com systemd[1]: Starting dirsrv@CJBDI-COM.service - 389 Directory Server CJBDI-COM.... Oct 18 02:45:02 userserver.cjbdi.com (word_acl)[911]: dirsrv@CJBDI-COM.service: ProtectHostname=yes is configured, but UTS namespace setup is prohibited (container manager?), ignoring namespace setup. Oct 18 02:45:02 userserver.cjbdi.com systemd[1]: Starting ipa-server-configure-first.service - Configure IPA server upon the first start... Oct 18 02:45:02 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:45:02 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:45:02 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:45:02 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:45:02 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:45:02 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:45:02 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:45:02 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:45:02 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: sh: xmalloc: cannot allocate 12 bytes Oct 18 02:45:02 userserver.cjbdi.com systemd[1]: Started dbus-broker.service - D-Bus System Message Bus. Oct 18 02:45:02 userserver.cjbdi.com systemd[1]: dirsrv@CJBDI-COM.service: Control process exited, code=exited, status=2/INVALIDARGUMENT Oct 18 02:45:02 userserver.cjbdi.com systemd[1]: dirsrv@CJBDI-COM.service: Failed with result 'exit-code'. Oct 18 02:45:02 userserver.cjbdi.com systemd[1]: Failed to start dirsrv@CJBDI-COM.service - 389 Directory Server CJBDI-COM.. Oct 18 02:45:02 userserver.cjbdi.com systemd[1]: Reached target container-ipa.target - Minimal target for containerized FreeIPA server. Oct 18 02:45:02 userserver.cjbdi.com dbus-broker-launch[910]: Ready Oct 18 02:45:54 userserver.cjbdi.com systemd[1]: Reloading requested from client PID 941 ('systemctl') (unit ipa-server-configure-first.service)... Oct 18 02:45:54 userserver.cjbdi.com systemd[1]: Reloading... Oct 18 02:45:54 userserver.cjbdi.com systemd[1]: Reloading finished in 112 ms. Oct 18 02:45:54 userserver.cjbdi.com systemd[1]: chronyd.service - NTP client/server was skipped because of an unmet condition check (ConditionCapability=CAP_SYS_TIME). Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: ipa-server-configure-first.service: Main process exited, code=exited, status=123/n/a Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: ipa-server-configure-first.service: Failed with result 'exit-code'. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Failed to start ipa-server-configure-first.service - Configure IPA server upon the first start. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Startup finished in 1min 2.251s. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: System is tainted: cgroupsv1:support-ended Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Removed slice system-dirsrv.slice - Slice /system/dirsrv. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Stopped target container-ipa.target - Minimal target for containerized FreeIPA server. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Unmounting data.mount - /data... Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Unmounting etc-hostname.mount - /etc/hostname... Oct 18 02:46:04 userserver.cjbdi.com umount[958]: umount: /data: must be superuser to unmount. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Unmounting etc-hosts.mount - /etc/hosts... Oct 18 02:46:04 userserver.cjbdi.com umount[959]: umount: /etc/hostname: must be superuser to unmount. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Unmounting etc-resolv.conf.mount - /etc/resolv.conf... Oct 18 02:46:04 userserver.cjbdi.com umount[960]: umount: /etc/hosts: must be superuser to unmount. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Unmounting var-log-journal.mount - /var/log/journal... Oct 18 02:46:04 userserver.cjbdi.com dbus-broker[914]: Dispatched 267 messages @ 1(±3)μs / message. Oct 18 02:46:04 userserver.cjbdi.com umount[961]: umount: /etc/resolv.conf: must be superuser to unmount. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Stopping dbus-broker.service - D-Bus System Message Bus... Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: data.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Failed unmounting data.mount - /data. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: etc-hostname.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Failed unmounting etc-hostname.mount - /etc/hostname. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: etc-hosts.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Failed unmounting etc-hosts.mount - /etc/hosts. Oct 18 02:46:04 userserver.cjbdi.com umount[962]: umount: /var/log/journal: must be superuser to unmount. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: etc-resolv.conf.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Failed unmounting etc-resolv.conf.mount - /etc/resolv.conf. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: var-log-journal.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Failed unmounting var-log-journal.mount - /var/log/journal. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: dbus-broker.service: Deactivated successfully. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Stopped dbus-broker.service - D-Bus System Message Bus. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: dbus.socket: Deactivated successfully. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Closed dbus.socket - D-Bus System Message Bus Socket. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Stopped target sysinit.target - System Initialization. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Unmounting tmp.mount - Temporary Directory /tmp... Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Stopped systemd-tmpfiles-setup.service - Create Volatile Files and Directories. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Reached target shutdown.target - System Shutdown. Oct 18 02:46:04 userserver.cjbdi.com umount[971]: umount: /tmp: must be superuser to unmount. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: tmp.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Failed unmounting tmp.mount - Temporary Directory /tmp. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Reached target umount.target - Unmount All Filesystems. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Reached target final.target - Late Shutdown Services. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Starting systemd-poweroff.service - System Power Off... Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: systemd-exit.service: Deactivated successfully. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Finished systemd-exit.service - Exit the Container. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Reached target exit.target - Exit the Container. Oct 18 02:46:04 userserver.cjbdi.com systemd[1]: Shutting down. Oct 18 02:46:04 userserver.cjbdi.com systemd-journald[907]: Journal stopped Oct 18 02:46:07 userserver.cjbdi.com systemd-journald[907]: Journal started Oct 18 02:46:07 userserver.cjbdi.com systemd-journald[907]: Runtime Journal (/run/log/journal/ecd5a93a0f2d49e98efd1326bc86c878) is 8.0M, max 4.0G, 3.9G free. Oct 18 02:46:07 userserver.cjbdi.com systemd[1]: Starting systemd-tmpfiles-setup.service - Create Volatile Files and Directories... Oct 18 02:46:07 userserver.cjbdi.com systemd-tmpfiles[908]: "/var/lib/systemd" already exists and is not a directory. Oct 18 02:46:07 userserver.cjbdi.com systemd-tmpfiles[908]: "/var/tmp" already exists and is not a directory. Oct 18 02:46:07 userserver.cjbdi.com systemd[1]: Finished systemd-tmpfiles-setup.service - Create Volatile Files and Directories. Oct 18 02:46:07 userserver.cjbdi.com systemd[1]: Reached target sysinit.target - System Initialization. Oct 18 02:46:07 userserver.cjbdi.com systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket. Oct 18 02:46:07 userserver.cjbdi.com systemd[1]: chronyd.service - NTP client/server was skipped because of an unmet condition check (ConditionCapability=CAP_SYS_TIME). Oct 18 02:46:07 userserver.cjbdi.com systemd[1]: Starting dbus-broker.service - D-Bus System Message Bus... Oct 18 02:46:07 userserver.cjbdi.com systemd[1]: Starting dirsrv@CJBDI-COM.service - 389 Directory Server CJBDI-COM.... Oct 18 02:46:07 userserver.cjbdi.com systemd[1]: Starting ipa-server-configure-first.service - Configure IPA server upon the first start... Oct 18 02:46:07 userserver.cjbdi.com (word_acl)[911]: dirsrv@CJBDI-COM.service: ProtectHostname=yes is configured, but UTS namespace setup is prohibited (container manager?), ignoring namespace setup. Oct 18 02:46:07 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:46:07 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:46:07 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:46:07 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:46:07 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:46:07 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:46:07 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:46:07 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:46:07 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: sh: xmalloc: cannot allocate 12 bytes Oct 18 02:46:07 userserver.cjbdi.com systemd[1]: dirsrv@CJBDI-COM.service: Control process exited, code=exited, status=2/INVALIDARGUMENT Oct 18 02:46:07 userserver.cjbdi.com systemd[1]: dirsrv@CJBDI-COM.service: Failed with result 'exit-code'. Oct 18 02:46:07 userserver.cjbdi.com systemd[1]: Failed to start dirsrv@CJBDI-COM.service - 389 Directory Server CJBDI-COM.. Oct 18 02:46:07 userserver.cjbdi.com systemd[1]: Started dbus-broker.service - D-Bus System Message Bus. Oct 18 02:46:07 userserver.cjbdi.com systemd[1]: Reached target container-ipa.target - Minimal target for containerized FreeIPA server. Oct 18 02:46:07 userserver.cjbdi.com dbus-broker-launch[910]: Ready Oct 18 02:46:59 userserver.cjbdi.com systemd[1]: Reloading requested from client PID 941 ('systemctl') (unit ipa-server-configure-first.service)... Oct 18 02:46:59 userserver.cjbdi.com systemd[1]: Reloading... Oct 18 02:46:59 userserver.cjbdi.com systemd[1]: Reloading finished in 108 ms. Oct 18 02:46:59 userserver.cjbdi.com systemd[1]: chronyd.service - NTP client/server was skipped because of an unmet condition check (ConditionCapability=CAP_SYS_TIME). Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: ipa-server-configure-first.service: Main process exited, code=exited, status=123/n/a Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: ipa-server-configure-first.service: Failed with result 'exit-code'. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Failed to start ipa-server-configure-first.service - Configure IPA server upon the first start. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Startup finished in 1min 2.126s. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: System is tainted: cgroupsv1:support-ended Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Removed slice system-dirsrv.slice - Slice /system/dirsrv. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Stopped target container-ipa.target - Minimal target for containerized FreeIPA server. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Unmounting data.mount - /data... Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Unmounting etc-hostname.mount - /etc/hostname... Oct 18 02:47:09 userserver.cjbdi.com umount[958]: umount: /data: must be superuser to unmount. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Unmounting etc-hosts.mount - /etc/hosts... Oct 18 02:47:09 userserver.cjbdi.com umount[959]: umount: /etc/hostname: must be superuser to unmount. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Unmounting etc-resolv.conf.mount - /etc/resolv.conf... Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Unmounting var-log-journal.mount - /var/log/journal... Oct 18 02:47:09 userserver.cjbdi.com dbus-broker[916]: Dispatched 265 messages @ 1(±2)μs / message. Oct 18 02:47:09 userserver.cjbdi.com umount[960]: umount: /etc/hosts: must be superuser to unmount. Oct 18 02:47:09 userserver.cjbdi.com umount[961]: umount: /etc/resolv.conf: must be superuser to unmount. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Stopping dbus-broker.service - D-Bus System Message Bus... Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: data.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Failed unmounting data.mount - /data. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: etc-hostname.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Failed unmounting etc-hostname.mount - /etc/hostname. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: etc-hosts.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Failed unmounting etc-hosts.mount - /etc/hosts. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: etc-resolv.conf.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Failed unmounting etc-resolv.conf.mount - /etc/resolv.conf. Oct 18 02:47:09 userserver.cjbdi.com umount[962]: umount: /var/log/journal: must be superuser to unmount. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: var-log-journal.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Failed unmounting var-log-journal.mount - /var/log/journal. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: dbus-broker.service: Deactivated successfully. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Stopped dbus-broker.service - D-Bus System Message Bus. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: dbus.socket: Deactivated successfully. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Closed dbus.socket - D-Bus System Message Bus Socket. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Stopped target sysinit.target - System Initialization. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Unmounting tmp.mount - Temporary Directory /tmp... Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Stopped systemd-tmpfiles-setup.service - Create Volatile Files and Directories. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Reached target shutdown.target - System Shutdown. Oct 18 02:47:09 userserver.cjbdi.com umount[971]: umount: /tmp: must be superuser to unmount. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: tmp.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Failed unmounting tmp.mount - Temporary Directory /tmp. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Reached target umount.target - Unmount All Filesystems. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Reached target final.target - Late Shutdown Services. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Starting systemd-poweroff.service - System Power Off... Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: systemd-exit.service: Deactivated successfully. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Finished systemd-exit.service - Exit the Container. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Reached target exit.target - Exit the Container. Oct 18 02:47:09 userserver.cjbdi.com systemd[1]: Shutting down. Oct 18 02:47:09 userserver.cjbdi.com systemd-journald[907]: Journal stopped Oct 18 02:47:11 userserver.cjbdi.com systemd-journald[907]: Journal started Oct 18 02:47:11 userserver.cjbdi.com systemd-journald[907]: Runtime Journal (/run/log/journal/ecd5a93a0f2d49e98efd1326bc86c878) is 8.0M, max 4.0G, 3.9G free. Oct 18 02:47:11 userserver.cjbdi.com systemd[1]: Starting systemd-tmpfiles-setup.service - Create Volatile Files and Directories... Oct 18 02:47:12 userserver.cjbdi.com systemd-tmpfiles[908]: "/var/lib/systemd" already exists and is not a directory. Oct 18 02:47:12 userserver.cjbdi.com systemd-tmpfiles[908]: "/var/tmp" already exists and is not a directory. Oct 18 02:47:12 userserver.cjbdi.com systemd[1]: Finished systemd-tmpfiles-setup.service - Create Volatile Files and Directories. Oct 18 02:47:12 userserver.cjbdi.com systemd[1]: Reached target sysinit.target - System Initialization. Oct 18 02:47:12 userserver.cjbdi.com systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket. Oct 18 02:47:12 userserver.cjbdi.com systemd[1]: chronyd.service - NTP client/server was skipped because of an unmet condition check (ConditionCapability=CAP_SYS_TIME). Oct 18 02:47:12 userserver.cjbdi.com systemd[1]: Starting dbus-broker.service - D-Bus System Message Bus... Oct 18 02:47:12 userserver.cjbdi.com systemd[1]: Starting dirsrv@CJBDI-COM.service - 389 Directory Server CJBDI-COM.... Oct 18 02:47:12 userserver.cjbdi.com (word_acl)[911]: dirsrv@CJBDI-COM.service: ProtectHostname=yes is configured, but UTS namespace setup is prohibited (container manager?), ignoring namespace setup. Oct 18 02:47:12 userserver.cjbdi.com systemd[1]: Starting ipa-server-configure-first.service - Configure IPA server upon the first start... Oct 18 02:47:12 userserver.cjbdi.com systemd[1]: Started dbus-broker.service - D-Bus System Message Bus. Oct 18 02:47:12 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:47:12 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:47:12 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:47:12 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:47:12 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:47:12 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:47:12 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:47:12 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:47:12 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: sh: xmalloc: cannot allocate 12 bytes Oct 18 02:47:12 userserver.cjbdi.com systemd[1]: dirsrv@CJBDI-COM.service: Control process exited, code=exited, status=2/INVALIDARGUMENT Oct 18 02:47:12 userserver.cjbdi.com systemd[1]: dirsrv@CJBDI-COM.service: Failed with result 'exit-code'. Oct 18 02:47:12 userserver.cjbdi.com systemd[1]: Failed to start dirsrv@CJBDI-COM.service - 389 Directory Server CJBDI-COM.. Oct 18 02:47:12 userserver.cjbdi.com systemd[1]: Reached target container-ipa.target - Minimal target for containerized FreeIPA server. Oct 18 02:47:12 userserver.cjbdi.com dbus-broker-launch[910]: Ready Oct 18 02:48:04 userserver.cjbdi.com systemd[1]: Reloading requested from client PID 941 ('systemctl') (unit ipa-server-configure-first.service)... Oct 18 02:48:04 userserver.cjbdi.com systemd[1]: Reloading... Oct 18 02:48:04 userserver.cjbdi.com systemd[1]: Reloading finished in 106 ms. Oct 18 02:48:04 userserver.cjbdi.com systemd[1]: chronyd.service - NTP client/server was skipped because of an unmet condition check (ConditionCapability=CAP_SYS_TIME). Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: ipa-server-configure-first.service: Main process exited, code=exited, status=123/n/a Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: ipa-server-configure-first.service: Failed with result 'exit-code'. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Failed to start ipa-server-configure-first.service - Configure IPA server upon the first start. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Startup finished in 1min 2.187s. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: System is tainted: cgroupsv1:support-ended Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Removed slice system-dirsrv.slice - Slice /system/dirsrv. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Stopped target container-ipa.target - Minimal target for containerized FreeIPA server. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Unmounting data.mount - /data... Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Unmounting etc-hostname.mount - /etc/hostname... Oct 18 02:48:14 userserver.cjbdi.com umount[958]: umount: /data: must be superuser to unmount. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Unmounting etc-hosts.mount - /etc/hosts... Oct 18 02:48:14 userserver.cjbdi.com umount[959]: umount: /etc/hostname: must be superuser to unmount. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Unmounting etc-resolv.conf.mount - /etc/resolv.conf... Oct 18 02:48:14 userserver.cjbdi.com umount[960]: umount: /etc/hosts: must be superuser to unmount. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Unmounting var-log-journal.mount - /var/log/journal... Oct 18 02:48:14 userserver.cjbdi.com dbus-broker[914]: Dispatched 265 messages @ 1(±3)μs / message. Oct 18 02:48:14 userserver.cjbdi.com umount[961]: umount: /etc/resolv.conf: must be superuser to unmount. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Stopping dbus-broker.service - D-Bus System Message Bus... Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: data.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Failed unmounting data.mount - /data. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: etc-hostname.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Failed unmounting etc-hostname.mount - /etc/hostname. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: etc-hosts.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Failed unmounting etc-hosts.mount - /etc/hosts. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: etc-resolv.conf.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Failed unmounting etc-resolv.conf.mount - /etc/resolv.conf. Oct 18 02:48:14 userserver.cjbdi.com umount[962]: umount: /var/log/journal: must be superuser to unmount. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: var-log-journal.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Failed unmounting var-log-journal.mount - /var/log/journal. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: dbus-broker.service: Deactivated successfully. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Stopped dbus-broker.service - D-Bus System Message Bus. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: dbus.socket: Deactivated successfully. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Closed dbus.socket - D-Bus System Message Bus Socket. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Stopped target sysinit.target - System Initialization. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Unmounting tmp.mount - Temporary Directory /tmp... Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Stopped systemd-tmpfiles-setup.service - Create Volatile Files and Directories. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Reached target shutdown.target - System Shutdown. Oct 18 02:48:14 userserver.cjbdi.com umount[971]: umount: /tmp: must be superuser to unmount. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: tmp.mount: Mount process exited, code=exited, status=32/n/a Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Failed unmounting tmp.mount - Temporary Directory /tmp. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Reached target umount.target - Unmount All Filesystems. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Reached target final.target - Late Shutdown Services. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Starting systemd-poweroff.service - System Power Off... Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: systemd-exit.service: Deactivated successfully. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Finished systemd-exit.service - Exit the Container. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Reached target exit.target - Exit the Container. Oct 18 02:48:14 userserver.cjbdi.com systemd[1]: Shutting down. Oct 18 02:48:14 userserver.cjbdi.com systemd-journald[907]: Journal stopped Oct 18 02:48:16 userserver.cjbdi.com systemd-journald[907]: Journal started Oct 18 02:48:16 userserver.cjbdi.com systemd-journald[907]: Runtime Journal (/run/log/journal/ecd5a93a0f2d49e98efd1326bc86c878) is 8.0M, max 4.0G, 3.9G free. Oct 18 02:48:16 userserver.cjbdi.com systemd[1]: Starting systemd-tmpfiles-setup.service - Create Volatile Files and Directories... Oct 18 02:48:16 userserver.cjbdi.com systemd-tmpfiles[908]: "/var/lib/systemd" already exists and is not a directory. Oct 18 02:48:16 userserver.cjbdi.com systemd-tmpfiles[908]: "/var/tmp" already exists and is not a directory. Oct 18 02:48:16 userserver.cjbdi.com systemd[1]: Finished systemd-tmpfiles-setup.service - Create Volatile Files and Directories. Oct 18 02:48:16 userserver.cjbdi.com systemd[1]: Reached target sysinit.target - System Initialization. Oct 18 02:48:16 userserver.cjbdi.com systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket. Oct 18 02:48:16 userserver.cjbdi.com systemd[1]: chronyd.service - NTP client/server was skipped because of an unmet condition check (ConditionCapability=CAP_SYS_TIME). Oct 18 02:48:16 userserver.cjbdi.com systemd[1]: Starting dbus-broker.service - D-Bus System Message Bus... Oct 18 02:48:16 userserver.cjbdi.com systemd[1]: Starting dirsrv@CJBDI-COM.service - 389 Directory Server CJBDI-COM.... Oct 18 02:48:16 userserver.cjbdi.com systemd[1]: Starting ipa-server-configure-first.service - Configure IPA server upon the first start... Oct 18 02:48:16 userserver.cjbdi.com (word_acl)[911]: dirsrv@CJBDI-COM.service: ProtectHostname=yes is configured, but UTS namespace setup is prohibited (container manager?), ignoring namespace setup. Oct 18 02:48:16 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:48:16 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:48:16 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:48:16 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:48:16 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:48:16 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:48:16 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:48:16 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: : Unsupported system page size Oct 18 02:48:16 userserver.cjbdi.com ds_systemd_ask_password_acl[911]: sh: xmalloc: cannot allocate 12 bytes Oct 18 02:48:16 userserver.cjbdi.com systemd[1]: Started dbus-broker.service - D-Bus System Message Bus. Oct 18 02:48:16 userserver.cjbdi.com systemd[1]: dirsrv@CJBDI-COM.service: Control process exited, code=exited, status=2/INVALIDARGUMENT Oct 18 02:48:16 userserver.cjbdi.com systemd[1]: dirsrv@CJBDI-COM.service: Failed with result 'exit-code'. Oct 18 02:48:16 userserver.cjbdi.com systemd[1]: Failed to start dirsrv@CJBDI-COM.service - 389 Directory Server CJBDI-COM.. Oct 18 02:48:16 userserver.cjbdi.com systemd[1]: Reached target container-ipa.target - Minimal target for containerized FreeIPA server. Oct 18 02:48:16 userserver.cjbdi.com dbus-broker-launch[910]: Ready

abbra commented 4 days ago

What platform is this? Looks like you're running linux kernel with 16k pages which is known to be a problem to jemalloc and rust, in particular. See https://github.com/AsahiLinux/docs/wiki/Broken-Software.

SongKeTong commented 4 days ago

I'm running on an AArch64 platform, pagesize is 64k, can ipa-server run normally

abbra commented 4 days ago

It will run normally as long as your packages adjusted to the environment. Jemalloc use over of those where such adjustment can only be done compile time. So it is up to you to ensure your packages are correctly compiled for your platform.

SongKeTong commented 4 days ago

so if I compile ipa-server with souce code, maybe it can run normally?

abbra commented 4 days ago

No. It has nothing to do with IPA. There are some libraries that some other packages that IPA depends on that have those requirements. You need to handle those (I even pointed to you one that is important here), rebuild the container for your environment with those updated packages. However, this has nothing to do with the freeipa-container project as you'll have the same problem without containers on your hardware too.

My suggestion would be for you to either change kernel page size back to what your distro is expecting or recompile packages and rebuild images to suit your environment.

rjeffman commented 4 days ago

I've been running FreeIPA on an aarch64 for a while now . I'm using standard Fedora packages (no containers yet, but I plan to migrate to in soon). It's also not production, just a test lab.