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

Job for php-fpm.service failed because the control process exited with error code. See "systemctl st

查看错误提示:cannot get uid for user 'www'

查看#id www 
提示id:www:no such user


解决方案:执行以下语句
 curl -s https://raw.githubusercontent.com/oscm/shell/master/os/user/www.sh | bash 


再次查看#id www
uid=80(www) gid=80(www) groups=80(www)


启动php-fpm成功
#systemctl start php-fpm.service


本文转载于:https://blog.csdn.net/Cookie_1030/article/details/52439625

相关文章:

  • 2021-04-12
  • 2021-06-27
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2022-01-07
  • 2021-09-14
猜你喜欢
  • 2021-05-19
  • 2021-05-22
  • 2021-04-12
  • 2021-07-31
  • 2021-07-23
  • 2021-10-30
  • 2021-09-27
相关资源
相似解决方案