-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
[BUG] GID set wrong per startup log #232
Comments
Are you attempting to run rootless? As you mentioned in your previous issue mentioned about remapping. |
I am not running rootless. The docker daemon is running as root.
I do use userns-remap option in docker, however this should be agnostic to the container.
The container should receive its GID from -e PGID parameter I do not have this problem on any other linuxserver.io containers, for example linuxserver-swag
|
Try without it and show us. Also, if you want to compare, another ubuntu based image would be preferred as nginx is alpine based. With that said, I can't reproduce:
PS. Your TZ var is quoted incorrectly |
Thanks for the replay and info on the TZ, good spot. ive fixed that, though ive not really needed to use a TZ here before its nice to be "correct," which is appreciated. I shut down docker, removed the userns-remap option and pulled in everything again from scratch. As you can see, the group is still 'nobody'
docker is now running "as standard" distro settings
GID is still 65534, which is "nobody" on the standard Alpine OS install
As you note, the jellyfin container is Ubuntu based and my host OS is Alpine based. Conversely, any Alpine based linuxserver container I run does seem to pick up and respect -e PGID correctly from the Alpine host OS. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
the PGID parameter is not what is set
Expected Behavior
it should be what is set
Steps To Reproduce
run the docker create with PGID set
look in logs, see it is not set to same value as -e PGID
Environment
CPU architecture
x86-64
Docker creation
docker run \ -d \ --name jellyfin \ -p 8096:8096/tcp \ -e TZ="Europe/London" \ -e PUID=500 \ -e PGID=510 \ -v /opt/jellyfin/config:/config \ -v /opt/Movies:/data/movies \ -v /opt/TV:/data/tvshows \ --restart unless-stopped \ lscr.io/linuxserver/jellyfin:latest
Container logs
The text was updated successfully, but these errors were encountered: