Hi Florence,
It exists in the file as "dn: cn=schema compatibility,cm=plugins,cn=config". Is
there a case sensitive test occurring somewhere?
I think the errors are occurring on the entries that still include "cn=ldbm". I
think they should be "cn=mdb" now, but I'm not sure. Should I change them as
such?
I've attached ipaupgrade.log and the journal entries for the failure. dse.ldif
is too large for the list, so it's available here:
https://drive.proton.me/urls/2CMCHCM520#PUqS5gw5wemZ
Best regards,
Eric
Dec 17, 2025, 18:41 by [email protected]:
> Hi Florence,
>
> It exists in the file as "dn: cn=schema compatibility,cm=plugins,cn=config".
> Is there a case sensitive test occurring somewhere?
>
> I think the errors are occurring on the entries that still include "cn=ldbm".
> I think they should be "cn=mdb" now, but I'm not sure. Should I change them
> as such?
>
> I've attached dse.ldif, ipaupgrade.log and the journal entries for the
> failure.
>
> Best regards,
> Eric
>
> Dec 17, 2025, 04:37 by [email protected]:
>
>> Hi,
>>
>> in the file /etc/dirsrv/slapd-IPA-EXAMPLE-COM/dse.ldif, do you have an entry
>> with "dn: cn=Schema Compatibility,cn=plugins,cn=config" ?
>> Could you post the content of /var/log/ipaupgrade.log and dse.ldif?
>>
>> flo
>>
>> On Mon, Dec 15, 2025 at 10:16 PM Eric Ashley via FreeIPA-users <>>
>> [email protected]>> > wrote:
>>
>>> This is a follow-on to the thread titled: "Re: [Freeipa-users] FreeIP
>>> 4.12.5-2-fc42 missing dse.ldif"
>>>
>>> After dsctl was updated to guard against the double close of the bdb source
>>> database, I now get the following error when trying to start IPA.
>>>
>>> ```
>>> # ipactl start
>>> IPA version error: data needs to be upgraded (expected version
>>> '4.12.5-3.fc43', current version '4.12.5-3.fc42')
>>> Automatically running upgrade, for details see /var/log/ipaupgrade.log
>>> Be patient, this may take a few minutes.
>>> Automatic upgrade failed: DN: cn=Schema Compatibility,cn=plugins,cn=config
>>> does not exists or haven't been updated
>>> Upgrade failed with ''
>>> DN: cn=Schema Compatibility,cn=plugins,cn=config does not exists or haven't
>>> been updated
>>> IPA server upgrade failed: Inspect /var/log/ipaupgrade.log and run command
>>> ipa-server-upgrade manually.
>>> ('IPA upgrade failed.', 1)
>>> The ipa-server-upgrade command failed. See /var/log/ipaupgrade.log for more
>>> information
>>>
>>> See the upgrade log for more details and/or run
>>> /usr/sbin/ipa-server-upgrade again
>>> Aborting ipactl
>>> ```
>>> I had to manually touch empty files in
>>> /var/lib/dirsrv/slapd-IPA-EXAMPLE-COM/ldif/ to get dsctl to complete
>>> correctly(ish): __dblib-changelog.ldif, __dblib-ipaca.ldif and
>>> __dblib-userroot.ldif. Nothing was actually written into any of these file,
>>> but with them extant it did complete without error.
>>> I'm still receiving this error now, with the latest versions of all F43
>>> updates code:
>>>
>>> ```
>>> 2025-12-15T20:30:35Z ERROR Upgrade failed with ''
>>> 2025-12-15T20:30:35Z ERROR DN: cn=Schema Compatibility,cn=plugins,cn=config
>>> does not exists or haven't been updated
>>> 2025-12-15T20:30:35Z ERROR IPA server upgrade failed: Inspect
>>> /var/log/ipaupgrade.log and run command ipa-server-upgrade manually.
>>> ```Of course, the only reference I can see to this error was a fix 7 years
>>> ago. How do I get my IPA back online?
>>>
>>> Best regards,
>>> Eric
>>> --
>>> _______________________________________________
>>> 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
>>>
>
>
2025-12-17T22:05:35Z DEBUG Logging to /var/log/ipaupgrade.log
2025-12-17T22:05:35Z DEBUG ipa-server-upgrade was invoked with arguments [] and
options: {'verbose': False, 'quiet': False, 'log_file': None, 'force': False,
'skip_version_check': False}
2025-12-17T22:05:35Z DEBUG IPA version 4.13.0-2.fc43
2025-12-17T22:05:35Z DEBUG IPA platform fedora
2025-12-17T22:05:35Z DEBUG IPA os-release Fedora Linux 43 (Server Edition)
2025-12-17T22:05:35Z DEBUG importing all plugin modules in ipaserver.plugins...
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.aci
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.automember
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.automount
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.baseldap
2025-12-17T22:05:35Z DEBUG ipaserver.plugins.baseldap is not a valid plugin
module
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.baseuser
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.batch
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.ca
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.caacl
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.cert
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.certmap
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.certprofile
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.config
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.delegation
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.dns
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.dnsserver
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.dogtag
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.domainlevel
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.group
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.hbac
2025-12-17T22:05:35Z DEBUG ipaserver.plugins.hbac is not a valid plugin module
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.hbacrule
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.hbacsvc
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.plugins.hbacsvcgroup
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.hbactest
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.host
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.hostgroup
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.idp
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.idrange
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.idviews
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.internal
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.join
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.krbtpolicy
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.ldap2
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.location
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.migration
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.misc
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.netgroup
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.otp
2025-12-17T22:05:35Z DEBUG ipaserver.plugins.otp is not a valid plugin module
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.otpconfig
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.otptoken
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.plugins.passkeyconfig
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.passwd
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.permission
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.ping
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.pkinit
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.privilege
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.pwpolicy
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.rabase
2025-12-17T22:05:35Z DEBUG ipaserver.plugins.rabase is not a valid plugin module
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.radiusproxy
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.plugins.realmdomains
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.role
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.schema
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.selfservice
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.plugins.selinuxusermap
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.server
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.serverrole
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.serverroles
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.service
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.plugins.servicedelegation
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.session
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.stageuser
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.subid
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.sudo
2025-12-17T22:05:35Z DEBUG ipaserver.plugins.sudo is not a valid plugin module
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.sudocmd
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.plugins.sudocmdgroup
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.sudorule
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.sysaccounts
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.topology
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.trust
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.user
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.vault
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.virtual
2025-12-17T22:05:35Z DEBUG ipaserver.plugins.virtual is not a valid plugin
module
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.whoami
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.plugins.xmlserver
2025-12-17T22:05:35Z DEBUG importing all plugin modules in
ipaserver.install.plugins...
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.add_admin_krbcanonicalname
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.adtrust
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.ca_renewal_master
2025-12-17T22:05:35Z DEBUG importing plugin module ipaserver.install.plugins.dns
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.fix_kra_people_entry
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.fix_replica_agreements
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.rename_managed
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_ca_topology
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_changelog_maxage
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_dna_shared_config
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_fix_duplicate_cacrt_in_ldap
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_idranges
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_ldap_server_list
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_managed_permissions
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_pacs
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_passsync
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_pwpolicy
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_referint
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_services
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_subid_support
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_unhashed_password
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.update_uniqueness
2025-12-17T22:05:35Z DEBUG importing plugin module
ipaserver.install.plugins.upload_cacrt
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Searching for an interface of IP address: ::1
2025-12-17T22:05:36Z DEBUG Testing local IP address: ::1/128 (interface: lo)
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysupgrade/sysupgrade.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysupgrade/sysupgrade.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysupgrade/sysupgrade.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading Index file from
'/var/lib/ipa/sysrestore/sysrestore.index'
2025-12-17T22:05:36Z DEBUG Starting external process
2025-12-17T22:05:36Z DEBUG args=['/bin/systemctl', 'is-active',
'[email protected]']
2025-12-17T22:05:36Z DEBUG Process finished, return code=3
2025-12-17T22:05:36Z DEBUG stdout=failed
2025-12-17T22:05:36Z DEBUG stderr=
2025-12-17T22:05:36Z DEBUG Upgrading IPA:. Estimated time: 1 minute 30 seconds
2025-12-17T22:05:36Z DEBUG [1/9]: saving configuration
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Saving StateFile to
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Saving StateFile to
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Saving StateFile to
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Saving StateFile to
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG step duration: dirsrv __save_config 0.02 sec
2025-12-17T22:05:36Z DEBUG [2/9]: disabling listeners
2025-12-17T22:05:36Z DEBUG step duration: dirsrv __disable_listeners 0.01 sec
2025-12-17T22:05:36Z DEBUG [3/9]: enabling DS global lock
2025-12-17T22:05:36Z DEBUG step duration: dirsrv __enable_ds_global_write_lock
0.01 sec
2025-12-17T22:05:36Z DEBUG [4/9]: disabling Schema Compat
2025-12-17T22:05:36Z ERROR DN: cn=Schema Compatibility,cn=plugins,cn=config
does not exists or haven't been updated
2025-12-17T22:05:36Z DEBUG step duration: dirsrv __disable_schema_compat 0.02
sec
2025-12-17T22:05:36Z DEBUG [5/9]: starting directory server
2025-12-17T22:05:36Z DEBUG Starting external process
2025-12-17T22:05:36Z DEBUG args=['/bin/systemctl', 'start',
'[email protected]']
2025-12-17T22:05:36Z DEBUG Process finished, return code=1
2025-12-17T22:05:36Z DEBUG stdout=
2025-12-17T22:05:36Z DEBUG stderr=Job for [email protected] failed
because the control process exited with error code.
See "systemctl status [email protected]" and "journalctl -xeu
[email protected]" for details.
2025-12-17T22:05:36Z DEBUG Traceback (most recent call last):
File "/usr/lib/python3.14/site-packages/ipaserver/install/service.py", line
688, in start_creation
run_step(full_msg, method)
~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/ipaserver/install/service.py", line
674, in run_step
method()
~~~~~~^^
File
"/usr/lib/python3.14/site-packages/ipaserver/install/upgradeinstance.py", line
104, in __start
srv.start(self.serverid, ldapi=True)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/ipaplatform/redhat/services.py", line
137, in start
super(RedHatDirectoryService, self).start(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
instance_name, capture_output=capture_output, wait=wait)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/ipaplatform/base/services.py", line
308, in start
ipautil.run([paths.SYSTEMCTL, "start",
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.service_instance(instance_name)],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
skip_output=not capture_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/ipapython/ipautil.py", line 607, in
run
raise CalledProcessError(
p.returncode, arg_string, output_log, error_log
)
ipapython.ipautil.CalledProcessError: CalledProcessError(Command
['/bin/systemctl', 'start', '[email protected]'] returned non-zero
exit status 1: 'Job for [email protected] failed because the
control process exited with error code.\nSee "systemctl status
[email protected]" and "journalctl -xeu
[email protected]" for details.\n')
2025-12-17T22:05:36Z DEBUG [error] CalledProcessError:
CalledProcessError(Command ['/bin/systemctl', 'start',
'[email protected]'] returned non-zero exit status 1: 'Job for
[email protected] failed because the control process exited with
error code.\nSee "systemctl status [email protected]" and
"journalctl -xeu [email protected]" for details.\n')
2025-12-17T22:05:36Z DEBUG [cleanup]: stopping directory server
2025-12-17T22:05:36Z DEBUG Starting external process
2025-12-17T22:05:36Z DEBUG args=['/bin/systemctl', 'stop',
'[email protected]']
2025-12-17T22:05:36Z DEBUG Process finished, return code=0
2025-12-17T22:05:36Z DEBUG stdout=
2025-12-17T22:05:36Z DEBUG stderr=
2025-12-17T22:05:36Z DEBUG Stop of [email protected] complete
2025-12-17T22:05:36Z DEBUG step duration: dirsrv __stop_instance 0.00 sec
2025-12-17T22:05:36Z DEBUG [cleanup]: restoring configuration
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z ERROR DN: cn=Schema Compatibility,cn=plugins,cn=config
does not exists or haven't been updated
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Saving StateFile to
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Saving StateFile to
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Saving StateFile to
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Loading StateFile from
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG Saving StateFile to
'/var/lib/ipa/sysrestore/sysrestore.state'
2025-12-17T22:05:36Z DEBUG step duration: dirsrv __restore_config 0.02 sec
2025-12-17T22:05:36Z ERROR IPA server upgrade failed: Inspect
/var/log/ipaupgrade.log and run command ipa-server-upgrade manually.
2025-12-17T22:05:36Z DEBUG File
"/usr/lib/python3.14/site-packages/ipapython/admintool.py", line 219, in execute
return_value = self.run()
File
"/usr/lib/python3.14/site-packages/ipaserver/install/ipa_server_upgrade.py",
line 54, in run
server.upgrade()
~~~~~~~~~~~~~~^^
File "/usr/lib/python3.14/site-packages/ipaserver/install/server/upgrade.py",
line 2051, in upgrade
data_upgrade.create_instance()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File
"/usr/lib/python3.14/site-packages/ipaserver/install/upgradeinstance.py", line
132, in create_instance
self.start_creation(start_message="Upgrading IPA:",
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
show_service_name=False,
^^^^^^^^^^^^^^^^^^^^^^^^
runtime=90)
^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/ipaserver/install/service.py", line
688, in start_creation
run_step(full_msg, method)
~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/ipaserver/install/service.py", line
674, in run_step
method()
~~~~~~^^
File
"/usr/lib/python3.14/site-packages/ipaserver/install/upgradeinstance.py", line
104, in __start
srv.start(self.serverid, ldapi=True)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/ipaplatform/redhat/services.py", line
137, in start
super(RedHatDirectoryService, self).start(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
instance_name, capture_output=capture_output, wait=wait)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/ipaplatform/base/services.py", line
308, in start
ipautil.run([paths.SYSTEMCTL, "start",
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.service_instance(instance_name)],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
skip_output=not capture_output)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/ipapython/ipautil.py", line 607, in
run
raise CalledProcessError(
p.returncode, arg_string, output_log, error_log
)
2025-12-17T22:05:36Z DEBUG The ipa-server-upgrade command failed, exception:
CalledProcessError: CalledProcessError(Command ['/bin/systemctl', 'start',
'[email protected]'] returned non-zero exit status 1: 'Job for
[email protected] failed because the control process exited with
error code.\nSee "systemctl status [email protected]" and
"journalctl -xeu [email protected]" for details.\n')
2025-12-17T22:05:36Z ERROR Unexpected error - see /var/log/ipaupgrade.log for
details:
CalledProcessError: CalledProcessError(Command ['/bin/systemctl', 'start',
'[email protected]'] returned non-zero exit status 1: 'Job for
[email protected] failed because the control process exited with
error code.\nSee "systemctl status [email protected]" and
"journalctl -xeu [email protected]" for details.\n')
2025-12-17T22:05:36Z ERROR The ipa-server-upgrade command failed. See
/var/log/ipaupgrade.log for more information
Dec 17 17:05:36 phobos.ipa.example.com systemd[1]: Starting
[email protected] - 389 Directory Server IPA-EXAMPLE-COM....
░░ Subject: A start job for unit [email protected] has begun
execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A start job for unit [email protected] has begun execution.
░░
░░ The job identifier is 140046.
Dec 17 17:05:36 phobos.ipa.example.com ns-slapd[97042]:
[17/Dec/2025:17:05:36.366504026 -0500] - WARN - config_set_ldapi_root_dn - The
"nsslapd-ldapimaprootdn" setting is obsol>
Dec 17 17:05:36 phobos.ipa.example.com ns-slapd[97042]:
[17/Dec/2025:17:05:36.493469879 -0500] - NOTICE - config_set_port - Non-Secure
Port Disabled
Dec 17 17:05:36 phobos.ipa.example.com ns-slapd[97042]:
[17/Dec/2025:17:05:36.553544417 -0500] - ERR - oc_check_allowed_sv - Entry
"cn=usercertificate,cn=index,cn=userroot,cn=l>
Dec 17 17:05:36 phobos.ipa.example.com ns-slapd[97042]:
[17/Dec/2025:17:05:36.585159536 -0500] - ERR - init_dse_file - Could not load
config file [dse.ldif]
Dec 17 17:05:36 phobos.ipa.example.com ns-slapd[97042]:
[17/Dec/2025:17:05:36.601574502 -0500] - ERR - setup_internal_backends - Please
edit the file to correct the reported pr>
Dec 17 17:05:36 phobos.ipa.example.com systemd[1]:
[email protected]: Main process exited, code=exited,
status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ An ExecStart= process belonging to unit [email protected] has
exited.
░░
░░ The process' exit code is 'exited' and its exit status is 1.
Dec 17 17:05:36 phobos.ipa.example.com systemd[1]:
[email protected]: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit [email protected] has entered the 'failed' state with
result 'exit-code'.
Dec 17 17:05:36 phobos.ipa.example.com systemd[1]: Failed to start
[email protected] - 389 Directory Server IPA-EXAMPLE-COM..
░░ Subject: A start job for unit [email protected] has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A start job for unit [email protected] has finished with a
failure.
░░
░░ The job identifier is 140046 and the job result is failed.
--
_______________________________________________
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