You are not logged in.

#1 2016-08-18 09:41:46

Deau
Member
Registered: 2010-06-10
Posts: 7

[SOLVED] Possible docker dependency mismatch with containerd

Recently my docker service started failing with the following journal entry:

level=fatal msg="bad listen address format /var/run/docker/libcontainerd/docker-containerd.sock, expected proto://address"

This appears to have been caused by a recent upgrade to containerd-0.2.3-1-x86_64. Fortunately I had the previous version available at /var/cache/pacman/pkg/containerd-0.2.2-1-x86_64.pkg.tar.xz.

Downgrading the containerd package solved the problem for me:

pacman -U /var/cache/pacman/pkg/containerd-0.2.2-1-x86_64.pkg.tar.xz

Posting here incase anyone else is seeing the same issue.

Last edited by Deau (2016-08-19 11:11:50)

Offline

#2 2016-08-18 09:51:14

marmotz
Member
Registered: 2016-08-18
Posts: 2

Re: [SOLVED] Possible docker dependency mismatch with containerd

Same issue here.
Your solution work for me, thank you

Offline

#3 2016-08-18 11:48:10

MaikuMori
Member
From: Latvia
Registered: 2013-05-29
Posts: 14
Website

Re: [SOLVED] Possible docker dependency mismatch with containerd

Same issue, the "fix" worked for me.

Offline

#4 2016-08-18 13:22:18

ovear
Member
Registered: 2016-08-18
Posts: 6

Re: [SOLVED] Possible docker dependency mismatch with containerd

The same problem, works fine.
This version can be found at https://archive.archlinux.org/packages/ … pkg.tar.xz

Offline

#5 2016-08-18 13:59:01

elelay
Member
Registered: 2016-08-18
Posts: 1

Re: [SOLVED] Possible docker dependency mismatch with containerd

Same problem, same solution

Offline

#6 2016-08-18 14:42:41

z3ntu
Member
Registered: 2016-01-02
Posts: 14

Re: [SOLVED] Possible docker dependency mismatch with containerd

As elelay said so nicely:
Same problem, same solution.

Offline

#7 2016-08-18 14:48:49

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [SOLVED] Possible docker dependency mismatch with containerd

I did not see any talk of generating a bug report.   A cursory look at https://bugs.archlinux.org/ indicates that has not happened as yet.
Might I suggest that one of you generate a report?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#8 2016-08-18 14:57:32

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: [SOLVED] Possible docker dependency mismatch with containerd

Offline

#9 2016-08-18 15:35:00

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [SOLVED] Possible docker dependency mismatch with containerd

I did say cursory wink   But my search term docker did come up empty.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#10 2016-08-18 15:48:37

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: [SOLVED] Possible docker dependency mismatch with containerd

You were likely in the "Arch Linux" project in the upper left. Common issue, docker/containerd are in Community, so it's filed in the "Community packages" project.

Offline

#11 2016-08-18 16:05:50

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [SOLVED] Possible docker dependency mismatch with containerd

Yep.  That is what I did.
Thanks.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#12 2016-08-19 01:57:21

woainba15
Member
Registered: 2008-10-05
Posts: 2

Re: [SOLVED] Possible docker dependency mismatch with containerd

Works for me. thanks

Offline

#13 2016-08-19 07:23:19

marmotz
Member
Registered: 2016-08-18
Posts: 2

Re: [SOLVED] Possible docker dependency mismatch with containerd

docker was updated and now all is working for me with containerd 0.2.3-1 and docker 1:1.12.1-1

Offline

#14 2016-08-19 11:02:20

Deau
Member
Registered: 2010-06-10
Posts: 7

Re: [SOLVED] Possible docker dependency mismatch with containerd

Likewise, this issue is solved for me now. As the containerd and runc packages aren't used by the new docker package I took the following steps to keep things clean:

pacman -Rs docker    # remove docker and unused dependencies
pacman -S docker

Offline

Board footer

Powered by FluxBB