标题: Unbuntu安装LNMP失败 [打印本页] 作者: CrazyApple88 时间: 2020-8-28 10:15 标题: Unbuntu安装LNMP失败 Unbuntu已安装mysql 8.0 在一键安装LNMP时未选择安装mysql ,麻烦看一下 作者: licess 时间: 2020-8-28 14:45
请阅读安装要求上的说明,1.5支持不了当前最新的ubuntu 19.10的系统
使用lnmp 1.7进行安装作者: 309784179 时间: 2020-8-31 11:27
Add netfilter-persistent service at system startup...
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Synchronizing state of netfilter-persistent.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable netfilter-persistent
Add Startup and Starting LNMP...
Add nginx service at system startup...
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Synchronizing state of nginx.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable nginx
Configuration file /etc/systemd/system/nginx.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Configuration file /etc/systemd/system/nginx.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
Starting nginx... nginx (pid 1101) already running.
Add mysql service at system startup...
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Configuration file /etc/systemd/system/mysql.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Configuration file /etc/systemd/system/mysql.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
include/end.sh: line 51: /etc/init.d/mysql: No such file or directory
Add php-fpm service at system startup...
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Configuration file /etc/systemd/system/php-fpm.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Configuration file /etc/systemd/system/php-fpm.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
include/end.sh: line 56: /etc/init.d/php-fpm: No such file or directory作者: licess 时间: 2020-8-31 12:16
309784179 发表于 2020-8-31 11:27
Add netfilter-persistent service at system startup...
System has not been booted with systemd as ini ...