Upgrading operating system from OL7 to OL8 with leapp
In the task of upgrading the operating system from Oracle Linux 7
(now Oracle Linux Server release 7.5) to Oracle Linux 8, running the
leapp tool, we have a problem. This is the detail of the error:
leapp preupgrade --oraclelinux
Traceback (most recent call last):
File "/usr/lib64/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/lib64/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python2.7/site-packages/leapp/repository/actor_definition.py", line 72, in _do_run
actor_instance.run(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/leapp/actors/init.py", line 289, in run