mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1330] 关于端口重复,Warn信息捕获的问题 #1055
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1055
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wzjjack on GitHub (Jul 19, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1330
What version of frp are you using (./frpc -v or ./frps -v)?
版本: v0.13.0
What operating system and processor architecture are you using (
go env)?在node环境中使用:systemctl start frp.service
Describe the results you received:
Jul 19 16:28:05 localhost frpc.aarch64[27796]: 2019/07/19 16:28:05 #033[1;33m[W] [control.go:388] [98567f0050f2fd7f] [SSH9784] start error: listen tcp 0.0.0.0:9784: bind: address already in use#033[0mDescribe the results you expected:
我希望能够在端口出现重复的时候捕获到这个信息,在
spawn('systemctl start frpc.service').on('exit',(response)=>{})的时候自定义response的内容这个代码段怎么处理比较合适