标题: 关于安装lnmp1.1后安装sendmail [打印本页] 作者: keol 时间: 2014-8-29 15:31 标题: 关于安装lnmp1.1后安装sendmail ubuntu 14.04 64bit
1、安装了LNMP1.1
2、apt-get install sendmail
3、apt-get install mailutils
4、安装了fureftpd
5、修补了fureftpd mysql5.5
wget http://soft.vpser.net/lnmp/ext/fix_pureftpd_mysql55.sh && chmod +x fix_pureftpd_mysql55.sh && ./fix_pureftpd_mysql55.sh
6、/root/lnmp restart
出现了以下问题,我不知道哪里出错了。百度了下面的问题也找不到,只能来求救了~~
=========================================================================
Manager for LNMP V1.1 , Written by Licess
=========================================================================
LNMP is a tool to auto-compile & install Nginx+MySQL+PHP on Linux
This script is a tool to Manage status of lnmp
For more information please visit http://www.lnmp.org
Usage: /root/lnmp {start|stop|reload|restart|kill|status}
=========================================================================
Stoping LNMP...
Stoping nginx... done
Gracefully shutting down php-fpm done
* MySQL server PID file could not be found!
Starting LNMP...
Starting nginx... done
Starting php-fpm done
Starting MySQL
. * The server quit without updating PID file (/var/run/mysqld/mysqld.pid).作者: licess 时间: 2014-8-29 20:20
1.1不需要打补丁,按置顶帖要上传mysql日志看看,目测可能是使用apt-get安装上了mysql造成的