vinanrra / Docker-Satisfactory

Satisfactory server using LinuxGSM script in Docker
43 stars 7 forks source link

./sfserver update : Permission denied #9

Closed Ethoytaryn closed 2 years ago

Ethoytaryn commented 2 years ago

Hello,

I have an error when I try to use the command ./sfserver update

image

I use docker-compose to run container. I expected an user error but PUID and PGID are the same on host and container.

do you have any idea where the problem would come from ?

Best regards

Guillaume

vinanrra commented 2 years ago

Gonna check, but did you try updating the server with the start mode 2 or 3?

PD: If u want to update manually, use: su-exec sfserver ./sfserver update (Until i fix the issue)

imagen

vinanrra commented 2 years ago

Now I had same error, going to check it, with ./sfserver update

vinanrra commented 2 years ago

Start mode work properly:

imagen

vinanrra commented 2 years ago

I found the issue:

imagen

Ethoytaryn commented 2 years ago

Thux u so much, now it's work =)