Difference between revisions of "EMI gLExec release test plan and report"
From PDP/Grid Wiki
Jump to navigationJump to search| (One intermediate revision by the same user not shown) | |||
| Line 451: | Line 451: | ||
FAILED: output is 0077 (internal umask setting for glexec) | FAILED: output is 0077 (internal umask setting for glexec) | ||
| + | |||
| + | ==== Savannah: https://savannah.cern.ch/bugs/?101238 ==== | ||
| + | DESCRIPTION: mkgltempdir -t option does not work | ||
| + | |||
| + | REPRODUCE: | ||
| + | export X509_USER_PROXY=<location of valid proxy> | ||
| + | export GLEXEC_CLIENT_CERT=$X509_USER_PROXY | ||
| + | gldir=`/usr/sbin/mkgltempdir -t 404` && ls -ld $gldir && /usr/sbin/mkgltempdir -r $gldir | ||
| + | |||
| + | PASSED: lists directory with permissions dr-----r-- | ||
| + | |||
| + | FAILED: gives error messages starting with /bin/chmod: cannot access `<directory name>': Permission denied | ||