Am 15.08.2012 um 21:46 schrieb Joseph Farran: > This was working under GE2011.11 which I cannot get it to work with sge-8.1.1 > or maybe I have it set wrong?
Just for curiosity: did you define a user_lists anywhere else by accident? Global or exechost level? -- Reuti > Here is the info: > > $ id -g > 200 > > $ cat /etc/group | grep 200 > staff:x:200: > > $ qconf -sq space1 | fgrep user > user_lists staff > xuser_lists NONE > > $ qconf -su staff > name staff > type ACL DEPT > fshare 0 > oticket 0 > entries @staff > > $ qrsh -q space1 "id -g" > error: no suitable queues > > > If I add my account to the "staff" list, then I can run on the space1 queue. > > Joseph > > > > On 08/15/2012 06:13 AM, Dave Love wrote: >> Joseph Farran<[email protected]> writes: >> >>> Hi. >>> >>> Does Unix Groups work under Son Of Grid Engine 8.1.1 ? >> That's a rather general question... >> >>> I have mine set to: >>> >>> # qconf -sconf| grep execd_params >>> execd_params USE_QSUB_GID=TRUE >>> >>> And I have by queues "user_lists" set with the Linux group, but qsub wont >>> let me submit the job. >> You'll have to be more specific. USE_QSUB_GID=TRUE definitely works, >> but has nothing to do with submission as far as I know: >> >> $ id -g >> 1000 >> $ newgrp admin >> $ qrsh id -g >> 110 >> >> See access_list(5) concerning user_lists entries. >> > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
