skip to Main Content

Debian – Slurmctld: error: mysql_real_connect failed: 1045 Access denied for user 'root'@'localhost' (using password: NO)

I cannot resolve the following issue: root@MyCluster:/opt/WorkLoadManager/slurm/23.11.5# systemctl status slurmctld × slurmctld.service - Slurm controller daemon Loaded: loaded (/etc/systemd/system/slurmctld.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2024-04-09 16:18:33 CEST; 4s ago Process: 2592430 ExecStart=/opt/WorkLoadManager/slurm/23.11.5/sbin/slurmctld --systemd $SLURMCTLD_OPTIONS (code=exited,…

VIEW QUESTION

Centos – Chef Recipe; cannot be found in the resource collection

I need help in resolving the issue with below chef recipe: application = "edge-api" remote_file "/usr/local/edge-api/#{application}-#{application_version}.jar" do source "#{node.default["thecloud"]["repo_url"]}/#{application}/#{application}-#{application_version}.jar" mode "0644" checksum application_sha256 notifies :stop, "service[edge-api]", :delayed notifies :start, "service[edge-api]", :delayed end I get this error: > FATAL: Chef::Exceptions::ResourceNotFound: resource…

VIEW QUESTION
Back To Top
Search