We’ve had reports of license issues after automatic upgrades to CentOS 6.8 on some servers. This presents itself by showing a message in NodeWorx stating that the license is set to expire. If 24 hours passes, the license will expire.
To reproduce this issue, from the command line, run the following:
~iworx/cron/license.pex --sync
An error stating “Illegal Instruction” appears if this is the same issue.
To confirm this issue using curl, run the following command:
Is anyone else having any issues with the NodeWorx Dashboard? I can’t expand (+) the Service Status, Server Info, or Server At A Glance. Also, the left side menu doesn’t work either (although it does work from interior pages).
This is using Chrome on PC. I’ve tried restarting Chrome, running in incognito window, as well as check the console for any javascript or other errors.
Not sure if this is related to the 6.8 update or just a fluke.
EDIT: If anyone else runs into this, support fixed this issue by just running InterWorx permission fix tool.
I think I must be behind the time, there were no centos update this morning but after running update, it found 6.8 updates
I have installed these in the DNS server only, and no issues over curl
Interestingly though, it’s shows curl 7.19 but the latest is 7.49 I think from memory, which hopefully on our new server which runs latest curl, these updates will not be present for curl, but we will only do the 6.8 update after full server transfers
Justec, good post but I think your on centos 7, and I found it was easier to permfix on a monthly cron when we were testing centos 7
My post from the other day was me getting the latest PHP 5 version to my CentOS 6.x server. I was on 6.7 and now this morning I am on CentOS release 6.8.
So I have a feeling something in this 6.7>6.8 upgrade broke something with iworx permissions.
I haven’t yet rebooted after the upgrade, but will probably do that late tonight.
This solves the license issue, but this is still a bigger issue, as wordpress installations report errors and still “curl https://www.google.at” does not work.
On our DNS only server (the only server we updated to centos 6.8 so far) our NSS is 3.21
A check on some production servers show we are not using NSS
I seem to remember coming across NSS and curl with our billing platform, on payment gateways which require to use TLS only (now most require specific TLSv1.2), but I would need to find my notes to remember fully.
Hi Arusa
Many thanks, and I think you maybe correct.
Please coudl I ask if you get a connect using the following
curl -v --TLSv1.2 https://google.com
Below is my test from DNS only server, with NSS, and below that a failed connection from an earlier server, whilst trying to resolve a gateway connection.
If it fails, what OpenSSL versions do you have on system (rpm -qa | grep openssl)
I am sorry though, my thinking maybe nothing to do with this issue, so I apologise in advance, but I do seem to remember having to upgrade NSS a few years ago, just cannot remember why sorry
Many thanks
John
Good Connection
[root@ns4 ~]# curl -v --TLSv1.2 https://google.com