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

[openSUSE] Docker start failure in Leap 15.1 RC #2044

Closed
FroggyFlox opened this issue May 19, 2019 · 0 comments · Fixed by #2046
Closed

[openSUSE] Docker start failure in Leap 15.1 RC #2044

FroggyFlox opened this issue May 19, 2019 · 0 comments · Fixed by #2046

Comments

@FroggyFlox
Copy link
Member

FroggyFlox commented May 19, 2019

In openSUSE Leap 15.1 RC, the rock-on service cannot be turned ON as the docker service fails to start with the following error:

CommandException: Error running a command. cmd = /usr/bin/systemctl start docker. rc = 5. stdout = ['']. stderr = ['Failed to start docker.service: Unit containerd.socket not found.', '']

Upon closer inspection, it appears the docker.service file was updated in the corresponding distro package, creating the need for our docker-service.py to be updated accordingly.
Interestingly, the distro package docker.service file in Leap 15.1 RC is now identical to the one in the most recent Tumbleweed (as of this writing), which means we may be able to simplify our docker service configuration in openSUSE.

phillxnet added a commit that referenced this issue Sep 22, 2019
Source docker.service configuration from package in openSUSE. Fixes #2044
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

Successfully merging a pull request may close this issue.

1 participant