Author Topic: backport  (Read 7660 times)

murtagh

  • Posts: 29
  • Turrets: +0/-0
backport
« on: August 02, 2007, 02:59:41 am »
uhh i was told by several ppl that i should get a guid but dont kbow how to get for linuix
img]http://i159.photobucket.com/albums/t157/corgi_04/Ban1337.gif[/img]

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
backport
« Reply #1 on: August 02, 2007, 03:08:03 am »
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

murtagh

  • Posts: 29
  • Turrets: +0/-0
backport
« Reply #2 on: August 02, 2007, 03:22:17 am »
but what do i do there?
img]http://i159.photobucket.com/albums/t157/corgi_04/Ban1337.gif[/img]

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
backport
« Reply #3 on: August 02, 2007, 03:24:05 am »
grab linux/tremulous.x86, overwrite your old binary, chmod it 755
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

murtagh

  • Posts: 29
  • Turrets: +0/-0
backport
« Reply #4 on: August 02, 2007, 03:30:12 pm »
in english, please
img]http://i159.photobucket.com/albums/t157/corgi_04/Ban1337.gif[/img]

Thorn

  • Guest
backport
« Reply #5 on: August 02, 2007, 03:43:38 pm »
grab linux/tremulous.x86, overwrite your old binary, chmod it 755

BULLSEYE@linux.be

  • Posts: 146
  • Turrets: +0/-1
    • http://www.yankee-clan.com
backport
« Reply #6 on: August 02, 2007, 04:29:08 pm »
LMAO
ww.spikers.2fear.com

murtagh

  • Posts: 29
  • Turrets: +0/-0
backport
« Reply #7 on: August 02, 2007, 10:44:51 pm »
Quote from: "Thorn"
grab linux/tremulous.x86, overwrite your old binary, chmod it 755


quite but explain what it all means. how do you get it there?
img]http://i159.photobucket.com/albums/t157/corgi_04/Ban1337.gif[/img]

Raytray

  • Posts: 355
  • Turrets: +3/-19
    • http://trem-null.com
backport
« Reply #8 on: August 03, 2007, 01:40:18 am »
I suppose I'll be nice about it.

grab linux/tremulous.x86, overwrite your old binary, chmod it 755 ==

Go to http://trem.tjw.org/backport/
click linux
download the tremulous.x86 file
save it over the old one that the original tremulous gave you.
make it executable.

In the terminal

wget http://trem.tjw.org/backport/linux/tremulous.x86
mv tremulous.x86 ~/tremulous/tremulous.x86
cd ~/tremulous
chmod 755 tremulous.x86

The folders might change depending on where you installed tremulous.

I am probably wrong on half of the things but hey. It works. I think.
}MG{Raytray

murtagh

  • Posts: 29
  • Turrets: +0/-0
backport
« Reply #9 on: August 03, 2007, 02:34:58 am »
ok ty for helping. i found the backport place but cant find the old file to save it over
img]http://i159.photobucket.com/albums/t157/corgi_04/Ban1337.gif[/img]

Caveman

  • Guest
backport
« Reply #10 on: August 03, 2007, 06:53:29 am »
If you can NOT find the Executable that you use everytime you play trem, then you have bigger problems than getting the backport to work.
So best hurry back to school and take another course in ComSi...

tuple

  • Posts: 833
  • Turrets: +97/-80
backport
« Reply #11 on: August 03, 2007, 12:20:19 pm »
I just discovered why linux will never be big on the desktop :(

I think the linux binary may install into /usr/local/games/tremulous
though that may just be where I put mine :)

If it isn't there, try

locate tremulous.x86

or

find 2>/dev/null / -name tremulous.x86

When you find it, from the console, cd to the directory its in and run:

Code: [Select]

sudo mv tremulous.x86 tremulous.x86.bak
sudo wget http://trem.tjw.org/backport/linux/tremulous.x86
sudo chmod 755 tremulous.x86


This will move your binary (tremulous.x86 -> tremulous.x86.bak
download the new version
give the downloaded version execute permissions
Doing this will most likely need root permissions (you may think of it as administrative permissions), which is why the sudo is there.  Super User Do :)

next_ghost

  • Posts: 892
  • Turrets: +3/-6
backport
« Reply #12 on: August 03, 2007, 12:46:21 pm »
Quote from: "murtagh"
ok ty for helping. i found the backport place but cant find the old file to save it over


It's as simple as typing
Code: [Select]
ls -l `which tremulous`
into terminal. Please stop using Linux as cheap Windows clone.
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.

StackError

  • Posts: 10
  • Turrets: +0/-0
    • http://www.lbzclan.com
backport
« Reply #13 on: October 01, 2007, 02:30:00 am »
Quote from: "next_ghost"
Quote from: "murtagh"
ok ty for helping. i found the backport place but cant find the old file to save it over


It's as simple as typing
Code: [Select]
ls -l `which tremulous`
into terminal. Please stop using Linux as cheap Windows clone.


I was having the same problem with the backport in Ubuntu and what i did was after d/ling the backport and moving it to the tremulous directory -Mine was in /usr/lib/tremulous- i chmod'd to 755 and then renamed tremulous to tremulous.bak and then renamed tremulous.x86 to tremulous
That worked for me!!!

What bothers me is why some one can't post a straightforward answer to a newbies question...but as always in Linux, things always have to be complicated!!!

Caveman

  • Guest
backport
« Reply #14 on: October 01, 2007, 04:25:49 am »
Maybe because not everyone is using the hype?
And not everyone wants his/her installation to get messed up?
You'd know that /usr/lib is NO place to have the main binaries in, if you'd taken the time to understand LSB and more important the FSH.

StackError

  • Posts: 10
  • Turrets: +0/-0
    • http://www.lbzclan.com
backport
« Reply #15 on: October 01, 2007, 05:28:09 am »
Quote from: "Caveman"
Maybe because not everyone is using the hype?
And not everyone wants his/her installation to get messed up?
You'd know that /usr/lib is NO place to have the main binaries in, if you'd taken the time to understand LSB and more important the FSH.


That's what you say.. but from what others say about you on this forum... who gives 2 sh%t's about what you think!!!!!!!

And under Ubuntu Linux that is the default install structure for Tremulous..  don't like it.. then go develop your own distro and stop being an ASS CLOWN and bashing people.. or better yet.. send the dev team who complied the Ubuntu/Debian version an email for not complying with you views on where files and Bin's are installed, and lets see what they think!

You are a total waste of life.....I bet your parents wish they had used birth control after seeing what a Troll you turned out to be!!!!!

Have a nice day :/

Caveman

  • Guest
backport
« Reply #16 on: October 01, 2007, 05:47:12 am »
roflol, suave saving throw.
Essential you are saying that you don't care that _your_ distro is fucked up and that the FSH in your package is the only valid one.
And thus next_ghost's answer was shit.

Sorry to say, but your Name really becomes you, stacking errors that is.

guest

  • Guest
backport
« Reply #17 on: October 01, 2007, 05:56:06 am »
lol why do you use an installer for tremulous