-
Notifications
You must be signed in to change notification settings - Fork 21
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
There was an unknown error when performing a doctor check. #1574
Comments
Do we have any updates on this? |
I could successfully run create action with specifying docker version, command as: although full workround to successfully visit mesosphere web ui page, the command should be run with non-root user: |
Exact same issue with me too.
Just like @dennyx said, I also can create and setup the cluster. But still minidcos docker doctor fails. It would be great if I can get some help with this? Update: Tried downgrading docker to docker 17.12.1-ce but no joy! |
I cannot get miniDC/OS release 2019.05.03.0 to work on CentOS 7 in Docker. However, I can successfully create a cluster with release 2019.05.23.1, CentOS Linux release 7.6.1810, Docker version 18.09.6. However, I do need to specify the Docker version, and To create the cluster:
|
Thanks all for your contributions to this thread.
This traceback should no longer be shown, since an update to
While folks here have been inspecting their local Docker instances, the error refers to Docker on the
In #1574 (released in This should mean that folks no longer have to specify
What seems clear is that using Docker version 1.13.1 on nodes is problematic on some machines. The main pain should be taken away with the update to make Ideally we can narrow down exactly what the problem is, and make that clear in the An intermediate step might look for the given error and just move on with a warning, potentially one which links to this issue. |
After I installed minidcos on my most actual CentOS 7.5
(uname -a: Linux <server> 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux)
with the command for the Linux package:
sudo curl --fail -L https://github.com/dcos/dcos-e2e/releases/download/2018.12.10.0/minidcos -o /usr/local/bin/minidcos && sudo chmod +x /usr/local/bin/minidcos
I also changed the owner of the directory and the file with:
sudo chown myuser:myuser
... as I have to use sudo on my sytems to install packages.
After installation has been finished, I executed the command
minidcos docker doctor -v
All checks went well until 13/13. This gave me the following error:
Actually the docker daemon is up and running:
I tried the same with starting the docker daemon manually:
Then I retried:
on "dockerd" terminal it said:
and the output in the "minidcos" terminal still was:
But a:
seems to proof, that the docker socket is available.
The current user is member of the usergroup "docker" I can execute any docker command without "sudo" upfront.
I tried the same commands while being root, but nothing changed.
P.S.:
The text was updated successfully, but these errors were encountered: