xiamo23 发表于 2022-9-12 00:12:29

centos9安装lnmp1.9报错

============================== Check install ==============================
Checking ...
Nginx: OK
MariaDB: OK
PHP: OK
PHP-FPM: OK
Clean Web Server src directory...
+------------------------------------------------------------------------+
|          LNMP V1.9 for CentOS Linux Server, Written by Licess          |
+------------------------------------------------------------------------+
|         For more information please visit https://lnmp.org         |
+------------------------------------------------------------------------+
|    lnmp status manage: lnmp {start|stop|reload|restart|kill|status}    |
+------------------------------------------------------------------------+
|phpMyAdmin: http://IP/phpmyadmin/                                     |
|phpinfo: http://IP/phpinfo.php                                        |
|Prober:http://IP/p.php                                              |
+------------------------------------------------------------------------+
|Add VirtualHost: lnmp vhost add                                       |
+------------------------------------------------------------------------+
|Default directory: /home/wwwroot/default                              |
+------------------------------------------------------------------------+
|MySQL/MariaDB root password: byd@123                        |
+------------------------------------------------------------------------+
+-------------------------------------------+
|    Manager for LNMP, Written by Licess    |
+-------------------------------------------+
|            https://lnmp.org             |
+-------------------------------------------+
nginx (pid 843031) is running...
php-fpm is runing!
/etc/init.d/mariadb:行382: log_success_msg:未找到命令
StateRecv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      128          0.0.0.0:22      0.0.0.0:*
LISTEN 0      511          0.0.0.0:80      0.0.0.0:*
LISTEN 0      511          0.0.0.0:80      0.0.0.0:*
LISTEN 0      511          0.0.0.0:80      0.0.0.0:*
LISTEN 0      511          0.0.0.0:80      0.0.0.0:*
LISTEN 0      511          0.0.0.0:80      0.0.0.0:*
LISTEN 0      511          0.0.0.0:80      0.0.0.0:*
LISTEN 0      511          0.0.0.0:80      0.0.0.0:*
LISTEN 0      511          0.0.0.0:80      0.0.0.0:*
LISTEN 0      128             [::]:22         [::]:*
LISTEN 0      150                *:3306            *:*
Install lnmp takes 27 minutes.
Install lnmp V1.9 completed! enjoy it.



报这个,刚安装完可以访问,过一段时间后就访问不了了。日志文件超过110K。。上传不了

licess 发表于 2022-9-12 09:27:58

没有安装失败,全部正常安装且正常运行,提示的信息对mariadb的运行没有任何影响

xiamo23 发表于 2022-9-12 09:31:20

licess 发表于 2022-9-12 09:27
没有安装失败,全部正常安装且正常运行,提示的信息对mariadb的运行没有任何影响 ...

/etc/init.d/mariadb:行382: log_success_msg:未找到命令

这个是什么意思呢?这次重新安装后一晚上没崩了

licess 发表于 2022-9-12 18:16:07

xiamo23 发表于 2022-9-12 09:31
/etc/init.d/mariadb:行382: log_success_msg:未找到命令

这个是什么意思呢?这次重新安装后一晚上没崩 ...
RHEL9系目前都已经转向systemd了,不再默认保留init scripts了,所以就报错了,但实际并不影响mariadb启动,装上 yum install initscripts 就正常了
页: [1]
查看完整版本: centos9安装lnmp1.9报错