Error[8]: Undefined offset: 4, File: /www/wwwroot/outofmemory.cn/tmp/plugin_ss_superseo_model_superseo.php, Line: 121
File: /www/wwwroot/outofmemory.cn/tmp/plugin_ss_superseo_model_superseo.php, Line: 473, decode(

概述这个问题类似于 Network port open, but no process attached? 我从那里尝试了所有东西,审查了日志等……但找不到任何东西. 我的netstat显示TCP侦听端口和没有pid的UDP端口.当我搜索lsof的那些端口时,没有任何东西出现. netstat -lntupProto Recv-Q Send-Q Local Address For 这个问题类似于 Network port open,but no process attached?

我从那里尝试了所有东西,审查了日志等……但找不到任何东西.

我的netstat显示TCP侦听端口和没有pID的UDP端口.当我搜索lsof的那些端口时,没有任何东西出现.

netstat -lntupProto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program nametcp        0      0 0.0.0.0:44231           0.0.0.0:*               ListEN      -               udp        0      0 0.0.0.0:55234           0.0.0.0:*                           -

以下命令不显示任何内容:

lsof | grep 44231lsof | greo 55234fuser -n tcp 44231fuser -n udp 55234

重新启动后,除了新的端口号之外,那些“相同”的两个连接都在那里:

netstat -lntupProto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program nametcp        0      0 0.0.0.0:45082           0.0.0.0:*               ListEN      -               udp        0      0 0.0.0.0:37398           0.0.0.0:*                           -

再次,lsof和fuser命令没有显示任何内容.

有什么想法吗?我应该关注他们吗?

解决方法 根据您提供的数据,我会说它与某些NFS挂载或使用RPC的内容有关.

您可以使用rpcinfo -p检查某些RPC相关服务可能使用的端口.

这是它在我的系统上的外观

# netstat -nlp | awk '{if ($NF == "-")print [+++]}'tcp        0      0 0.0.0.0:55349           0.0.0.0:*               ListEN      -               udp        0      0 0.0.0.0:18049           0.0.0.0:*                           - # rpcinfo -p   program vers proto   port    100000    2   tcp    111  portmapper    100000    2   udp    111  portmapper    100024    1   udp  10249  status    100024    1   tcp  10249  status    100021    1   udp  18049  nlockmgr    100021    3   udp  18049  nlockmgr    100021    4   udp  18049  nlockmgr    100021    1   tcp  55349  nlockmgr    100021    3   tcp  55349  nlockmgr    100021    4   tcp  55349  nlockmgr
总结

以上是内存溢出为你收集整理的netstat显示没有pid的侦听端口,但lsof没有全部内容,希望文章能够帮你解决netstat显示没有pid的侦听端口,但lsof没有所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

)
File: /www/wwwroot/outofmemory.cn/tmp/route_read.php, Line: 126, InsideLink()
File: /www/wwwroot/outofmemory.cn/tmp/index.inc.php, Line: 166, include(/www/wwwroot/outofmemory.cn/tmp/route_read.php)
File: /www/wwwroot/outofmemory.cn/index.php, Line: 30, include(/www/wwwroot/outofmemory.cn/tmp/index.inc.php)
netstat显示没有pid的侦听端口,但lsof没有_系统运维_内存溢出

netstat显示没有pid的侦听端口,但lsof没有

netstat显示没有pid的侦听端口,但lsof没有,第1张

概述这个问题类似于 Network port open, but no process attached? 我从那里尝试了所有东西,审查了日志等……但找不到任何东西. 我的netstat显示TCP侦听端口和没有pid的UDP端口.当我搜索lsof的那些端口时,没有任何东西出现. netstat -lntupProto Recv-Q Send-Q Local Address For 这个问题类似于 Network port open,but no process attached?

我从那里尝试了所有东西,审查了日志等……但找不到任何东西.

我的netstat显示TCP侦听端口和没有pID的UDP端口.当我搜索lsof的那些端口时,没有任何东西出现.

netstat -lntupProto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program nametcp        0      0 0.0.0.0:44231           0.0.0.0:*               ListEN      -               udp        0      0 0.0.0.0:55234           0.0.0.0:*                           -

以下命令不显示任何内容:

lsof | grep 44231lsof | greo 55234fuser -n tcp 44231fuser -n udp 55234

重新启动后,除了新的端口号之外,那些“相同”的两个连接都在那里:

netstat -lntupProto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program nametcp        0      0 0.0.0.0:45082           0.0.0.0:*               ListEN      -               udp        0      0 0.0.0.0:37398           0.0.0.0:*                           -

再次,lsof和fuser命令没有显示任何内容.

有什么想法吗?我应该关注他们吗?

解决方法 根据您提供的数据,我会说它与某些NFS挂载或使用RPC的内容有关.

您可以使用rpcinfo -p检查某些RPC相关服务可能使用的端口.

这是它在我的系统上的外观

# netstat -nlp | awk '{if ($NF == "-")print }'tcp        0      0 0.0.0.0:55349           0.0.0.0:*               ListEN      -               udp        0      0 0.0.0.0:18049           0.0.0.0:*                           - # rpcinfo -p   program vers proto   port    100000    2   tcp    111  portmapper    100000    2   udp    111  portmapper    100024    1   udp  10249  status    100024    1   tcp  10249  status    100021    1   udp  18049  nlockmgr    100021    3   udp  18049  nlockmgr    100021    4   udp  18049  nlockmgr    100021    1   tcp  55349  nlockmgr    100021    3   tcp  55349  nlockmgr    100021    4   tcp  55349  nlockmgr
总结

以上是内存溢出为你收集整理的netstat显示没有pid的侦听端口,但lsof没有全部内容,希望文章能够帮你解决netstat显示没有pid的侦听端口,但lsof没有所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/1045205.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-24
下一篇 2022-05-24

发表评论

登录后才能评论

评论列表(0条)

保存