-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python upgrade from 3.12.2 to 3.12.6 breaks salt-call --local on Fedora 40 #66947
Comments
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. |
Thx - looks like it is duplicate of #66898, will close in favour of that one. |
Description of Issue
When installing a new version of Fedora 40 or upgrading an existing version to the latest Python version 3.12.6
salt-call --local state.sls <name>
commands fail. The same commands work with Python 3.12.2.Setup
Create a trivial SLS file called true.sls in /srv/salt/debug
Steps to Reproduce Issue
Trace output
Relevant section of trace output shows:
Something seems to be stripping the leading directory from file_roots. Because if with the upgraded Python I do this (literally - foo can be anything) it works
Versions Report
The text was updated successfully, but these errors were encountered: