Tremulous Forum
General => Troubleshooting => Topic started by: nashod on June 18, 2010, 01:33:02 pm
-
so i really want to play the game but i have a problem first off i installed the game through the software center and apparently it doesn't have all the files needed so i downloaded the installer from the web site and everything is fine until i need to choose the path so i choose it and it gives me no permission to write into XXXXX(the path) so how do i give the installer a fucking permission
a screenshot of the problem:
http://img824.imageshack.us/img824/6853/prob1x.png
http://img695.imageshack.us/img695/9527/prob2l.png
-
sudo chmod -fucking [file]
Grants fucking permissions.
-
ok that was a good one but i tried that and it doesn't help(tried chmod i mean not fucking)
-
chmod -r u+w ~/Games/Tremulous (assuming you own the file)
chmod -r g+w ~/Games/Tremulous (if for some odd reason you don't own the file in your home directory)
If that doesn't work try running the installer as root (with sudo). You should be able to do so as a user since the install path is in ~, but if it is trying to place an executable in /usr/bin for instance, you'll need the additional privileges.
-
thanks for trying to help but when i type the command it says can't find a directory 'u+w'
-
It needs to be -R not -r.
You entered a path of ./Games/Whatever, I'm guessing you didn't run the installer from your home dir so that folder doesn't exist. Enter an absolute path and see what happens.
-
actually that path does exist and i tried other paths nothing works all the paths give me no permission shit and i did run the file from my home directory
-
run ls -la ~/Games/Tremulous and post up the output.
-
total 8
drwxrwxrwx 2 nashed nashed 4096 2010-06-18 15:21 .
drwxr-xrwx 3 nashed nashed 4096 2010-06-18 14:50
-
you missed listing the files
ok..... now to try to solve this
to install system-wide you will need to be root to do this go
su -
type in your password and run the installer as normal keeping all the defaults
-
even when running it as root it doesn't work i think i had a bad download or something i will redownload it and see what happens
-
ok so i redownloaded the game and still the same shit any1 knows where i can get it using a package manager but being full
-
actually that path does exist and i tried other paths nothing works all the paths give me no permission shit and i did run the file from my home directory
No, it doesn't.
Try: /home/your_user_name/Games/Tremulous
(replace /home/your_user_name by your home directory).
Do you want tremulous 1.1 or 1.2?
If you want 1.2, you need to first install 1.1 then 1.2.
-
i love u! the path u gave worked! thank u man!