Jump to content

alex osadchyy

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. An update. Re-imaging worked fine. Must be something with the upgrade path. I was upgrading from 3.4 to 4.11 then to 4.14. The last one broke docker support. Installing from the fresh image = docker works. I guess the topic can be closed.
  2. Here are the logs http://ix.io/1pXO I will try to download stretch and re-image the system
  3. After apt-get upgrade I got 4.14.18-sunx installed on my organge pi+. docker daemon won't start. I tried removing and reinstalling it. tried dev, next and nightly builds to no success. docker gives an error that no overlay fs is available in kernel. tried ARMBIAN 5.60 stable and 5.64 nightly >apt-get install docker-ce fails with Setting up docker-ce (18.06.1~ce~3-0~debian) ... Job for docker.service failed. See 'systemctl status docker.service' and 'journa lctl -xn' for details. invoke-rc.d: initscript docker, action "start" failed. dpkg: error processing package docker-ce (--configure): subprocess installed post-installation script returned error exit status 1 >dockerd gives these errors INFO[2018-10-24T00:57:15.443736396-07:00] pickfirstBalancer: HandleSubConnStateChange: 0x1510c6f0, CONNECTING module=grpc INFO[2018-10-24T00:57:15.445367628-07:00] pickfirstBalancer: HandleSubConnStateChange: 0x1510c6f0, READY module=grpc ERRO[2018-10-24T00:57:15.455860786-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[2018-10-24T00:57:15.465100115-07:00] AUFS was not found in /proc/filesystems storage-driver=aufs ERRO[2018-10-24T00:57:15.474183657-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 INFO[2018-10-24T00:57:15.489862792-07:00] Graph migration to content-addressability took 0.00 seconds WARN[2018-10-24T00:57:15.491169328-07:00] Your kernel does not support cgroup rt period WARN[2018-10-24T00:57:15.491297657-07:00] Your kernel does not support cgroup rt runtime INFO[2018-10-24T00:57:15.493600781-07:00] parsed scheme: "unix" module=grpc INFO[2018-10-24T00:57:15.493727068-07:00] scheme "unix" not registered, fallback to default scheme module=grpc INFO[2018-10-24T00:57:15.494017724-07:00] ccResolverWrapper: sending new addresses to cc: [{unix:///var/run/docker/containerd/docker-containerd.sock 0 <nil>}] module=grpc INFO[2018-10-24T00:57:15.494115054-07:00] ClientConn switching balancer to "pick_first" module=grpc INFO[2018-10-24T00:57:15.494338795-07:00] pickfirstBalancer: HandleSubConnStateChange: 0x1510d0a0, CONNECTING module=grpc INFO[2018-10-24T00:57:15.495401173-07:00] pickfirstBalancer: HandleSubConnStateChange: 0x1510d0a0, READY module=grpc INFO[2018-10-24T00:57:15.495748369-07:00] Loading containers: start. WARN[2018-10-24T00:57:15.506608222-07:00] Running modprobe bridge br_netfilter failed with message: modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.14.18-sunxi/modules.dep.bin' modprobe: WARNING: Module bridge not found in directory /lib/modules/4.14.18-sunxi modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.14.18-sunxi/modules.dep.bin' modprobe: WARNING: Module br_netfilter not found in directory /lib/modules/4.14.18-sunxi , error: exit status 1 WARN[2018-10-24T00:57:15.515838384-07:00] Running modprobe nf_nat failed with message: `modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.14.18-sunxi/modules.dep.bin' modprobe: WARNING: Module nf_nat not found in directory /lib/modules/4.14.18-sunxi`, error: exit status 1 WARN[2018-10-24T00:57:15.524934760-07:00] Running modprobe xt_conntrack failed with message: `modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.14.18-sunxi/modules.dep.bin' modprobe: WARNING: Module xt_conntrack not found in directory /lib/modules/4.14.18-sunxi`, error: exit status 1 Error starting daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: iptables failed: iptables -t nat -N DOCKER: modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.14.18-sunxi/modules.dep.bin' modprobe: FATAL: Module ip_tables not found in directory /lib/modules/4.14.18-sunxi 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)
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines