mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4355] 重启后第一次启动失败frpc #3436
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#3436
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 @xxhh07 on GitHub (Jul 29, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4355
Bug Description
重启电脑第一次都是启动失败frpc
frpc Version
0.59.0
frps Version
0.59.0
System Architecture
windows
Configurations
1
Logs
[1;34m2024-07-29 11:47:13.163 [I] [sub/root.go:142] start frpc service for config file [frpc.toml]
[0m[1;34m2024-07-29 11:47:13.207 [I] [client/service.go:294] try to connect to server...
[0m[1;33m2024-07-29 11:47:13.216 [W] [client/service.go:297] connect to server error: dial tcp: lookup xxxx.cn: no such host
[0m[1;34m2024-07-29 11:47:13.216 [I] [sub/root.go:160] frpc service for config file [frpc.toml] stopped
[0mlogin to the server failed: dial tcp: lookup xxxxx.cn: no such host. With loginFailExit enabled, no additional retries will be attempted
Steps to reproduce
...
Affected area
@xxhh07 commented on GitHub (Jul 29, 2024):
0.54 版本,后面升级到0.59版本 还是一样的,重启后自动启动失败,都要手工启动就正常
@subei12 commented on GitHub (Jul 29, 2024):
是不是电脑重启后没连上网就启动
frpc了试试这个参数为设置
false@xxhh07 commented on GitHub (Jul 29, 2024):
我试试。台式机电脑,是接网线的
@xxhh07 commented on GitHub (Jul 29, 2024):
可以了 谢谢