Hi, Am 22.09.2011 um 22:21 schrieb Parul Kudtarkar:
> Dear Grid Engine community, > > We are using sge 6.2. Recently our users got dropped from the user list > and only root and one other user was still retained(they can qsub, qstat > jobs). Hence I added users using qconf -auser you don't have to define any user beforehand. It will automatically be added if a user submits a job. It's purpose is to define a place, where the share tree policy can store the used resources over time. For such users there should be no "delete_time" in the entry. > Now even though the user is able to submit job logged in as himself on the > head node it is actually root who is submitting job to the cluster( i.e. a > user cannot qstat, You mean he sees no jobs of himself, as the default is to list only someone's own jobs? But `qstat -u "*"` will also list for him root as the owner. > but root as super user can qstat and the user of the > job is shown as root instead of the actual user who submitted the job). Shot in the dark: in your installation `qsub` is owned by "root" and someone set the "setuid" bit (for whatever reason). Very evil, as you can collect much information about other users and their files this way. -- Reuti > Any ideas what may be causing this discrepancy? > > Thanks, > Parul > -- > Parul Kudtarkar > Scientific Programmer > Center for Computational Regulatory Genomics > Beckman Institute, > California Institute of Technology > > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
