Tremulous Forum
General => Troubleshooting => Topic started by: Death On Ice on June 04, 2007, 12:16:38 am
-
When I tried to upgrade my QVM to Lakitu7's, I also re-downloaded Tremded.ub, the Mac version of Tremded, Tjw's admin module.
Well, I realized that something was wrong with the permissions once I tried to start my server, because this is what I got back:
Welcome to Darwin!
miles-computer:~ miles$ cd /Applications/Tremulous;./tremded.ub +set dedicated 2 +exec server.cfg
-bash: ./tremded.ub: Permission denied
miles-computer:/Applications/Tremulous miles$
miles-computer:/Applications/Tremulous miles$
I think the reason is because I didn't download it via curl or something, rather I just downloaded it off of his site from the link
www.tjw.org/tremulous/mac/tremded.ub
I'm not entirely sure, but that may have been the problem.
If someone can upload the correct file or give me info on how to fix it, please do.
-
Yey Death long time no see :D
-
chmod 755 tremded.ub
-
Hey Grand!
What does that mean, Kevlarman?
-
well your problem is that you don't have permission for tremded.ub, and he is providing the command to fix that. Go into terminal, navigate to the directory which contains tremded.ub, and execute chmod 755 tremded.ub
-
chmod +x tremded.ub
is more appropriate, and do an "ls" to make sure it's there.
-
chmod a+x is the command tjw supplied.
I'm not familiar with the notation kevlarman uses but that should work too (well, kevlarman said it: things that kevlarman says generally work)
-
http://en.wikipedia.org/wiki/File_system_permissions#Octal_notation
-
Thank you! That worked, so I don't need to go to tjw.org. However, in another section at ''http://tremulous.net/phpBB2/viewtopic.php?t=5021'' I saw another post about his site being down, so it's not exclusive.