pythonstock / stock

stock,股票系统。使用python进行开发。
Apache License 2.0
6.58k stars 2.21k forks source link

小白求教.....群晖的docker里面部署的,提示找不到run_init.sh、run_web.sh。请问各位大佬有没有遇到过这种情况 #75

Closed fr0stduck closed 2 years ago

fr0stduck commented 2 years ago

运行日志如下: 2021-11-30 11:13:19,079 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message. 2021-11-30 11:13:19,143 CRIT Server 'inet_http_server' running without any HTTP authentication checking 2021-11-30 11:13:19,143 INFO RPC interface 'supervisor' initialized 2021-11-30 11:13:19,143 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2021-11-30 11:13:19,143 INFO supervisord started with pid 1 2021-11-30 11:13:20,145 INFO spawnerr: can't find command '/data/stock/jobs/run_init.sh' 2021-11-30 11:13:20,145 INFO spawnerr: can't find command '/data/stock/jobs/run_web.sh' 2021-11-30 11:13:21,148 INFO spawnerr: can't find command '/data/stock/jobs/run_init.sh' 2021-11-30 11:13:21,149 INFO spawnerr: can't find command '/data/stock/jobs/run_web.sh' 2021-11-30 11:13:23,151 INFO spawnerr: can't find command '/data/stock/jobs/run_init.sh' 2021-11-30 11:13:23,151 INFO spawnerr: can't find command '/data/stock/jobs/run_web.sh' 2021-11-30 11:13:26,154 INFO spawnerr: can't find command '/data/stock/jobs/run_init.sh' 2021-11-30 11:13:26,154 INFO gave up: init_and_cron entered FATAL state, too many start retries too quickly 2021-11-30 11:13:26,154 INFO spawnerr: can't find command '/data/stock/jobs/run_web.sh' 2021-11-30 11:13:26,155 INFO gave up: stock-web entered FATAL state, too many start retries too quickly 2021-11-30 11:52:22,501 WARN received SIGTERM indicating exit request

fr0stduck commented 2 years ago

已经解决了