[OpenAFS] Help: Permission Denied using OpenAFS

Lee Eric openlinuxsource@gmail.com
Wed, 20 Jul 2011 22:01:41 +0800


Hi,

When I submit a job script from a user home directory I got error
messages from OGS spool.

07/18/2011 15:29:55|  main|client2|E|shepherd of job 77.1 exited with
exit status = 26
07/18/2011 15:29:56|  main|client2|E|can't open usage file
"active_jobs/77.1/usage" for job 77.1: No such file or directory
07/18/2011 15:29:56|  main|client2|E|07/18/2011 15:29:54 [501:14814]:
can't stat() "/afs/herdingcat.internal/home/huli/pool" as stdout_path:
Permission denied KRB5CCNAME=none uid=501 gid=100 100 20008

Here's the script content.

#!/bin/bash
#$ -N sleep_30s
#$ -S /bin/bash
#$ -wd /afs/herdingcat.internal/home/huli/pool
date
sleep 30
date

Here's the OpenAFS acl attributes of the work directory.

[huli@submit ~]$ fs listacl /afs/herdingcat.internal/home/huli/pool
Access list for /afs/herdingcat.internal/home/huli/pool is
Normal rights:
  system:administrators rlidwka
  huli rlidwk
[huli@submit ~]$

Any idea?

Thanks very much.

Eric