У вас нет лицензии
У вас нет лицензии
Всем доброе время суток.
Почти год пользуюсь на одном из серверов brainycp, сегодня вылезло
"У вас нет лицензии
Проверьте дату: 2023-12-30 03:47:48
Если она отличается, исправьте дату используя: date -s
Проверьте файл конфиг /etc/resolv.conf , на наличие nameserver.
Если нет nameserver google, выполните команду
echo 'nameserver 8.8.8.8' >> /etc/resolv.conf"
Вообще ни чего не менял ни где, в чем может быть причина? Дата стоит верная.
Почти год пользуюсь на одном из серверов brainycp, сегодня вылезло
"У вас нет лицензии
Проверьте дату: 2023-12-30 03:47:48
Если она отличается, исправьте дату используя: date -s
Проверьте файл конфиг /etc/resolv.conf , на наличие nameserver.
Если нет nameserver google, выполните команду
echo 'nameserver 8.8.8.8' >> /etc/resolv.conf"
Вообще ни чего не менял ни где, в чем может быть причина? Дата стоит верная.
Re: У вас нет лицензии
Может кто сталкивался с такой проблемой?
Re: У вас нет лицензии
Покажите вывод cat /etc/resolv.conf
Какой ip сервера?
Какой ip сервера?
Re: У вас нет лицензии
nameserver 127.0.0.53
options edns0 trust-ad
Хотя у сервера совсем другой ip
options edns0 trust-ad
Хотя у сервера совсем другой ip
Re: У вас нет лицензии
Выполните команду которая у вас на заглушке.
echo 'nameserver 8.8.8.8' > /etc/resolv.conf"
echo 'nameserver 8.8.8.8' > /etc/resolv.conf"
Re: У вас нет лицензии
Спасибо, помогло)
-
- Сообщения: 12
- Зарегистрирован: Вт мар 11, 2025 9:16 am
Re: У вас нет лицензии
Аналогичная ситуация в Ubuntu server 24.04
Что делать?
вот файл /run/systemd/resolve/resolv.conf
# This is /run/systemd/resolve/resolv.conf managed by man:systemd-resolved(8).
# Do not edit.
#
# This file might be symlinked as /etc/resolv.conf. If you're looking at
# /etc/resolv.conf and seeing this text, you have followed the symlink.
#
# This is a dynamic resolv.conf file for connecting local clients directly to
# all known uplink DNS servers. This file lists all configured search domains.
#
# Third party programs should typically not access this file directly, but only
# through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a
# different way, replace this symlink by a static file or a different symlink.
#
# See man:systemd-resolved.service(8) for details about the supported modes of
# operation for /etc/resolv.conf.
nameserver 8.8.8.8
nameserver 1.1.1.1
nameserver 8.8.8.8
# Too many DNS servers configured, the following entries may be ignored.
nameserver 1.1.1.1
search .
Что делать?
вот файл /run/systemd/resolve/resolv.conf
# This is /run/systemd/resolve/resolv.conf managed by man:systemd-resolved(8).
# Do not edit.
#
# This file might be symlinked as /etc/resolv.conf. If you're looking at
# /etc/resolv.conf and seeing this text, you have followed the symlink.
#
# This is a dynamic resolv.conf file for connecting local clients directly to
# all known uplink DNS servers. This file lists all configured search domains.
#
# Third party programs should typically not access this file directly, but only
# through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a
# different way, replace this symlink by a static file or a different symlink.
#
# See man:systemd-resolved.service(8) for details about the supported modes of
# operation for /etc/resolv.conf.
nameserver 8.8.8.8
nameserver 1.1.1.1
nameserver 8.8.8.8
# Too many DNS servers configured, the following entries may be ignored.
nameserver 1.1.1.1
search .
Re: У вас нет лицензии
Что в файле /etc/resolv.conf ?
Cтоит ли там симлинк на /etc/resolv.conf?
Покажите выводи по командам:
curl -X POST -d "paramin=check_license" http://panelname.shn-host.ru/check.php
curl -X POST -d "paramin=check_license" http://panelbr1.shn-host.ru/check.php
curl -X POST -d "paramin=check_license" http://panelbr2.shn-host.ru/check.php
Cтоит ли там симлинк на /etc/resolv.conf?
Покажите выводи по командам:
curl -X POST -d "paramin=check_license" http://panelname.shn-host.ru/check.php
curl -X POST -d "paramin=check_license" http://panelbr1.shn-host.ru/check.php
curl -X POST -d "paramin=check_license" http://panelbr2.shn-host.ru/check.php
-
- Сообщения: 12
- Зарегистрирован: Вт мар 11, 2025 9:16 am
Re: У вас нет лицензии
root@thishosting:~# curl -X POST -d "paramin=check_license" http://panelname.shn-host.ru/check.php
curl: (6) Could not resolve host: panelname.shn-host.ru
root@thishosting:~# curl -X POST -d "paramin=check_license" http://panelbr1.shn-host.ru/check.php
curl: (6) Could not resolve host: panelbr1.shn-host.ru
root@thishosting:~# curl -X POST -d "paramin=check_license" http://panelbr2.shn-host.ru/check.php
curl: (6) Could not resolve host: panelbr2.shn-host.ru
root@thishosting:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=106 time=67.0 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=106 time=65.6 ms
^C
--- 8.8.8.8 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 65.627/66.308/66.990/0.681 ms
curl: (6) Could not resolve host: panelname.shn-host.ru
root@thishosting:~# curl -X POST -d "paramin=check_license" http://panelbr1.shn-host.ru/check.php
curl: (6) Could not resolve host: panelbr1.shn-host.ru
root@thishosting:~# curl -X POST -d "paramin=check_license" http://panelbr2.shn-host.ru/check.php
curl: (6) Could not resolve host: panelbr2.shn-host.ru
root@thishosting:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=106 time=67.0 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=106 time=65.6 ms
^C
--- 8.8.8.8 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 65.627/66.308/66.990/0.681 ms
Re: У вас нет лицензии
cat /etc/resolv.conf
traceroute panelname.shn-host.ru
traceroute panelbr1.shn-host.ru
traceroute panelbr2.shn-host.ru
traceroute panelname.shn-host.ru
traceroute panelbr1.shn-host.ru
traceroute panelbr2.shn-host.ru