-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
需要先判断文件是否存在。 #76
Comments
什么机器? 我本地ubuntu上的结果 > { Error: Command failed: cat /proc/12345/environ
cat: /proc/12345/environ: No such file or directory
at ChildProcess.exithandler (child_process.js:275:12)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Socket.stream.socket.on (internal/child_process.js:346:11)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at Pipe._handle.close [as _onclose] (net.js:567:12)
killed: false,
code: 1,
signal: null,
cmd: 'cat /proc/12345/environ' } |
同样遇到。 另外遇到这样的异常,是否也是类似的问题呢?
|
@viko16 你的agentx版本? |
@zhangzifa 由 egg-alinode 引入
|
|
@zhangzifa 这个目录不存在 |
这个是你配置的目录?还是agentx自己识别出来的目录? 另外:如果配置了不存在的目录,每次扫描的时候,都会写这条日志,但是功能上没影响 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
63968 已经不存在。
The text was updated successfully, but these errors were encountered: