Issues.00650 - lordmundi/wikidoctest GitHub Wiki
00650: HOST environment variable in edge_env fails on Ubuntu 16.04.3
Summary: HOST environment variable in edge_env fails on Ubuntu 16.04.3
Created: 2018–05–30 15:55
Status: Submitted
Category: Request
From: msamaan
Version: 2.4.1
Released_In:
Description:
Running the ./run_standalone script gives an error saying "HOST: Undefined variable"
For people running on a machine that uses $HOSTNAME instead of $HOST, you can work around this by making sure $HOST is defined in your environment. If you are a bash user, you could add the following to your ~/.bashrc file:
export HOST=$HOSTNAME