AMH 社区首页
AMH社区 - 开放自由有价值的社区
[综合话题] 开机后nginx、php、mysql均无法自启 |
|
---|---|
891352094 |
891352094 发表于 2013-07-13 16:51:49
RT、都需要手动启动、是什么原因 论坛搜索了下发现应该3.2里面加了自启的 为什么木有效果。。
点赞,加油! (2分)
2013-07-13 16:51:49 1
|
Motea |
-。-你重装看看?我一直都是自启的哇
回复
2013-07-13 16:53:45 2
|
891352094 |
本帖最后由 891352094 于 2013-7-13 17:14 编辑
:(已经有网站数据了 不敢重装 登4.0再说吧
回复
2013-07-13 17:10:32 3
|
ylx |
回复
2013-07-13 17:25:05 4
|
amysql |
没有/etc/init.d/amh-start
启动脚本吗
回复
2013-07-13 17:26:47 5
AMH面板 - 好用高效低占用、安全可靠极稳定 |
891352094 |
脚本没问题吧
#!/bin/bash
#chkconfig: 345 85 15 #description: AMH start script. /sbin/iptables-restore < /etc/amh-iptables; amh nginx stop; amh mysql stop; for PID in `ps aux|grep -E 'php-fpm|pure-ftpd'|grep -v grep|awk '{print $2}'`; do kill -QUIT $PID; done; rm -rf /usr/local/php/var/run/pid/*.pid; rm -rf /usr/local/php/var/run/php-fpm.pid; sync; { echo 3 > /proc/sys/vm/drop_caches; } 2>/dev/null; amh mysql start; amh php start; /usr/local/php/sbin/php-fpm --fpm-config /usr/local/php/etc/php-fpm.conf; /usr/local/sbin/redhat.init start; amh nginx start; { echo 0 > /proc/sys/vm/drop_caches; } 2>/dev/null;
回复
2013-07-13 17:29:12 6
|
891352094 |
回复
2013-07-13 17:30:35 7
|
amysql |
centos的话,看看
chkconfig --list | grep 'amh-start'
回复
2013-07-13 17:46:12 8
|
891352094 |
amh-start 0:off 1:off 2:on 3:on 4:on 5:on 6:off 这是什么意思~~
回复
2013-07-13 18:16:14 9
|
amysql |
正常,执行
/etc/init.d/amh-start 有问题吗
回复
2013-07-13 19:23:21 10
|