Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install using SLM-UI - "something went wrong" #245

Open
howff opened this issue Jun 10, 2024 · 6 comments
Open

Cannot install using SLM-UI - "something went wrong" #245

howff opened this issue Jun 10, 2024 · 6 comments

Comments

@howff
Copy link

howff commented Jun 10, 2024

Issue description

Running ./HPE_SWARM_LEARNING_INSTALLER_LINUX_Q2V41-11094

At the web page where it asks for hostname, username, password it gives an error Something went wrong. ssh: handshake failed: ssh: unable to authenticate, attempted methods [none], no supported methods remain

./HPE_SWARM_LEARNING_INSTALLER_LINUX_Q2V41-11094

Swarm Learning Version:

  • Find the docker tag of the Swarm images ( $ docker images | grep hub.myenterpriselicense.hpe.com/hpe_eval/swarm-learning )
    Not installed yet!

OS and ML Platform

  • details of host OS: ubuntu 22.04

Quick Checklist: Respond [Yes/No]

  • APLS server web GUI shows available Licenses? yes

Additional notes

  • Are you running documented example without any modification? yes
@pkbindhani
Copy link
Collaborator

@howff May I know if you are using the same host where SLM-UI installer running ?
what is the user name you are specifying ? By-default direct ssh login for 'root' account is blocked in Ubuntu OS.

Since it has reported authentication failure, have you checked manually logging in to the server ( using same username/password) from UI installer host ?

You may start the installer in verbose mode, if that gives any additional logging information.

Say example: $ ./HPE_SLM_UI_INSTALLER_LINUX -logs verbose

@howff
Copy link
Author

howff commented Jun 25, 2024

I'm entering the same hostname as where the installer is running, and entering a non-root username and password on the same host which definitely works with ssh. Verbose mode gives no additional information.

@pkbindhani
Copy link
Collaborator

Okay, Could you please run the below test and let me know

// Login as the same user ( through SSH ) and execute the below command
$ssh -V
$ssh user@ ( add the fingerprint to the knownhost) .

// Once you are logged in, kindly check again the SLM-UI..

Also share the installer verbose output, need to check , up to what stage it is progressing

// I checked using the 2.2 installer and working without any error.

@howff
Copy link
Author

howff commented Jun 25, 2024

ssh -V reports OpenSSH_8.9p1 OpenSSL 3.0.2

I'm not sure what output you are expecting from the second command. Obviously I can login ok.

The only verbose output is Creating SLM-UI directory

@pkbindhani
Copy link
Collaborator

pkbindhani commented Jun 26, 2024

Okay, thanks for the update.. The reason for asking to perform ssh locally is to add the ssh fingerprint.

Do you mind providing the installer binary that you are using ( HPE_SWARM_LEARNING_INSTALLER_LINUX_Q2V41-1109 ) to check in my system ? You may upload the binary in below drop-box.

Host: https://hprc-h2.it.hpe.com/hprc/
Login: swam_cmt
Password : yt$UD5aw.PE2nc_E

@howff
Copy link
Author

howff commented Jul 18, 2024

Unfortunately the login you have provided does not work (login failed). However I can confirm that it's exactly the same binary downloaded from the HPE website.

I have tried to debug the sshd server but the only relevant message I can see is

sshd[259660]: debug3: userauth_finish: failure partial=0 next methods="publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive" [preauth]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants