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

timeout: failed to run command '/home/steam/ZomboidDedicatedServer/start-server.sh': No such file or directory (Should be running as rootless) #74

Open
remingtonreed opened this issue Dec 29, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@remingtonreed
Copy link

I am trying to follow the guide to use with docker-compose, and it seems like I'm running into file permissions issues. I should be using podman with rootless as my local user. I'm definitely new to running it rootless though, so have just been following guides online, and the problem could definitely be there. Could someone possibly point me in the right direction? I'm getting the following when running docker-compose logs.

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.

### Setting variables...
/home/steam/run_server.sh: line 178: /home/steam/Zomboid/ip.txt: Permission denied

### Applying Pre Install Configuration...
sed: couldn't open temporary file /home/steam/sedyiq9TN: Permission denied

### Pre Install Configuration applied.

### Updating Project Zomboid Server...
/home/steam/run_server.sh: line 136: /usr/bin/steamcmd.sh: Permission denied

### 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/HouseOfSolis.ini not found!
/home/steam/Zomboid/Server/HouseOfSolis.ini not found!
/home/steam/Zomboid/Server/HouseOfSolis.ini not found!
/home/steam/Zomboid/Server/HouseOfSolis.ini not found!
/home/steam/Zomboid/Server/HouseOfSolis.ini not found!
/home/steam/Zomboid/Server/HouseOfSolis.ini not found!
/home/steam/Zomboid/Server/HouseOfSolis.ini not found!
/home/steam/Zomboid/Server/HouseOfSolis.ini not found!
/home/steam/Zomboid/Server/HouseOfSolis.ini not found!
/home/steam/Zomboid/Server/HouseOfSolis.ini not found!
/home/steam/Zomboid/Server/HouseOfSolis.ini not found!
/home/steam/Zomboid/Server/HouseOfSolis.ini not found!
/home/steam/Zomboid/Server/HouseOfSolis.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```
@remingtonreed remingtonreed added the bug Something isn't working label Dec 29, 2023
@siriondb
Copy link

Hello, the answer is hidden in another thread.

zomboid-dedicated-server.Dockerfile
In ARG BASE_IMAGE="docker.io/renegademaster/steamcmd-minimal:1.1.2" you need to replace the content.
ARG BASE_IMAGE="docker.io/renegademaster/steamcmd-minimal:2.0.0-root"
If you replace it with the contents and create a Docker container, you can use it normally.

#68

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

2 participants