Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
ol8 -> ol9: leapp b0rked?

philfry
Member Posts: 18 Green Ribbon
in Oracle Linux
Hi all,
when trying to upgrade from ol8 to ol9 leapp is failing with:
Traceback (most recent call last): File "/usr/bin/leapp", line 11, in <module> load_entry_point('leapp==0.14.0', 'console_scripts', 'leapp')() File "/usr/lib/python3.6/site-packages/leapp/cli/__init__.py", line 37, in main cli.command.execute('leapp version {}'.format(VERSION)) File "/usr/lib/python3.6/site-packages/leapp/utils/clicmd.py", line 105, in execute self._sub_commands[cmdname].parser.error(leftover) KeyError: 'leapp'
Happens also with a vanilla ol8 installation, for example using this kickstart fragment, followed by dnf --refresh -y upgrade
and dnf --enablerepo=ol8_leapp -y install leapp
%packages --nocore -firewalld bash openssh-server pam dnf dnf-plugins-core parted dracut-config-rescue oraclelinux-release-el8 network-scripts python3 kernel-uek -kernel selinux-policy-targeted python3-libselinux %end %pre-install mkdir -p /mnt/sysimage/etc/yum/vars %end %post touch /etc/dnf/vars/ociregion %end %post /usr/lib/systemd/systemd-sysv-install enable network %end
Any idea what could be wrong here?
Tagged:
Comments
-
nevermind, looks like I had to install
leapp-upgrade-el8toel9*
as well.