Posted by xrx3z @ 11:54 CST, 31 January 2009 - iMsg
Verifying archive integrity tail cannot open +6 for reading. is the answer i got from my linux server (ubuntu) when i try to install a q3 server on it.
I have tried the export _POSIX2_VERSION=199209 as well...
Open the .run file in a text editor (something that can handle big files) and find the line
that says "tail +6" and change it to "tail -n +6" - tail is probably used in multiple places in the script.