| Summary: | Unnecessary error regarding pam_slurm_adopt, which is not enabled in our slurm.conf | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Lawrence Wu <lawrence.wu> |
| Component: | Configuration | Assignee: | Marshall Garey <marshall> |
| Status: | RESOLVED INFOGIVEN | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | CC: | cinek |
| Version: | 19.05.5 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | FRB | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | Target Release: | --- | |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
|
Description
Lawrence Wu
2020-05-06 15:49:15 MDT
You're getting this error because of this combination: ProctrackType=proctrack/pgid PrologFlags=x11 PrologFlags=x11 implies PrologFlags=contain, so this error actually does apply to your configuration (slurm.conf man page: https://slurm.schedmd.com/slurm.conf.html#OPT_PrologFlags). However, this error created extra noise in client commands, so in commit 1d33536d8ed3196a we limited this error to slurmctld. That commit is only in 20.02; however, you can cherry pick this commit to limit the error to appear only in slurmctld.log, and you should be able to ignore it. Does that answer your question? Closing as infogiven. |