Page 2 of 2

Re: Netonix Manager on CentOS 7 install issue

Posted: Mon Jan 18, 2021 1:24 pm
by OacysShop
Is it supposed to be created by a script or is it a part of the TAR.GZ file itself? If so, when I extract in Windows, that directory is not present there as well.

Re: Netonix Manager on CentOS 7 install issue

Posted: Mon Jan 18, 2021 4:30 pm
by Stephen
The Netonix Manager will create that directory itself. Since it has not my first thought is that it may not be running with sufficient privilege to do so.

Re: Netonix Manager on CentOS 7 install issue

Posted: Mon Jan 18, 2021 4:40 pm
by OacysShop
Anything specific I should check in that regards to hopefully get it up and running?

Re: Netonix Manager on CentOS 7 install issue

Posted: Mon Jan 18, 2021 4:53 pm
by Stephen
Sorry I was being too cryptic. Try running it as root and seeing if that makes any difference.

Re: Netonix Manager on CentOS 7 install issue

Posted: Mon Jan 18, 2021 4:55 pm
by OacysShop
So far it's all been done as root.

Re: Netonix Manager on CentOS 7 install issue

Posted: Mon Jan 18, 2021 5:03 pm
by Stephen
At this point I will need to spin-up an instance of CentOS 7 myself to see what is going wrong. Do you mind sending me a PM of the crashlog in the /opt/netonix-manager directory. It may give me some more details

Re: Netonix Manager on CentOS 7 install issue

Posted: Mon Jan 18, 2021 5:33 pm
by Stephen
OacysShop, after looking at your crashlog, it appears the problem has changed a bit, the error is specifically with js-bson again.

Is there such a file as this:
node_modules/bson/builderror.log

If there is, please send it too me, if not please delete the node_modules directory
Code: Select all
rm -rf node_modules


and then re run
Code: Select all
npm install


Clearly the bindings to the OS are not being found, if you still have trouble follow this thread, there may be something helpful:
https://github.com/Automattic/mongoose/issues/2285