WDMyCloud package Docker version 19.03.2, build 6a30dfc

Hello

I have a problem to start the dockerd daemon. Here is the output from my terminal window:

Blockquote root@WDMyCloud docker # docker -v
Docker version 19.03.2, build 6a30dfc
root@WDMyCloud docker # dockerd -D
INFO[2020-06-22T15:56:19.703372840-07:00] Starting up
WARN[2020-06-22T15:56:19.723269640-07:00] could not change group /var/run/docker.sock to docker: group docker not found
DEBU[2020-06-22T15:56:19.724116080-07:00] Listener created for HTTP on unix (/var/run/docker.sock)
WARN[2020-06-22T15:56:19.725204400-07:00] unable to modify root key limit, number of containers could be limited by this quota: open /proc/sys/kernel/keys/root_maxkeys: no such file or directory
DEBU[2020-06-22T15:56:19.727195440-07:00] Golang’s threads limit set to 7110
INFO[2020-06-22T15:56:19.729337000-07:00] parsed scheme: “unix” module=grpc
INFO[2020-06-22T15:56:19.729552200-07:00] scheme “unix” not registered, fallback to default scheme module=grpc
INFO[2020-06-22T15:56:19.729814360-07:00] ccResolverWrapper: sending update to cc: {[{unix:///run/containerd/containerd.sock 0 }] } module=grpc
INFO[2020-06-22T15:56:19.730016400-07:00] ClientConn switching balancer to “pick_first” module=grpc
INFO[2020-06-22T15:56:19.730516520-07:00] pickfirstBalancer: HandleSubConnStateChange: 0x3d75880, CONNECTING module=grpc
INFO[2020-06-22T15:56:19.730732280-07:00] blockingPicker: the picked transport is not ready, loop back to repick module=grpc
WARN[2020-06-22T15:56:39.731319120-07:00] grpc: addrConn.createTransport failed to connect to {unix:///run/containerd/containerd.sock 0 }: didn’t receive server preface in time. Reconnecting… module=grpc
INFO[2020-06-22T15:56:39.731667360-07:00] pickfirstBalancer: HandleSubConnStateChange: 0x3d75880, TRANSIENT_FAILURE module=grpc
DEBU[2020-06-22T15:56:39.732372720-07:00] Cleaning up old mountid : start.
failed to start daemon: failed to dial “/run/containerd/containerd.sock”: all SubConns are in TransientFailure, latest connection error: timed out waiting for server handshake: unavailable
root@WDMyCloud docker #> Blockquote

Can someone help how to resolve this?

Thank you in advance

Very Strange, the output today is different:

Docker version 19.03.2, build 6a30dfc
root@WDMyCloud docker #
root@WDMyCloud docker # dockerd -D
INFO[2020-06-23T11:34:39.659709160-07:00] Starting up
WARN[2020-06-23T11:34:39.683406280-07:00] could not change group /var/run/docker.sock to docker: group docker not found
DEBU[2020-06-23T11:34:39.684259040-07:00] Listener created for HTTP on unix (/var/run/docker.sock)
WARN[2020-06-23T11:34:39.685507600-07:00] unable to modify root key limit, number of containers could be limited by this quota: open /proc/sys/kernel/keys/root_maxkeys: no such file or directory
DEBU[2020-06-23T11:34:39.687946840-07:00] Golang’s threads limit set to 7110
INFO[2020-06-23T11:34:39.690013640-07:00] parsed scheme: “unix” module=grpc
INFO[2020-06-23T11:34:39.690286560-07:00] scheme “unix” not registered, fallback to default scheme module=grpc
INFO[2020-06-23T11:34:39.690567560-07:00] ccResolverWrapper: sending update to cc: {[{unix:///run/containerd/containerd.sock 0 }] } module=grpc
INFO[2020-06-23T11:34:39.690760600-07:00] ClientConn switching balancer to “pick_first” module=grpc
INFO[2020-06-23T11:34:39.691381280-07:00] pickfirstBalancer: HandleSubConnStateChange: 0x3915960, CONNECTING module=grpc
INFO[2020-06-23T11:34:39.716922640-07:00] pickfirstBalancer: HandleSubConnStateChange: 0x3915960, READY module=grpc
INFO[2020-06-23T11:34:39.724322800-07:00] parsed scheme: “unix” module=grpc
INFO[2020-06-23T11:34:39.724744680-07:00] scheme “unix” not registered, fallback to default scheme module=grpc
INFO[2020-06-23T11:34:39.725417520-07:00] ccResolverWrapper: sending update to cc: {[{unix:///run/containerd/containerd.sock 0 }] } module=grpc
INFO[2020-06-23T11:34:39.725873000-07:00] ClientConn switching balancer to “pick_first” module=grpc
INFO[2020-06-23T11:34:39.726589200-07:00] pickfirstBalancer: HandleSubConnStateChange: 0x3915be0, CONNECTING module=grpc
INFO[2020-06-23T11:34:39.736710040-07:00] pickfirstBalancer: HandleSubConnStateChange: 0x3915be0, READY module=grpc
DEBU[2020-06-23T11:34:39.740462360-07:00] Using default logging driver json-file
DEBU[2020-06-23T11:34:39.741139920-07:00] [graphdriver] priority list: [btrfs zfs overlay2 aufs overlay devicemapper vfs]
DEBU[2020-06-23T11:34:39.741880520-07:00] zfs command is not available: exec: “zfs”: executable file not found in $PATH storage-driver=zfs
DEBU[2020-06-23T11:34:39.749389720-07:00] processing event stream module=libcontainerd namespace=plugins.moby
ERRO[2020-06-23T11:34:39.752418800-07:00] ‘overlay’ not found as a supported filesystem on this host. Please ensure kernel is new enough and has overlay support loaded. storage-driver=overlay2
ERRO[2020-06-23T11:34:39.760953040-07:00] AUFS was not found in /proc/filesystems storage-driver=aufs
ERRO[2020-06-23T11:34:39.768056160-07:00] ‘overlay’ not found as a supported filesystem on this host. Please ensure kernel is new enough and has overlay support loaded. storage-driver=overlay
ERRO[2020-06-23T11:34:39.768442600-07:00] Failed to built-in GetDriver graph devicemapper /var/lib/docker
DEBU[2020-06-23T11:34:39.769072520-07:00] Initialized graph driver vfs
WARN[2020-06-23T11:34:39.777674400-07:00] Your kernel does not support cgroup cfs period
WARN[2020-06-23T11:34:39.777880320-07:00] Your kernel does not support cgroup cfs quotas
WARN[2020-06-23T11:34:39.778045360-07:00] Your kernel does not support cgroup rt period
WARN[2020-06-23T11:34:39.778236600-07:00] Your kernel does not support cgroup rt runtime
WARN[2020-06-23T11:34:39.778359080-07:00] Unable to find blkio cgroup in mounts
WARN[2020-06-23T11:34:39.778505720-07:00] mountpoint for pids not found
DEBU[2020-06-23T11:34:39.780421160-07:00] Max Concurrent Downloads: 3
DEBU[2020-06-23T11:34:39.780872880-07:00] Max Concurrent Uploads: 5
INFO[2020-06-23T11:34:39.781321000-07:00] Loading containers: start.
DEBU[2020-06-23T11:34:39.781998920-07:00] Option Experimental: false
DEBU[2020-06-23T11:34:39.782334560-07:00] Option DefaultDriver: bridge
DEBU[2020-06-23T11:34:39.782699240-07:00] Option DefaultNetwork: bridge
DEBU[2020-06-23T11:34:39.782992240-07:00] processing event stream module=libcontainerd namespace=moby
DEBU[2020-06-23T11:34:39.783018840-07:00] Network Control Plane MTU: 1500
WARN[2020-06-23T11:34:39.790866600-07:00] Running modprobe nf_nat failed with message: modprobe: chdir(/lib/modules): No such file or directory, error: exit status 1
WARN[2020-06-23T11:34:39.797792480-07:00] Running modprobe xt_conntrack failed with message: modprobe: chdir(/lib/modules): No such file or directory, error: exit status 1
DEBU[2020-06-23T11:34:39.822507400-07:00] /usr/sbin/iptables, [–wait -t filter -C FORWARD -j DOCKER-ISOLATION]
DEBU[2020-06-23T11:34:39.830369800-07:00] /usr/sbin/iptables, [–wait -t nat -D PREROUTING -m addrtype --dst-type LOCAL -j DOCKER]
DEBU[2020-06-23T11:34:39.849714280-07:00] /usr/sbin/iptables, [–wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL ! --dst 127.0.0.0/8 -j DOCKER]
DEBU[2020-06-23T11:34:39.868919680-07:00] /usr/sbin/iptables, [–wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL -j DOCKER]
DEBU[2020-06-23T11:34:39.888181240-07:00] /usr/sbin/iptables, [–wait -t nat -D PREROUTING]
DEBU[2020-06-23T11:34:39.902006600-07:00] /usr/sbin/iptables, [–wait -t nat -D OUTPUT]
DEBU[2020-06-23T11:34:39.915385880-07:00] /usr/sbin/iptables, [–wait -t nat -F DOCKER]
DEBU[2020-06-23T11:34:39.927859640-07:00] /usr/sbin/iptables, [–wait -t nat -X DOCKER]
DEBU[2020-06-23T11:34:39.940566520-07:00] /usr/sbin/iptables, [–wait -t filter -F DOCKER]
DEBU[2020-06-23T11:34:39.948394840-07:00] /usr/sbin/iptables, [–wait -t filter -X DOCKER]
DEBU[2020-06-23T11:34:39.955800480-07:00] /usr/sbin/iptables, [–wait -t filter -F DOCKER-ISOLATION-STAGE-1]
DEBU[2020-06-23T11:34:39.963197760-07:00] /usr/sbin/iptables, [–wait -t filter -X DOCKER-ISOLATION-STAGE-1]
DEBU[2020-06-23T11:34:39.970764240-07:00] /usr/sbin/iptables, [–wait -t filter -F DOCKER-ISOLATION-STAGE-2]
DEBU[2020-06-23T11:34:39.978180840-07:00] /usr/sbin/iptables, [–wait -t filter -X DOCKER-ISOLATION-STAGE-2]
DEBU[2020-06-23T11:34:39.985817520-07:00] /usr/sbin/iptables, [–wait -t filter -F DOCKER-ISOLATION]
DEBU[2020-06-23T11:34:39.993214960-07:00] /usr/sbin/iptables, [–wait -t filter -X DOCKER-ISOLATION]
DEBU[2020-06-23T11:34:40.001108080-07:00] /usr/sbin/iptables, [–wait -t nat -n -L DOCKER]
DEBU[2020-06-23T11:34:40.013424280-07:00] /usr/sbin/iptables, [–wait -t nat -N DOCKER]
DEBU[2020-06-23T11:34:40.026245400-07:00] daemon configured with a 15 seconds minimum shutdown timeout
DEBU[2020-06-23T11:34:40.026400200-07:00] start clean shutdown of all containers with a 15 seconds timeout…
DEBU[2020-06-23T11:34:40.027541960-07:00] Cleaning up old mountid : start.
INFO[2020-06-23T11:34:40.027895680-07:00] stopping event stream following graceful shutdown error=“” module=libcontainerd namespace=moby
DEBU[2020-06-23T11:34:40.028886480-07:00] Cleaning up old mountid : done.
failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: iptables failed: iptables --wait -t nat -N DOCKER: iptables v1.4.21: can’t initialize iptables table `nat’: Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
(exit status 3)>

I’ll appreciate all the help

Thank you in advance

What specific My Cloud model do you have?

If you have a multi bay model see the specific sub forum for it…

https://community.wd.com/c/network-attached-storage/9

image