Can you PM me the crash.log file located in /opt/netonix-manager ?
If possible, we may need to see if we can arrange a time for a call so that I can access the machine and see what's going on directly.
But let's start with that file.
Netonix Manager does not start
-
Stephen - Employee
- Posts: 1031
- Joined: Sun Dec 24, 2017 8:56 pm
- Has thanked: 85 times
- Been thanked: 181 times
Re: Netonix Manager does not start
Thank you for PMing me the details Seba65,
The js-bson log is actually unrelated (you will see it anyway when it is working correctly) but what does appear to be happening is that the ssl certificate settings are not permitted by the OS itself.
You can fix that by making edit's:
in the file /etc/ssl/openssl.cnf changing last line
from:
CipherString = DEFAULT@SECLEVEL=2
to
CipherString = DEFAULT@SECLEVEL=1
More details about this issue in debian here:
https://bugs.debian.org/cgi-bin/bugrepo ... bug=907888
The js-bson log is actually unrelated (you will see it anyway when it is working correctly) but what does appear to be happening is that the ssl certificate settings are not permitted by the OS itself.
You can fix that by making edit's:
in the file /etc/ssl/openssl.cnf changing last line
from:
CipherString = DEFAULT@SECLEVEL=2
to
CipherString = DEFAULT@SECLEVEL=1
More details about this issue in debian here:
https://bugs.debian.org/cgi-bin/bugrepo ... bug=907888
Re: Netonix Manager does not start
Thank you Stephen !
The fix on the file openssl.cnf work perfectly
For the last error "js-bson" I have installed :
Without installing npm the error is present on crash.log... Can this be added in the Netonix-manager installation doc?
The fix on the file openssl.cnf work perfectly
For the last error "js-bson" I have installed :
- Code: Select all
apt-get install npm
npm install bson
npm update
Without installing npm the error is present on crash.log... Can this be added in the Netonix-manager installation doc?
-
Stephen - Employee
- Posts: 1031
- Joined: Sun Dec 24, 2017 8:56 pm
- Has thanked: 85 times
- Been thanked: 181 times
Re: Netonix Manager does not start
Yes I don't mind adding it if it fixes the issue. But test it out for me a little bit first.
We ran into some issue's before when trying to update packages because much of the code in the nm ended up deprecated.
Post here to let me know if that works and if it does I will do the update on the source.
We ran into some issue's before when trying to update packages because much of the code in the nm ended up deprecated.
Post here to let me know if that works and if it does I will do the update on the source.
Who is online
Users browsing this forum: Bing [Bot] and 24 guests