Author Topic: can' install the game (ubuntu 10.04)  (Read 4337 times)

nashod

  • Posts: 8
  • Turrets: +0/-0
can' install the game (ubuntu 10.04)
« 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

jez

  • Posts: 130
  • Turrets: +4/-2
Re: can' install the game (ubuntu 10.04)
« Reply #1 on: June 18, 2010, 01:59:46 pm »
sudo chmod -fucking [file]

Grants fucking permissions.

nashod

  • Posts: 8
  • Turrets: +0/-0
Re: can' install the game (ubuntu 10.04)
« Reply #2 on: June 18, 2010, 02:19:03 pm »
ok that was a good one but i tried that and it doesn't help(tried chmod i mean not fucking)

F50

  • Posts: 740
  • Turrets: +16/-26
Re: can' install the game (ubuntu 10.04)
« Reply #3 on: June 18, 2010, 03:20:28 pm »
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.
"Any sufficiently advanced stupidity is indistinguishable from malice." -- Grey's Law


nashod

  • Posts: 8
  • Turrets: +0/-0
Re: can' install the game (ubuntu 10.04)
« Reply #4 on: June 18, 2010, 03:34:55 pm »
thanks for trying to help but when i type the command it says can't find a directory 'u+w'

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: can' install the game (ubuntu 10.04)
« Reply #5 on: June 18, 2010, 04:35:48 pm »
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.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

nashod

  • Posts: 8
  • Turrets: +0/-0
Re: can' install the game (ubuntu 10.04)
« Reply #6 on: June 18, 2010, 05:54:54 pm »
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

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: can' install the game (ubuntu 10.04)
« Reply #7 on: June 18, 2010, 08:48:55 pm »
run ls -la ~/Games/Tremulous and post up the output.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

nashod

  • Posts: 8
  • Turrets: +0/-0
Re: can' install the game (ubuntu 10.04)
« Reply #8 on: June 18, 2010, 09:33:52 pm »
total 8
drwxrwxrwx 2 nashed nashed 4096 2010-06-18 15:21 .
drwxr-xrwx 3 nashed nashed 4096 2010-06-18 14:50

SlackerLinux

  • Spam Killer
  • *
  • Posts: 555
  • Turrets: +41/-62
Re: can' install the game (ubuntu 10.04)
« Reply #9 on: June 18, 2010, 11:58:14 pm »
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
Code: [Select]
su -type in your password and run the installer as normal keeping all the defaults
Slackware64 13.1
SlackersQVM/

nashod

  • Posts: 8
  • Turrets: +0/-0
Re: can' install the game (ubuntu 10.04)
« Reply #10 on: June 19, 2010, 07:39:54 am »
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

nashod

  • Posts: 8
  • Turrets: +0/-0
Re: can' install the game (ubuntu 10.04)
« Reply #11 on: June 19, 2010, 08:00:58 am »
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

cirdan

  • Posts: 9
  • Turrets: +0/-0
Re: can' install the game (ubuntu 10.04)
« Reply #12 on: June 19, 2010, 11:03:10 am »
Code: [Select]
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.

nashod

  • Posts: 8
  • Turrets: +0/-0
Re: can' install the game (ubuntu 10.04)
« Reply #13 on: June 19, 2010, 12:39:05 pm »
i love u! the path u gave worked! thank u man!