ngx_http_fastdfs_process_init pid=44362023/05/13 09:31:23 [alert] 2964#0: worker process 4436 exite

简介: ngx_http_fastdfs_process_init pid=44362023/05/13 09:31:23 [alert] 2964#0: worker process 4436 exite

nginx 突然起不来了,查看错误日志 curl 什么也出你来

 

tail -f /usr/local/nginx/logs/error.log

ngx_http_fastdfs_process_init pid=4359
2023/05/13 09:31:02 [alert] 2964#0: worker process 4359 exited on signal 11 (core dumped)
ngx_http_fastdfs_process_init pid=4373
2023/05/13 09:31:05 [alert] 2964#0: worker process 4373 exited on signal 11 (core dumped)
ngx_http_fastdfs_process_init pid=4381
2023/05/13 09:31:08 [alert] 2964#0: worker process 4381 exited on signal 11 (core dumped)
ngx_http_fastdfs_process_init pid=4393
2023/05/13 09:31:11 [alert] 2964#0: worker process 4393 exited on signal 11 (core dumped)
ngx_http_fastdfs_process_init pid=4405
2023/05/13 09:31:14 [alert] 2964#0: worker process 4405 exited on signal 11 (core dumped)
ngx_http_fastdfs_process_init pid=4416
2023/05/13 09:31:17 [alert] 2964#0: worker process 4416 exited on signal 11 (core dumped)
ngx_http_fastdfs_process_init pid=4425
2023/05/13 09:31:20 [alert] 2964#0: worker process 4425 exited on signal 11 (core dumped)
ngx_http_fastdfs_process_init pid=4436
2023/05/13 09:31:23 [alert] 2964#0: worker process 4436 exited on signal 11 (core dumped)
ngx_http_fastdfs_process_init pid=4444

先说原因和解决方法:

原因是,我前几天安装了FastDFS  nginx编译的时候添加了 fastdfs-nginx-module

导致nginx在启动时去找fastdfs然而我的 fdfs没起来。。。。

解决:启动

fdfs_trackerd /etc/fdfs/tracker.conf  start   
fdfs_storaged /etc/fdfs/storage.conf  start    
netstat -antp|grep fdfs

起来之后nginx就正常了。

再次请求就ok了

 

目录
相关文章
|
1月前
|
缓存 前端开发 搜索推荐
Service Worker cache 与 HTTP cache 相比的优势所在
Service Worker cache 与 HTTP cache 相比的优势所在
|
1月前
|
存储 缓存 JavaScript
Service Worker Cache 和 HTTP Cache 的对比
Service Worker Cache 和 HTTP Cache 的对比
|
1月前
|
缓存 前端开发 JavaScript
Angular Service Worker 在 PWA 应用 HTTP 交互中扮演的角色
Angular Service Worker 在 PWA 应用 HTTP 交互中扮演的角色
|
7月前
|
缓存 JavaScript 前端开发
ngsw-bypass HTTP header 和 Service Worker 的关系
ngsw-bypass HTTP header 和 Service Worker 的关系
|
9月前
|
存储 缓存
Service Worker cache 相比 HTTP cache 的一些优点
Service Worker cache 相比 HTTP cache 的一些优点
|
9月前
|
缓存 前端开发 JavaScript
Service Worker Cache 和 HTTP Cache 的区别
Service Worker Cache 和 HTTP Cache 的区别
|
9月前
|
缓存
Service Worker Cache 和 HTTP Cache 联合使用的场景讨论
Service Worker Cache 和 HTTP Cache 联合使用的场景讨论
|
Java Apache
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html><head><meta http-equiv="Cont
hbase从集群中有8台regionserver服务器,已稳定运行了5个多月,8月15号,发现集群中4个datanode进程死了,经查原因是内存 outofMemory了(因为这几台机器上部署了spark,给spark开的...
790 0
|
Web App开发 前端开发
|
Web App开发 前端开发
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html><head><meta http-equiv="Cont
PipeMapRed.waitOutputThreads(): subprocess failed with code X ,这里code X对应的信息如下:error code 1: Operation not perm...
921 0