Summary
An unrecognized agent security mode was specified.
Description
In a cluster build, emake will attempt to secure its connections with agents according to a mode set by the first of the following that exists:
- “
--emake-agent-security=...
” command line option - “
EMAKE_AGENT_SECURITY
” environment variable
If none of the above specifies the mode, then emake defaults to unauthenticated communications with agents.
But if one of the above specifies an unrecognized mode, then emake fails with EC1171.
Reasons
The user specified an unrecognized agent security mode.
Fixes
Check the text of the error message for a list of available modes, and choose one of them.
0 Comments