[2025-03-06T00:26:06.002] error: _add_registered_cluster: trying to register a
cluster (poc-cluster) with no remote port
[2025-03-06T00:31:06.002] error: _add_registered_cluster: trying to register a
cluster (poc-cluster) with no remote port
[2025-03-06T00:36:06.001] error: _add_registered_clust
The password ended in a !
Once removed it connects OK. doh.
regards
Steven
From: Steven Jones via slurm-users
Sent: Thursday, 6 March 2025 7:49 am
To: slurm-users@lists.schedmd.com
Subject: [slurm-users] Re: mariadb refusing access
Yes that is set, and my
Yes that is set, and my settings are,
# slurmDBD info
DbdAddr=localhost
DbdHost=vuwunicoslurmd3.ods.vuw.ac.nz
#DbdHost=localhost
DbdPort=6819
SlurmUser=slurm
#MessageTimeout=300
DebugLevel=verbose
#DefaultQOS=normal,standby
LogFile=/var/log/slurm/slurmdbd.log
PidFile=/var/run/slurmdbd/slurmdbd.pid
Sorry, I dont follow you,
Pass word works fine and grant looks OK.
[root@vuwunicoslurmd3 ~]# mysql -u slurm -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 208
Server version: 10.11.10-MariaDB MariaDB Server
Copyright (c) 2000, 2018, O
Hi,
[root@vuwunicoslurmd3 ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
130.195.19.159 vuwunicoslurmd3.ods.vuw.ac.nz vuwunicoslurmd3
[root@vuwunicoslurmd3 ~]#
rega
Hi,
Check your /etc/hosts file for localhost definition. I would guess it is not
only 127.0.0.1.
I think you have IPv6 ::1 address too.
If so, try connect using 172.0.0.1 and add a GRANT with the same password for
'slurm'@'::1';
That will allow connections using IPv4 and IPv6 loopback address.
Hello -
We're in a similar situation as was described here:
https://groups.google.com/g/slurm-users/c/eBDslkwoFio
where we want to track (and control) costs on a fairly heterogenous system with
different billing weights per partition. The solution proposed seems like it
would work rather well
On 3/5/25 02:23, Steven Jones via slurm-users wrote:
In the logs I am seeing,
root@vuwunicoslurmd3 mariadb]# tail -f mariadb.log
2025-03-04 19:01:32 12565 [Warning] Access denied for user
'slurm'@'localhost' (using password: YES)
2025-03-04 19:06:19 12566 [Warning] Access denied for user
'slur