-
Notifications
You must be signed in to change notification settings - Fork 118
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
Docker still asks endlessly for admin password, will not complete setup #2934
Comments
Bummer... It already happened to me, and magically vanished. I never fully understood what was going wrong. Could you try to remove by hand com.docker.vmnetd?
and try again? |
Something is really weird in your case: it looks like $HOME is |
I tried removing
Might the weird HOME setting have something to do with the fact that, in order to get to a state where I can generate the report, I have to run it from the command line under sudo? For that matter, should I be trying this with any particular different arguments?
|
Yes, that's probably the problem. Instead, try
and report the full diagnostics ID (with the |
OK - output below!
|
You don't need to sudo. Why did you think you had to do that? I still see nothing specific in your report. In particular in the logs I don't see the attempts to install vmnetd, which is the tool that needs special privileges. |
Concerning sudo: I originally got the idea to try on the command line from someone else's thread either here or on Stack Overflow, and assumed sudo was necessary since the original problem involved endlessly repeated requests for my system password. Concerning vmnetd, at what point should its installation be attempted? As mentioned, if I try to run Docker normally through the Finder, I get asked for my password over and over until I give up. Is there a way to do the installation on the command line? |
Hey @tla, could you try this Docker for Mac: https://download-stage.docker.com/mac/pr/24725/Docker.dmg? There's a small chance that it will help you fix your problem. Before running it, I'd like you to run Thanks in advance! (There are good chances that your problems come from a mixture of |
When Docker is asking for your password, it's to grant the And if you never saw the Groundhog Day, then you should do that soon. |
OK, that seems to have fixed it - the problem does appear to have to do with launchctl. Output you requested:
When I ran the Docker version you linked to, it instructed me to re-enable com.docker.vmnetd, which I did, and now everything seems to work. Thanks for your help! |
🎉 !!! Thanks to you for staying with me that long and try everything I suggested :) |
Hi @akimd I'm still facing the issue. I've also removed this one as suggested above: Please help on how to resolve this. |
Same here after upgrade |
The suggestion here fixed the issue for me: |
rebooting worked for me |
Still didn't work for me. Did you do anything post this? |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
This is a follow-on from issue #2562.
Expected behavior
Docker should complete installation and start up.
Actual behavior
Docker asks endlessly for an administrator password, and never starts. If I exit, and try starting Docker from the command line with sudo, I get a "Fatal Error: Failed to register new version" and the following diagnostic. If I choose "reset to factory defaults" and restart, it asks repeatedly for an administrator password again, and there is no way to produce a diagnostic.
Information
Diagnostic logs
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: