[torqueusers] ERROR: -bash: line 1:
/usr/PBS_spool/mom_priv/jobs/94.master.p.SC: Permission denied
Yanan Sun
nancyprc at gmail.com
Fri Jul 11 12:52:58 MDT 2008
i am using
file "test"
#!/bin/bash
for x in `seq 1 10`
do
if [ "$x" -lt 5 ]; then
echo $x is less than 5
else
echo "$x is greater than or equal to 5" >&2
fi
done
after i send job by "qsub test" it gives me error message in my
"STDIN.e94" file saying
"-bash: line 1: /usr/PBS_spool/mom_priv/jobs/94.master.p.SC: Permission denied"
-bash-3.1$ qsub test
94.master.perceus.centos
-bash-3.1$ head *94*
==> STDIN.e94 <==
-bash: line 1: /usr/PBS_spool/mom_priv/jobs/94.master.p.SC: Permission denied
==> STDIN.o94 <==
could anyone help me understand what the problems are?
Thanks a lot.
Yanan
More information about the torqueusers
mailing list