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

Allow retry for Windows account password #1398

Open
ethanbb opened this issue Aug 4, 2020 · 0 comments
Open

Allow retry for Windows account password #1398

ethanbb opened this issue Aug 4, 2020 · 0 comments

Comments

@ethanbb
Copy link

ethanbb commented Aug 4, 2020

Description

When configuring SMB shares, entering an incorrect Windows password does not cause a reprompt but instead a generic message "ERROR: SMB share mount failed." The user then has to run fin vm mount to fix the issue. This is just an annoyance.

Steps to reproduce the issue:

  1. Be on Windows (WSL, VirtualBox)
  2. Run fin system start
  3. At the "Enter your Windows account password:" prompt, enter the wrong password.

Describe the results you received:

Enter your Windows account password:
Adding docker SMB share docksal-c...
mount: /c: cannot mount //192.168.64.1/docksal-c read-only.
exit status 32
              Mount command failed... Trying an alternative method...
mount: /c: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.
exit status 32
               ERROR:  SMB share mount failed.
        Make sure your Windows password is correct and run fin vm mount to try again.
        For troubleshooting instructions see https://docs.docksal.io/troubleshooting/windows-smb/

Describe the results you expected:

A way to retry entering the password.

[Not including config info because this is not a bug, just expected behavior that I find annoying]

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

1 participant