From 7a8e543f6abf7db2f0e70c631562db3ce8b6c8e8 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Tue, 1 Mar 2016 11:10:00 -0800 Subject: [PATCH] slight alteration to include 127.0.0.1 to commit 65820eca966 --- doc/html/faq.shtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/html/faq.shtml b/doc/html/faq.shtml index f48afe8e4ae..1c3205ad8fc 100644 --- a/doc/html/faq.shtml +++ b/doc/html/faq.shtml @@ -1649,8 +1649,10 @@ The solution is to either remove this line or configure a different NodeAddr that is known by your other nodes.</p> <p>The TopologyParam=NoInAddrAny configuration parameter is subject to this -same problem, which can also be addressed by removing the "127.0.1.1" -address from the /etc/hosts file.</p> +same problem, which can also be addressed by removing actual node +name from the "127.0.1.1" as well as the "127.0.0.1" +addresses in the /etc/hosts file. It is ok if they point to +localhost, but not the actual name of the node.</p> <p><a name="stop_sched"><b>38. How can I stop Slurm from scheduling jobs?</b></a></br> You can stop Slurm from scheduling jobs on a per partition basis by setting -- GitLab