mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #681] 关闭之后再重新运行之前的端口未释放 run admin server error: listen tcp 127.0.0.1:7400: bind: address already in use #535
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#535
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 @asseywang on GitHub (Apr 1, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/681
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
0.15.0
What operating system and processor architecture are you using (
go env)?no
Configures you used:
dsm 6.15.1
Steps to reproduce the issue:
Describe the results you received:
[W] [service.go:47] run admin server error: listen tcp 127.0.0.1:7400: bind: address already in use
Describe the results you expected:
[service.go:49] admin server listen on 127.0.0.1:7400
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
my frpc.ini
admin_addr = 127.0.0.1
admin_port = 7400
第一次关闭之后再重新运行之前的端口未释放
@lovezm commented on GitHub (Apr 3, 2018):
我是强行结束了端口之后再想启动报错如下
2018/04/03 20:37:50 [I] [proxy_manager.go:298] proxy removed: []
2018/04/03 20:37:50 [I] [proxy_manager.go:308] proxy added: []
2018/04/03 20:37:50 [I] [proxy_manager.go:331] visitor removed: []
2018/04/03 20:37:50 [I] [proxy_manager.go:340] visitor added: []
2018/04/03 20:37:50 [W] [control.go:109] login to server failed: dial tcp 0.0.0.0:7000: connect: connection refused
2018/04/03 20:39:22 [I] [proxy_manager.go:298] proxy removed: []
2018/04/03 20:39:22 [I] [proxy_manager.go:308] proxy added: []
2018/04/03 20:39:22 [I] [proxy_manager.go:331] visitor removed: []
2018/04/03 20:39:22 [I] [proxy_manager.go:340] visitor added: []
2018/04/03 20:39:22 [W] [control.go:109] login to server failed: dial tcp 0.0.0.0:7000: connect: connection refused
2018/04/03 20:42:39 [I] [proxy_manager.go:298] proxy removed: []
2018/04/03 20:42:39 [I] [proxy_manager.go:308] proxy added: []
2018/04/03 20:42:39 [I] [proxy_manager.go:331] visitor removed: []
2018/04/03 20:42:39 [I] [proxy_manager.go:340] visitor added: []
2018/04/03 20:42:39 [W] [control.go:109] login to server failed: dial tcp 0.0.0.0:7000: connect: connection refused
@bookgh commented on GitHub (Apr 3, 2018):
等待2分钟后再连或者 改 [common] user= 的值后再连
@fatedier commented on GitHub (Apr 4, 2018):
搜一下你运行
control + Z是什么含义。