#1576 closed defect (fixed)
qconf - not an admin host
Reported by: | christopher.webb@… | Owned by: | Dave Love <d.love@…> |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 8.1.8 |
Severity: | minor | Keywords: | |
Cc: |
Description
Hi,
I think a recent update to qconf has broken previous functionality. You used to be able to run the "show" commands on non-admin hosts, they now return a "not an admin host" error:
[spimcmw@nanlnx4 ~]1% qconf -sh
denied: host "nanlnx4.iop.kcl.ac.uk" is not an admin host
[spimcmw@nanlnx4 ~]1%
This information can be still be obtained from qmon on non-admin hosts so I assume this is not deliberate. I wonder if it was due to the fix for #1547?
This is causing problems with the FSL package (http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/) as their programs use the qconf to check queues before submitting jobs.
[spimcmw@nanlnx4 bin]0% grep QCONF fsl_sub
QCONF=which qconf
if [ "x$QCONF" = "x" ]; then
QCONF=echo
$QCONF -sq $queue >/dev/null 2>&1
$QCONF -sp $peName >/dev/null 2>&1
[spimcmw@nanlnx4 bin]0% grep qconf bedpostx
qconf -sq $FSLGECUDAQ 2>&1 >/dev/null
[spimcmw@nanlnx4 bin]0%
[spimcmw@nanlnx4 ~]1% qconf | & head -n1
SGE 8.1.9
[spimcmw@nanlnx4 ~]1%
Chris
Change History (2)
comment:1 Changed 4 years ago by Dave Love <d.love@…>
- Owner set to Dave Love <d.love@…>
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 4 years ago by markdixon
Thanks Dave - much appreciated
Mark
In 4912/sge: