Steps
warp-cli register
warp-cli set-mode proxy
warp-cli set-proxy-port 23333
warp-cli connect
warp-cli status :
Status update: Unable to connect. Reason: Insufficient system resource: file descriptor
warp-cli register
warp-cli set-mode proxy
warp-cli set-proxy-port 23333
warp-cli connect
warp-cli status :
Status update: Unable to connect. Reason: Insufficient system resource: file descriptor
Same error with you, have you any solutions?
edit /lib/systemd/system/warp-svc.service
,append the following lines in [Service] section:
[Service]
LimitNOFILE=65535
LimitNOFILESoft=65535
restart the service:
systemctl daemon-reload
systemctl restart warp-svc