Tremulous Forum

Community => Servers => Topic started by: Lucky on December 12, 2007, 01:57:24 am

Title: Need some help saving server settings on a mac
Post by: Lucky on December 12, 2007, 01:57:24 am
Hey I used Hotsoups guide to making a mac server and I have the server made, but Whenever I try to change the Server.cfg it says Its read-only and it cant save, so I tried to save-as on the desktop then move it to replace the server.cfg but my folder "Base" cant be modified, so its impossible for me to change the settings on server.cfg. What should I do?
Title: Re: Need some help saving server settings on a mac
Post by: Rocinante on December 12, 2007, 03:31:44 am
Sounds like your permissions are a bit hosed.  Try this:

Code: [Select]
sudo chown -R <your username> <path to tremulous folder>
That should make sure you own all the files.  Next,

Code: [Select]
sudo chmod -R u+w <path to tremulous folder>
That makes sure all the files are writable by you.  Should do the trick.