You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fedora 41 defaults to dnf5 for /usr/bin/dnf which breaks salt LTS 3006.9 . dnf5 support has already been merged into STS so this only effects LTS users.
Setup
on-prem machine
VM (Virtualbox, KVM, etc. please specify)
VM running on a cloud service, please be explicit and add details
container (Kubernetes, Docker, containerd, etc. please specify)
----------
ID: rpmconf
Function: pkg.installed
Result: False
Comment: Error occurred installing package(s). Additional info follows:
errors:
- Running as unit: run-rcf6ea7737f3e4479b5bc5982e4fd833e.scope; invocation ID: 804cf33a5fd144779b0654ffca743096
Unknown argument "--allowerasing" for command "dnf5". Add "--help" for more information about the arguments.
Started: 19:44:32.590307
Duration: 24047.666 ms
Changes:
----------
Expected behavior
Should install pkg
Versions Report
sudo salt-call --local test.versions
I've already upgraded so this is the output from sudo salt-call --local test.versions from before filing.
local:
Salt Version:
Salt: 3006.9Python Version:
Python: 3.10.14 (main, Jun 26 2024, 11:44:37) [GCC 11.2.0]Dependency Versions:
cffi: 1.14.6cherrypy: 18.6.1cryptography: 42.0.5dateutil: 2.8.1docker-py: Not Installedgitdb: Not Installedgitpython: Not InstalledJinja2: 3.1.4libgit2: Not Installedlooseversion: 1.0.2M2Crypto: Not InstalledMako: Not Installedmsgpack: 1.0.2msgpack-pure: Not Installedmysql-python: Not Installedpackaging: 22.0pycparser: 2.21pycrypto: Not Installedpycryptodome: 3.19.1pygit2: Not Installedpython-gnupg: 0.4.8PyYAML: 6.0.1PyZMQ: 23.2.0relenv: 0.17.0smmap: Not Installedtimelib: 0.2.4Tornado: 4.5.3ZMQ: 4.3.4System Versions:
dist: fedora 41locale: utf-8machine: x86_64release: 6.11.8-300.fc41.x86_64system: Linuxversion: Fedora Linux 41
Additional context
I'm running masterless salt. I've also already upgraded to STS so I confirmed this working outside of LTS.
The text was updated successfully, but these errors were encountered:
Description
Fedora 41 defaults to dnf5 for /usr/bin/dnf which breaks salt LTS 3006.9 . dnf5 support has already been merged into STS so this only effects LTS users.
Setup
Steps to Reproduce the behavior
Expected behavior
Should install pkg
Versions Report
sudo salt-call --local test.versions
I've already upgraded so this is the output from
sudo salt-call --local test.versions
from before filing.Additional context
I'm running masterless salt. I've also already upgraded to STS so I confirmed this working outside of LTS.
The text was updated successfully, but these errors were encountered: