mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2197] 在腾讯云服务器centos7上,添加service运行启动不了 #1752
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#1752
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 @alair074 on GitHub (Jan 18, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2197
报错内容如下,网上找了下无果,个人觉得是不是网卡的问题。
配置文件是使用frp安装包里带的,也修改了相应的路径配置,命令运行可以成功,但是用systemd不可以
@xiaobaozi233 commented on GitHub (Jan 25, 2021):
你是不是下错版本了。。。amd64下成arm64了?
@alair074 commented on GitHub (Jan 25, 2021):
是amd64的
@alair074 commented on GitHub (Jan 25, 2021):
客户端可以使用systemd管理,服务端不行
@xiaobaozi233 commented on GitHub (Jan 25, 2021):
那我只能建议你检查一下systemd用户是不是写的有问题了...
@BoneAsh commented on GitHub (Feb 5, 2021):
是用户的问题,默认是nobody,可以改成有权限的用户,如root,本人腾讯云centos8,亲测成功 @alair074 ,你也可以试试
@ghost commented on GitHub (Feb 28, 2021):
端口占用了吧
@github-actions[bot] commented on GitHub (Apr 15, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.
@magellan-99 commented on GitHub (May 2, 2023):
我遇到了相同的错误,不过我的vps在搬瓦工上面,如果端口换为8080就行能正确启动,端口如果是80就会和楼主报同样的错误,请问大家如何破?使用的用户是root
@magellan-99 commented on GitHub (May 2, 2023):
我的frps.ini文件
[common]
bind_port = 7000
vhost_http_port = 8080
token = *****
@magellan-99 commented on GitHub (May 2, 2023):
vps上面都虚拟的cpu也不知道我下载的frp版本对不对:wget https://github.com/fatedier/frp/releases/download/v0.38.0/frp_0.38.0_linux_amd64.tar.gz
@1509cxt commented on GitHub (Dec 6, 2023):
太谢谢了!!