NetXMS Support Forum

English Support => General Support => Topic started by: JSB on January 28, 2011, 02:40:35 PM

Title: Failed to initialize cryptografy module
Post by: JSB on January 28, 2011, 02:40:35 PM
Hi,
I got the following error message in the log when starting netxmsd:
Failed to initialize cryptografy module

I have installed the latest 1.0.9 deb packages on a Ubuntu 10.04 computer.
The agent (nxagentd) seems to run fine...

Any idea what I'm missing?

Regards,
JSB
Title: Re: Failed to initialize cryptografy module
Post by: Victor Kirhenshtein on January 28, 2011, 04:55:53 PM
Hi!

Most likely server was unable to save generated key file. By default it will try to save it under /usr/share/netxms. Check that this location is writeable by server process.

Best regards,
Victor
Title: Re: Failed to initialize cryptografy module
Post by: JSB on January 31, 2011, 09:41:06 AM
Thanks!

The problem was writing to the given directory

JSB