还有一种报错显示就是“journalctl -xe ” 以上两种报错我自己已经解决的方案: ①重启init 6 ②查进程kill -9 进程号 ③lsof -i :80|grep -v “PID”|awk ‘{print “kill -9”,$2}’|sh #将相关的80进程全部杀死