[8623] in athena10
possible AFS bug on 32 bit systems?
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Thu Nov 3 13:25:27 2011
From: Alex T Prengel <alexp@MIT.EDU>
To: debathena@MIT.EDU
Cc: alexp@MIT.EDU
Content-Type: text/plain; charset="ISO8859-1"
Date: Thu, 03 Nov 2011 13:25:17 -0400
Message-ID: <1320341117.7640.17.camel@dit>
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
I think I may have found a bug involving openafs @sys links on 32 bit
systems involving a script that needs to invoke a command interpreter
through an @sys link:
if you just run /afs/athena.mit.edu/software/math_v8.0.4/samplescript.m
on a 64 bit system it produces a bunch of numerical output; Mathematica
has a command interpreter MathematicaScript that lets one run executable
scripts directly.
Running the same script on a 32 bit system gives:
error: Cannot stat
link ../../../distrib/SystemFiles/Kernel/Binaries/@sys/MathematicaScript
A couple of @sys links are used to resolve the #! command line and
intermediate links pointing to MathematicaScript. Any idea what's wrong
here?
Thanks,
Alex