I am working on getting XDMod running which uses sacct. On this system I cannot run sacct for some reason: $ sacct --verbose sacct: Jobs eligible from Sun Jun 26 00:00:00 2016 - Now sacct: Accounting storage SLURMDBD plugin loaded with AuthInfo=(null) sacct: error: slurmdbd: Sending DbdInit msg: Access/permission denied sacct: error: Problem talking to the database: Access/permission denied This works on every other system I have. It is running munge, has the correct key, and has the exact same version of Slurm as working systems (it fact it was deployed by SaltStack which /forces/ systems to be in identical states). I haven't found anything in any logs that shows anything useful as to why this system is giving a permission error. In fact, nothing Slurmy seems to be working: $ sinfo sinfo: error: slurm_receive_msg: Zero Bytes were transmitted or received slurm_load_partitions: Zero Bytes were transmitted or received Any ideas?
This looks an awful lot like a munge key mismatch. Can you check that munge has been restarted on the new host after installing the cluster key? I think you'll see the same message if the clocks are out of sync on the systems by more than a minute. There should be some log messages in slurmdbd / slurmctld that would narrow down the issue - can you test and provide those from the same time as your failed commands?
You had it with the clock sync comment. Looks like we lost access to our NTP server and this new host was the only one off enough to cause a problem. From what I can see Slurm and munge don't log this as an error.