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 - 2025
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 admin@test.net