PermitRootLogin is set to yes in sshd_config. should that be changed or is there something else I need
thanks Michael Edwards wrote: > Well, it appears you don't have ssh root login enabled on the compute nodes. > > That will cause the "complete" step to fail. check the sshd.conf file > on the image > > /var/lib/systemimager/images/oscarimage/etc/sshd.conf > > and make sure the enable root login flag is set. > > On Fri, Aug 1, 2008 at 2:03 PM, Joseph Norris <[EMAIL PROTECTED]> wrote: > >> Ok here is what I do. >> >> I logged into the head node and from the head node I ssh to one of the >> compute nodes as the user that I used on the head node. Compute node >> lets me just fine. Then I su - and I put in the root password for the >> head node and now I am root on the compute node. home reflects >> everything that is not the head node and the fstab file is as follows: >> >> /dev/hda6 / ext3 defaults 1 2 >> /dev/hda5 swap swap defaults 0 0 >> /dev/hda1 /boot ext3 defaults 1 2 >> /dev/shm /dev/shm tmpfs defaults 1 2 >> /dev/fd0 /mnt/floppy auto noauto,owner 0 0 >> none /dev/pts devpts defaults 0 0 >> none /proc proc defaults 0 0 >> nfs_oscar:/home /home nfs rw 0 0 >> >> >> so it looks like home is getting mounted of the head node. >> >> The question still remains why I can not complete the installation from >> the head node. >> >> thanks. >> >> Joseph Norris wrote: >> >>> Hmmm.. I try to ssh in to one of the nodes but it will not accept the >>> root password that I set up when I installed linux. >>> >>> Michael Edwards wrote: >>> >>> >>>> That generally means that NFS isn't working correctly and the home >>>> directories are not mounted on the nodes. Try sshing into one of the >>>> problem nodes and mounting the home directory by hand and see if that >>>> works. >>>> >>>> On Fri, Aug 1, 2008 at 11:44 AM, Joseph Norris <[EMAIL PROTECTED] >>>> <mailto:[EMAIL PROTECTED]>> wrote: >>>> >>>> Hello to all, >>>> >>>> First of thanks to all that have responded to my very newbie >>>> inquiries. >>>> You have helped a great deal. I got everything installed on all the >>>> nodes and it went like a dream. Now on the "fat fingers" front I >>>> inadvertently hit the complete cluster installation without rebooting >>>> all of the nodes ( I know it says it says it very plainly). >>>> >>>> Well I stopped the script and went and rebooted all the nodes - >>>> all went >>>> well. However when I came back to do the complete cluster >>>> installation >>>> - it keeps coming up with a user root and password prompt. I just hit >>>> enter thinking it will set up keys but it continues to ask for >>>> passwords. >>>> >>>> What do I do? >>>> >>>> -- >>>> Joseph Norris >>>> Application Developer & Server Adminstrator >>>> 209-228-4576 >>>> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>> challenge >>>> Build the coolest Linux based applications with Moblin SDK & win >>>> great prizes >>>> Grand prize is a trip for two to an Open Source event anywhere in >>>> the world >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>> _______________________________________________ >>>> Oscar-users mailing list >>>> [email protected] >>>> <mailto:[email protected]> >>>> https://lists.sourceforge.net/lists/listinfo/oscar-users >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>> challenge >>>> Build the coolest Linux based applications with Moblin SDK & win great >>>> prizes >>>> Grand prize is a trip for two to an Open Source event anywhere in the world >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> ------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> Oscar-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/oscar-users >>>> >>>> >>>> >>> >> -- >> Joseph Norris >> Application Developer & Server Adminstrator >> 209-228-4576 >> [EMAIL PROTECTED] >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Oscar-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/oscar-users >> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Oscar-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oscar-users > -- Joseph Norris Application Developer & Server Adminstrator 209-228-4576 [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Oscar-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-users
