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

Not able to run even with correct permissions #67

Open
EuleMitKeule opened this issue Apr 29, 2023 · 3 comments
Open

Not able to run even with correct permissions #67

EuleMitKeule opened this issue Apr 29, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@EuleMitKeule
Copy link

Describe the bug
I am unable to start the container using the provided commands even when running as a non-root user.

To Reproduce
Steps to reproduce the behavior:

  1. mkdir zomboid
  2. cd zomboid
  3. mkdir ZomboidConfig ZomboidDedicatedServer
  4. docker run --rm \ --mount type=bind,source="$(pwd)/ZomboidDedicatedServer",target=/home/steam/ZomboidDedicatedServer \ --mount type=bind,source="$(pwd)/ZomboidConfig",target=/home/steam/Zomboid \ --publish 16261:16261/udp --publish 16262:16262/udp \ --name zomboid-server \ docker.io/renegademaster/zomboid-dedicated-server:latest
### Setting variables...

### Applying Pre Install Configuration...

### Pre Install Configuration applied.

### Updating Project Zomboid Server...
/usr/bin/steamcmd.sh: line 38:    13 Segmentation fault      $DEBUGGER "$STEAMEXE" "$@"

### Project Zomboid Server updated.

### Checking if this is the first run...

### This is the first run.
Starting server for 60 seconds

### Starting Project Zomboid Server...
timeout: failed to run command '/home/steam/ZomboidDedicatedServer/start-server.sh': No such file or directory

### Project Zomboid Server stopped.

### First run check complete.

### Applying Post Install Configuration...
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
sed: can't read /home/steam/ZomboidDedicatedServer/ProjectZomboid64.json: No such file or directory
sed: can't read /home/steam/ZomboidDedicatedServer/ProjectZomboid64.json: No such file or directory

### Post Install Configuration applied.

### Starting Project Zomboid Server...
timeout: failed to run command '/home/steam/ZomboidDedicatedServer/start-server.sh': No such file or directory

### Project Zomboid Server stopped.

Expected behavior
The container should start up correctly.

Desktop (please complete the following information):

  • OS: Ubuntu
@EuleMitKeule EuleMitKeule added the bug Something isn't working label Apr 29, 2023
@huylenguyen
Copy link

I also ran into this issue today. Docker deployed as non-root user running in a Proxmox LXC

@axi92
Copy link

axi92 commented Jun 11, 2023

Exact the same issue

Edit: My solution was going back to version 1.6.0 were it worked fine for me =)

@evarsanyi
Copy link

Thanks, 1.6.0 is working for me as well (podman, root or rootless).

@Renegade-Master Renegade-Master pinned this issue Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants