mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #697] [control.go:109] login to server failed: broken pipe. #547
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#547
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 @nyhpro on GitHub (Apr 9, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/697
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.16.1 Frps and Frpc
What operating system and processor architecture are you using (
go env)?CentOS 7 Go env
Configures you used:
The alarm information is [control.go:109] login to server failed: broken pipe.
Frps:
You Server IP : 35.201.150.123
Bind port : 5443
kcp support : false
vhost http port : 80
vhost https port : 443
Dashboard port : 6443
Dashboard user : admin
Dashboard password : 123456
Privilege token : 123456
tcp_mux : false
Max Pool count : 50
Log level : info
Log max days : 3
Log file : enable
Frpc:
[common]
server_addr = 35.201.150.123
server_port = 5443
privilege_token = 123456
Steps to reproduce the issue:
Describe the results you received:
[control.go:109] login to server failed: broken pipe.
Describe the results you expected:
I want to know what's broken pipe's meaning and how to deal with it.
Additional information you deem important (e.g. issue happens only occasionally):
If possible, is there any more informatio about alarm or error for user, thanks.
Can you point out what caused this issue (optional)
No idea, I installed FRPS on two different VPS, When I use the Frpc on my windows, Same alarm information on the Frpc. I installed Frpc on router and windows, same alarm information.
@fatedier commented on GitHub (Apr 9, 2018):
No useful info, maybe it's a network error.
@nyhpro commented on GitHub (Apr 13, 2018):
I used xfrp instead of frp on the same VPS, same configuration, it is worked. It looks like is FRPS's problem on broken pipe. Fatedier,can you have a look on the program?
@fatedier commented on GitHub (Apr 19, 2018):
Sorry, i won't do that. If you find more useful information, reopen this issue.
@KitGavinx commented on GitHub (Jul 29, 2018):
我也遇到了这个问题,不过后来解决了,客户端和服务端最好用同一个版本。配置按照frpc_full.ini的写就可以了
@599316527 commented on GitHub (Oct 27, 2018):
@KitGavinx 感谢!我也碰到了这个问题,百思不得其解,看了你的回复受到了启发。我服务器迁移后下载了最新的 frp,但是本地电脑上还是旧版的,两边版本不一致导致连不上。
For english speaker: Make sure both frps and frpc are the same version.
@hz0ne commented on GitHub (Feb 13, 2020):
相同版本的frp,仍然出现过这种问题导致断开,两边的日志都看不到错误出现,重连能够成功