Author Topic: [SOLVED] linux(uubuntu distro) newbie.... help apriciated.  (Read 5689 times)

v0rt3x

  • Posts: 24
  • Turrets: +0/-10
[SOLVED] linux(uubuntu distro) newbie.... help apriciated.
« on: September 12, 2007, 12:58:39 am »
hi all, I was just wondering, i've played tremulous on my mac, and it's RAM wasn't that good, so I want to install it on a linux os... the catch? i know nothing of linux exept a tiny weeny bit of basic commands, down get too hard i'm only a 13 yr old kid=[ but with that said, please can someone tell me how to install tremulous, downloaded it, but when I try to execute it I get the error message "Could not open the file /home/chris/tremulous-1.1.0-installer.x86.run.
gedit has not been able to detect the character coding.
Please check that you are not trying to open a binary file.
Select a character coding from the menu and try again."
 :-?

v0rt3x

  • Posts: 24
  • Turrets: +0/-10
[SOLVED] linux(uubuntu distro) newbie.... help apriciated.
« Reply #1 on: September 12, 2007, 02:47:30 am »
update: working but slow as hell... so thanks for looking

next_ghost

  • Posts: 892
  • Turrets: +3/-6
[SOLVED] linux(uubuntu distro) newbie.... help apriciated.
« Reply #2 on: September 12, 2007, 02:32:05 pm »
Trem installer IS a binary file. At least partially. It's a short script with tar archive inside.

Open terminal (Konsole, xterm or whatever you have) and type (copy and paste):
Code: [Select]
chmod a+x /home/chris/tremulous-1.1.0-installer.x86.run
Press Enter and then try to run it again. This command will let you execute the installer.

It means:
chmod - command for changing file permissions
a+x - give (+) everyone (a) execute permissions (x)
/home/chris/tremulous-1.1.0-installer.x86.run - list of files or directories you want to change
If my answer to your problem doesn't seem helpful, it means I won't help you until you show some effort to fix your problem yourself!
1.2.0 release's been delayed for 5:48:00 already because of stupid questions.

NotMexel

  • Posts: 28
  • Turrets: +0/-6
    • http://www.google.com
[SOLVED] linux(uubuntu distro) newbie.... help apriciated.
« Reply #3 on: October 11, 2007, 02:52:59 am »
I am having the same problem, chmod did not work. It always wants to open with the default text editor. How can I open it?
Flux|iP

http://iptrem.freeforums.org <-- iP clan website

Taiyo.uk

  • Posts: 2309
  • Turrets: +222/-191
    • Haos Redro
[SOLVED] linux(uubuntu distro) newbie.... help apriciated.
« Reply #4 on: October 11, 2007, 04:00:29 am »
Quote from: "NotMexel"
I am having the same problem, chmod did not work. It always wants to open with the default text editor. How can I open it?

Code: [Select]
[user@host]$ bash ./tremulous-1.1.0-installer.x86.run

Caveman

  • Guest
[SOLVED] linux(uubuntu distro) newbie.... help apriciated.
« Reply #5 on: October 11, 2007, 10:27:14 am »
While it certainly is nice you guys are helping them to get _this_ problem solved, it will not actually help them understanding what they are doing.

It would be better if they either stay on their old OS if they can't be bothered to read up on the manual/howtos from ubuntu, which by the way are excelent.

NotMexel

  • Posts: 28
  • Turrets: +0/-6
    • http://www.google.com
[SOLVED] linux(uubuntu distro) newbie.... help apriciated.
« Reply #6 on: October 11, 2007, 12:32:20 pm »
Alright I solved the problem, the chmod m+x didnt work but doing this did.

Anyone else having the same problem where it opens with Gedit, open up a root terminal.

We will assume your tremulous installer is on the desktop by the way. Type:

Code: [Select]

chmod +x /home/username/Desktop/tremulous-1.1.0-installer.x86.run


Now we have permission, now lets run the installer.

Code: [Select]

/home/username/Desktop/tremulous-1.1.0-installer.x86.run


This worked for me. I havent tried the bash thinkg taiyo.uk, but I assume it would also work.
Flux|iP

http://iptrem.freeforums.org <-- iP clan website

next_ghost

  • Posts: 892
  • Turrets: +3/-6
[SOLVED] linux(uubuntu distro) newbie.... help apriciated.
« Reply #7 on: October 12, 2007, 04:04:00 pm »
Quote from: "NotMexel"
Alright I solved the problem, the chmod m+x didnt work but doing this did.


Yeah, invalid arguments ussualy don't work. What a surprise! :roll:
If my answer to your problem doesn't seem helpful, it means I won't help you until you show some effort to fix your problem yourself!
1.2.0 release's been delayed for 5:48:00 already because of stupid questions.

NotMexel

  • Posts: 28
  • Turrets: +0/-6
    • http://www.google.com
[SOLVED] linux(uubuntu distro) newbie.... help apriciated.
« Reply #8 on: October 12, 2007, 09:52:33 pm »
Quote from: "next_ghost"
Quote from: "NotMexel"
Alright I solved the problem, the chmod m+x didnt work but doing this did.


Yeah, invalid arguments ussualy don't work. What a surprise! :roll:



I entered a+x in the console, I copied and pasted from the thread. Dont know why I posted m+x, wow. Well install was good when I went to play my drivers are not like good, gave up on it no games for me.
Flux|iP

http://iptrem.freeforums.org <-- iP clan website

Odin

  • Spam Killer
  • *
  • Posts: 1767
  • Turrets: +113/-204
    • My Website
[SOLVED] linux(uubuntu distro) newbie.... help apriciated.
« Reply #9 on: October 13, 2007, 02:41:34 am »
Read the fucking sticky. Oh and the manual too. I'll leave that to you to find!