On 1 February 2012 09:49, Harris He, Kun - CD <[email protected]> wrote: > Hi all, > > > > When I add a new user by NIS, I can access every servers by this user > account. But I cannot submit any job including interactive job at all. > System just return back “critical error: can't resolve group”. > > The NIS passwd file is not located /etc/passwd. > > Then, I add another local user in one submit host and that can submit > jobs(qsub or qlogin both OK). >
> Does OGS not support NIS service? It should work fine. Grid Engine derivatives do some checking on the primary group and this is likely what it is complaining about. It probably can't go from the primary group number to the group name (which isn't needed with sshd etc as they can use the number directly). To verify: On the relevant hosts id <username> Check that the primary group is listed by name as well as number. If not tweak your setup until you get the group name out. > > > > Thanks. > > > > > > Best Wishes. > > Harris He > > Fujitsu Semiconductor Design (Chengdu) Co. Ltd., > Phone : (86)28-85150023 ext.8826 > > E-mail:[email protected] > > _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
