rackslab / Slurm-web

Open source web dashboard for Slurm HPC clusters
https://slurm-web.com
GNU General Public License v3.0
317 stars 89 forks source link

munge error #195

Closed ugiwgh closed 3 months ago

ugiwgh commented 6 years ago

[root@centos71611 slurm-web]# ./run2.sh Running /etc/my_init.d/00_regen_ssh_host_keys.sh... Running /etc/rc.local... Booting runit daemon... Runit started as PID 9 AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" munged: Error: Found pid 28 bound to socket "/var/run/munge/munge.socket.2" ^C Shutting down runit daemon (PID 9)... Killing all processes...

mehdid commented 5 years ago

Can you tell us how run2.sh is different from run.sh from slurm-web's git repository? Did you try to debug munge installation?

mehdid commented 5 years ago

Additionally, can you test the fix described in #168 ?

jamesmememes commented 3 years ago

hello mehdid or anybody else who can help. I was hoping somebody could answer me some questions.

I followed all the instructions from the page : https://edf-hpc.github.io/slurm-web/installation.html I already have slurm working, but when I try to access the web interface through http://localhost:8081/slurm an empty page shows up. can anybody tell me how to link slurm-web with slurm properly ?

also, when I tried to run this command : apt-get install slurm-web-restapi slurm-web-dashboard

I get these erros : E: Unable to locate package slurm-web-restapi E: Unable to locate package slurm-web-dashboard

and when I try to valid the the racks.xml file, I get this output: pueba@pueba:~/slurm-web/conf$ sudo xmllint --valid --noout /home/pueba/slurm-web/racks.xml warning: failed to load external entity "/home/pueba/slurm-web/racks.xml"

I posted it in here, since I saw you're a developer and theres a lot of open issues right now. sorry to bother you, and any help would be really appreciate it.

Pd: Im running everything on the same computer at the moment, so Im trying to run slurm-web and slurm at the same computer.

data-lab01 commented 2 years ago

After--> sudo apt-get install slurm-web-restapi slurm-web-dashboard

Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package slurm-web-restapi E: Unable to locate package slurm-web-dashboard

rezib commented 4 months ago

This issue concerns Slurm-web v2 which is not maintained anymore. You are highly encouraged to test the new version v3.0.0 that is not impacted by this issue. The quick start guide for v3.0.0 is available online: https://docs.rackslab.io/slurm-web/install/quickstart.html

Unless someone is motivated to maintain the old version of Slurm-web or you have a justified reason to keep this issue open, it will be closed in a few weeks.

rezib commented 3 months ago

For the reasons explained in the previous comment, I finally close this issue.