When the SLURM daemon starts, it prints “cannot resolve X plugin operations” and exits. What does this mean?
This means that symbols expected in the plugin were not found by the daemon. This typically happens when the plugin was built or installed improperly or the configuration file is telling the plugin to use an old plugin (say from the previous version of SLURM). Restart the daemon in verbose mode for more information (e.g. “slurmctld -Dvvvvv”).