License check failure

dai198920032000

Verified User
Joined
Aug 18, 2021
Messages
10
Since updating to the new version, the error continuously.
tried everything but it didn't work
Update os to new version, im using centos 7.x
trying get license key.
check the license on the page is still valid
I'm so tired of this error, it started happening continuously when directadmin was updated to new version.
i use the official channel, testing, all of them have this damn error
Don't tell me to try, I've tried all the ways in this forum, and the error occurs even faster.
Check in log, directadmin keeps checking for license update every few minutes, is that a feature?

Apr 15 17:09:25 directadmin[19824]: 2022/04/15 17:09:25 info license updated successfully
Apr 15 17:13:19 directadmin[19824]: 2022/04/15 17:13:19 info license updated successfully
Apr 15 17:25:06 directadmin[19824]: 2022/04/15 17:25:06 info license updated successfully
Apr 15 17:29:54 directadmin[19824]: 2022/04/15 17:29:54 error proxy request error error=context canceled url=http://unix/CMD_JSON_LANG?json=yes&initial=no&request=global&dynamic=yes
Apr 15 17:30:33 directadmin[19824]: 2022-04-15 17:30:33 cwd=/usr/local/directadmin 2 args: /usr/sbin/exim -bV
Apr 15 17:30:33 systemd[1]: Got notification message from PID 30370, but reception only permitted for main PID 19824
Apr 15 17:45:02 directadmin[19824]: 2022-04-15 17:45:02 cwd=/usr/local/directadmin 2 args: /usr/sbin/exim -bV
Apr 15 17:45:02 systemd[1]: Got notification message from PID 31523, but reception only permitted for main PID 19824
Apr 15 18:02:47 directadmin[19824]: 2022/04/15 18:02:47 error license check failure error=permanent license check failure: lost license session
Apr 15 18:02:47 directadmin[19824]: 2022/04/15 18:02:47 error license check failure error=license is expired
 
Yep, I missed that part when I read it on my mobile phone. Deleted the post for that reason. Sorry for that ?.
 
Apr 15 19:34:18 directadmin[17042]: 2022/04/15 19:34:18 info license updated successfully
Apr 15 19:36:07 directadmin[17042]: 2022/04/15 19:36:07 info license updated successfully
Apr 15 19:39:37 directadmin[17042]: 2022/04/15 19:39:37 info license updated successfully
Apr 15 19:45:02 directadmin[17042]: 2022-04-15 19:45:02 cwd=/usr/local/directadmin 2 args: /usr/sbin/exim -bV
Apr 15 19:45:02 systemd[1]: Got notification message from PID 23805, but reception only permitted for main PID 17042
Apr 15 19:50:10 directadmin[17042]: 2022/04/15 19:50:10 info license updated successfully
that log DA say.
 
Apr 15 19:24:17 systemd[1]: Started DirectAdmin Web Control Panel.
Apr 15 19:29:18 directadmin[17042]: 2022/04/15 19:29:18 error license check failure error=transient licence check failure: too many requests, try again later
Apr 15 19:34:18 directadmin[17042]: 2022/04/15 19:34:18 info license updated successfully
Apr 15 19:36:07 directadmin[17042]: 2022/04/15 19:36:07 info license updated successfully
Apr 15 19:39:37 directadmin[17042]: 2022/04/15 19:39:37 info license updated successfully
Apr 15 19:45:02 directadmin[17042]: 2022-04-15 19:45:02 cwd=/usr/local/directadmin 2 args: /usr/sbin/exim -bV
Apr 15 19:45:02 systemd[1]: Got notification message from PID 23805, but reception only permitted for main PID 17042
Apr 15 19:50:10 directadmin[17042]: 2022/04/15 19:50:10 info license updated successfully
Apr 15 20:24:45 directadmin[17042]: 2022/04/15 20:24:45 error license check failure error=permanent license check failure
Apr 15 20:24:45 directadmin[17042]: 2022/04/15 20:24:45 error license check failure error=license is expired
 
add 443 udp out port to csf? if license server is using quic (http 3)

add crontab;
cat /usr/local/directadmin/conf/license.key | xargs /usr/local/directadmin/scripts/getLicense.sh
 
this error also caused if DNS servers are unset (unavailable)..

echo "DNS1=1.1.1.1" >> /etc/sysconfig/network-scripts/ifcfg-eth0
echo "DNS2=1.0.0.1" >> /etc/sysconfig/network-scripts/ifcfg-eth0

systemctl restart NetworkManager.service
 
Back
Top