docker 启动失败:Failed to start Docker Application Container Engine docker 的错误日志 突然出现,并不是刚安装出现,唯一能得到的信息是:Failed to start Docker Application Container Engine,但是并没有明确的...systemd[1]: Started Kubernetes systemd probe. -- Subject: Unit run-14491.scope has finished start-up -- Defined-By: systemd -- Support: http://list... continue reading docker zhuoyuebiji 2023/3/3 2360
nginx: [emerg] host not found in upstream "cdn.xieboke.net" in /usr/local/nginx/conf/vhost/joyo.ink.conf:38 错误日志 [root@VM_2_29_centos ~]# systemctl status nginx -l ● nginx.service - nginx Loaded: lo...systemd[1]: Unit nginx.service entered failed state. Mar 25 16:27:52 VM_2_29_centos systemd[1]: nginx.service failed. systemd 配置文件 vim /etc... continue reading nginx zhuoyuebiji 2021/3/25 683
The unit caddy.service has entered the 'failed' state with result 'exit-code' 修改 service(vim /usr/lib/systemd/system/caddy.service) 服务配置文件,取消注释以下三行: CapabilityBoundingSet=CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_BI... continue reading centos zhuoyuebiji 2021/3/15 3505
centos7 systemctl 添加 uwsgi(开机启动) uwsgi 配置 [uwsgi] # 监听端口 socket = 127.0.0.1:9090 #socket = 127.0.0.1:3031 # 运行状态 #stats =...systemd 时日志文件,会一直保持在后台,使用 docker 应该使用 logto # daemonize = /root/yzq/logs/uwsgi_joyoo.log # 使用 systemd 时 日志文件 logto = /root/yzq/logs/uwsgi_joyoo.l... continue reading centos zhuoyuebiji 2021/4/26 1203
树莓派 + frp + 公网服务器,实现自定义域名内网穿透,暴露内网服务在公网(多 ssh, 多 web) 认识 FRP FRP 是 Fast Reverse Proxy 的缩写,一款支持 TCP/UDP 快速反向代理的开源软件,可以很方便的内网穿透。和花生壳、Ngrok 等不同,FRP 客户端和服务...systemd/system/frps.service # /etc/systemd/system/frps.service [Unit] Description=frps After=network.target [Service] TimeoutStartSec=30 Wo... continue reading 树莓派 zhuoyuebiji 2020/6/7 423
uwsgi 配置 python virtualenv 虚拟环境目录 ( ini 配置) uwsgi 文档 https://uwsgi-docs-zh.readthedocs.io/zh_CN/latest/Configuration.html(中文) https://uw...systemd 时日志文件,会一直保持在后台,使用 docker 应该使用 logto # daemonize = /root/yzq/logs/uwsgi_joyoo.log # 使用 systemd、docker 等时的 日志文件 logto = /root/yzq/logs/uwsg... continue reading django zhuoyuebiji 2017/9/22 4716
centos7 之 python3,virtualenvwrapper, git, nginx, redis 源码安装 * 本篇所有命令均在 root 权限下执行 * 安装 python3 安装依赖包: yum -y install gcc gcc-c++ python36-dev...systemd/system vim redis.service [Unit] Description=Redis Server Manager After=network.target [Service] Type=notify User=root Group=r... continue reading centos zhuoyuebiji 2019/1/9 1589
Centos7 使用 Supervisor 守护进程 Celery Supervisor 官网 http://supervisord.org/ Supervisor 安装 Centos 7 安装 Supervisord cento...Systemd Supervisor 守护进程 Centos7 使用 Supervisor 守护进程 Supervisor-守护进程工具 supervisor.conf 配置 supervisor.conf 文件路径:/etc/supervisor... continue reading centos zhuoyuebiji 2019/6/6 2005
Django Channels websocket 搭建实践(实现长链接消息通知功能) 需求目的 消息实时推送消息以及通知功能、聊天室等功能 参考资料 https://channels.readthedocs.io/en/latest/installation.h...systemd 或者 supervisor # supervisor config [program:daphne] directory=/root/yzq/djangos/blog command=/root/.virtualenvs/joyoo/bin/da... continue reading django zhuoyuebiji 2020/9/2 1230
docker-compose 安装部署 redis 配置准备 docker 和 docker-compose 安装 http://xieboke.net/article/341/ 创建 redis主目录 mkdir /usr...systemd - signal systemd by writing READY=1 to $NOTIFY_SOCKET # supervised auto - detect upstart or systemd method based on # ... continue reading docker zhuoyuebiji 2023/2/10 134