HestiaCP - установка на Ubuntu 18.04 и ошибка Your network configuration may not be set up correctly. Details: The netplan configuration directory is empty: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
(Новая страница: «=== HestiaCP - установка на Ubuntu 18.04 и ошибка Your network configuration may not be set up correctly. Details: The netplan configuration dir…»)
 
 
(не показана 1 промежуточная версия этого же участника)
Строка 1: Строка 1:
 +
[[Файл:B_1.gif |link=https://bit.ly/3tbFsd6| Доступная цена]]
 +
 
=== HestiaCP - установка на Ubuntu 18.04 и ошибка Your network configuration may not be set up correctly. Details: The netplan configuration directory is empty ===
 
=== HestiaCP - установка на Ubuntu 18.04 и ошибка Your network configuration may not be set up correctly. Details: The netplan configuration directory is empty ===
  
Строка 18: Строка 20:
 
Решение - это удалить '''netplan.io''' для Ubuntu 18.04 и заново перезапустить установку панели HestiaCP:
 
Решение - это удалить '''netplan.io''' для Ubuntu 18.04 и заново перезапустить установку панели HestiaCP:
 
  # apt remove netplan.io
 
  # apt remove netplan.io
 +
# rm -rf /etc/netplan/
 
  # bash hst-install.sh -c no -v no -j yes -o yes -r 2020 -s test.net -e [email protected]
 
  # bash hst-install.sh -c no -v no -j yes -o yes -r 2020 -s test.net -e [email protected]

Текущая версия на 10:57, 1 декабря 2022

Доступная цена

HestiaCP - установка на Ubuntu 18.04 и ошибка Your network configuration may not be set up correctly. Details: The netplan configuration directory is empty

Ошибка при установке HestiaCP на Ubuntu 18.04:

WARNING: Your network configuration may not be set up correctly.
Details: The netplan configuration directory is empty.
You may have a network configuration file that was created using
systemd-networkd.
It is strongly recommended to migrate to netplan, which is now the
default network configuration system in newer releases of Ubuntu.
While you can leave your configuration as-is, please note that you
will not be able to use additional IPs properly.
If you wish to continue and force the installation,
run this script with -f option:
Example: bash hst-install-ubuntu.sh --force


Решение - это удалить netplan.io для Ubuntu 18.04 и заново перезапустить установку панели HestiaCP:

# apt remove netplan.io
# rm -rf /etc/netplan/
# bash hst-install.sh -c no -v no -j yes -o yes -r 2020 -s test.net -e [email protected]