Jump to content

klarken1

Vintarian
  • Posts

    1
  • Joined

  • Last visited

klarken1's Achievements

Wolf Bait

Wolf Bait (1/9)

0

Reputation

  1. Hey there. I don't have the exact same issue, as I got a message about not having permissions due to root being the owner. So all I had to change ownership via sudo chown -R USERNAME /opt/vintagestory chown changes the owner of the target, USERNAME selects the new owner, /app/extra/vintagestory is the target directory, and -R changes permissions of all files and directories within the target. Sudo is needed because the owner is root, and higher privileges are needed. I do not know how read-only filesystems work in linux. you may be able to get it to work by using my command (replacing the path with /app/extra/vintagestory), and then doing chmod -R u+w /app/extra/vintagestory, possibly with sudo. Be careful though. Back up your saves and all that.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.