cloudflare / cloudflared

Cloudflare Tunnel client (formerly Argo Tunnel)

Home Page:https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error="failed to determine minimum ping group ID: strconv.ParseInt: parsing \"4294967294\": value out of range

crrodriguez opened this issue · comments

Describe the bug

The user running cloudflared process has a GID (group ID) that is not within ping_group_range. You might need to add that user to a group within that range, or instead update the range to encompass a group the user is already in by modifying /proc/sys/net/ipv4/ping_group_range. Otherwise cloudflared will not be able to ping this network error="failed to determine minimum ping group ID: strconv.ParseInt: parsing "4294967294": value out of range"

The parser WAS correct until torvalds/linux@e209fee but now it is incorrect as a wider range is allowed and valid.