Page 1 of 1

Q3 patch 1.31

Posted: Fri Jul 04, 2008 8:33 am
by kentinet
Hi!

I have a Q3 server running on a textbased Linux system and the point release is linux.1.32b.

I´ve also tried to install point release 1.31 (but not when I have P.R 1.32 installed) but it will not install. I´ve tried a couple of different files from different sites.
This is whats happening:
I´m running the file linuxq3apoint-1.31.x86.run (as i run the version 1.32b).
It´s starts to install "Verifying........" and then it stops. It says "can´t find directory..." something like that...

...so what am I doing wrong?

/ki.

Re: Q3 patch 1.31

Posted: Fri Jul 04, 2008 12:31 pm
by ^misantropia^
kentinet wrote:It says "can´t find directory..." something like that...
What does it say exactly?

Re: Q3 patch 1.31

Posted: Sat Jul 05, 2008 7:27 am
by kentinet
^misantropia^ wrote:
kentinet wrote:It says "can´t find directory..." something like that...
What does it say exactly?
root@optimus-prime:/usr/local/games/quake31# ./linuxq3apoint-1.31.x86.run
Verifying archive integrity...tail: cannot open `+6' for reading: No such file or directory
Error in check sums 579851737 212141158
root@optimus-prime:/usr/local/games/quake31# Verifying archive integrity...tail: cannot open `+6' for reading: No such file or directory
> Error in check sums 579851737 212141158
>
root@optimus-prime:/usr/local/games/quake31#


...that what it says...:/

Re: Q3 patch 1.31

Posted: Sat Jul 05, 2008 7:52 am
by ^misantropia^
Open up the file, find the `tail` command and replace the +6 with -n+6

Re: Q3 patch 1.31

Posted: Sat Jul 05, 2008 8:38 am
by a13n
As another solution, u can just throw your linux box out of your window.

Re: Q3 patch 1.31

Posted: Sat Jul 05, 2008 3:02 pm
by obsidian
a13n wrote:As another solution, u can just throw your linux box out of your window.
Hey a13n, as another solution, u can just jump out of your window.


Just make sure you're on a floor high enough.

Re: Q3 patch 1.31

Posted: Sun Jul 06, 2008 6:02 am
by kentinet
^misantropia^ wrote:Open up the file, find the `tail` command and replace the +6 with -n+6
Thx for your answer....I´ve changed the tail in 4 places, and it didn´t work...hm?