-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Description
不按照模版提交,一律关闭,反馈之前请仔细阅读脚本异常处理,客户端使用教程、八合一脚本从入门到精通。
如果低版本升级高版本出现问题,建议使用20.卸载脚本卸载后重新安装
1.问题描述
- 如题
root@localhome:~# pgrep -f "nginx"
3346150
3346165
3346166
3368170
3368171
root@localhome:~# ps -ef | grep "nginx"
root 3346150 3346130 0 Jun04 ? 00:00:00 nginx: master process /usr/local/openresty/bin/openresty -g daemon off;
root 3346165 3346150 0 Jun04 ? 00:00:29 nginx: worker process
root 3346166 3346150 0 Jun04 ? 00:00:02 nginx: cache manager process
root 3368170 1 0 Jun04 ? 00:00:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
nginx 3368171 3368170 0 Jun04 ? 00:00:08 nginx: worker process
root 4073733 4073665 0 18:33 pts/1 00:00:00 grep --color=auto nginx
2.安装失败的log或者截图
无
3.系统版本
Ubuntu 22.04.3 LTS + 1panel
4.脚本版本
v3.4.13
5.服务端安装的内核、协议、安装方式
# 建议脚本中的Nginx状态检查
pgrep -f "nginx"
# 替换为
systemctl status nginx
Metadata
Metadata
Assignees
Labels
No labels