mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5100] frpc | addgroup: gid '0' in use #4000
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#4000
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 @aliuq on GitHub (Dec 21, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5100
Bug Description
snowdreamtech/frpc:0.65.0startup errorfrpc | addgroup: gid '0' in usefrpc Version
0.65.0
frps Version
0.65.0
System Architecture
linux/amd64
Configurations
Synology
Logs
No response
Steps to reproduce
0.64.0 has no problems.
Affected area
@fatedier commented on GitHub (Dec 22, 2025):
It’s caused by a third-party Docker image (snowdreamtech/frpc:0.65.0), not frp itself: its entrypoint tries to create a group with PGID=0 (GID 0 is already in use), typically because your env_file injects USER/PUID/PGID (e.g., USER becomes non-root while PGID stays 0).
@aliuq commented on GitHub (Dec 22, 2025):
Indeed, there is an environment traversal for USER in env_file; I'll try it later.
@github-actions[bot] commented on GitHub (Jan 6, 2026):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.