View Source

{kb-symptom}
The Agent fails to start with errors such as:
{code}
Unable to set default name check option
{code}
_And:_
{code}
Program terminating abnormally!
{code}
{kb-cause}
The Agent will not run when the PAX RANDMMAP option is enabled for the agent binary.
{info:Reference}The goal of PaX RANDMMAP is to introduce randomness into memory regions handled by the do_mmap() kernel interface. Read more in [http://pax.grsecurity.net/docs/randmmap.txt].
{info}
{kb-resolution}
The agent runs properly when:
* The {color:blue}PAX RANDMMAP{color} option is disabled for the CDP binary.
_\-Or\-_
* CDP Server is started with the {color:blue}\-d{color} flag.
\\

Run:
{code}
paxctl -r /usr/sbin/r1soft/bin/cdp
{code}
_And:_
{code}
paxctl -r /usr/sbin/r1soft/2-6/cdp-2-6
{code}
{kb-related-articles}