Jump to content

WaRk

Forum Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by WaRk

  1. нашел сам ответ на свой вопрос в теме

    Цитата

    Если у вас Debian 9, то объязательно удаляем systemd, чтобы избежать некоторых проблем (например, с Apache'м)

    
    
    # apt-get remove systemd

    запуск сервиса через:

    #  /etc/init.d/apache2 start

    так же можно почитать здесь - http://forums.zyxmon.org/viewtopic.php?f=5&t=5567

  2. при запуске скрипта из init.d такая же ошибка

    root@Keenetic_Viva:~#  /etc/init.d/apache2 stop
    [ ok ] Stopping Apache httpd web server: apache2.
    root@Keenetic_Viva:~#  /etc/init.d/apache2 start
    [....] Starting Apache httpd web server: apache2Invoking 'systemctl start apache2'.
    Use 'systemctl status apache2' for more info.
    Running in chroot, ignoring request: start
     failed!
    [....] The apache2 instance did not start within 20 seconds. Please read the log[warns to discover problems ... (warning).
    root@Keenetic_Viva:~# cd /etc/init.d/
    root@Keenetic_Viva:/etc/init.d# ls
    apache-htcacheclean  apache2  dbus  hwclock.sh  mysql  procps  rsync  ssh
    root@Keenetic_Viva:/etc/init.d# cat /etc/debian_version
    10.6

     

  3. On 9/20/2018 at 12:05 PM, vfs1972 said:

    Подскажите, как запустить apache 2. У меня:

    root@keenetic:~# service apache2 start
    [....] Starting Apache httpd web server: apache2Invoking 'systemctl start apache2'.
    Use 'systemctl status apache2' for more info.
    Running in chroot, ignoring request.
     failed!
    [warn] The apache2 instance did not start within 20 seconds. Please read the log files to discover problems ... (warning).
    root@keenetic:~#
     

    такая же проблема - как запускать сервисы из среды chroot

×
×
  • Create New...