On 11/27/06, Matt Ivie <[EMAIL PROTECTED]> wrote:
Their server doesn't require a username/password but will refuse a
connection when there are too many users online.  Just keep trying.  I tried
it just now and it worked fine.

On 11/27/06, Timothy Miller < [EMAIL PROTECTED]> wrote:
> On 11/27/06, Matt Ivie < [EMAIL PROTECTED]> wrote:
> > You should be able to get a linux demo for Quake 3 from
ftp.idsoftware.com

Ok, I downloaded the file and managed to make some headway into why it
isn't working.  I launch the script (which starts an xterm), and then
quickly switch to the terminal I launched it from and hit ctrl-z.

The last few errors I see look like this:

Error: no such file "-r"
Error: no such file "-n"
Error: no such file "Verifying"
Error: no such file "archive"
Error: no such file "integrity..."

I've tracked that down to this block of code in the script:

echo=echo; [ -x /usr/ucb/echo ] && echo=/usr/ucb/echo
if type print > /dev/null 2>&1; then echo="print -r "; fi
mkdir $tmpdir || {
       $echo 'Cannot create target directory' $tmpdir >&2
       $echo 'you should perhaps try option -target OtherDirectory' >&2
               eval $finish; exit 1;
}
$echo -n Verifying archive integrity...

So, it defines a new echo, and when it tries to use it, it doesn't
work as expected.

Of course, when I hack the script, I get a checksum error.
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)

Reply via email to