LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   RTCW installer checksum problems (https://www.linuxquestions.org/questions/linux-games-33/rtcw-installer-checksum-problems-254746/)

LavaDevil94 11-14-2004 01:33 PM

RTCW installer checksum problems
 
I tried installing RTCW today, and whenever I run any installer, regardless of what version, I get this error.
Code:

sh wolf-linux-1.4-goty.x86.run
Verifying archive integrity...tail: cannot open `+6' for reading: No such file or directory
Error in check sums 3727475416 3031636474

Although, depending on what version of the installer I run, those two numbers change, but the top line stays the same. I've tried running it as an executable, which yielded the same result. Any ideas?

computx 12-22-2004 12:39 AM

Re: RTCW install problem
 
I am having the same problem. I have tried from several different sources with no luck.
At first I thought it was a bad download but now I think it may be a configuration problem with newer system files like libc. Any help appreciated. I think there may be a way to untar or unzip that file and manually install. Looking into that now.

bergstorm 01-22-2005 07:40 AM

Some older `tail' implementations also support an
obsolete option `+COUNT' with the same meaning as `-+COUNT'. POSIX
1003.1-2001 (*note Standards conformance: does not allow these
options; use `-c COUNT' or `-n COUNT' instead.

Find "tail +N" (N is 6, or other number, or a variable such as $Skip) in your file, change it to "tail -n +N".
Then run the file, it may be wrong again and hint " Error in check sums COUNT1 COUNT2".
find COUNT2 in the file, change it with COUNT1.
It may work:)


All times are GMT -5. The time now is 01:56 AM.