Skip to content
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

Server stuck at DungeonDB Start 477 #52

Closed
krovikan666 opened this issue Feb 12, 2021 · 5 comments
Closed

Server stuck at DungeonDB Start 477 #52

krovikan666 opened this issue Feb 12, 2021 · 5 comments
Labels
question Further information is requested

Comments

@krovikan666
Copy link

Env: OpenSuse 15.2
CPU: AMD FX-8320E Eight-Core Processor
RAM: 32Gb

I ran the following docker create:

docker create \
  --name valheim \
  -e PUID=1000 -e PGID=1000 \
  -e TZ=America/Edmonton \
  -e NAME="Valheim - GOATS" \
  -e World=Dedicated \
  -e PORT=2456 \
  -e PUBLIC=1 \
  -e PASSWORD=<value> \
  -e AUTO_UPDATE=1 \
  -p 2456:2456/udp \
  -p 2457:2457/udp \
  -p 2458:2458/udp \
  -v /opt/data/ssd2/valheim/saves:/home/steam/.config/unity3d/IronGate/Valheim \
  -v /opt/data/ssd2/valheim/server:/home/steam/valheim \
    --privileged \
   mbround18/valheim:latest

However, everything time I tried to create and start the container it gets stucks and never starts up the server. I'm not using docker-compose due to the local environment.

I have attached the logs

_valheim_logs.txt

@mbround18
Copy link
Owner

based on that log, your server should be running

@mbround18 mbround18 added the question Further information is requested label Feb 12, 2021
@krovikan666
Copy link
Author

Odd because steam isn't able to find it, and telnet even to the docker IP over port 2456 doesn't work.

I checked netstat in the container and it looks like 2457 is open, but not 2456

image

@mbround18
Copy link
Owner

inside the docker, whats pidof valheim_server.x86_64 return?

@mbround18
Copy link
Owner

Minor note, you should not be using a privileged container for this

--privileged 

@krovikan666
Copy link
Author

Okay, I don't know what I did, but it's working; maybe it just took a while to register with steam? Not sure, as for privileged, ya I need to properly set up my security profiles but haven't had a chance.

Thank you for your assistance :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants