First Time Conda Install - "Always ok" test failing #16576
-
Hello, I've never used the Conda MOOSE environment before. Surprisingly, I got all the way up to compiling the test app with no issues! Sadly, TestHarness is doing some weird things. For example:
Anyone got a clue what's going on? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You need to add your hostname to your First run the command Let's say that returns A sample |
Beta Was this translation helpful? Give feedback.
You need to add your hostname to your
/etc/hosts
file referencing127.0.0.1
- your localhost address.First run the command
hostname
in Terminal.Let's say that returns
mycoolname
. Then usingsudo
, edit/etc/hosts
to add127.0.0.1 mycoolname
to the last line.A sample
hosts
file and a bit more information about the gethostbyname issue can be found on the MOOSE website here