gpt4 book ai didi

node.js - 什么是 sunproxyadmin 服务?

转载 作者:搜寻专家 更新时间:2023-10-31 23:34:11 24 4
gpt4 key购买 nike

我试图在从 git 上拉下来后在本地运行一个前端项目。之后我收到以下错误:

vents.js:183
throw er; // Unhandled 'error' event
^

Error: listen EADDRINUSE 127.0.0.1:8081
at Object._errnoException (util.js:1022:11)
at _exceptionWithHostPort (util.js:1044:20)
at Server.setupListenHandle [as _listen2] (net.js:1351:14)
at listenInCluster (net.js:1392:12)
at GetAddrInfoReqWrap.doListen [as callback] (net.js:1501:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:97:10)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! apex-library@1.0.24 dev: `webpack-dev-server --hot`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the apex-library@1.0.24 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

我当时想,“等等,我没有运行任何东西!!”。还是我?运行后

sudo lsof -i :8081

我看到了:

COMMAND PID USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
cma 265 root 16u IPv6 0x2756c3c2bce3e369 0t0 TCP *:sunproxyadmin (LISTEN)

我看到 webpack-dev-server 正试图在与 sunproxyadmin 相同的端口上启动

...
devServer: {
port: 8081,
hot: true,
},
...

好的,sunproxyadmin 是什么,cma 是谁(离开我的草坪!!!)(顺便说一句,我知道如何杀死它)

PS: 一些有更多堆栈溢出点的人同意请为 sunproxyadmin、EADDRINUSE 和 cma 创建标签

最佳答案

在四处挖掘后,我发现 cma 是使用 sunproxyadmin 的 Mcaffe 的代理。

我想我可以找到如何更改它使用的端口,但我无权更改它在我的机器上使用的端口,因为它是由我们的 IT 部门设置的,并且该过程本身是由根用户:

The wakeup port is a global setting, so you can't just change it oncertain agents: it has to be all of them...

To change the port, simply change it in the Configuration / ServerSettings page, and the agents will pick up the new port the next timethey contact the server.

https://community.mcafee.com/t5/ePolicy-Orchestrator/Linux-CMA-Agent-port-chnage/td-p/314596

出于某种原因,关于此主题的大多数搜索都会导致 React 出现问题,这可能就是我找到解决方案的原因 here :

sudo lsof -n -i4TCP:8081 # get the process' PID
sudo launchctl list | grep 5693 # find the launchd endpoint
sudo launchctl remove com.mcafee.agent.macmn

所以最后杀死它是除了更改 webpack 开发服务器启动时使用的端口之外我唯一的办法。

关于node.js - 什么是 sunproxyadmin 服务?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49877762/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com