palworld-server-docker icon indicating copy to clipboard operation
palworld-server-docker copied to clipboard

User steam does not exist

Open Lagicrus opened this issue 1 year ago • 8 comments

Describe the bug When creating the docker container for the first time, when it runs usermod, the user and group do not exist

Screenshots 2024-01-21 14:21:16.248397+00:00Executing usermod... 2024-01-21 14:21:16.253073+00:00usermod: user 'steam' does not exist 2024-01-21 14:21:16.255149+00:00groupmod: group 'steam' does not exist 2024-01-21 14:21:16.257785+00:00chown: invalid user: 'steam:steam' 2024-01-21 14:21:16.259683+00:00su: user steam does not exist or the user entry does not contain all the required fields

Desktop (please complete the following information):

  • OS: TrueNas
  • Version: 0.8.0

Lagicrus avatar Jan 21 '24 14:01 Lagicrus

Could you provide the docker-compose.yml you've used for deployment?

thijsvanloef avatar Jan 21 '24 14:01 thijsvanloef

enviroment:

  • PORT=8211
  • PLAYERS=6
  • MULTITHREADING=FALSE
  • PUID=568
  • PGID=568

Lagicrus avatar Jan 21 '24 14:01 Lagicrus

Could you share the entire docker-compose.yml?

My first suspicions are that the docker container does not run well on freeBSD based operating systems

thijsvanloef avatar Jan 21 '24 15:01 thijsvanloef

I don't have a docker-compose.yml per say, instead I input the various configurations into the UI which then gets passed to it. I'm also on TrueNas Scale which I believe is Debian based, as I have other docker containers running on here with little to no issue.

Lagicrus avatar Jan 21 '24 16:01 Lagicrus

Ah my bad, assumed you ran TrueNAS core. Sadly I'm not able to reproduce it, as I am only able to test on Windows and Debian. Hopefully someone else would be able to help you in this matter

thijsvanloef avatar Jan 21 '24 17:01 thijsvanloef

@Lagicrus I am currently running this image successfully on TrueNAS Scale via TrueChart's "custom-app". I have made a thread in the TrueCharts Discord detailing my settings to get it running. Feel free to ask any questions you may have. Here is a link to the start of the Discord Thread

xHyperElectric avatar Jan 22 '24 23:01 xHyperElectric

enviroment:

  • PORT=8211
  • PLAYERS=6
  • MULTITHREADING=FALSE
  • PUID=568
  • PGID=568

You likely need UPDATE_ON_BOOT=true

xHyperElectric avatar Jan 22 '24 23:01 xHyperElectric

@Lagicrus Do you still require help? Otherwise I will close the issue.

thijsvanloef avatar Jan 26 '24 09:01 thijsvanloef