Skip to content
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

Issue running playbook #4

Open
bachmeyer opened this issue Sep 16, 2019 · 2 comments
Open

Issue running playbook #4

bachmeyer opened this issue Sep 16, 2019 · 2 comments

Comments

@bachmeyer
Copy link

When running the playbook I get the error
"No package matching 'slurm-slurmdbd' found available, installed or updated"
for Task : Install Slurm DB packages

{
"_ansible_parsed": true,
"_ansible_no_log": false,
"changed": false,
"results": [
"No package matching 'slurm-slurmdbd' found available, installed or updated"
],
"rc": 126,
"invocation": {
"module_args": {
"autoremove": false,
"disable_plugin": [],
"install_repoquery": true,
"update_cache": false,
"disable_excludes": null,
"exclude": [],
"update_only": false,
"installroot": "/",
"allow_downgrade": false,
"name": [
"munge",
"slurm-slurmdbd"
],
"download_only": false,
"bugfix": false,
"list": null,
"disable_gpg_check": false,
"conf_file": null,
"use_backend": "auto",
"validate_certs": true,
"state": "present",
"disablerepo": [],
"releasever": null,
"enablerepo": [],
"skip_broken": false,
"security": false,
"enable_plugin": []
}
},
"msg": "No package matching 'slurm-slurmdbd' found available, installed or updated"

@Carreau
Copy link

Carreau commented Sep 23, 2019

II got a similar issue; my guess is slurm is on the RHEL repo, but likely not on centos.

I'm going to try to compile it myself into rpm or use someone else channel or whatever that name is and hopefully that will work ?

@bachmeyer
Copy link
Author

Just FYI, it is not in the RHEL repo. I verified this. I am working on the same solution into the RPM too. I noticed the repo you linked uses the older version of slurm (17) and they are up to 19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants