Logged In: NO

This seems to be in config.c. If the "ServerName" config
property is not set, a gethostname() followed by
gethostbyname() is invoked. The first call succeeded in our
case, but the second one didn't. I've remedied this
temporarily by setting "ServerName" to a known value.