arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
684 stars 144 forks source link

Permission denied #1100

Closed MeerkatRS closed 4 years ago

MeerkatRS commented 4 years ago

Added a new mod and getting permission denied. Tried removing it and now says mod mismatch when joining server. image

klightspeed commented 4 years ago

That suggests that either you have a bad umask, or the mod directory has bad permissions, or the steam user does not own that mod directory.

Alphakilo commented 4 years ago

Should we check permissions before attempting to download / install mods @klightspeed?

klightspeed commented 4 years ago

292e5c91370b20ee6b9b702dfed40ab80a45b3fd adds a warning when the Mods directory is not writable.