Hello, I'm using slurm 2.5.4
In my master I'm running slurmdbd and in slurm.conf I have this line to do the accounting: AccountingStorageType=accounting_storage/slurmdbd It seems it is working well (I can do sacct etc from the master). I try to run sacct on a node but I got this error: sacct: error: Problem talking to the database: Connection refused As I have understood I don't need to configure sludmdb nor running it on the nodes. Is it correct? Maybe this is related, in the /var/log/slurm/slurmdbd.log on the master, I have this line showing many time: [2013-05-26T00:00:00+02:00] error: We have more time than is possible [..] Thanks for any tips.