-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] schedule enable broken #67710
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. |
@gespositotggaming Suggest something more than [BUG] in the issue title, roughly describing the issue, look at other issues for examples. Example of the exact scheduled job that you ran is needed, otherwise we could find and fix some other problem and not resolve your issue. |
Hey it has been a few days and I am wondering if their is any updates. We are currently trying to evaluate whether to use SALT for our team. Thanks. |
Description
unable to use any salt commands on the minion/scheduler wont run any jobs. Minion and master are active and master can push states and send commands to the minion just not on the scheduler.
Setup
(Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.)
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
install salt for Linux Debian systems on Ubuntu 24.04.1. Try to create and run any scheduled job.
Expected behavior
a list of active jobs would appear. More broadly that salt commands would work on a minion specifically salt * schedule.enable
Screenshots
Versions Report
Master:
Minion: Cant run the command
Additional context
python3 and python3.dateutil are installed on both master and minion. Doesn't work using that format or cronjob format. Also have tried reinstalling salt 3 times.
The text was updated successfully, but these errors were encountered: