yellow_wombat

Members
  • Posts

    2
  • Joined

  • Last visited

yellow_wombat's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks for taking the time to respond I unfortunately did reboot many times (~5) with no effect 😕. I noticed in the dockerd output, that it was failing near the network so I thought I would try starting docker with no network settings. While I don't recommend what I did, this is what worked for me: Effectively deleting the network config for the docker containers. I then started dockerd --debug successfully. The local-kv.db was recreated - it was missing the network configuration that was previously available. I then shutdown dockerd. Unmounted /var/lib/docker. Then I started the docker through UNRAID's UI.
  2. UNRAID log output: Feb 17 21:55:23 Shed emhttpd: shcmd (165): /etc/rc.d/rc.docker start Feb 17 21:55:23 Shed root: starting dockerd ... Feb 17 21:55:24 Shed avahi-daemon[2107]: Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1. Feb 17 21:55:24 Shed avahi-daemon[2107]: New relevant interface docker0.IPv4 for mDNS. Feb 17 21:55:24 Shed avahi-daemon[2107]: Registering new address record for 172.17.0.1 on docker0.IPv4. Feb 17 21:55:24 Shed kernel: IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready Feb 17 21:55:39 Shed emhttpd: shcmd (167): umount /var/lib/docker Feb 17 21:55:39 Shed root: umount: /var/lib/docker: target is busy. Feb 17 21:55:39 Shed emhttpd: shcmd (167): exit status: 32 Starting the docker daemon from terminal: root@Shed:/# dockerd --debug INFO[2020-02-17T22:07:13.497494304-08:00] Starting up DEBU[2020-02-17T22:07:13.497764818-08:00] Listener created for HTTP on unix (/var/run/docker.sock) DEBU[2020-02-17T22:07:13.497776048-08:00] Containerd not running, starting daemon managed containerd INFO[2020-02-17T22:07:13.498157545-08:00] libcontainerd: started new containerd process pid=7149 INFO[2020-02-17T22:07:13.498183936-08:00] parsed scheme: "unix" module=grpc INFO[2020-02-17T22:07:13.498190703-08:00] scheme "unix" not registered, fallback to default scheme module=grpc INFO[2020-02-17T22:07:13.498202297-08:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>} module=grpc INFO[2020-02-17T22:07:13.498208116-08:00] ClientConn switching balancer to "pick_first" module=grpc INFO[2020-02-17T22:07:13.505811009-08:00] starting containerd revision=b34a5c8af56e510852c35414db4c1f4fa6172339 version=v1.2.10 DEBU[2020-02-17T22:07:13.505845706-08:00] changing OOM score to -500 INFO[2020-02-17T22:07:13.506028028-08:00] loading plugin "io.containerd.content.v1.content"... type=io.containerd.content.v1 INFO[2020-02-17T22:07:13.506043468-08:00] loading plugin "io.containerd.snapshotter.v1.btrfs"... type=io.containerd.snapshotter.v1 INFO[2020-02-17T22:07:13.506178675-08:00] loading plugin "io.containerd.snapshotter.v1.aufs"... type=io.containerd.snapshotter.v1 WARN[2020-02-17T22:07:13.507000229-08:00] failed to load plugin io.containerd.snapshotter.v1.aufs error="modprobe aufs failed: "modprobe: FATAL: Module aufs not found in directory /lib/modules/4.19.98-Unraid\n": exit status 1" INFO[2020-02-17T22:07:13.507011807-08:00] loading plugin "io.containerd.snapshotter.v1.native"... type=io.containerd.snapshotter.v1 INFO[2020-02-17T22:07:13.507026083-08:00] loading plugin "io.containerd.snapshotter.v1.overlayfs"... type=io.containerd.snapshotter.v1 INFO[2020-02-17T22:07:13.507066888-08:00] loading plugin "io.containerd.snapshotter.v1.zfs"... type=io.containerd.snapshotter.v1 INFO[2020-02-17T22:07:13.507192704-08:00] skip loading plugin "io.containerd.snapshotter.v1.zfs"... type=io.containerd.snapshotter.v1 INFO[2020-02-17T22:07:13.507199750-08:00] loading plugin "io.containerd.metadata.v1.bolt"... type=io.containerd.metadata.v1 WARN[2020-02-17T22:07:13.507207772-08:00] could not use snapshotter aufs in metadata plugin error="modprobe aufs failed: "modprobe: FATAL: Module aufs not found in directory /lib/modules/4.19.98-Unraid\n": exit status 1" WARN[2020-02-17T22:07:13.507212812-08:00] could not use snapshotter zfs in metadata plugin error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" INFO[2020-02-17T22:07:13.507283286-08:00] loading plugin "io.containerd.differ.v1.walking"... type=io.containerd.differ.v1 INFO[2020-02-17T22:07:13.507293989-08:00] loading plugin "io.containerd.gc.v1.scheduler"... type=io.containerd.gc.v1 INFO[2020-02-17T22:07:13.507310689-08:00] loading plugin "io.containerd.service.v1.containers-service"... type=io.containerd.service.v1 INFO[2020-02-17T22:07:13.507318759-08:00] loading plugin "io.containerd.service.v1.content-service"... type=io.containerd.service.v1 INFO[2020-02-17T22:07:13.507326049-08:00] loading plugin "io.containerd.service.v1.diff-service"... type=io.containerd.service.v1 INFO[2020-02-17T22:07:13.507333445-08:00] loading plugin "io.containerd.service.v1.images-service"... type=io.containerd.service.v1 INFO[2020-02-17T22:07:13.507341068-08:00] loading plugin "io.containerd.service.v1.leases-service"... type=io.containerd.service.v1 INFO[2020-02-17T22:07:13.507349989-08:00] loading plugin "io.containerd.service.v1.namespaces-service"... type=io.containerd.service.v1 INFO[2020-02-17T22:07:13.507371107-08:00] loading plugin "io.containerd.service.v1.snapshots-service"... type=io.containerd.service.v1 INFO[2020-02-17T22:07:13.507379741-08:00] loading plugin "io.containerd.runtime.v1.linux"... type=io.containerd.runtime.v1 INFO[2020-02-17T22:07:13.507424649-08:00] loading plugin "io.containerd.runtime.v2.task"... type=io.containerd.runtime.v2 INFO[2020-02-17T22:07:13.507448357-08:00] loading plugin "io.containerd.monitor.v1.cgroups"... type=io.containerd.monitor.v1 INFO[2020-02-17T22:07:13.507687601-08:00] loading plugin "io.containerd.service.v1.tasks-service"... type=io.containerd.service.v1 INFO[2020-02-17T22:07:13.507707829-08:00] loading plugin "io.containerd.internal.v1.restart"... type=io.containerd.internal.v1 INFO[2020-02-17T22:07:13.507734939-08:00] loading plugin "io.containerd.grpc.v1.containers"... type=io.containerd.grpc.v1 INFO[2020-02-17T22:07:13.507743696-08:00] loading plugin "io.containerd.grpc.v1.content"... type=io.containerd.grpc.v1 INFO[2020-02-17T22:07:13.507750692-08:00] loading plugin "io.containerd.grpc.v1.diff"... type=io.containerd.grpc.v1 INFO[2020-02-17T22:07:13.507757246-08:00] loading plugin "io.containerd.grpc.v1.events"... type=io.containerd.grpc.v1 INFO[2020-02-17T22:07:13.507776809-08:00] loading plugin "io.containerd.grpc.v1.healthcheck"... type=io.containerd.grpc.v1 INFO[2020-02-17T22:07:13.507785212-08:00] loading plugin "io.containerd.grpc.v1.images"... type=io.containerd.grpc.v1 INFO[2020-02-17T22:07:13.507792242-08:00] loading plugin "io.containerd.grpc.v1.leases"... type=io.containerd.grpc.v1 INFO[2020-02-17T22:07:13.507798994-08:00] loading plugin "io.containerd.grpc.v1.namespaces"... type=io.containerd.grpc.v1 INFO[2020-02-17T22:07:13.507805662-08:00] loading plugin "io.containerd.internal.v1.opt"... type=io.containerd.internal.v1 INFO[2020-02-17T22:07:13.507822181-08:00] loading plugin "io.containerd.grpc.v1.snapshots"... type=io.containerd.grpc.v1 INFO[2020-02-17T22:07:13.507830310-08:00] loading plugin "io.containerd.grpc.v1.tasks"... type=io.containerd.grpc.v1 INFO[2020-02-17T22:07:13.507836916-08:00] loading plugin "io.containerd.grpc.v1.version"... type=io.containerd.grpc.v1 INFO[2020-02-17T22:07:13.507844677-08:00] loading plugin "io.containerd.grpc.v1.introspection"... type=io.containerd.grpc.v1 INFO[2020-02-17T22:07:13.507933414-08:00] serving... address="/var/run/docker/containerd/containerd-debug.sock" INFO[2020-02-17T22:07:13.507958319-08:00] serving... address="/var/run/docker/containerd/containerd.sock" INFO[2020-02-17T22:07:13.507967188-08:00] containerd successfully booted in 0.002437s DEBU[2020-02-17T22:07:13.510254470-08:00] Started daemon managed containerd DEBU[2020-02-17T22:07:13.510629436-08:00] Golang's threads limit set to 228420 INFO[2020-02-17T22:07:13.510806113-08:00] parsed scheme: "unix" module=grpc INFO[2020-02-17T22:07:13.510815851-08:00] scheme "unix" not registered, fallback to default scheme module=grpc INFO[2020-02-17T22:07:13.510826353-08:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>} module=grpc INFO[2020-02-17T22:07:13.510832115-08:00] ClientConn switching balancer to "pick_first" module=grpc INFO[2020-02-17T22:07:13.511164731-08:00] parsed scheme: "unix" module=grpc INFO[2020-02-17T22:07:13.511173444-08:00] scheme "unix" not registered, fallback to default scheme module=grpc INFO[2020-02-17T22:07:13.511181829-08:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>} module=grpc INFO[2020-02-17T22:07:13.511186847-08:00] ClientConn switching balancer to "pick_first" module=grpc DEBU[2020-02-17T22:07:13.511449323-08:00] processing event stream module=libcontainerd namespace=plugins.moby DEBU[2020-02-17T22:07:13.511452283-08:00] Using default logging driver json-file DEBU[2020-02-17T22:07:13.511505187-08:00] [graphdriver] priority list: [btrfs zfs overlay2 aufs overlay devicemapper vfs] INFO[2020-02-17T22:07:13.511622807-08:00] [graphdriver] using prior storage driver: btrfs DEBU[2020-02-17T22:07:13.511631236-08:00] Initialized graph driver btrfs DEBU[2020-02-17T22:07:13.636246516-08:00] Max Concurrent Downloads: 3 DEBU[2020-02-17T22:07:13.636261702-08:00] Max Concurrent Uploads: 5 INFO[2020-02-17T22:07:13.636273251-08:00] Loading containers: start. DEBU[2020-02-17T22:07:13.636463563-08:00] processing event stream module=libcontainerd namespace=moby DEBU[2020-02-17T22:07:13.637147211-08:00] Loaded container ad0d16e9b3afaf5c06504a0e124b0f15ecf970e42eeeb9fcbe3d0737593f1cae, isRunning: false DEBU[2020-02-17T22:07:13.637148410-08:00] Loaded container 44175b30682170f8a726e0a8ec118fd7c4163b8e48dd0949ad499c20ef069aff, isRunning: false DEBU[2020-02-17T22:07:13.637233019-08:00] Loaded container 91f6a2b511918d4b3f7fdc714f77b4b9920567887d48710819e38e59e9241283, isRunning: false DEBU[2020-02-17T22:07:13.637349730-08:00] Loaded container 0254f3323f368623665bad65f2b1b95c8f2b5979d0fe425f39682506252f249f, isRunning: false DEBU[2020-02-17T22:07:13.637441539-08:00] Loaded container b3c2ff3aba0f8730d9437bf682c54e3c853509f56258d211025571f83ddfc708, isRunning: false DEBU[2020-02-17T22:07:13.637461875-08:00] Loaded container 184e72315a64d492e8b819b74500206416ed8de1ec44127c26a980f67d36d1e6, isRunning: false DEBU[2020-02-17T22:07:13.637568278-08:00] Loaded container 3509682df9ff82c48601777531f3071fdd6759790763be0fa720425425435666, isRunning: false DEBU[2020-02-17T22:07:13.691522917-08:00] garbage collected d=83.996457ms DEBU[2020-02-17T22:07:13.893663772-08:00] restoring container container=44175b30682170f8a726e0a8ec118fd7c4163b8e48dd0949ad499c20ef069aff paused=false running=false DEBU[2020-02-17T22:07:13.893685695-08:00] restoring container container=3509682df9ff82c48601777531f3071fdd6759790763be0fa720425425435666 paused=false running=false DEBU[2020-02-17T22:07:13.893692767-08:00] restoring container container=ad0d16e9b3afaf5c06504a0e124b0f15ecf970e42eeeb9fcbe3d0737593f1cae paused=false running=false DEBU[2020-02-17T22:07:13.893678910-08:00] restoring container container=184e72315a64d492e8b819b74500206416ed8de1ec44127c26a980f67d36d1e6 paused=false running=false DEBU[2020-02-17T22:07:13.893672827-08:00] restoring container container=91f6a2b511918d4b3f7fdc714f77b4b9920567887d48710819e38e59e9241283 paused=false running=false DEBU[2020-02-17T22:07:13.893820321-08:00] restoring container container=0254f3323f368623665bad65f2b1b95c8f2b5979d0fe425f39682506252f249f paused=false running=false DEBU[2020-02-17T22:07:13.893877854-08:00] restoring container container=b3c2ff3aba0f8730d9437bf682c54e3c853509f56258d211025571f83ddfc708 paused=false running=false DEBU[2020-02-17T22:07:13.894226625-08:00] Option Experimental: false DEBU[2020-02-17T22:07:13.894237322-08:00] Option DefaultDriver: bridge DEBU[2020-02-17T22:07:13.894242313-08:00] Option DefaultNetwork: bridge DEBU[2020-02-17T22:07:13.894246391-08:00] Network Control Plane MTU: 1500 DEBU[2020-02-17T22:07:13.897483424-08:00] /usr/sbin/iptables, [--wait -t filter -C FORWARD -j DOCKER-ISOLATION] DEBU[2020-02-17T22:07:13.898151838-08:00] /usr/sbin/iptables, [--wait -t nat -D PREROUTING -m addrtype --dst-type LOCAL -j DOCKER] DEBU[2020-02-17T22:07:13.898940354-08:00] /usr/sbin/iptables, [--wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL ! --dst 127.0.0.0/8 -j DOCKER] DEBU[2020-02-17T22:07:13.899715640-08:00] /usr/sbin/iptables, [--wait -t nat -D OUTPUT -m addrtype --dst-type LOCAL -j DOCKER] DEBU[2020-02-17T22:07:13.900465130-08:00] /usr/sbin/iptables, [--wait -t nat -D PREROUTING] DEBU[2020-02-17T22:07:13.901148262-08:00] /usr/sbin/iptables, [--wait -t nat -D OUTPUT] DEBU[2020-02-17T22:07:13.901835995-08:00] /usr/sbin/iptables, [--wait -t nat -F DOCKER] DEBU[2020-02-17T22:07:13.902444519-08:00] /usr/sbin/iptables, [--wait -t nat -X DOCKER] DEBU[2020-02-17T22:07:13.903064675-08:00] /usr/sbin/iptables, [--wait -t filter -F DOCKER] DEBU[2020-02-17T22:07:13.903689953-08:00] /usr/sbin/iptables, [--wait -t filter -X DOCKER] DEBU[2020-02-17T22:07:13.904345045-08:00] /usr/sbin/iptables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-1] DEBU[2020-02-17T22:07:13.905035763-08:00] /usr/sbin/iptables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-1] DEBU[2020-02-17T22:07:13.905671721-08:00] /usr/sbin/iptables, [--wait -t filter -F DOCKER-ISOLATION-STAGE-2] DEBU[2020-02-17T22:07:13.906314985-08:00] /usr/sbin/iptables, [--wait -t filter -X DOCKER-ISOLATION-STAGE-2] DEBU[2020-02-17T22:07:13.907006261-08:00] /usr/sbin/iptables, [--wait -t filter -F DOCKER-ISOLATION] DEBU[2020-02-17T22:07:13.907655691-08:00] /usr/sbin/iptables, [--wait -t filter -X DOCKER-ISOLATION] DEBU[2020-02-17T22:07:13.908294320-08:00] /usr/sbin/iptables, [--wait -t nat -n -L DOCKER] DEBU[2020-02-17T22:07:13.908952669-08:00] /usr/sbin/iptables, [--wait -t nat -N DOCKER] DEBU[2020-02-17T22:07:13.909616618-08:00] /usr/sbin/iptables, [--wait -t filter -n -L DOCKER] DEBU[2020-02-17T22:07:13.910258116-08:00] /usr/sbin/iptables, [--wait -t filter -n -L DOCKER-ISOLATION-STAGE-1] DEBU[2020-02-17T22:07:13.910905419-08:00] /usr/sbin/iptables, [--wait -t filter -n -L DOCKER-ISOLATION-STAGE-2] DEBU[2020-02-17T22:07:13.911539617-08:00] /usr/sbin/iptables, [--wait -t filter -N DOCKER-ISOLATION-STAGE-2] DEBU[2020-02-17T22:07:13.912205640-08:00] /usr/sbin/iptables, [--wait -t filter -C DOCKER-ISOLATION-STAGE-1 -j RETURN] DEBU[2020-02-17T22:07:13.912922621-08:00] /usr/sbin/iptables, [--wait -A DOCKER-ISOLATION-STAGE-1 -j RETURN] DEBU[2020-02-17T22:07:13.913607210-08:00] /usr/sbin/iptables, [--wait -t filter -C DOCKER-ISOLATION-STAGE-2 -j RETURN] DEBU[2020-02-17T22:07:13.914293902-08:00] /usr/sbin/iptables, [--wait -A DOCKER-ISOLATION-STAGE-2 -j RETURN] DEBU[2020-02-17T22:07:13.916695134-08:00] /usr/sbin/iptables, [--wait -t nat -C POSTROUTING -s 172.17.0.0/16 ! -o docker0 -j MASQUERADE] DEBU[2020-02-17T22:07:13.917429442-08:00] /usr/sbin/iptables, [--wait -t nat -C DOCKER -i docker0 -j RETURN] DEBU[2020-02-17T22:07:13.918183630-08:00] /usr/sbin/iptables, [--wait -t nat -I DOCKER -i docker0 -j RETURN] DEBU[2020-02-17T22:07:13.918970019-08:00] /usr/sbin/iptables, [--wait -D FORWARD -i docker0 -o docker0 -j DROP] DEBU[2020-02-17T22:07:13.919650855-08:00] /usr/sbin/iptables, [--wait -t filter -C FORWARD -i docker0 -o docker0 -j ACCEPT] DEBU[2020-02-17T22:07:13.920352554-08:00] /usr/sbin/iptables, [--wait -t filter -C FORWARD -i docker0 ! -o docker0 -j ACCEPT] DEBU[2020-02-17T22:07:13.921060799-08:00] /usr/sbin/iptables, [--wait -t nat -C PREROUTING -m addrtype --dst-type LOCAL -j DOCKER] DEBU[2020-02-17T22:07:13.921856479-08:00] /usr/sbin/iptables, [--wait -t nat -A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER] DEBU[2020-02-17T22:07:13.922627771-08:00] /usr/sbin/iptables, [--wait -t nat -C OUTPUT -m addrtype --dst-type LOCAL -j DOCKER ! --dst 127.0.0.0/8] DEBU[2020-02-17T22:07:13.923399019-08:00] /usr/sbin/iptables, [--wait -t nat -A OUTPUT -m addrtype --dst-type LOCAL -j DOCKER ! --dst 127.0.0.0/8] DEBU[2020-02-17T22:07:13.924171276-08:00] /usr/sbin/iptables, [--wait -t filter -C FORWARD -o docker0 -j DOCKER] DEBU[2020-02-17T22:07:13.924872176-08:00] /usr/sbin/iptables, [--wait -t filter -C FORWARD -o docker0 -j DOCKER] DEBU[2020-02-17T22:07:13.925565119-08:00] /usr/sbin/iptables, [--wait -t filter -C FORWARD -o docker0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT] DEBU[2020-02-17T22:07:13.926337377-08:00] /usr/sbin/iptables, [--wait -t filter -C FORWARD -o docker0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT] DEBU[2020-02-17T22:07:13.927120949-08:00] /usr/sbin/iptables, [--wait -t filter -C FORWARD -j DOCKER-ISOLATION-STAGE-1] DEBU[2020-02-17T22:07:13.927806799-08:00] /usr/sbin/iptables, [--wait -D FORWARD -j DOCKER-ISOLATION-STAGE-1] DEBU[2020-02-17T22:07:13.928548117-08:00] /usr/sbin/iptables, [--wait -I FORWARD -j DOCKER-ISOLATION-STAGE-1] DEBU[2020-02-17T22:07:13.929276700-08:00] /usr/sbin/iptables, [--wait -t filter -C DOCKER-ISOLATION-STAGE-1 -i docker0 ! -o docker0 -j DOCKER-ISOLATION-STAGE-2] DEBU[2020-02-17T22:07:13.930035224-08:00] /usr/sbin/iptables, [--wait -t filter -I DOCKER-ISOLATION-STAGE-1 -i docker0 ! -o docker0 -j DOCKER-ISOLATION-STAGE-2] DEBU[2020-02-17T22:07:13.930839133-08:00] /usr/sbin/iptables, [--wait -t filter -C DOCKER-ISOLATION-STAGE-2 -o docker0 -j DROP] DEBU[2020-02-17T22:07:13.931561162-08:00] /usr/sbin/iptables, [--wait -t filter -I DOCKER-ISOLATION-STAGE-2 -o docker0 -j DROP] DEBU[2020-02-17T22:07:13.932322758-08:00] Network (b81b70d) restored DEBU[2020-02-17T22:07:13.932945240-08:00] Allocating IPv4 pools for network bridge (b81b70d462b304a79b3de8a9f1ab3a161aea2c98c99760b4d2a28f5f5e79bba9) DEBU[2020-02-17T22:07:13.932955719-08:00] RequestPool(LocalDefault, 172.17.0.0/16, , map[], false) DEBU[2020-02-17T22:07:13.932971050-08:00] RequestAddress(LocalDefault/172.17.0.0/16, 172.17.0.1, map[RequestAddressType:com.docker.network.gateway]) DEBU[2020-02-17T22:07:13.932982836-08:00] Request address PoolID:172.17.0.0/16 App: ipam/default/data, ID: LocalDefault/172.17.0.0/16, DBIndex: 0x0, Bits: 65536, Unselected: 65534, Sequence: (0x80000000, 1)->(0x0, 2046)->(0x1, 1)->end Curr:0 Serial:false PrefAddress:172.17.0.1 INFO[2020-02-17T22:07:13.933039114-08:00] stopping healthcheck following graceful shutdown module=libcontainerd INFO[2020-02-17T22:07:13.933061533-08:00] stopping event stream following graceful shutdown error="context canceled" module=libcontainerd namespace=moby INFO[2020-02-17T22:07:13.933074555-08:00] stopping event stream following graceful shutdown error="context canceled" module=libcontainerd namespace=plugins.moby DEBU[2020-02-17T22:07:13.933189179-08:00] received signal signal=terminated panic: runtime error: index out of range goroutine 1 [running]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).reservePools(0xc000890400) /go/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/controller.go:955 +0xd80 github.com/docker/docker/vendor/github.com/docker/libnetwork.New(0xc000600780, 0x9, 0x10, 0xc0005fdad0, 0xc000b0f890, 0xc000600780, 0x9) /go/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/controller.go:244 +0x61b github.com/docker/docker/daemon.(*Daemon).initNetworkController(0xc0007f85a0, 0xc0007aa000, 0xc000b0f890, 0xc0003c9a90, 0xc0007f85a0, 0xc0005db5d8, 0xc000b0f890) /go/src/github.com/docker/docker/daemon/daemon_unix.go:857 +0xac github.com/docker/docker/daemon.(*Daemon).restore(0xc0007f85a0, 0xc0007c95c0, 0xc0008d4000) /go/src/github.com/docker/docker/daemon/daemon.go:459 +0x51a github.com/docker/docker/daemon.NewDaemon(0x2e72800, 0xc0007c95c0, 0xc0007aa000, 0xc0005fdad0, 0x0, 0x0, 0x0) /go/src/github.com/docker/docker/daemon/daemon.go:1049 +0x2ac8 main.(*DaemonCli).start(0xc000504b70, 0xc0001a2960, 0x0, 0x0) /go/src/github.com/docker/docker/cmd/dockerd/daemon.go:199 +0x7d3 main.runDaemon(...) /go/src/github.com/docker/docker/cmd/dockerd/docker_unix.go:13 main.newDaemonCommand.func1(0xc0007ac000, 0xc0001c16e0, 0x0, 0x1, 0x0, 0x0) /go/src/github.com/docker/docker/cmd/dockerd/docker.go:34 +0x7d github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).execute(0xc0007ac000, 0xc00000e0b0, 0x1, 0x1, 0xc0007ac000, 0xc00000e0b0) /go/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:762 +0x467 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc0007ac000, 0x0, 0x0, 0x7) /go/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:852 +0x2ee github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).Execute(...) /go/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:800 main.main() /go/src/github.com/docker/docker/cmd/dockerd/docker.go:97 +0x191 Any ideas? Diagnostic files attached. shed-diagnostics-20200217-2235.zip