一、前言

  Job for mysqld.service failed because the control process exited with error code. See "systemctl status mysqld.service" and "journalctl -xe" for details. 这个问题实在 Linux 中使用 Supervisor 遇见的。

二、解决方案

  使用 netstat -ntpl 把有关 python 的端口都杀掉,然后在重行执行 systemctl start supervisor.service  就好了。很多时候都是端口暂用问题。这个问题没有截图,原因是解决完了,而后就关闭sh,看是否可行的因故,有机会在截图补上。

三、Supervisor 9001 没反应问题

    还有一个问题就是后天可以管理进程,然后在浏览器端输入:ip:9001时,没有网站跳出。我们需要在控制台 

supervisorctl reload

Job for mysqld.service failed because the control process exited with error code. See "systemctl status mysqld.service" and "journalctl -xe" for details.

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-10
  • 2022-01-07
  • 2021-09-14
  • 2021-12-31
相关资源
相似解决方案