The first thing that comes to mind is that one of the libraries we use requires lockable memory and so if you are running a jail, you need to be sure that allow.molock = 1;
is in your config.
2 Likes
The first thing that comes to mind is that one of the libraries we use requires lockable memory and so if you are running a jail, you need to be sure that allow.molock = 1;
is in your config.