VestaCP - не устанавливается панель на Ubuntu 16.04 - Job for apache2.service failed because the control process exited with error code
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
VestaCP - не устанавливается панель на Ubuntu 16.04 - Job for apache2.service failed because the control process exited with error code
При установке панели VestaCP на Ubuntu 16.04 - процесс прерывается с ошибкой:
Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details. Error: apache2 start failed
Смотрим логи Apache - и видим что проблема с модулем php - Opcache:
Mon Aug 14 08:50:19 2017 (18452): Fatal Error Unable to allocate shared memory segment of 67108864 bytes: mmap: Cannot allocate memory (12)
Решение - отключаем opcache и делаем установку заново с опцией --force
# vi /etc/php/7.0/mods-available/opcache.ini ;zend_extension=opcache.so # bash vst-install.sh --force