Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frpc transport: protocol: kcp 似乎无法在非root权限下运行 #4179

Open
11 tasks
bonjour-py opened this issue Apr 24, 2024 · 5 comments
Open
11 tasks

Comments

@bonjour-py
Copy link

bonjour-py commented Apr 24, 2024

Bug Description

frpc transport: protocol: kcp 似乎无法在非root权限下运行
os ubuntu desktop 23.10 表现为无法响应

使用sudo 运行正常

奇怪的是 在 no-root-user on kalilinux in lxd on this ubuntu 运行正常

frpc Version

0.57.0

frps Version

ghcr.io/fatedier/frps:v0.56.0

System Architecture

linux/amd64

Configurations

webServer:
  port: 7000
serverAddr: -----------------------
serverPort: 30200
transport:
  protocol: kcp
auth:
  token: ----------------------
user: ------------
proxies:
  - name: -------------
    type: tcp
    localPort: ------------
    remotePort: 7018
  - name: -------------
    type: udp
    localPort: ----------
    remotePort: 7018

Logs

bonjour@work:~/文档/frp$ ./frpc -c config.yaml 
2024-04-24 15:48:41.743 [I] [sub/root.go:142] start frpc service for config file [config.yaml]
2024-04-24 15:48:41.743 [I] [client/service.go:294] try to connect to server...
^C^C^C^C^C^C^Z
[1]+  已停止               ./frpc -c config.yaml
bonjour@work:~/文档/frp$ kill -9 %1

[1]+  已停止               ./frpc -c config.yaml
bonjour@work:~/文档/frp$ 
[1]+  已杀死               ./frpc -c config.yaml

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
@bonjour-py
Copy link
Author

等一下ubuntu 24.04吧 马上出了 看看结果再来反馈

@bonjour-py
Copy link
Author

on ubuntu24.04 : 甚至使用sudo 也无法执行 表现和23.10一致 无响应

@fatedier
Copy link
Owner

建议换 quic 尝试吧

@bonjour-py
Copy link
Author

建议换 quic 尝试吧

quic目前正常

Copy link

Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants