问题 Mail服务器在安装TFS服务(含SQLServer2016)后启动不了网页服务. 排查问题 使用命令查看端口占用情况 netstat -nao | find ":80" netstat -b 使用GUI 工具查看 问题解决 将IIS的绑定修改不再绑定80端口 将SQLServer ReportService从80端口改到8081,8082等 参考 Stop http.sys from listening on port 80 in Windows Port 80
2016-03-09T07:51:38.905444Z 0 [ERROR] /usr/sbin/mysqld: Can't create/write to file '/var/run/mysqld/mysqld.pid' (Errcode: 2 - No such file or directory)2016-03-09T07:51:38.905481Z 0 [ERROR] Can't start server: can't create PID file: No such file or d
/etc/init.d/mysql status提示ERROR! MySQL is running but PID file could not be found先打印MYSQL进程ps aux | grep mysql然后KILL进程kill -9 pid1 pid2 …再启动MYSQL/etc/init.d/mysql start再检查mysql运行状态/etc/init.d/mysql status