License error again

dorucrisan

Verified User
Joined
Oct 23, 2021
Messages
192
Location
Bucharest / Romania
I am having this problem at different intervals. Each time it was solved as advised, by curl -f -v.....etc.
This time does not work. I opened a ticket, no reply yet. License is valid until Sep. 2025.

1752131369898.png


1752131480882.png

This is not new install, it was working for a year or so without issues.
Anybody knows a solution please?
Thanks in advance.
 
What happens when you
ping google.com

? :-)
[root@host ~]# ping google.com

PING google.com (216.58.206.78) 56(84) bytes of data.

64 bytes from lhr35s11-in-f14.1e100.net (216.58.206.78): icmp_seq=1 ttl=116 time =3.30 ms

64 bytes from mil07s08-in-f14.1e100.net (216.58.206.78): icmp_seq=2 ttl=116 time =5.85 ms

64 bytes from lhr35s11-in-f14.1e100.net (216.58.206.78): icmp_seq=3 ttl=116 time =2.74 ms

64 bytes from lhr35s11-in-f14.1e100.net (216.58.206.78): icmp_seq=4 ttl=116 time =4.02 ms

64 bytes from lhr35s11-in-f14.1e100.net (216.58.206.78): icmp_seq=5 ttl=116 time =2.77 ms

64 bytes from mil07s08-in-f14.1e100.net (216.58.206.78): icmp_seq=6 ttl=116 time=3.34 ms

64 bytes from lhr35s11-in-f14.1e100.net (216.58.206.78): icmp_seq=7 ttl=116 time=2.67 ms

64 bytes from tzfraa-aa-in-f14.1e100.net (216.58.206.78): icmp_seq=8 ttl=116 time=7.83 ms

64 bytes from lhr35s11-in-f14.1e100.net (216.58.206.78): icmp_seq=9 ttl=116 time=6.00 ms

64 bytes from tzfraa-aa-in-f14.1e100.net (216.58.206.78): icmp_seq=10 ttl=116 time=2.78 ms

64 bytes from lhr35s11-in-f14.1e100.net (216.58.206.78): icmp_seq=11 ttl=116 time=3.31 ms

licensing.directadmin.com64 bytes from mil07s08-in-f14.1e100.net (216.58.206.78): icmp_seq=12 ttl=116 time=3.14 ms

64 bytes from lhr35s11-in-f14.1e100.net (216.58.206.78): icmp_seq=13 ttl=116 time=3.55 ms

64 bytes from lhr35s11-in-f14.1e100.net (216.58.206.78): icmp_seq=14 ttl=116 time=2.90 ms

64 bytes from lhr35s11-in-f14.1e100.net (216.58.206.78): icmp_seq=15 ttl=116 time=7.57 ms

64 bytes from tzfraa-aa-in-f14.1e100.net (216.58.206.78): icmp_seq=16 ttl=116 time=6.79 ms

64 bytes from tzfraa-aa-in-f14.1e100.net (216.58.206.78): icmp_seq=17 ttl=116 time=2.92 ms

licensing.directadmin.com64 bytes from mil07s08-in-f14.1e100.net (216.58.206.78): icmp_seq=18 ttl=116 time=2.80 ms

64 bytes from mil07s08-in-f14.1e100.net (216.58.206.78): icmp_seq=19 ttl=116 time=3.03 ms

licensing.directadmin.com64 bytes from lhr35s11-in-f14.1e100.net (216.58.206.78): icmp_seq=20 ttl=116 time=3.00 ms

licensing.directadmin.com64 bytes from lhr35s11-in-f14.1e100.net (216.58.206.78): icmp_seq=21 ttl=116 time=2.75 ms

64 bytes from lhr35s11-in-f14.1e100.net (216.58.206.78): icmp_seq=22 ttl=116 time=2.66 ms
 
It look like random cause issued by your current DNS resolver, previous post I suggest change the resolver to public DNS like "8.8.4.4, 1.1.1.1"
 
It look like random cause issued by your current DNS resolver, previous post I suggest change the resolver to public DNS like "8.8.4.4, 1.1.1.1"
That was different problem on different server, could not connect to DA, indeed by changing to 88...111 solved the problem. When changing back to server IP DNS' problem was solved, no issues. I don't know what is the problem. I contacted the ISP they deny any issue on their side.
Thanks for your help.
 
Check your /etc/resolv.conf before and after a reboot. Or make a backup of the current working resolv.conf file anyway.
Could be NetworkManager is messing with your resolv.conf so you could either fix it by adjusting the NetworkManager configuration or just disable that NetworkManager messes with the /etc/resolv.conf file.

For disabling, in /etc/NetworkManager/NetworkManager.conf add this under the [main] section
Code:
dns=none
rc-manager=unmanaged
restart the NetworkManager service afterwards.
 
Back
Top