"Wagner, Justin" <[email protected]> writes: > Dave, > > > > Thanks for the response. > > > > After I installed the other rpms and made pointers to rlogin and rsh in > /usr/bin and copied the rshd from our SGE 6.2u4 install I got it to install > correctly. (at least everything appears ok thus far...)
You shouldn't need them on a GNU/Linux system, where you can use ssh plus the PAM module -- see remote_startup(5). That version of the rpm shouldn't have used aimk -no-remote but it seems wise generally. The rsh binary needs to be installed setuid and the "remote" source is pretty old, with possible security issues; it needs non-trivial work checking updates from the BSD version. I don't know of any reason to use it if you have ssh and PAM (which also forwards X and potentially GSS tokens and is more scalable). Anyhow there are updated RPMs with a more lax install script. > I had trouble finding a "good" source for the 'hwloc' dependency but > eventually found it on RPMForge. Maybe that is one you should put in > with the rpms? The readme in the distribution directory mentions the hwloc rpms in the support directory and also an hwloc library tarball for the Ubuntu binaries. Does that need to be made clearer? -- Community Grid Engine: http://arc.liv.ac.uk/SGE/ _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
