更新并重启后,我的文件服务器不再按预期工作 - 端口 80 被一个进程立即阻止kworker
,从而无法nginx
使用它。
:~# ps aux | grep kworker
root 4 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/0:0]
root 5 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/u:0]
root 9 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/1:0]
root 11 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/0:1]
root 14 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/2:0]
root 18 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/3:0]
root 22 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/4:0]
root 26 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/5:0]
root 30 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/6:0]
root 34 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/7:0]
root 41 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/u:1]
root 49 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/1:1]
root 50 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/2:1]
root 51 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/3:1]
root 52 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/4:1]
root 53 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/5:1]
root 54 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/6:1]
root 55 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/7:1]
root 78 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/u:2]
root 79 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/u:3]
root 80 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/u:4]
root 81 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/u:5]
root 82 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/u:6]
root 83 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/u:7]
root 103 0.0 0.0 0 0 ? S 07:25 0:00 [kworker/3:2]
root 839 0.0 0.0 0 0 ? S 07:26 0:00 [kworker/2:2]
root 1526 0.0 0.0 9388 924 pts/0 S+ 07:29 0:00 grep --color=auto kworker
-
:~# uname -r
3.2.0-49-generic
这里可能存在什么问题?我需要尽快解决它,因为目前无法通过网络访问文件。已经尝试过重启,但没有帮助。
谢谢您的帮助。
答案1
我ps
错误地解释了输出 - 我以为数字代表使用的端口,而实际上是 PID。
NGINX 问题有不同的来源(仍然很奇怪),并且解决了该问题:
sudo fuser -k 80/tcp