STDOUT: real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- diagnose 4.20.14 --- --- NOTE: not all commands are expected to succeed on all device types --- --- COMMANDS --- --- prefixing commands with 'date --utc --rfc-3339=ns ; /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c' --- echo === BALENA === curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 balena --version balena images balena ps -a balena stats --all --no-stream balena system df balena volume ls systemctl status balena --no-pager journalctl --no-pager --no-hostname -n 200 -a -u balena journalctl --no-pager --no-hostname -n 1000 -at balenad balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" echo === HARDWARE === cat /proc/cpuinfo cat /proc/device-tree/model cat /proc/meminfo ps top -b -n 1 cat /var/log/provisioning-progress.log df -h df -ih for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done free -h ls -l /dev lsusb -vvv mmcli -L mount uname -a echo === NETWORK === /sbin/ip addr cat /etc/resolv.conf cat /proc/net/dev cat /proc/net/snmp cat /proc/net/udp CURL_CA_BUNDLE=/tmp/tmp.HyygmPIVSE curl https://api.balena-cloud.com/ping CURL_CA_BUNDLE=/tmp/tmp.HyygmPIVSE curl https://www.google.co.uk ifconfig iptables -n -L iptables -n -t nat -L journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" ls -l /mnt/boot/system-connections mmcli -m 0 netstat -ntl nmcli --version ping -c 1 -W 3 google.co.uk systemctl kill -s USR1 dnsmasq systemctl status openvpn-resin --no-pager echo === OS === cat /etc/os-release cat /mnt/boot/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" cat /mnt/boot/config.txt cat /mnt/boot/extlinux/extlinux.conf cat /mnt/boot/resinOS_uEnv.txt cat /mnt/boot/uEnv.txt cat /mnt/conf/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" cat /mnt/data-disk/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" cat /var/log/messages cat /var/log/provisioning-progress.log dmesg -T find /mnt/data/*hup/*log -mtime -180 | xargs tail -n 250 -v journalctl --no-pager --no-hostname --list-boots journalctl --no-pager --no-hostname -n500 -a journalctl --no-pager --no-hostname -pwarning -a ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) ps stat /var/lock/*hup.lock sysctl -a systemctl list-units --failed --no-pager top -b -n 1 echo === SUPERVISOR === balena exec resin_supervisor cat /etc/resolv.conf balena logs resin_supervisor curl --max-time 5 localhost:48484/v1/healthy journalctl --no-pager --no-hostname -n 200 -a -u resin-supervisor ls -lR /tmp/*-supervisor/**/* systemctl status resin-supervisor --no-pager tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log echo === TIME === cat /tmp/chrony_added_dhcp_ntp_servers chronyc sources chronyc tracking date journalctl --no-pager --no-hostname -u chronyd timedatectl status uptime --- echo === BALENA === --- 2020-09-27 15:28:29.274111206+00:00 === BALENA === real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 --- 2020-09-27 15:28:29.326920060+00:00 Command exited with non-zero status 143 real 0m 10.00s user 0m 0.01s sys 0m 0.01s --- balena --version --- 2020-09-27 15:28:39.415605264+00:00 Docker version 18.09.10-dev, build 7cb464a406748016f2df0c31a9851d20456a3d31 real 0m 0.20s user 0m 0.18s sys 0m 0.06s --- balena images --- 2020-09-27 15:28:39.662085160+00:00 REPOSITORY TAG IMAGE ID CREATED SIZE registry2.balena-cloud.com/v2/948bf6bc46e5992aa8768c4cf07a0e74 2bc28d762ee6 4 weeks ago 142MB registry2.balena-cloud.com/v2/502c83641a04b721d5a76e6dca9b2232 4af162db6b4c 5 weeks ago 8.65MB balena-healthcheck-image latest a29f45ccde2a 8 months ago 9.14kB balena/aarch64-supervisor v10.6.27 634e52c7fa89 9 months ago 67MB real 0m 4.61s user 0m 0.18s sys 0m 0.07s --- balena ps -a --- 2020-09-27 15:28:44.344266512+00:00 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 4aa0677a2229 2bc28d762ee6 "/app/run.sh" 8 days ago Up 5 seconds 0.0.0.0:8080->3218/tcp hass-configurator_2738523_1538664 746083b48efd 4af162db6b4c "/docker-entrypoint.…" 8 days ago Up 2 seconds 0.0.0.0:1883->1883/tcp mqtt_2738522_1538664 6c091935c667 balena/aarch64-supervisor:v10.6.27 "./entry.sh" 7 months ago Up 15 seconds (health: starting) resin_supervisor real 0m 0.35s user 0m 0.25s sys 0m 0.08s --- balena stats --all --no-stream --- 2020-09-27 15:28:44.772685419+00:00 CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS 4aa0677a2229 hass-configurator_2738523_1538664 0.04% 10.37MiB / 966.8MiB 1.07% 7.09kB / 0B 6.94MB / 0B 0 746083b48efd mqtt_2738522_1538664 0.06% 1.438MiB / 966.8MiB 0.15% 4.36kB / 0B 2.57MB / 0B 0 6c091935c667 resin_supervisor 99.03% 57.15MiB / 966.8MiB 5.91% 0B / 0B 5.83MB / 0B 0 071a998964df zen_ritchie 0.00% 0B / 0B 0.00% 0B / 0B 0B / 0B 0 real 0m 2.51s user 0m 0.21s sys 0m 0.09s --- balena system df --- 2020-09-27 15:28:47.319965522+00:00 TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 4 4 218MB 0B (0%) Containers 4 3 44.64kB 0B (0%) Local Volumes 4 4 0B 0B Build Cache 0 0 0B 0B real 0m 1.65s user 0m 0.15s sys 0m 0.07s --- balena volume ls --- 2020-09-27 15:28:49.005380521+00:00 DRIVER VOLUME NAME local 1746434_config local b838c6683d0983e9fe3f9b4d51d8944ed3314aa46427bcb2c8ab1edba7a5a1af local dd1680a756f3d880212f11266f6efb18021ad913f17e801f7e915d8ab9c6eef8 local fe5b3c6774676adc52faef97840ddfb0239c1baee56cdf23fc80bc3669f18184 real 0m 0.17s user 0m 0.16s sys 0m 0.05s --- systemctl status balena --no-pager --- 2020-09-27 15:28:49.202279375+00:00 ● balena.service - Balena Application Container Engine Loaded: loaded (/lib/systemd/system/balena.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2020-09-27 15:28:44 UTC; 5s ago Docs: https://www.balena.io/docs/getting-started Process: 6983 ExecStartPost=/bin/bash -c /usr/lib/balena/balena-healthcheck-image-load & (code=exited, status=0/SUCCESS) Main PID: 6042 (balenad) Memory: 85.6M CGroup: /system.slice/balena.service ├─6042 /usr/bin/balenad --experimental --log-driver=journald -s aufs -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock --dns 10.114.102.1 --bip 10.114.101.1/24 --fixed-cidr=10.114.101.0/25 --max-download-attempts=10 --exec-opt native.cgroupdriver=systemd ├─6043 /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 6042 ├─6044 /bin/sh /usr/lib/balena/balena-healthcheck ├─6060 balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info ├─6530 /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8080 -container-ip 172.17.0.2 -container-port 3218 ├─6556 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16 -address /var/run/balena-engine/containerd/balena-engine-containerd.sock -containerd-binary /usr/bin/balena-engine -containerd-binary-argv0 balena-engine-containerd -runtime-root /var/run/balena-engine/runtime-runc -systemd-cgroup ├─6618 /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0.0.0 -host-port 1883 -container-ip 172.17.0.3 -container-port 1883 ├─6700 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233 -address /var/run/balena-engine/containerd/balena-engine-containerd.sock -containerd-binary /usr/bin/balena-engine -containerd-binary-argv0 balena-engine-containerd -runtime-root /var/run/balena-engine/runtime-runc -systemd-cgroup ├─6784 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804 -address /var/run/balena-engine/containerd/balena-engine-containerd.sock -containerd-binary /usr/bin/balena-engine -containerd-binary-argv0 balena-engine-containerd -runtime-root /var/run/balena-engine/runtime-runc -systemd-cgroup └─7072 balena run --rm --log-driver none --network none balena-healthcheck-image Sep 27 15:28:42 283b69f 746083b48efd[6042]: [45B blob data] Sep 27 15:28:42 283b69f balenad[6042]: time="2020-09-27T15:28:42.531221201Z" level=info msg="Loading containers: done." Sep 27 15:28:42 283b69f balenad[6042]: time="2020-09-27T15:28:42.744575836Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Sep 27 15:28:42 283b69f balenad[6042]: time="2020-09-27T15:28:42.744731044Z" level=info msg="Daemon has completed initialization" Sep 27 15:28:44 283b69f balenad[6042]: time="2020-09-27T15:28:44.115104273Z" level=info msg="API listen on /var/run/balena-engine.sock" Sep 27 15:28:44 283b69f balenad[6042]: time="2020-09-27T15:28:44.117432085Z" level=info msg="API listen on /var/run/balena-engine.sock" Sep 27 15:28:44 283b69f balenad[6042]: time="2020-09-27T15:28:44.117524325Z" level=info msg="API listen on /var/run/balena.sock" Sep 27 15:28:45 283b69f 4aa0677a2229[6042]: [76B blob data] Sep 27 15:28:45 283b69f 4aa0677a2229[6042]: [94B blob data] Sep 27 15:28:45 283b69f balenad[6983]: Loaded image: balena-healthcheck-image:latest real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n 200 -a -u balena --- 2020-09-27 15:28:49.264470990+00:00 -- Logs begin at Fri 2020-01-31 09:20:47 UTC, end at Sun 2020-09-27 15:28:45 UTC. -- Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/api/server/router.cancellableHandler.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x15c Sep 27 15:27:43 balenad[4129]: goroutine 2143 [select, 1 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container.(*State).Wait.func1(0x1982260, 0x4421610080, 0x4422479200, 0x0, 0x4420759f20, 0x4420772980) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:213 +0xc0 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/container.(*State).Wait Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:212 +0xdc Sep 27 15:27:43 balenad[4129]: goroutine 2144 [select]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*Stream).waitOnHeader(0x44215fe5a0, 0x44212f6a20, 0x44212a176e) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:222 +0xb0 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*Stream).RecvCompress(0x44215fe5a0, 0x1851708, 0x44212f6af0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:233 +0x20 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0x4420b70f70, 0x16dd980, 0x2419a80, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:515 +0x54c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x4420824e00, 0x16dd980, 0x2419a80, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:395 +0x34 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.invoke(0x1982320, 0x4420af0d50, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, 0x4420962000, 0x44203f31a0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/call.go:83 +0x124 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd.namespaceInterceptor.unary(0x17ac3ef, 0x4, 0x1982320, 0x4420b56180, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/grpc.go:35 +0x9c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd.(namespaceInterceptor).(github.com/docker/docker/vendor/github.com/containerd/containerd.unary)-fm(0x1982320, 0x4420b56180, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, 0x4420962000, 0x1851778, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/grpc.go:51 +0x98 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ClientConn).Invoke(0x4420962000, 0x1982320, 0x4420b56180, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, 0x0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/call.go:35 +0xa0 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.Invoke(0x1982320, 0x4420b56180, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, 0x4420962000, 0x0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/call.go:60 +0x78 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/leases/v1.(*leasesClient).Delete(0x44200cc708, 0x1982320, 0x4420b56180, 0x442133b1e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4420c19000) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/leases/v1/leases.pb.go:163 +0x9c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd/leases/proxy.(*proxyManager).Delete(0x44215c22f0, 0x1982320, 0x4420b56180, 0x4420ce7180, 0xe, 0xc03cf93, 0xed702a652, 0x0, 0x4420b560f0, 0x0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/leases/proxy/manager.go:69 +0x10c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd.(*Client).WithLease.func2(0x1982320, 0x4420b56180, 0x4420b56180, 0x44202ef5e0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/lease.go:44 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd.(*Client).NewContainer(0x442095e000, 0x1982320, 0x4420b56180, 0x44209ccc00, 0x40, 0x44212f73f0, 0x2, 0x2, 0x199dcc0, 0x442133b1c0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/client.go:245 +0x248 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/libcontainerd.(*client).Create(0x44202b4540, 0x19822a0, 0x44200c8018, 0x44209ccc00, 0x40, 0x44203dab80, 0x1687040, 0x4420bfdcc0, 0x44209ccc00, 0x413c94) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/client_daemon.go:224 +0x3d4 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon.(*Daemon).containerStart(0x44204283c0, 0x4420f58b40, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/start.go:184 +0x31c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon.(*Daemon).ContainerStart(0x44204283c0, 0x4421410f67, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x44202054c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/start.go:98 +0x13c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersStart(0x4420dfb400, 0x1982320, 0x44213578c0, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x17ac70f, 0x4) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:203 +0x1cc Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.postContainersStart)-fm(0x1982320, 0x44213578c0, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x169dbc0, 0x44213578c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:52 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1982320, 0x44213578c0, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x1982320, 0x44213578c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xac Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1982320, 0x4421357890, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x442153d9e0, 0x20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x324 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1982320, 0x4421357890, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x1982320, 0x4421357890) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x560 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x138 Sep 27 15:27:43 balenad[4129]: net/http.HandlerFunc.ServeHTTP(0x44207cfae0, 0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1947 +0x38 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x44209044b0, 0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4420c7e130, 0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x5c Sep 27 15:27:43 balenad[4129]: net/http.serverHandler.ServeHTTP(0x44207ca680, 0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2697 +0x74 Sep 27 15:27:43 balenad[4129]: net/http.(*conn).serve(0x44208faaa0, 0x1982260, 0x44216100c0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1830 +0x4d8 Sep 27 15:27:43 balenad[4129]: created by net/http.(*Server).Serve Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2798 +0x20c Sep 27 15:27:43 balenad[4129]: goroutine 2145 [IO wait, 1 minutes]: Sep 27 15:27:43 balenad[4129]: internal/poll.runtime_pollWait(0x7f84518e00, 0x72, 0x4421357781) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/netpoll.go:173 +0x3c Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).wait(0x4420773a18, 0x72, 0xffffffffffffff00, 0x1969800, 0x23a2a00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0xa0 Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).waitRead(0x4420773a18, 0x4421357700, 0x1, 0x1) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x30 Sep 27 15:27:43 balenad[4129]: internal/poll.(*FD).Read(0x4420773a00, 0x4421357781, 0x1, 0x1, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x138 Sep 27 15:27:43 balenad[4129]: net.(*netFD).Read(0x4420773a00, 0x4421357781, 0x1, 0x1, 0x0, 0x1965f80, 0x2419000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/fd_unix.go:202 +0x3c Sep 27 15:27:43 balenad[4129]: net.(*conn).Read(0x44207c2368, 0x4421357781, 0x1, 0x1, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/net.go:176 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x442153d9a0, 0x4421357781, 0x1, 0x1, 0x44208173b0, 0x1966101, 0x44208173b0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 Sep 27 15:27:43 balenad[4129]: net/http.(*connReader).backgroundRead(0x4421357770) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:668 +0x4c Sep 27 15:27:43 balenad[4129]: created by net/http.(*connReader).startBackgroundRead Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:664 +0xb8 Sep 27 15:27:43 balenad[4129]: r0 0x23fc528 Sep 27 15:27:43 balenad[4129]: r1 0x0 Sep 27 15:27:43 balenad[4129]: r2 0x0 Sep 27 15:27:43 balenad[4129]: r3 0x0 Sep 27 15:27:43 balenad[4129]: r4 0x0 Sep 27 15:27:43 balenad[4129]: r5 0x0 Sep 27 15:27:43 balenad[4129]: r6 0x2 Sep 27 15:27:43 balenad[4129]: r7 0x2 Sep 27 15:27:43 balenad[4129]: r8 0x62 Sep 27 15:27:43 balenad[4129]: r9 0x0 Sep 27 15:27:43 balenad[4129]: r10 0x442051ff20 Sep 27 15:27:43 balenad[4129]: r11 0x1 Sep 27 15:27:43 balenad[4129]: r12 0x0 Sep 27 15:27:43 balenad[4129]: r13 0x442051ff20 Sep 27 15:27:43 balenad[4129]: r14 0x0 Sep 27 15:27:43 balenad[4129]: r15 0x1 Sep 27 15:27:43 balenad[4129]: r16 0x4420a74000 Sep 27 15:27:43 balenad[4129]: r17 0x442051ff20 Sep 27 15:27:43 balenad[4129]: r18 0x12f Sep 27 15:27:43 balenad[4129]: r19 0xc89caf93677ec824 Sep 27 15:27:43 balenad[4129]: r20 0x256bbcade4104a1c Sep 27 15:27:43 balenad[4129]: r21 0x40 Sep 27 15:27:43 balenad[4129]: r22 0x40 Sep 27 15:27:43 balenad[4129]: r23 0x3962598619702264 Sep 27 15:27:43 balenad[4129]: r24 0x4420883920 Sep 27 15:27:43 balenad[4129]: r25 0x9f777fced42924a1 Sep 27 15:27:43 balenad[4129]: r26 0x1852328 Sep 27 15:27:43 balenad[4129]: r27 0x236bb00 Sep 27 15:27:43 balenad[4129]: r28 0x23fbca0 Sep 27 15:27:43 balenad[4129]: r29 0x7feaf6bf90 Sep 27 15:27:43 balenad[4129]: lr 0x42b1f4 Sep 27 15:27:43 balenad[4129]: sp 0x7feaf6bd80 Sep 27 15:27:43 balenad[4129]: pc 0x45a544 Sep 27 15:27:43 balenad[4129]: fault 0x0 Sep 27 15:27:43 balenad[4129]: balena: error during connect: Post http://%2Fvar%2Frun%2Fbalena-engine.sock/v1.39/containers/c5196f218cb6a71873dc986c2d85920d82dd4f3645ed408ccce1b0f4bd3520f1/start: EOF. Sep 27 15:27:43 balenad[4129]: time="2020-09-27T15:27:43.330142994Z" level=error msg="error waiting for container: unexpected EOF" Sep 27 15:27:43 systemd[1]: balena.service: Main process exited, code=exited, status=2/INVALIDARGUMENT Sep 27 15:27:50 systemd[1]: balena.service: Failed with result 'watchdog'. Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.135823147Z" level=warning msg="Running experimental build" Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.146452418Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=6060 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.287991481Z" level=info msg="starting containerd" revision= version=1.2.2+unknown Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.289832158Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.290187470Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.304459449Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.304786064Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.305230751Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.305391845Z" level=info msg="metadata content store policy set" policy=shared Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.305898408Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306034606Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306247366Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306391845Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306498408Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306605439Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306704606Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306893981Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306981637Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.308082106Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.309253876Z" level=error msg="connecting to shim" error="dial unix \x00/containerd-shim/moby/4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233/shim.sock: connect: connection refused" id=4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233 namespace=moby Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.575415856Z" level=error msg="connecting to shim" error="dial unix \x00/containerd-shim/moby/6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16/shim.sock: connect: connection refused" id=6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16 namespace=moby Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.756714137Z" level=error msg="connecting to shim" error="dial unix \x00/containerd-shim/moby/746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804/shim.sock: connect: connection refused" id=746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804 namespace=moby Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.729268616Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.729762574Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.733737938Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.733940959Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734210438Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734352105Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734451480Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734529866Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734644136Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734741011Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734818407Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734904605Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734982678Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735120751Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735194188Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735293303Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735452313Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735562157Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.736482418Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.736910699Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.737030178Z" level=info msg="containerd successfully booted in 1.452119s" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.626139344Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.629403042Z" level=warning msg="Your kernel does not support cgroup rt period" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.629616532Z" level=warning msg="Your kernel does not support cgroup rt runtime" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.630855855Z" level=warning msg="mountpoint for pids not found" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.633116167Z" level=info msg="Loading containers: start." Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.646874813Z" level=error msg="Failed to load container 90786fa814ed8ca8572a0d9811dd1712aefc0367927fa96c41536a2d6e4f8fa2: open /var/lib/docker/containers/90786fa814ed8ca8572a0d9811dd1712aefc0367927fa96c41536a2d6e4f8fa2/config.v2.json: no such file or directory" Sep 27 15:28:13 balenad[6042]: time="2020-09-27T15:28:13.210250379Z" level=info msg="Removing stale sandbox 2c69b8a7ce948c9bd4d9bd628cda0f476b3e2ad7021f71d85f506222f12b1936 (c5196f218cb6a71873dc986c2d85920d82dd4f3645ed408ccce1b0f4bd3520f1)" Sep 27 15:28:14 balenad[6042]: time="2020-09-27T15:28:14.885573503Z" level=info msg="Removing stale sandbox 4ee227602bfe6016fe332e082721279eacfb14cb99eec88f3b5bd8651fe2026f (4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233)" Sep 27 15:28:15 balenad[6042]: time="2020-09-27T15:28:15.705017982Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint e8a7b86ea01d3d920c3ff7e6bfd8e6fecd6248a0a88b9e321c4fb698c1a425d1 55b67b14e057e8635c77356b5e01da4552bbc05c5cd66f0e2fbf1ed85578d6c5], retrying...." Sep 27 15:28:16 balenad[6042]: time="2020-09-27T15:28:16.788745898Z" level=info msg="Removing stale sandbox a257dda3b7e614edf4cdc11c476b52b00718fb440b213370cf995ad5d5885631 (6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16)" Sep 27 15:28:16 balenad[6042]: time="2020-09-27T15:28:16.827292096Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 04b3342d8f69e7c9b48afb9a24d05c4e2070219b0d47466048ed4aec7a1fe14b 3dc1b5464445eac1170f19e9d2fd26fe5b47c22cc8b5dd6a6ea3a0dfb3d2aeba], retrying...." Sep 27 15:28:18 balenad[6042]: time="2020-09-27T15:28:18.569606366Z" level=info msg="Removing stale sandbox f2c10e5712ac4d930424b2744d2bfa15313dab4f2e31d1b0f0ef3dc33d431acf (746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804)" Sep 27 15:28:19 balenad[6042]: time="2020-09-27T15:28:19.384048657Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint e8a7b86ea01d3d920c3ff7e6bfd8e6fecd6248a0a88b9e321c4fb698c1a425d1 74e7e12824fe4923d374b516c5edd8cf7a7ff5e713723b7de5d65264fe841f91], retrying...." Sep 27 15:28:20 balenad[6042]: time="2020-09-27T15:28:20.159403761Z" level=info msg="Removing stale endpoint eager_haibt (31ab4530a3440ec620a45056035789f675f5bff79ad90d0b39e0fd54eb4ac860)" Sep 27 15:28:20 balenad[6042]: time="2020-09-27T15:28:20.209445428Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Sep 27 15:28:27 balenad[6042]: time="2020-09-27T15:28:27.140745009Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16/shim.sock debug=false pid=6556 Sep 27 15:28:34 balenad[6042]: time="2020-09-27T15:28:34.225093652Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233/shim.sock debug=false pid=6700 Sep 27 15:28:38 6c091935c667[6042]: Starting system message bus: dbus. Sep 27 15:28:38 6c091935c667[6042]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Sep 27 15:28:38 balenad[6042]: time="2020-09-27T15:28:38.530123181Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804/shim.sock debug=false pid=6784 Sep 27 15:28:38 4aa0677a2229[6042]: No configuration file found proceeding with default values Sep 27 15:28:38 6c091935c667[6042]: ...done. Sep 27 15:28:42 746083b48efd[6042]: 1601220522: mosquitto version 1.6.12 starting Sep 27 15:28:42 746083b48efd[6042]: 1601220522: Config loaded from /mosquitto/config/mosquitto.conf. Sep 27 15:28:42 746083b48efd[6042]: 1601220522: Opening ipv4 listen socket on port 1883. Sep 27 15:28:42 746083b48efd[6042]: 1601220522: Opening ipv6 listen socket on port 1883. Sep 27 15:28:42 746083b48efd[6042]: 1601220522: mosquitto version 1.6.12 running Sep 27 15:28:42 balenad[6042]: time="2020-09-27T15:28:42.531221201Z" level=info msg="Loading containers: done." Sep 27 15:28:42 balenad[6042]: time="2020-09-27T15:28:42.744575836Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Sep 27 15:28:42 balenad[6042]: time="2020-09-27T15:28:42.744731044Z" level=info msg="Daemon has completed initialization" Sep 27 15:28:44 balenad[6042]: time="2020-09-27T15:28:44.115104273Z" level=info msg="API listen on /var/run/balena-engine.sock" Sep 27 15:28:44 balenad[6042]: time="2020-09-27T15:28:44.117432085Z" level=info msg="API listen on /var/run/balena-engine.sock" Sep 27 15:28:44 balenad[6042]: time="2020-09-27T15:28:44.117524325Z" level=info msg="API listen on /var/run/balena.sock" Sep 27 15:28:45 4aa0677a2229[6042]: INFO:2020-09-27 15:28:45,087:hass_configurator.configurator:Starting server Sep 27 15:28:45 4aa0677a2229[6042]: INFO:2020-09-27 15:28:45,091:hass_configurator.configurator:Listening on: http://0.0.0.0:3218 Sep 27 15:28:45 balenad[6983]: Loaded image: balena-healthcheck-image:latest real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n 1000 -at balenad --- 2020-09-27 15:28:49.316877136+00:00 -- Logs begin at Fri 2020-01-31 09:20:47 UTC, end at Sun 2020-09-27 15:28:45 UTC. -- Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/netpoll.go:173 +0x3c Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).wait(0x4421530c48, 0x72, 0xffffffffffffff01, 0x1969800, 0x23a2a00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0xa0 Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).waitRead(0x4421530c48, 0x4421164001, 0x8000, 0x8000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x30 Sep 27 15:27:43 balenad[4129]: internal/poll.(*FD).Read(0x4421530c30, 0x4421164000, 0x8000, 0x8000, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x138 Sep 27 15:27:43 balenad[4129]: os.(*File).read(0x442040b9d0, 0x4421164000, 0x8000, 0x8000, 0x4421536718, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/file_unix.go:226 +0x40 Sep 27 15:27:43 balenad[4129]: os.(*File).Read(0x442040b9d0, 0x4421164000, 0x8000, 0x8000, 0x3e, 0x8000, 0x3e) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/file.go:107 +0x48 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x44214896e0, 0x4421164000, 0x8000, 0x8000, 0x3e, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:154 +0x170 Sep 27 15:27:43 balenad[4129]: io.copyBuffer(0x1963b20, 0x442083a820, 0x7f8433c2e0, 0x44214896e0, 0x4421164000, 0x8000, 0x8000, 0xc4d380, 0x442000d3e0, 0x145a1a0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:400 +0x100 Sep 27 15:27:43 balenad[4129]: io.CopyBuffer(0x1963b20, 0x442083a820, 0x7f8433c2e0, 0x44214896e0, 0x4421164000, 0x8000, 0x8000, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:373 +0x58 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/pools.Copy(0x1963b20, 0x442083a820, 0x7f8433c2e0, 0x44214896e0, 0x44214896e0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x70 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x1963b20, 0x442083a820, 0x7f84379cd8, 0x44214896e0, 0x44203e35c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:121 +0x58 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:120 +0x70 Sep 27 15:27:43 balenad[4129]: goroutine 490 [select, 6 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x44214107e0, 0x442142e180, 0x4421343380) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x7c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/api/server/router.cancellableHandler.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x15c Sep 27 15:27:43 balenad[4129]: goroutine 491 [select, 6 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container.(*State).Wait.func1(0x1982260, 0x4421336cc0, 0x44213433e0, 0x442040fe00, 0x4420977da0, 0x4420430500) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:213 +0xc0 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/container.(*State).Wait Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:212 +0xdc Sep 27 15:27:43 balenad[4129]: goroutine 464 [runnable]: Sep 27 15:27:43 balenad[4129]: syscall.Syscall(0x52, 0x4a, 0x0, 0x0, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/syscall/asm_linux_arm64.s:10 +0x8 Sep 27 15:27:43 balenad[4129]: syscall.Fsync(0x4a, 0x1851a10, 0x44203efc20) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/syscall/zsyscall_linux_arm64.go:466 +0x30 Sep 27 15:27:43 balenad[4129]: internal/poll.(*FD).Fsync(0x44203efc20, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_posix.go:56 +0x6c Sep 27 15:27:43 balenad[4129]: os.(*File).Sync(0x442000e160, 0x184daa8, 0x442000e160) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/file_posix.go:127 +0x38 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.(*atomicFileWriter).Close(0x4420cc49f0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/fswriters.go:92 +0x180 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container.(*Container).toDisk(0x442014cfc0, 0x4420520fc0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/container.go:190 +0x23c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container.(*Container).CheckpointTo(0x442014cfc0, 0x1987b20, 0x44200cc0d8, 0x44211fffa0, 0x4420c57380) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/container.go:196 +0x20 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon.handleProbeResult(0x44204283c0, 0x442014cfc0, 0x44200cfa40, 0x44214d9b00) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:174 +0x18c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon.monitor(0x44204283c0, 0x442014cfc0, 0x44214d9b00, 0x1963860, 0x4420aef53c) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:247 +0x51c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/daemon.(*Daemon).updateHealthMonitor Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:300 +0xc0 Sep 27 15:27:43 balenad[4129]: goroutine 56 [select]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.removeUnusedPaths() Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:99 +0x254 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.createBasePath Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:84 +0x40 Sep 27 15:27:43 balenad[4129]: goroutine 522 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon.(*Daemon).ContainerLogs.func2(0x4420c92300, 0x19770e0, 0x4420c350c0, 0x4420ce8180, 0x4420b72300, 0x4420c92300, 0x442088a0a0, 0x1982260, 0x4420b722c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:124 +0x210 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/daemon.(*Daemon).ContainerLogs Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:105 +0x584 Sep 27 15:27:43 balenad[4129]: goroutine 715 [select]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Watch.func1(0x4420bed9e0, 0x442117b5c0, 0x1967420, 0x44200a3020) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:184 +0x194 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transfer).Watch Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:157 +0x190 Sep 27 15:27:43 balenad[4129]: goroutine 743 [select]: Sep 27 15:27:43 balenad[4129]: io.(*pipe).Read(0x44212a8050, 0x442159c000, 0x8000, 0x8000, 0x0, 0x4421f3d980, 0x4421225e38) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/pipe.go:50 +0xbc Sep 27 15:27:43 balenad[4129]: io.(*PipeReader).Read(0x442040b688, 0x442159c000, 0x8000, 0x8000, 0x4421f3d9d8, 0x470314, 0x1852480) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/pipe.go:127 +0x3c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.(*cancelReadCloser).Read(0x44214df060, 0x442159c000, 0x8000, 0x8000, 0x4420dfa400, 0x4420c57b28, 0x4421225d68) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/readers.go:165 +0x3c Sep 27 15:27:43 balenad[4129]: io.(*teeReader).Read(0x44214df0a0, 0x442159c000, 0x8000, 0x8000, 0x442159c000, 0x4000, 0x8000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:533 +0x44 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.(*teeReadCloser).Read(0x44214df0c0, 0x442159c000, 0x8000, 0x8000, 0x470268, 0x2, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/readers.go:195 +0x44 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution.(*v2LayerDescriptor).Read(0x44203a5500, 0x442159c000, 0x8000, 0x8000, 0x4000, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/pull_v2.go:199 +0x58 Sep 27 15:27:43 balenad[4129]: io.copyBuffer(0x1966000, 0x44207c23f8, 0x7f8433de70, 0x4420b9c0a0, 0x442159c000, 0x8000, 0x8000, 0x1538580, 0x0, 0x7f8433de70) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:400 +0x100 Sep 27 15:27:43 balenad[4129]: io.Copy(0x1966000, 0x44207c23f8, 0x7f8433de70, 0x4420b9c0a0, 0x4420b9c0a0, 0x1, 0x44214c2d58) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:362 +0x44 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.NewCancelReadCloser.func1(0x44207c23f8, 0x196b8a0, 0x4420b9c0a0, 0x1982260, 0x44213e2380, 0x4420b9c0c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/readers.go:137 +0x5c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/pkg/ioutils.NewCancelReadCloser Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/readers.go:136 +0x1d4 Sep 27 15:27:43 balenad[4129]: goroutine 810 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: net/http.(*persistConn).writeLoop(0x4420b1aa20) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/transport.go:1822 +0xd4 Sep 27 15:27:43 balenad[4129]: created by net/http.(*Transport).dialConn Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/transport.go:1238 +0x7f0 Sep 27 15:27:43 balenad[4129]: goroutine 475 [chan receive, 6 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersWait(0x4420dfb400, 0x1982260, 0x4421336cc0, 0x197ff20, 0x44203a5a40, 0x44207c9e00, 0x44214185d0, 0x18, 0xdcc184) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:360 +0x180 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.postContainersWait)-fm(0x1982260, 0x4421336cc0, 0x197ff20, 0x44203a5a40, 0x44207c9e00, 0x44214185d0, 0x13, 0x442142e170) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:54 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1(0x1982320, 0x4421418660, 0x197ff20, 0x44203a5a40, 0x44207c9e00, 0x44214185d0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1982320, 0x4421418660, 0x197ff20, 0x44203a5a40, 0x44207c9e00, 0x44214185d0, 0x1982320, 0x4421418660) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xac Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1982320, 0x4421418630, 0x197ff20, 0x44203a5a40, 0x44207c9e00, 0x44214185d0, 0x442135fa80, 0x20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x324 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1982320, 0x4421418630, 0x197ff20, 0x44203a5a40, 0x44207c9e00, 0x44214185d0, 0x1982320, 0x4421418630) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x560 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x197ff20, 0x44203a5a40, 0x44207c9e00) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x138 Sep 27 15:27:43 balenad[4129]: net/http.HandlerFunc.ServeHTTP(0x44207cffe0, 0x197ff20, 0x44203a5a40, 0x44207c9e00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1947 +0x38 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x44209044b0, 0x197ff20, 0x44203a5a40, 0x44207c9e00) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4420c7e130, 0x197ff20, 0x44203a5a40, 0x44207c9e00) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x5c Sep 27 15:27:43 balenad[4129]: net/http.serverHandler.ServeHTTP(0x44207ca680, 0x197ff20, 0x44203a5a40, 0x44207c9e00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2697 +0x74 Sep 27 15:27:43 balenad[4129]: net/http.(*conn).serve(0x4420b92a00, 0x1982260, 0x44213e2980) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1830 +0x4d8 Sep 27 15:27:43 balenad[4129]: created by net/http.(*Server).Serve Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2798 +0x20c Sep 27 15:27:43 balenad[4129]: goroutine 523 [chan receive, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/httputils.WriteLogStream(0x1982260, 0x4420bfc540, 0x1966520, 0x44203a47e0, 0x4420cce480, 0x44216182d0, 0x4420cce400) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/httputils/write_log_stream.go:35 +0x178 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).getContainersLogs(0x4420dfb400, 0x1982260, 0x4420bfc540, 0x197ff20, 0x44203a47e0, 0x4420a9e200, 0x4421120720, 0x18, 0xdcc184) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:154 +0x2f8 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.getContainersLogs)-fm(0x1982260, 0x4420bfc540, 0x197ff20, 0x44203a47e0, 0x4420a9e200, 0x4421120720, 0x13, 0x44215cc640) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:41 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1(0x1982320, 0x44211207b0, 0x197ff20, 0x44203a47e0, 0x4420a9e200, 0x4421120720, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1982320, 0x44211207b0, 0x197ff20, 0x44203a47e0, 0x4420a9e200, 0x4421120720, 0x1982320, 0x44211207b0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xac Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1982320, 0x4421120780, 0x197ff20, 0x44203a47e0, 0x4420a9e200, 0x4421120720, 0x4420cea300, 0x20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x324 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1982320, 0x4421120780, 0x197ff20, 0x44203a47e0, 0x4420a9e200, 0x4421120720, 0x1982320, 0x4421120780) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x560 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x197ff20, 0x44203a47e0, 0x4420a9e200) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x138 Sep 27 15:27:43 balenad[4129]: net/http.HandlerFunc.ServeHTTP(0x44203f3fc0, 0x197ff20, 0x44203a47e0, 0x4420a9e200) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1947 +0x38 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x44209044b0, 0x197ff20, 0x44203a47e0, 0x4420a9e200) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4420c7e130, 0x197ff20, 0x44203a47e0, 0x4420a9e200) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x5c Sep 27 15:27:43 balenad[4129]: net/http.serverHandler.ServeHTTP(0x44207ca680, 0x197ff20, 0x44203a47e0, 0x4420a9e200) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2697 +0x74 Sep 27 15:27:43 balenad[4129]: net/http.(*conn).serve(0x442089e280, 0x1982260, 0x4420bfc380) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1830 +0x4d8 Sep 27 15:27:43 balenad[4129]: created by net/http.(*Server).Serve Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2798 +0x20c Sep 27 15:27:43 balenad[4129]: goroutine 609 [chan receive]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/utils.WriteDistributionProgress(0x4420bf3790, 0x1963b80, 0x442088b770, 0x44200a3020) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/utils/progress.go:20 +0xc8 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon/images.(*ImageService).pullImageWithReference.func1(0x4420bf3790, 0x1963b80, 0x442088b770, 0x44200a3020, 0x4420a74f60) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/images/image_pull.go:64 +0x38 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/daemon/images.(*ImageService).pullImageWithReference Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/images/image_pull.go:63 +0xb4 Sep 27 15:27:43 balenad[4129]: goroutine 608 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x4420890e00, 0x4420bf3690, 0x4420a74e40) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x7c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/api/server/router.cancellableHandler.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x15c Sep 27 15:27:43 balenad[4129]: goroutine 754 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1.1(0x4420b5cae0, 0x4420b5ca20, 0x1990720, 0x44203a56c0, 0x44213e2440, 0x44213e24c0, 0x442076de30, 0x4420b5ca80, 0x44215b4960, 0x1963c40, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:326 +0x1114 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:241 +0x170 Sep 27 15:27:43 balenad[4129]: goroutine 721 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transferManager).Transfer.func1(0x442040b530, 0x44203e3300, 0x4420b5c600, 0x1990780, 0x44213e2440, 0x442133f200, 0x5c8) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:365 +0x9c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:363 +0x348 Sep 27 15:27:43 balenad[4129]: goroutine 498 [semacquire]: Sep 27 15:27:43 balenad[4129]: sync.runtime_notifyListWait(0x4421596790, 0x23) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/sema.go:510 +0x100 Sep 27 15:27:43 balenad[4129]: sync.(*Cond).Wait(0x4421596780) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/sync/cond.go:56 +0x70 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4421596740, 0x44215bc000, 0x800, 0x4000, 0xffffffffffffffff, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x44 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4421596840, 0x17af7f1, 0x6, 0x7f84379d20, 0x4421596740) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:81 +0x758 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/daemon/logger.(*Copier).Run Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 Sep 27 15:27:43 balenad[4129]: goroutine 720 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Broadcast(0x442117b680, 0x4420b5c720) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:110 +0x1fc Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:359 +0x2ac Sep 27 15:27:43 balenad[4129]: goroutine 2179 [semacquire, 1 minutes]: Sep 27 15:27:43 balenad[4129]: sync.runtime_Semacquire(0x442009e154) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/sema.go:56 +0x2c Sep 27 15:27:43 balenad[4129]: sync.(*WaitGroup).Wait(0x442009e148) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/sync/waitgroup.go:129 +0x68 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Wait(0x442009e140, 0x1966101, 0x44203efa40) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:41 +0x28 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func5.1(0x4421bf8ae0, 0x442009e140) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:138 +0x20 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/container/stream.(*Config).CopyStreams.func5 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:137 +0xb0 Sep 27 15:27:43 balenad[4129]: goroutine 2141 [IO wait, 1 minutes]: Sep 27 15:27:43 balenad[4129]: internal/poll.runtime_pollWait(0x7f84519a30, 0x72, 0x4420af16f1) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/netpoll.go:173 +0x3c Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).wait(0x4420772698, 0x72, 0xffffffffffffff00, 0x1969800, 0x23a2a00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0xa0 Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).waitRead(0x4420772698, 0x4420af1600, 0x1, 0x1) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x30 Sep 27 15:27:43 balenad[4129]: internal/poll.(*FD).Read(0x4420772680, 0x4420af16f1, 0x1, 0x1, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x138 Sep 27 15:27:43 balenad[4129]: net.(*netFD).Read(0x4420772680, 0x4420af16f1, 0x1, 0x1, 0x0, 0x1965f80, 0x2419000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/fd_unix.go:202 +0x3c Sep 27 15:27:43 balenad[4129]: net.(*conn).Read(0x442040a0d8, 0x4420af16f1, 0x1, 0x1, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/net.go:176 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x44215f8ea0, 0x4420af16f1, 0x1, 0x1, 0x4420827810, 0x1966101, 0x4420827810) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 Sep 27 15:27:43 balenad[4129]: net/http.(*connReader).backgroundRead(0x4420af16e0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:668 +0x4c Sep 27 15:27:43 balenad[4129]: created by net/http.(*connReader).startBackgroundRead Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:664 +0xb8 Sep 27 15:27:43 balenad[4129]: goroutine 499 [semacquire, 6 minutes]: Sep 27 15:27:43 balenad[4129]: sync.runtime_notifyListWait(0x4421596810, 0x1) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/sema.go:510 +0x100 Sep 27 15:27:43 balenad[4129]: sync.(*Cond).Wait(0x4421596800) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/sync/cond.go:56 +0x70 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x44215967c0, 0x44215c8000, 0x800, 0x4000, 0xffffffffffffffff, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x44 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4421596840, 0x17af7eb, 0x6, 0x7f84379d20, 0x44215967c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:81 +0x758 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/daemon/logger.(*Copier).Run Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 Sep 27 15:27:43 balenad[4129]: goroutine 518 [select]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/system.(*systemRouter).getEvents(0x4420dfb440, 0x1982260, 0x4420bfc140, 0x197ff20, 0x44203a4000, 0x4420a9e000, 0x4421120150, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/system/system_routes.go:195 +0x4f0 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/system.(*systemRouter).(github.com/docker/docker/api/server/router/system.getEvents)-fm(0x1982260, 0x4420bfc140, 0x197ff20, 0x44203a4000, 0x4420a9e000, 0x4421120150, 0x13, 0x44215cc1b0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/system/system.go:31 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1(0x1982320, 0x44211201e0, 0x197ff20, 0x44203a4000, 0x4420a9e000, 0x4421120150, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1982320, 0x44211201e0, 0x197ff20, 0x44203a4000, 0x4420a9e000, 0x4421120150, 0x1982320, 0x44211201e0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xac Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1982320, 0x44211201b0, 0x197ff20, 0x44203a4000, 0x4420a9e000, 0x4421120150, 0x4420cea040, 0x20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x324 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1982320, 0x44211201b0, 0x197ff20, 0x44203a4000, 0x4420a9e000, 0x4421120150, 0x1982320, 0x44211201b0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x560 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x197ff20, 0x44203a4000, 0x4420a9e000) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x138 Sep 27 15:27:43 balenad[4129]: net/http.HandlerFunc.ServeHTTP(0x4420a004c0, 0x197ff20, 0x44203a4000, 0x4420a9e000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1947 +0x38 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x44209044b0, 0x197ff20, 0x44203a4000, 0x4420a9e000) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4420c7e130, 0x197ff20, 0x44203a4000, 0x4420a9e000) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x5c Sep 27 15:27:43 balenad[4129]: net/http.serverHandler.ServeHTTP(0x44207ca680, 0x197ff20, 0x44203a4000, 0x4420a9e000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2697 +0x74 Sep 27 15:27:43 balenad[4129]: net/http.(*conn).serve(0x442089e000, 0x1982260, 0x4420bfc000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1830 +0x4d8 Sep 27 15:27:43 balenad[4129]: created by net/http.(*Server).Serve Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2798 +0x20c Sep 27 15:27:43 balenad[4129]: goroutine 755 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Watch.func1(0x4420beda20, 0x442117b740, 0x1967420, 0x44200a3020) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:184 +0x194 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transfer).Watch Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:157 +0x190 Sep 27 15:27:43 balenad[4129]: goroutine 538 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x4420cd2150, 0x44215cc650, 0x4420ca8b40) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x7c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/api/server/router.cancellableHandler.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x15c Sep 27 15:27:43 balenad[4129]: goroutine 508 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x4420ac4000, 0x4420caa160, 0x4420aa0180) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x7c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/api/server/router.cancellableHandler.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x15c Sep 27 15:27:43 balenad[4129]: goroutine 509 [runnable]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon/logger/journald._Cfunc_sd_journal_test_cursor(0x7f3c000b20, 0x7f3c001370, 0x1) Sep 27 15:27:43 balenad[4129]: _cgo_gotypes.go:346 +0x3c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon/logger/journald.(*journald).drainJournal.func1(0x7f3c000b20, 0x7f3c001370, 0x4420aa0238) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:150 +0x4c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon/logger/journald.(*journald).drainJournal(0x4420b672c0, 0x4420b22180, 0x7f3c000b20, 0x7f3c001370, 0x0, 0x7f3c001370, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:150 +0xe0 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon/logger/journald.(*journald).followJournal(0x4420b672c0, 0x4420b22180, 0x7f3c000b20, 0x7f3c001370, 0x0, 0x7f3c001370) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:259 +0x170 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon/logger/journald.(*journald).readLogs(0x4420b672c0, 0x4420b22180, 0x0, 0xe7791f700, 0x23fb6c0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x1) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:373 +0x3c0 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/daemon/logger/journald.(*journald).ReadLogs Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:385 +0x110 Sep 27 15:27:43 balenad[4129]: goroutine 485 [semacquire]: Sep 27 15:27:43 balenad[4129]: sync.runtime_notifyListWait(0x4421336a90, 0x4400000023) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/sema.go:510 +0x100 Sep 27 15:27:43 balenad[4129]: sync.(*Cond).Wait(0x4421336a80) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/sync/cond.go:56 +0x70 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4421336a40, 0x442115c000, 0x8000, 0x8000, 0x3e, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x44 Sep 27 15:27:43 balenad[4129]: io.copyBuffer(0x1963c60, 0x442135f9e0, 0x7f84379d20, 0x4421336a40, 0x442115c000, 0x8000, 0x8000, 0xc4d380, 0x442000d3e0, 0x145a1a0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:400 +0x100 Sep 27 15:27:43 balenad[4129]: io.CopyBuffer(0x1963c60, 0x442135f9e0, 0x7f84379d20, 0x4421336a40, 0x442115c000, 0x8000, 0x8000, 0x50, 0x50, 0xdd1a00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:373 +0x58 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/pools.Copy(0x1963c60, 0x442135f9e0, 0x7f84379d20, 0x4421336a40, 0x4421336a40, 0x1, 0x1) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x70 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x17af7f1, 0x6, 0x1963c60, 0x442135f9e0, 0x196b7e0, 0x4421336a40, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func3(0x4400000008, 0x18524a8) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:124 +0x58 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0x4421336bc0, 0x442135fa20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:58 +0x50 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:55 +0x58 Sep 27 15:27:43 balenad[4129]: goroutine 532 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x4420cd2000, 0x44215cc1c0, 0x4420ca8060) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x7c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/api/server/router.cancellableHandler.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x15c Sep 27 15:27:43 balenad[4129]: goroutine 549 [chan receive, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/httputils.WriteLogStream(0x1982260, 0x4420bfc2c0, 0x1966520, 0x44203a4700, 0x4420cce120, 0x44216180f0, 0x4420cce100) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/httputils/write_log_stream.go:35 +0x178 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).getContainersLogs(0x4420dfb400, 0x1982260, 0x4420bfc2c0, 0x197ff20, 0x44203a4700, 0x4420a9e100, 0x4421120450, 0x18, 0xdcc184) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:154 +0x2f8 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.getContainersLogs)-fm(0x1982260, 0x4420bfc2c0, 0x197ff20, 0x44203a4700, 0x4420a9e100, 0x4421120450, 0x13, 0x44215cc4f0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:41 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1(0x1982320, 0x44211204e0, 0x197ff20, 0x44203a4700, 0x4420a9e100, 0x4421120450, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1982320, 0x44211204e0, 0x197ff20, 0x44203a4700, 0x4420a9e100, 0x4421120450, 0x1982320, 0x44211204e0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xac Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1982320, 0x44211204b0, 0x197ff20, 0x44203a4700, 0x4420a9e100, 0x4421120450, 0x4420cea1e0, 0x20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x324 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1982320, 0x44211204b0, 0x197ff20, 0x44203a4700, 0x4420a9e100, 0x4421120450, 0x1982320, 0x44211204b0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x560 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x197ff20, 0x44203a4700, 0x4420a9e100) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x138 Sep 27 15:27:43 balenad[4129]: net/http.HandlerFunc.ServeHTTP(0x44203f3fc0, 0x197ff20, 0x44203a4700, 0x4420a9e100) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1947 +0x38 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x44209044b0, 0x197ff20, 0x44203a4700, 0x4420a9e100) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4420c7e130, 0x197ff20, 0x44203a4700, 0x4420a9e100) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x5c Sep 27 15:27:43 balenad[4129]: net/http.serverHandler.ServeHTTP(0x44207ca680, 0x197ff20, 0x44203a4700, 0x4420a9e100) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2697 +0x74 Sep 27 15:27:43 balenad[4129]: net/http.(*conn).serve(0x4420b600a0, 0x1982260, 0x4420bfc1c0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1830 +0x4d8 Sep 27 15:27:43 balenad[4129]: created by net/http.(*Server).Serve Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2798 +0x20c Sep 27 15:27:43 balenad[4129]: goroutine 550 [chan receive, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/httputils.WriteLogStream(0x1982260, 0x4420b22140, 0x1966520, 0x4420b5a000, 0x4420c3e180, 0x4420ce2000, 0x4420c3e100) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/httputils/write_log_stream.go:35 +0x178 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).getContainersLogs(0x4420dfb400, 0x1982260, 0x4420b22140, 0x197ff20, 0x4420b5a000, 0x4421462000, 0x4420cc4180, 0x18, 0xdcc184) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:154 +0x2f8 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.getContainersLogs)-fm(0x1982260, 0x4420b22140, 0x197ff20, 0x4420b5a000, 0x4421462000, 0x4420cc4180, 0x13, 0x4420caa150) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:41 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1(0x1982320, 0x4420cc4240, 0x197ff20, 0x4420b5a000, 0x4421462000, 0x4420cc4180, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1982320, 0x4420cc4240, 0x197ff20, 0x4420b5a000, 0x4421462000, 0x4420cc4180, 0x1982320, 0x4420cc4240) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xac Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1982320, 0x4420cc41e0, 0x197ff20, 0x4420b5a000, 0x4421462000, 0x4420cc4180, 0x4420c7c0e0, 0x20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x324 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1982320, 0x4420cc41e0, 0x197ff20, 0x4420b5a000, 0x4421462000, 0x4420cc4180, 0x1982320, 0x4420cc41e0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x560 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x197ff20, 0x4420b5a000, 0x4421462000) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x138 Sep 27 15:27:43 balenad[4129]: net/http.HandlerFunc.ServeHTTP(0x44203f3fc0, 0x197ff20, 0x4420b5a000, 0x4421462000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1947 +0x38 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x44209044b0, 0x197ff20, 0x4420b5a000, 0x4421462000) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4420c7e130, 0x197ff20, 0x4420b5a000, 0x4421462000) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x5c Sep 27 15:27:43 balenad[4129]: net/http.serverHandler.ServeHTTP(0x44207ca680, 0x197ff20, 0x4420b5a000, 0x4421462000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2697 +0x74 Sep 27 15:27:43 balenad[4129]: net/http.(*conn).serve(0x4420b601e0, 0x1982260, 0x4420b22000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1830 +0x4d8 Sep 27 15:27:43 balenad[4129]: created by net/http.(*Server).Serve Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2798 +0x20c Sep 27 15:27:43 balenad[4129]: goroutine 662 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).Download(0x442076de30, 0x1982260, 0x4421627500, 0x17af0dd, 0x6, 0x0, 0x0, 0x0, 0x17ad6d5, 0x5, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:202 +0xa94 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution.(*v2Puller).pullSchema2.func1(0x44200a37a0, 0x1982260, 0x4421627500, 0x17ad6d5, 0x5, 0x4420bc4c00, 0x1f, 0x20, 0x442000e358, 0x4420b2dd40, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/pull_v2.go:581 +0xdc Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution.(*v2Puller).pullSchema2 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/pull_v2.go:575 +0x680 Sep 27 15:27:43 balenad[4129]: goroutine 718 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1.1(0x4420b5c720, 0x4420b5c600, 0x1990720, 0x44203a55e0, 0x44213e23c0, 0x44213e2440, 0x442076de30, 0x4420b5c6c0, 0x44215b4930, 0x1963c40, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:326 +0x1114 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:241 +0x170 Sep 27 15:27:43 balenad[4129]: goroutine 717 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transferManager).Transfer.func1(0x442040b528, 0x44203e3300, 0x44209c9f80, 0x1990780, 0x44213e23c0, 0x442118b600, 0x57e) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:365 +0x9c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:363 +0x348 Sep 27 15:27:43 balenad[4129]: goroutine 759 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Watch.func1(0x4420beda40, 0x442117b800, 0x1967420, 0x44200a3020) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:184 +0x194 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transfer).Watch Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:157 +0x190 Sep 27 15:27:43 balenad[4129]: goroutine 760 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Broadcast(0x442117b800, 0x4420b5cfc0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:110 +0x1fc Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:359 +0x2ac Sep 27 15:27:43 balenad[4129]: goroutine 761 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transferManager).Transfer.func1(0x442040b540, 0x44203e3300, 0x4420b5cde0, 0x1990780, 0x44213e2540, 0x4421974700, 0x65c) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:365 +0x9c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:363 +0x348 Sep 27 15:27:43 balenad[4129]: goroutine 762 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1.1(0x4420b5d320, 0x4420b5d260, 0x1990720, 0x44203a5880, 0x44213e2540, 0x44213e25c0, 0x442076de30, 0x4420b5d2c0, 0x44215b49c0, 0x1963c40, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:326 +0x1114 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:241 +0x170 Sep 27 15:27:43 balenad[4129]: goroutine 763 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Watch.func1(0x4420beda60, 0x442117b8c0, 0x1967420, 0x44200a3020) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:184 +0x194 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transfer).Watch Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:157 +0x190 Sep 27 15:27:43 balenad[4129]: goroutine 764 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Broadcast(0x442117b8c0, 0x4420b5d320) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:110 +0x1fc Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:359 +0x2ac Sep 27 15:27:43 balenad[4129]: goroutine 765 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transferManager).Transfer.func1(0x442040b550, 0x44203e3300, 0x4420b5d260, 0x1990780, 0x44213e25c0, 0x4421974e00, 0x6a6) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:365 +0x9c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:363 +0x348 Sep 27 15:27:43 balenad[4129]: goroutine 766 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1.1(0x4420b5d680, 0x4420b5d5c0, 0x1990720, 0x44203a5b20, 0x44213e25c0, 0x44213e2640, 0x442076de30, 0x4420b5d620, 0x44215b4a00, 0x1963c40, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:326 +0x1114 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:241 +0x170 Sep 27 15:27:43 balenad[4129]: goroutine 767 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Watch.func1(0x4420bedaa0, 0x442117b980, 0x1967420, 0x44200a3020) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:184 +0x194 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transfer).Watch Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:157 +0x190 Sep 27 15:27:43 balenad[4129]: goroutine 768 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Broadcast(0x442117b980, 0x4420b5d680) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:110 +0x1fc Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:359 +0x2ac Sep 27 15:27:43 balenad[4129]: goroutine 769 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transferManager).Transfer.func1(0x442040b558, 0x44203e3300, 0x4420b5d5c0, 0x1990780, 0x44213e2640, 0x4421975500, 0x6f0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:365 +0x9c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:363 +0x348 Sep 27 15:27:43 balenad[4129]: goroutine 770 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1.1(0x4420b5d9e0, 0x4420b5d920, 0x1990720, 0x44203a5ce0, 0x44213e2640, 0x44213e26c0, 0x442076de30, 0x4420b5d980, 0x44215b4a30, 0x1963c40, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:326 +0x1114 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:241 +0x170 Sep 27 15:27:43 balenad[4129]: goroutine 771 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Watch.func1(0x4420bedac0, 0x442117ba40, 0x1967420, 0x44200a3020) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:184 +0x194 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transfer).Watch Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:157 +0x190 Sep 27 15:27:43 balenad[4129]: goroutine 772 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Broadcast(0x442117ba40, 0x4420b5d9e0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:110 +0x1fc Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:359 +0x2ac Sep 27 15:27:43 balenad[4129]: goroutine 773 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transferManager).Transfer.func1(0x442040b560, 0x44203e3300, 0x4420b5d920, 0x1990780, 0x44213e26c0, 0x4420c36800, 0x73a) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:365 +0x9c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:363 +0x348 Sep 27 15:27:43 balenad[4129]: goroutine 774 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1.1(0x4420b5dd40, 0x4420b5dc80, 0x1990720, 0x44215c41c0, 0x44213e26c0, 0x44213e2780, 0x442076de30, 0x4420b5dce0, 0x44215b4a60, 0x1963c40, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:326 +0x1114 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:241 +0x170 Sep 27 15:27:43 balenad[4129]: goroutine 775 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Watch.func1(0x4420bedae0, 0x442117bb00, 0x1967420, 0x44200a3020) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:184 +0x194 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transfer).Watch Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:157 +0x190 Sep 27 15:27:43 balenad[4129]: goroutine 776 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Broadcast(0x442117bb00, 0x4420b5dd40) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:110 +0x1fc Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:359 +0x2ac Sep 27 15:27:43 balenad[4129]: goroutine 777 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transferManager).Transfer.func1(0x442040b568, 0x44203e3300, 0x4420b5dc80, 0x1990780, 0x44213e2780, 0x4420c37000, 0x784) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:365 +0x9c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:363 +0x348 Sep 27 15:27:43 balenad[4129]: goroutine 778 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1.1(0x4420ca8d80, 0x4420ca8a20, 0x1990720, 0x44215c42a0, 0x44213e2780, 0x44213e2800, 0x442076de30, 0x4420ca8d20, 0x44215b4a90, 0x1963c40, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:326 +0x1114 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:241 +0x170 Sep 27 15:27:43 balenad[4129]: goroutine 779 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Watch.func1(0x4420bedb00, 0x442117bbc0, 0x1967420, 0x44200a3020) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:184 +0x194 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transfer).Watch Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:157 +0x190 Sep 27 15:27:43 balenad[4129]: goroutine 780 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Broadcast(0x442117bbc0, 0x4420ca8d80) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:110 +0x1fc Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:359 +0x2ac Sep 27 15:27:43 balenad[4129]: goroutine 781 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transferManager).Transfer.func1(0x442040b570, 0x44203e3300, 0x4420ca8a20, 0x1990780, 0x44213e2800, 0x4420c37800, 0x7ce) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:365 +0x9c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:363 +0x348 Sep 27 15:27:43 balenad[4129]: goroutine 782 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1.1(0x4420ca91a0, 0x4420ca9080, 0x1990720, 0x44215c4460, 0x44213e2800, 0x44213e2880, 0x442076de30, 0x4420ca9140, 0x44215b4ac0, 0x1963c40, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:326 +0x1114 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:241 +0x170 Sep 27 15:27:43 balenad[4129]: goroutine 783 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Watch.func1(0x4420bedb20, 0x442117bc80, 0x1967420, 0x44200a3020) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:184 +0x194 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transfer).Watch Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:157 +0x190 Sep 27 15:27:43 balenad[4129]: goroutine 784 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Broadcast(0x442117bc80, 0x4420ca91a0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:110 +0x1fc Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:359 +0x2ac Sep 27 15:27:43 balenad[4129]: goroutine 785 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transferManager).Transfer.func1(0x442040b578, 0x44203e3300, 0x4420ca9080, 0x1990780, 0x44213e2880, 0x442013f200, 0x818) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:365 +0x9c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:363 +0x348 Sep 27 15:27:43 balenad[4129]: goroutine 786 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1.1(0x4420ca98c0, 0x4420ca9800, 0x1990720, 0x44215c4620, 0x44213e2880, 0x44213e2900, 0x442076de30, 0x4420ca9860, 0x44215b4af0, 0x1963c40, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:326 +0x1114 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:241 +0x170 Sep 27 15:27:43 balenad[4129]: goroutine 787 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Watch.func1(0x4420bedb40, 0x442117bd40, 0x1967420, 0x44200a3020) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:184 +0x194 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transfer).Watch Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:157 +0x190 Sep 27 15:27:43 balenad[4129]: goroutine 788 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Broadcast(0x442117bd40, 0x4420ca98c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:110 +0x1fc Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:359 +0x2ac Sep 27 15:27:43 balenad[4129]: goroutine 789 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transferManager).Transfer.func1(0x442040b580, 0x44203e3300, 0x4420ca9800, 0x1990780, 0x44213e2900, 0x442013fb00, 0x862) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:365 +0x9c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:363 +0x348 Sep 27 15:27:43 balenad[4129]: goroutine 790 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1.1(0x4420ca9c20, 0x4420ca9b60, 0x1990720, 0x44215c4a80, 0x44213e2900, 0x44213e2a00, 0x442076de30, 0x4420ca9bc0, 0x44215b4ba0, 0x1963c40, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:326 +0x1114 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:241 +0x170 Sep 27 15:27:43 balenad[4129]: goroutine 791 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Watch.func1(0x4420bedb60, 0x442117be00, 0x1967420, 0x44200a3020) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:184 +0x194 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transfer).Watch Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:157 +0x190 Sep 27 15:27:43 balenad[4129]: goroutine 792 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Broadcast(0x442117be00, 0x4420ca9c20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:110 +0x1fc Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:359 +0x2ac Sep 27 15:27:43 balenad[4129]: goroutine 793 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transferManager).Transfer.func1(0x442040b588, 0x44203e3300, 0x4420ca9b60, 0x1990780, 0x44213e2a00, 0x4420140400, 0x8ac) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:365 +0x9c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:363 +0x348 Sep 27 15:27:43 balenad[4129]: goroutine 794 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1.1(0x44200a41e0, 0x4420ca9f20, 0x1990720, 0x44215c4c40, 0x44213e2a00, 0x44213e2b00, 0x442076de30, 0x4420ca9f80, 0x44215b4bc0, 0x1963c40, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:326 +0x1114 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*LayerDownloadManager).makeDownloadFunc.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/download.go:241 +0x170 Sep 27 15:27:43 balenad[4129]: goroutine 795 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Watch.func1(0x4420bedb80, 0x442117bec0, 0x1967420, 0x44200a3020) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:184 +0x194 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transfer).Watch Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:157 +0x190 Sep 27 15:27:43 balenad[4129]: goroutine 796 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transfer).Broadcast(0x442117bec0, 0x44200a41e0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:110 +0x1fc Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:359 +0x2ac Sep 27 15:27:43 balenad[4129]: goroutine 797 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/distribution/xfer.(*transferManager).Transfer.func1(0x442040b590, 0x44203e3300, 0x4420ca9f20, 0x1990780, 0x44213e2b00, 0x4420140d00, 0x8f6) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:365 +0x9c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/distribution/xfer.(*transferManager).Transfer Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/distribution/xfer/transfer.go:363 +0x348 Sep 27 15:27:43 balenad[4129]: goroutine 811 [IO wait]: Sep 27 15:27:43 balenad[4129]: internal/poll.runtime_pollWait(0x7f845196f0, 0x72, 0x44215dd704) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/netpoll.go:173 +0x3c Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).wait(0x442159b798, 0x72, 0xffffffffffffff00, 0x1969800, 0x23a2a00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0xa0 Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).waitRead(0x442159b798, 0x44215dd700, 0x48fc, 0x48fc) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x30 Sep 27 15:27:43 balenad[4129]: internal/poll.(*FD).Read(0x442159b780, 0x44215dd704, 0x48fc, 0x48fc, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x138 Sep 27 15:27:43 balenad[4129]: net.(*netFD).Read(0x442159b780, 0x44215dd704, 0x48fc, 0x48fc, 0x5a8, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/fd_unix.go:202 +0x3c Sep 27 15:27:43 balenad[4129]: net.(*conn).Read(0x44200cce08, 0x44215dd704, 0x48fc, 0x48fc, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/net.go:176 +0x50 Sep 27 15:27:43 balenad[4129]: crypto/tls.(*block).readFromUntil(0x44212d5a70, 0x19661c0, 0x44200cce08, 0x401d, 0x44200cce08, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/crypto/tls/conn.go:493 +0x7c Sep 27 15:27:43 balenad[4129]: crypto/tls.(*Conn).readRecord(0x4420bc2700, 0x1852417, 0x4420bc2820, 0x3) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/crypto/tls/conn.go:640 +0x198 Sep 27 15:27:43 balenad[4129]: crypto/tls.(*Conn).Read(0x4420bc2700, 0x44215d2000, 0x8000, 0x8000, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/crypto/tls/conn.go:1156 +0xbc Sep 27 15:27:43 balenad[4129]: net/http.(*persistConn).Read(0x4420b1aa20, 0x44215d2000, 0x8000, 0x8000, 0x4420030000, 0x1556840, 0x156c100) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/transport.go:1453 +0xe8 Sep 27 15:27:43 balenad[4129]: bufio.(*Reader).Read(0x4420ccfa40, 0x44215d2000, 0x8000, 0x8000, 0x4420b0e300, 0x7f84383e20, 0x442004cf70) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/bufio/bufio.go:202 +0x120 Sep 27 15:27:43 balenad[4129]: io.(*LimitedReader).Read(0x44214defc0, 0x44215d2000, 0x8000, 0x8000, 0x44214df020, 0x7a8c80, 0x8) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:446 +0x58 Sep 27 15:27:43 balenad[4129]: net/http.(*body).readLocked(0x44213e3900, 0x44215d2000, 0x8000, 0x8000, 0x4420b0e300, 0x7b3048, 0x44209c5d68) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/transfer.go:778 +0x4c Sep 27 15:27:43 balenad[4129]: net/http.(*body).Read(0x44213e3900, 0x44215d2000, 0x8000, 0x8000, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/transfer.go:770 +0xc0 Sep 27 15:27:43 balenad[4129]: net/http.(*bodyEOFSignal).Read(0x44213e3940, 0x44215d2000, 0x8000, 0x8000, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/transport.go:2187 +0xa8 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/docker/distribution/registry/client/transport.(*onEOFReader).Read(0x44214df020, 0x44215d2000, 0x8000, 0x8000, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/distribution/registry/client/transport/transport.go:129 +0x44 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/docker/distribution/registry/client/transport.(*httpReadSeeker).Read(0x4420cce840, 0x44215d2000, 0x8000, 0x8000, 0x4000, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/distribution/registry/client/transport/http_reader.go:86 +0x90 Sep 27 15:27:43 balenad[4129]: io.copyBuffer(0x1966000, 0x442040b690, 0x7f842ebd28, 0x4420cce840, 0x44215d2000, 0x8000, 0x8000, 0x15eae60, 0x4420769b00, 0x7f842ebd28) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:400 +0x100 Sep 27 15:27:43 balenad[4129]: io.Copy(0x1966000, 0x442040b690, 0x7f842ebd28, 0x4420cce840, 0x4420cce840, 0x1, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:362 +0x44 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.NewCancelReadCloser.func1(0x442040b690, 0x7f84383e60, 0x4420cce840, 0x1982260, 0x44213e2380, 0x44214df060) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/readers.go:137 +0x5c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/pkg/ioutils.NewCancelReadCloser Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/readers.go:136 +0x1d4 Sep 27 15:27:43 balenad[4129]: goroutine 812 [select, 5 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.NewCancelReadCloser.func2(0x1982260, 0x44213e2380, 0x44214df060, 0x1982260, 0x44213e3980) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/readers.go:150 +0xd8 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/pkg/ioutils.NewCancelReadCloser Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/readers.go:148 +0x214 Sep 27 15:27:43 balenad[4129]: goroutine 813 [select]: Sep 27 15:27:43 balenad[4129]: io.(*pipe).Read(0x4421565950, 0x4421218000, 0x8000, 0x8000, 0x7f84376508, 0x7f84d66788, 0x454698) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/pipe.go:50 +0xbc Sep 27 15:27:43 balenad[4129]: io.(*PipeReader).Read(0x44207c23f0, 0x4421218000, 0x8000, 0x8000, 0x18, 0x145a120, 0x4420883501) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/pipe.go:127 +0x3c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.(*cancelReadCloser).Read(0x4420b9c0c0, 0x4421218000, 0x8000, 0x8000, 0x8, 0x4420d34e70, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/readers.go:165 +0x3c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/progress.(*Reader).Read(0x4420b09e60, 0x4421218000, 0x8000, 0x8000, 0x4420ad8118, 0x1477320, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/progress/progressreader.go:35 +0x44 Sep 27 15:27:43 balenad[4129]: io.(*teeReader).Read(0x4420b9c0e0, 0x4421218000, 0x8000, 0x8000, 0x442138c300, 0x3, 0x4420883938) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:533 +0x44 Sep 27 15:27:43 balenad[4129]: bufio.(*Reader).fill(0x4420b09ec0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/bufio/bufio.go:100 +0x104 Sep 27 15:27:43 balenad[4129]: bufio.(*Reader).ReadByte(0x4420b09ec0, 0x5b37e2, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/bufio/bufio.go:242 +0x2c Sep 27 15:27:43 balenad[4129]: compress/flate.(*decompressor).moreBits(0x4421368000, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/compress/flate/inflate.go:694 +0x2c Sep 27 15:27:43 balenad[4129]: compress/flate.(*decompressor).huffSym(0x4421368000, 0x4421368028, 0x67, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/compress/flate/inflate.go:716 +0x40 Sep 27 15:27:43 balenad[4129]: compress/flate.(*decompressor).huffmanBlock(0x4421368000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/compress/flate/inflate.go:494 +0xa4 Sep 27 15:27:43 balenad[4129]: compress/flate.(*decompressor).Read(0x4421368000, 0x44209f67a8, 0x200, 0x200, 0x0, 0x0, 0x4420883a78) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/compress/flate/inflate.go:347 +0x54 Sep 27 15:27:43 balenad[4129]: compress/gzip.(*Reader).Read(0x44207ecb00, 0x44209f67a8, 0x200, 0x200, 0x3, 0x4420883adc, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/compress/gzip/gunzip.go:251 +0x58 Sep 27 15:27:43 balenad[4129]: io.(*teeReader).Read(0x44214df180, 0x44209f67a8, 0x200, 0x200, 0x4420ad8180, 0x4420ad80c0, 0x44209f67a8) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:533 +0x44 Sep 27 15:27:43 balenad[4129]: io.(*teeReader).Read(0x44214df1c0, 0x44209f67a8, 0x200, 0x200, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:533 +0x44 Sep 27 15:27:43 balenad[4129]: io.ReadAtLeast(0x1966080, 0x44214df1c0, 0x44209f67a8, 0x200, 0x200, 0x200, 0xb8, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:309 +0x70 Sep 27 15:27:43 balenad[4129]: io.ReadFull(0x1966080, 0x44214df1c0, 0x44209f67a8, 0x200, 0x200, 0x0, 0x0, 0x4420903110) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:327 +0x44 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/vbatts/tar-split/archive/tar.(*Reader).readHeader(0x44209f6780, 0x44209f67a8, 0xb8, 0x200, 0xb8) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/vbatts/tar-split/archive/tar/reader.go:389 +0x48 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/vbatts/tar-split/archive/tar.(*Reader).next(0x44209f6780, 0x44219839a8, 0x4420883ce8, 0xe18c40) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/vbatts/tar-split/archive/tar/reader.go:111 +0x148 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/vbatts/tar-split/archive/tar.(*Reader).Next(0x44209f6780, 0x4420d76000, 0x0, 0x600) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/vbatts/tar-split/archive/tar/reader.go:74 +0x34 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/vbatts/tar-split/tar/asm.NewInputTarStream.func1(0x1966080, 0x44214df1c0, 0x442040b6d8, 0x1965920, 0x4420b028a0, 0x1965900, 0x2419a80) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/vbatts/tar-split/tar/asm/disassemble.go:49 +0xe8 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/vendor/github.com/vbatts/tar-split/tar/asm.NewInputTarStream Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/vbatts/tar-split/tar/asm/disassemble.go:45 +0x1c8 Sep 27 15:27:43 balenad[4129]: goroutine 814 [select]: Sep 27 15:27:43 balenad[4129]: io.(*pipe).Read(0x44212a81e0, 0x4420e2e000, 0x8000, 0x8000, 0xb8, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/pipe.go:50 +0xbc Sep 27 15:27:43 balenad[4129]: io.(*PipeReader).Read(0x442040b6d0, 0x4420e2e000, 0x8000, 0x8000, 0xb8, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/pipe.go:127 +0x3c Sep 27 15:27:43 balenad[4129]: io.copyBuffer(0x1966660, 0x442040b708, 0x7f84383f48, 0x442154d3b0, 0x4420e2e000, 0x8000, 0x8000, 0x0, 0x44212a8001, 0x44200a5320) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:400 +0x100 Sep 27 15:27:43 balenad[4129]: io.Copy(0x1966660, 0x442040b708, 0x7f84383f48, 0x442154d3b0, 0xb75528, 0x1, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:362 +0x44 Sep 27 15:27:43 balenad[4129]: os/exec.(*Cmd).stdin.func1(0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/exec/exec.go:230 +0x44 Sep 27 15:27:43 balenad[4129]: os/exec.(*Cmd).Start.func1(0x4421417a20, 0x44214df220) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/exec/exec.go:396 +0x20 Sep 27 15:27:43 balenad[4129]: created by os/exec.(*Cmd).Start Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/exec/exec.go:395 +0x468 Sep 27 15:27:43 balenad[4129]: goroutine 815 [IO wait, 5 minutes]: Sep 27 15:27:43 balenad[4129]: internal/poll.runtime_pollWait(0x7f84519070, 0x72, 0x442163d600) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/netpoll.go:173 +0x3c Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).wait(0x44212a83d8, 0x72, 0xffffffffffffff01, 0x1969800, 0x23a2a00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0xa0 Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).waitRead(0x44212a83d8, 0x442163d601, 0x200, 0x200) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x30 Sep 27 15:27:43 balenad[4129]: internal/poll.(*FD).Read(0x44212a83c0, 0x442163d600, 0x200, 0x200, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x138 Sep 27 15:27:43 balenad[4129]: os.(*File).read(0x442040b728, 0x442163d600, 0x200, 0x200, 0x442163d600, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/file_unix.go:226 +0x40 Sep 27 15:27:43 balenad[4129]: os.(*File).Read(0x442040b728, 0x442163d600, 0x200, 0x200, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/file.go:107 +0x48 Sep 27 15:27:43 balenad[4129]: bytes.(*Buffer).ReadFrom(0x4420a1e310, 0x1966620, 0x442040b728, 0x7f84336c50, 0x4420a1e310, 0x1) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/bytes/buffer.go:205 +0x88 Sep 27 15:27:43 balenad[4129]: io.copyBuffer(0x1963100, 0x4420a1e310, 0x1966620, 0x442040b728, 0x0, 0x0, 0x0, 0x0, 0x0, 0x20002) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:386 +0x294 Sep 27 15:27:43 balenad[4129]: io.Copy(0x1963100, 0x4420a1e310, 0x1966620, 0x442040b728, 0x0, 0x0, 0x4420c71e40) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:362 +0x44 Sep 27 15:27:43 balenad[4129]: os/exec.(*Cmd).writerDescriptor.func1(0x100000001, 0x459afc) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/exec/exec.go:275 +0x40 Sep 27 15:27:43 balenad[4129]: os/exec.(*Cmd).Start.func1(0x4421417a20, 0x44214df280) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/exec/exec.go:396 +0x20 Sep 27 15:27:43 balenad[4129]: created by os/exec.(*Cmd).Start Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/exec/exec.go:395 +0x468 Sep 27 15:27:43 balenad[4129]: goroutine 2158 [chan receive, 1 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon.(*Daemon).containerAttach(0x44204283c0, 0x4420f58b40, 0x4421414ea0, 0x4421580100, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:177 +0xd0 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon.(*Daemon).ContainerAttach(0x44204283c0, 0x44212370f7, 0x40, 0x44212d4720, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:74 +0x438 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersAttach(0x4420dfb400, 0x1982320, 0x44212d4660, 0x197ff20, 0x4420be6ee0, 0x4421462700, 0x44212d45d0, 0x17ac70f, 0x4) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:568 +0x2dc Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.postContainersAttach)-fm(0x1982320, 0x44212d4660, 0x197ff20, 0x4420be6ee0, 0x4421462700, 0x44212d45d0, 0x169dbc0, 0x44212d4660) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:56 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1982320, 0x44212d4660, 0x197ff20, 0x4420be6ee0, 0x4421462700, 0x44212d45d0, 0x1982320, 0x44212d4660) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xac Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1982320, 0x44212d4630, 0x197ff20, 0x4420be6ee0, 0x4421462700, 0x44212d45d0, 0x44214c1400, 0x20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x324 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1982320, 0x44212d4630, 0x197ff20, 0x4420be6ee0, 0x4421462700, 0x44212d45d0, 0x1982320, 0x44212d4630) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x560 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x197ff20, 0x4420be6ee0, 0x4421462700) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x138 Sep 27 15:27:43 balenad[4129]: net/http.HandlerFunc.ServeHTTP(0x4420834680, 0x197ff20, 0x4420be6ee0, 0x4421462700) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1947 +0x38 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x44209044b0, 0x197ff20, 0x4420be6ee0, 0x4421462700) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4420c7e130, 0x197ff20, 0x4420be6ee0, 0x4421462700) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x5c Sep 27 15:27:43 balenad[4129]: net/http.serverHandler.ServeHTTP(0x44207ca680, 0x197ff20, 0x4420be6ee0, 0x4421462700) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2697 +0x74 Sep 27 15:27:43 balenad[4129]: net/http.(*conn).serve(0x4420b61220, 0x1982260, 0x44203e3a40) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1830 +0x4d8 Sep 27 15:27:43 balenad[4129]: created by net/http.(*Server).Serve Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2798 +0x20c Sep 27 15:27:43 balenad[4129]: goroutine 2128 [semacquire, 1 minutes]: Sep 27 15:27:43 balenad[4129]: sync.runtime_notifyListWait(0x44203e3b90, 0x7f00000000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/sema.go:510 +0x100 Sep 27 15:27:43 balenad[4129]: sync.(*Cond).Wait(0x44203e3b80) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/sync/cond.go:56 +0x70 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x44203e3b40, 0x44216d4000, 0x8000, 0x8000, 0x0, 0x44207f4d00, 0x145a1a0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x44 Sep 27 15:27:43 balenad[4129]: io.copyBuffer(0x1963c60, 0x44214c1560, 0x7f84379d20, 0x44203e3b40, 0x44216d4000, 0x8000, 0x8000, 0xc4d380, 0x442000d3e0, 0x145a1a0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:400 +0x100 Sep 27 15:27:43 balenad[4129]: io.CopyBuffer(0x1963c60, 0x44214c1560, 0x7f84379d20, 0x44203e3b40, 0x44216d4000, 0x8000, 0x8000, 0x17ae84f, 0x6, 0xdd1a00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:373 +0x58 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/pools.Copy(0x1963c60, 0x44214c1560, 0x7f84379d20, 0x44203e3b40, 0x44203e3b40, 0x1, 0x1) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x70 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x17af7f1, 0x6, 0x1963c60, 0x44214c1560, 0x196b7e0, 0x44203e3b40, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func3(0x4400000008, 0x18524a8) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:124 +0x58 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0x442009e140, 0x44214c15c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:58 +0x50 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:55 +0x58 Sep 27 15:27:43 balenad[4129]: goroutine 1816 [chan receive, 1 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersWait(0x4420dfb400, 0x1982260, 0x4421610080, 0x197ff20, 0x4420d75500, 0x4420a9f400, 0x44213575c0, 0x18, 0xdcc184) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:360 +0x180 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.postContainersWait)-fm(0x1982260, 0x4421610080, 0x197ff20, 0x4420d75500, 0x4420a9f400, 0x44213575c0, 0x13, 0x44202052d0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:54 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1(0x1982320, 0x4421357650, 0x197ff20, 0x4420d75500, 0x4420a9f400, 0x44213575c0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1982320, 0x4421357650, 0x197ff20, 0x4420d75500, 0x4420a9f400, 0x44213575c0, 0x1982320, 0x4421357650) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xac Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1982320, 0x4421357620, 0x197ff20, 0x4420d75500, 0x4420a9f400, 0x44213575c0, 0x442153d820, 0x20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x324 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1982320, 0x4421357620, 0x197ff20, 0x4420d75500, 0x4420a9f400, 0x44213575c0, 0x1982320, 0x4421357620) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x560 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x197ff20, 0x4420d75500, 0x4420a9f400) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x138 Sep 27 15:27:43 balenad[4129]: net/http.HandlerFunc.ServeHTTP(0x44207cffe0, 0x197ff20, 0x4420d75500, 0x4420a9f400) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1947 +0x38 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x44209044b0, 0x197ff20, 0x4420d75500, 0x4420a9f400) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4420c7e130, 0x197ff20, 0x4420d75500, 0x4420a9f400) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x5c Sep 27 15:27:43 balenad[4129]: net/http.serverHandler.ServeHTTP(0x44207ca680, 0x197ff20, 0x4420d75500, 0x4420a9f400) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2697 +0x74 Sep 27 15:27:43 balenad[4129]: net/http.(*conn).serve(0x4420b92140, 0x1982260, 0x44213e3140) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1830 +0x4d8 Sep 27 15:27:43 balenad[4129]: created by net/http.(*Server).Serve Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2798 +0x20c Sep 27 15:27:43 balenad[4129]: goroutine 2129 [semacquire, 1 minutes]: Sep 27 15:27:43 balenad[4129]: sync.runtime_notifyListWait(0x44203e3d10, 0x7f00000000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/sema.go:510 +0x100 Sep 27 15:27:43 balenad[4129]: sync.(*Cond).Wait(0x44203e3d00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/sync/cond.go:56 +0x70 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x44203e3cc0, 0x44216dc000, 0x8000, 0x8000, 0x0, 0x4420c72500, 0x145a1a0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x44 Sep 27 15:27:43 balenad[4129]: io.copyBuffer(0x1963c60, 0x44214c1540, 0x7f84379d20, 0x44203e3cc0, 0x44216dc000, 0x8000, 0x8000, 0xc4d380, 0x442000d3e0, 0x145a1a0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:400 +0x100 Sep 27 15:27:43 balenad[4129]: io.CopyBuffer(0x1963c60, 0x44214c1540, 0x7f84379d20, 0x44203e3cc0, 0x44216dc000, 0x8000, 0x8000, 0x50, 0x50, 0xdd1a00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:373 +0x58 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/pools.Copy(0x1963c60, 0x44214c1540, 0x7f84379d20, 0x44203e3cc0, 0x44203e3cc0, 0x1, 0x1) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x70 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x17af7eb, 0x6, 0x1963c60, 0x44214c1540, 0x196b7e0, 0x44203e3cc0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func4(0x4400000008, 0x18524a8) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:129 +0x58 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0x442009e140, 0x44214c15e0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:58 +0x50 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:55 +0x58 Sep 27 15:27:43 balenad[4129]: goroutine 2142 [select, 1 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x4421410ee0, 0x44202052e0, 0x44224791a0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x7c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/api/server/router.cancellableHandler.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x15c Sep 27 15:27:43 balenad[4129]: goroutine 2143 [select, 1 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container.(*State).Wait.func1(0x1982260, 0x4421610080, 0x4422479200, 0x0, 0x4420759f20, 0x4420772980) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:213 +0xc0 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/container.(*State).Wait Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:212 +0xdc Sep 27 15:27:43 balenad[4129]: goroutine 2144 [select]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*Stream).waitOnHeader(0x44215fe5a0, 0x44212f6a20, 0x44212a176e) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:222 +0xb0 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*Stream).RecvCompress(0x44215fe5a0, 0x1851708, 0x44212f6af0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:233 +0x20 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0x4420b70f70, 0x16dd980, 0x2419a80, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:515 +0x54c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x4420824e00, 0x16dd980, 0x2419a80, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:395 +0x34 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.invoke(0x1982320, 0x4420af0d50, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, 0x4420962000, 0x44203f31a0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/call.go:83 +0x124 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd.namespaceInterceptor.unary(0x17ac3ef, 0x4, 0x1982320, 0x4420b56180, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/grpc.go:35 +0x9c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd.(namespaceInterceptor).(github.com/docker/docker/vendor/github.com/containerd/containerd.unary)-fm(0x1982320, 0x4420b56180, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, 0x4420962000, 0x1851778, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/grpc.go:51 +0x98 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ClientConn).Invoke(0x4420962000, 0x1982320, 0x4420b56180, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, 0x0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/call.go:35 +0xa0 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.Invoke(0x1982320, 0x4420b56180, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, 0x4420962000, 0x0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/call.go:60 +0x78 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/leases/v1.(*leasesClient).Delete(0x44200cc708, 0x1982320, 0x4420b56180, 0x442133b1e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4420c19000) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/leases/v1/leases.pb.go:163 +0x9c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd/leases/proxy.(*proxyManager).Delete(0x44215c22f0, 0x1982320, 0x4420b56180, 0x4420ce7180, 0xe, 0xc03cf93, 0xed702a652, 0x0, 0x4420b560f0, 0x0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/leases/proxy/manager.go:69 +0x10c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd.(*Client).WithLease.func2(0x1982320, 0x4420b56180, 0x4420b56180, 0x44202ef5e0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/lease.go:44 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd.(*Client).NewContainer(0x442095e000, 0x1982320, 0x4420b56180, 0x44209ccc00, 0x40, 0x44212f73f0, 0x2, 0x2, 0x199dcc0, 0x442133b1c0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/client.go:245 +0x248 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/libcontainerd.(*client).Create(0x44202b4540, 0x19822a0, 0x44200c8018, 0x44209ccc00, 0x40, 0x44203dab80, 0x1687040, 0x4420bfdcc0, 0x44209ccc00, 0x413c94) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/client_daemon.go:224 +0x3d4 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon.(*Daemon).containerStart(0x44204283c0, 0x4420f58b40, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/start.go:184 +0x31c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon.(*Daemon).ContainerStart(0x44204283c0, 0x4421410f67, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x44202054c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/start.go:98 +0x13c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersStart(0x4420dfb400, 0x1982320, 0x44213578c0, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x17ac70f, 0x4) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:203 +0x1cc Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.postContainersStart)-fm(0x1982320, 0x44213578c0, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x169dbc0, 0x44213578c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:52 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1982320, 0x44213578c0, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x1982320, 0x44213578c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xac Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1982320, 0x4421357890, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x442153d9e0, 0x20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x324 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1982320, 0x4421357890, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x1982320, 0x4421357890) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x560 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x138 Sep 27 15:27:43 balenad[4129]: net/http.HandlerFunc.ServeHTTP(0x44207cfae0, 0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1947 +0x38 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x44209044b0, 0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4420c7e130, 0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x5c Sep 27 15:27:43 balenad[4129]: net/http.serverHandler.ServeHTTP(0x44207ca680, 0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2697 +0x74 Sep 27 15:27:43 balenad[4129]: net/http.(*conn).serve(0x44208faaa0, 0x1982260, 0x44216100c0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1830 +0x4d8 Sep 27 15:27:43 balenad[4129]: created by net/http.(*Server).Serve Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2798 +0x20c Sep 27 15:27:43 balenad[4129]: goroutine 2145 [IO wait, 1 minutes]: Sep 27 15:27:43 balenad[4129]: internal/poll.runtime_pollWait(0x7f84518e00, 0x72, 0x4421357781) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/netpoll.go:173 +0x3c Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).wait(0x4420773a18, 0x72, 0xffffffffffffff00, 0x1969800, 0x23a2a00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0xa0 Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).waitRead(0x4420773a18, 0x4421357700, 0x1, 0x1) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x30 Sep 27 15:27:43 balenad[4129]: internal/poll.(*FD).Read(0x4420773a00, 0x4421357781, 0x1, 0x1, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x138 Sep 27 15:27:43 balenad[4129]: net.(*netFD).Read(0x4420773a00, 0x4421357781, 0x1, 0x1, 0x0, 0x1965f80, 0x2419000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/fd_unix.go:202 +0x3c Sep 27 15:27:43 balenad[4129]: net.(*conn).Read(0x44207c2368, 0x4421357781, 0x1, 0x1, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/net.go:176 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x442153d9a0, 0x4421357781, 0x1, 0x1, 0x44208173b0, 0x1966101, 0x44208173b0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 Sep 27 15:27:43 balenad[4129]: net/http.(*connReader).backgroundRead(0x4421357770) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:668 +0x4c Sep 27 15:27:43 balenad[4129]: created by net/http.(*connReader).startBackgroundRead Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:664 +0xb8 Sep 27 15:27:43 balenad[4129]: r0 0x23fc528 Sep 27 15:27:43 balenad[4129]: r1 0x0 Sep 27 15:27:43 balenad[4129]: r2 0x0 Sep 27 15:27:43 balenad[4129]: r3 0x0 Sep 27 15:27:43 balenad[4129]: r4 0x0 Sep 27 15:27:43 balenad[4129]: r5 0x0 Sep 27 15:27:43 balenad[4129]: r6 0x2 Sep 27 15:27:43 balenad[4129]: r7 0x2 Sep 27 15:27:43 balenad[4129]: r8 0x62 Sep 27 15:27:43 balenad[4129]: r9 0x0 Sep 27 15:27:43 balenad[4129]: r10 0x442051ff20 Sep 27 15:27:43 balenad[4129]: r11 0x1 Sep 27 15:27:43 balenad[4129]: r12 0x0 Sep 27 15:27:43 balenad[4129]: r13 0x442051ff20 Sep 27 15:27:43 balenad[4129]: r14 0x0 Sep 27 15:27:43 balenad[4129]: r15 0x1 Sep 27 15:27:43 balenad[4129]: r16 0x4420a74000 Sep 27 15:27:43 balenad[4129]: r17 0x442051ff20 Sep 27 15:27:43 balenad[4129]: r18 0x12f Sep 27 15:27:43 balenad[4129]: r19 0xc89caf93677ec824 Sep 27 15:27:43 balenad[4129]: r20 0x256bbcade4104a1c Sep 27 15:27:43 balenad[4129]: r21 0x40 Sep 27 15:27:43 balenad[4129]: r22 0x40 Sep 27 15:27:43 balenad[4129]: r23 0x3962598619702264 Sep 27 15:27:43 balenad[4129]: r24 0x4420883920 Sep 27 15:27:43 balenad[4129]: r25 0x9f777fced42924a1 Sep 27 15:27:43 balenad[4129]: r26 0x1852328 Sep 27 15:27:43 balenad[4129]: r27 0x236bb00 Sep 27 15:27:43 balenad[4129]: r28 0x23fbca0 Sep 27 15:27:43 balenad[4129]: r29 0x7feaf6bf90 Sep 27 15:27:43 balenad[4129]: lr 0x42b1f4 Sep 27 15:27:43 balenad[4129]: sp 0x7feaf6bd80 Sep 27 15:27:43 balenad[4129]: pc 0x45a544 Sep 27 15:27:43 balenad[4129]: fault 0x0 Sep 27 15:27:43 balenad[4129]: balena: error during connect: Post http://%2Fvar%2Frun%2Fbalena-engine.sock/v1.39/containers/c5196f218cb6a71873dc986c2d85920d82dd4f3645ed408ccce1b0f4bd3520f1/start: EOF. Sep 27 15:27:43 balenad[4129]: time="2020-09-27T15:27:43.330142994Z" level=error msg="error waiting for container: unexpected EOF" Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.135823147Z" level=warning msg="Running experimental build" Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.146452418Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=6060 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.287991481Z" level=info msg="starting containerd" revision= version=1.2.2+unknown Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.289832158Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.290187470Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.304459449Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.304786064Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.305230751Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.305391845Z" level=info msg="metadata content store policy set" policy=shared Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.305898408Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306034606Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306247366Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306391845Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306498408Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306605439Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306704606Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306893981Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306981637Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.308082106Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.309253876Z" level=error msg="connecting to shim" error="dial unix \x00/containerd-shim/moby/4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233/shim.sock: connect: connection refused" id=4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233 namespace=moby Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.575415856Z" level=error msg="connecting to shim" error="dial unix \x00/containerd-shim/moby/6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16/shim.sock: connect: connection refused" id=6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16 namespace=moby Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.756714137Z" level=error msg="connecting to shim" error="dial unix \x00/containerd-shim/moby/746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804/shim.sock: connect: connection refused" id=746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804 namespace=moby Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.729268616Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.729762574Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.733737938Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.733940959Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734210438Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734352105Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734451480Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734529866Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734644136Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734741011Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734818407Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734904605Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734982678Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735120751Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735194188Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735293303Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735452313Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735562157Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.736482418Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.736910699Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.737030178Z" level=info msg="containerd successfully booted in 1.452119s" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.626139344Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.629403042Z" level=warning msg="Your kernel does not support cgroup rt period" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.629616532Z" level=warning msg="Your kernel does not support cgroup rt runtime" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.630855855Z" level=warning msg="mountpoint for pids not found" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.633116167Z" level=info msg="Loading containers: start." Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.646874813Z" level=error msg="Failed to load container 90786fa814ed8ca8572a0d9811dd1712aefc0367927fa96c41536a2d6e4f8fa2: open /var/lib/docker/containers/90786fa814ed8ca8572a0d9811dd1712aefc0367927fa96c41536a2d6e4f8fa2/config.v2.json: no such file or directory" Sep 27 15:28:13 balenad[6042]: time="2020-09-27T15:28:13.210250379Z" level=info msg="Removing stale sandbox 2c69b8a7ce948c9bd4d9bd628cda0f476b3e2ad7021f71d85f506222f12b1936 (c5196f218cb6a71873dc986c2d85920d82dd4f3645ed408ccce1b0f4bd3520f1)" Sep 27 15:28:14 balenad[6042]: time="2020-09-27T15:28:14.885573503Z" level=info msg="Removing stale sandbox 4ee227602bfe6016fe332e082721279eacfb14cb99eec88f3b5bd8651fe2026f (4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233)" Sep 27 15:28:15 balenad[6042]: time="2020-09-27T15:28:15.705017982Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint e8a7b86ea01d3d920c3ff7e6bfd8e6fecd6248a0a88b9e321c4fb698c1a425d1 55b67b14e057e8635c77356b5e01da4552bbc05c5cd66f0e2fbf1ed85578d6c5], retrying...." Sep 27 15:28:16 balenad[6042]: time="2020-09-27T15:28:16.788745898Z" level=info msg="Removing stale sandbox a257dda3b7e614edf4cdc11c476b52b00718fb440b213370cf995ad5d5885631 (6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16)" Sep 27 15:28:16 balenad[6042]: time="2020-09-27T15:28:16.827292096Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 04b3342d8f69e7c9b48afb9a24d05c4e2070219b0d47466048ed4aec7a1fe14b 3dc1b5464445eac1170f19e9d2fd26fe5b47c22cc8b5dd6a6ea3a0dfb3d2aeba], retrying...." Sep 27 15:28:18 balenad[6042]: time="2020-09-27T15:28:18.569606366Z" level=info msg="Removing stale sandbox f2c10e5712ac4d930424b2744d2bfa15313dab4f2e31d1b0f0ef3dc33d431acf (746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804)" Sep 27 15:28:19 balenad[6042]: time="2020-09-27T15:28:19.384048657Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint e8a7b86ea01d3d920c3ff7e6bfd8e6fecd6248a0a88b9e321c4fb698c1a425d1 74e7e12824fe4923d374b516c5edd8cf7a7ff5e713723b7de5d65264fe841f91], retrying...." Sep 27 15:28:20 balenad[6042]: time="2020-09-27T15:28:20.159403761Z" level=info msg="Removing stale endpoint eager_haibt (31ab4530a3440ec620a45056035789f675f5bff79ad90d0b39e0fd54eb4ac860)" Sep 27 15:28:20 balenad[6042]: time="2020-09-27T15:28:20.209445428Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Sep 27 15:28:27 balenad[6042]: time="2020-09-27T15:28:27.140745009Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16/shim.sock debug=false pid=6556 Sep 27 15:28:34 balenad[6042]: time="2020-09-27T15:28:34.225093652Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233/shim.sock debug=false pid=6700 Sep 27 15:28:38 balenad[6042]: time="2020-09-27T15:28:38.530123181Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804/shim.sock debug=false pid=6784 Sep 27 15:28:42 balenad[6042]: time="2020-09-27T15:28:42.531221201Z" level=info msg="Loading containers: done." Sep 27 15:28:42 balenad[6042]: time="2020-09-27T15:28:42.744575836Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Sep 27 15:28:42 balenad[6042]: time="2020-09-27T15:28:42.744731044Z" level=info msg="Daemon has completed initialization" Sep 27 15:28:44 balenad[6042]: time="2020-09-27T15:28:44.115104273Z" level=info msg="API listen on /var/run/balena-engine.sock" Sep 27 15:28:44 balenad[6042]: time="2020-09-27T15:28:44.117432085Z" level=info msg="API listen on /var/run/balena-engine.sock" Sep 27 15:28:44 balenad[6042]: time="2020-09-27T15:28:44.117524325Z" level=info msg="API listen on /var/run/balena.sock" Sep 27 15:28:45 balenad[6983]: Loaded image: balena-healthcheck-image:latest real 0m 0.06s user 0m 0.04s sys 0m 0.01s --- balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" --- 2020-09-27 15:28:49.405101094+00:00 Command exited with non-zero status 143 real 0m 10.00s user 0m 0.00s sys 0m 0.00s --- echo === HARDWARE === --- 2020-09-27 15:28:59.442028278+00:00 === HARDWARE === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/cpuinfo --- 2020-09-27 15:28:59.478085361+00:00 processor : 0 BogoMIPS : 38.40 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 processor : 1 BogoMIPS : 38.40 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 processor : 2 BogoMIPS : 38.40 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 processor : 3 BogoMIPS : 38.40 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 Hardware : BCM2835 Revision : a02082 Serial : 000000002cce0f5f Model : Raspberry Pi 3 Model B Rev 1.2 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/device-tree/model --- 2020-09-27 15:28:59.511064007+00:00 Raspberry Pi 3 Model B Rev 1.2real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- cat /proc/meminfo --- 2020-09-27 15:28:59.548952548+00:00 MemTotal: 990032 kB MemFree: 283068 kB MemAvailable: 735464 kB Buffers: 18840 kB Cached: 381048 kB SwapCached: 0 kB Active: 226996 kB Inactive: 294276 kB Active(anon): 124912 kB Inactive(anon): 14128 kB Active(file): 102084 kB Inactive(file): 280148 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 44 kB Writeback: 4 kB AnonPages: 121488 kB Mapped: 71480 kB Shmem: 17656 kB Slab: 144168 kB SReclaimable: 102148 kB SUnreclaim: 42020 kB KernelStack: 3672 kB PageTables: 2768 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 495016 kB Committed_AS: 1102508 kB VmallocTotal: 263061440 kB VmallocUsed: 0 kB VmallocChunk: 0 kB Percpu: 1584 kB CmaTotal: 262144 kB CmaFree: 191196 kB real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- ps --- 2020-09-27 15:28:59.582160100+00:00 PID USER VSZ STAT COMMAND 1 root 153m S {systemd} /sbin/init 2 root 0 SW [kthreadd] 3 root 0 IW< [rcu_gp] 4 root 0 IW< [rcu_par_gp] 7 root 0 IW [kworker/u8:0-br] 8 root 0 IW< [mm_percpu_wq] 9 root 0 SW [ksoftirqd/0] 10 root 0 IW [rcu_preempt] 11 root 0 IW [rcu_sched] 12 root 0 IW [rcu_bh] 13 root 0 SW [migration/0] 14 root 0 SW [cpuhp/0] 15 root 0 SW [cpuhp/1] 16 root 0 SW [migration/1] 17 root 0 SW [ksoftirqd/1] 18 root 0 IW [kworker/1:0-eve] 20 root 0 SW [cpuhp/2] 21 root 0 SW [migration/2] 22 root 0 SW [ksoftirqd/2] 25 root 0 SW [cpuhp/3] 26 root 0 SW [migration/3] 27 root 0 SW [ksoftirqd/3] 30 root 0 SW [kdevtmpfs] 31 root 0 IW< [netns] 32 root 0 SW [rcu_tasks_kthre] 34 root 0 IW [kworker/2:1-eve] 35 root 0 IW [kworker/3:1-eve] 37 root 0 SW [khungtaskd] 38 root 0 SW [oom_reaper] 39 root 0 IW< [writeback] 40 root 0 SW [kcompactd0] 41 root 0 IW< [crypto] 42 root 0 IW< [kblockd] 43 root 0 SW [watchdogd] 44 root 0 IW< [rpciod] 45 root 0 IW< [kworker/u9:0-hc] 46 root 0 IW< [xprtiod] 47 root 0 SW [kswapd0] 48 root 0 IW< [nfsiod] 59 root 0 IW< [kthrotld] 60 root 0 IW< [iscsi_eh] 61 root 0 IW< [dwc_otg] 62 root 0 IW< [DWC Notificatio] 63 root 0 IW< [ipv6_addrconf] 65 root 0 SW [irq/71-mmc1] 90 root 0 IW< [mmc_complete] 91 root 0 IW< [kworker/3:1H-mm] 95 root 0 IW< [kworker/2:1H-mm] 96 root 0 DW< [kworker/1:1H+kb] 100 root 0 IW< [kworker/0:1H-kb] 248 root 0 IW [kworker/2:2-cgr] 263 root 0 IW< [kworker/2:2H-ev] 278 root 0 IW [kworker/u8:1-ev] 335 root 0 IW [kworker/0:2-cgr] 406 root 0 SW [jbd2/mmcblk0p2-] 407 root 0 IW< [ext4-rsv-conver] 420 root 0 SW [jbd2/mmcblk0p5-] 421 root 0 IW< [ext4-rsv-conver] 475 root 34172 S /lib/systemd/systemd-journald 578 root 0 DW [jbd2/mmcblk0p6-] 579 root 0 IW< [ext4-rsv-conver] 580 root 0 SW [ext4lazyinit] 606 root 5392 S /lib/systemd/systemd-udevd 622 root 0 SW [spi0] 624 root 0 SW< [vchiq-slot/0] 625 root 0 SW< [vchiq-recy/0] 626 root 0 SW< [vchiq-sync/0] 636 root 0 SW [vchiq-keep/0] 647 root 0 IW< [cfg80211] 662 root 0 IW< [brcmf_wq/mmc1:0] 663 root 0 SW [brcmf_wdog/mmc1] 667 root 0 IW [kworker/0:3-mm_] 670 root 291m S /usr/sbin/rngd -f -r /dev/hwrng 684 root 11036 S @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/r 692 root 306m S /usr/sbin/ModemManager --log-journal 696 root 3256 S /sbin/klogd -n 700 messageb 4740 S /usr/bin/dbus-daemon --system --address=systemd: --n 705 root 3256 S /sbin/syslogd -n 710 root 7360 S /lib/systemd/systemd-logind 715 root 77520 S /usr/sbin/chronyd -s -d 784 avahi 4872 S avahi-daemon: running [283b69f.local] 785 avahi 4740 S avahi-daemon: chroot helper 793 root 385m S /usr/sbin/NetworkManager --no-daemon 803 nobody 4084 S /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10 820 root 0 IW< [kworker/u9:1-hc] 821 root 2024 S /usr/bin/hciattach /dev/serial1 bcm43xx 921600 noflo 835 root 6844 S /usr/libexec/bluetooth/bluetoothd --experimental 856 root 11124 S /usr/sbin/wpa_supplicant -u 1229 openvpn 7888 S /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pi 2278 root 0 IW [kworker/3:4-eve] 3596 root 0 IW [kworker/1:1-cgr] 3603 root 0 IW< [kworker/3:0H-kb] 3628 root 0 IW< [kworker/0:0H-kb] 3868 root 0 IW< [kworker/1:0H-kb] 4497 root 0 IW [kworker/u8:3-ev] 5485 root 0 IW [kworker/3:0-cgr] 5505 root 0 IW [kworker/0:1-eve] 5674 root 0 IW< [kworker/1:2H-ev] 5756 root 0 IW< [kworker/0:2H-kb] 5790 root 0 IW< [kworker/3:2H-kb] 5806 root 0 IW [kworker/2:0-cgr] 5920 root 0 IW [kworker/u8:2-ev] 6014 root 0 IW [kworker/3:2-eve] 6042 root 1427m S /usr/bin/balenad --experimental --log-driver=journal 6043 root 4640 S /proc/self/exe --healthcheck /usr/lib/balena/balena- 6044 root 3468 S {balena-healthch} /bin/sh /usr/lib/balena/balena-hea 6060 root 1276m S balena-engine-containerd --config /var/run/balena-en 6083 root 0 IW [kworker/2:3-cgr] 6385 root 6400 S sshd: root@notty 6519 root 3500 S bash -s -- 6530 root 550m S /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0 6618 root 550m S /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0 6700 root 695m S balena-engine-containerd-shim -namespace moby -workd 6723 root 1620 S {run.sh} /bin/sh /app/run.sh 6784 root 767m S balena-engine-containerd-shim -namespace moby -workd 6798 root 15576 S {hass-configurat} /usr/bin/python3.5 /usr/bin/hass-c 6826 1883 2916 S /usr/sbin/mosquitto -c /mosquitto/config/mosquitto.c 6883 root 0 IW [kworker/1:2-rcu] 6985 root 551m S /usr/bin/balena stop resin_supervisor 7072 root 623m S balena run --rm --log-driver none --network none bal 7224 root 0 IW [kworker/3:3-cgr] 7232 root 695m S balena-engine-containerd-shim -namespace moby -workd 7380 root 3124 S /usr/bin/time -o /dev/stdout timeout --preserve-stat 7381 root 2212 S timeout --preserve-status --kill-after=20 -v 10 bash 7382 root 3428 R ps real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- top -b -n 1 --- 2020-09-27 15:28:59.642771715+00:00 Mem: 713748K used, 276284K free, 17656K shrd, 18840K buff, 381048K cached CPU: 31% usr 66% sys 0% nic 0% idle 2% io 0% irq 0% sirq Load average: 6.94 7.61 4.75 9/234 7431 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 1 0 root S 153m 16% 17% {systemd} /sbin/init 700 1 messageb S 4740 0% 8% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 475 1 root S 34172 3% 2% /lib/systemd/systemd-journald 710 1 root S 7360 1% 2% /lib/systemd/systemd-logind 7392 7391 root R 3256 0% 2% top -b -n 1 34 2 root IW 0 0% 2% [kworker/2:1-mem] 18 2 root IW 0 0% 2% [kworker/1:0-eve] 5505 2 root IW 0 0% 2% [kworker/0:1-mem] 6042 1 root S 1427m 147% 0% /usr/bin/balenad --experimental --log-driver=journald -s aufs -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock --dns 10.114.102.1 --bip 10.114.101.1/24 --fixed-cidr=10.114.101.0/25 --max-download-attempts=10 --exec-opt native.cgroupdriver=systemd 6060 6042 root S 1276m 132% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 6784 6060 root S 767m 79% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804 -address /var/run/balena-engine/containerd/balena-engine-containerd.sock -containerd-binary /usr/bin/balena-engine -containerd-binary-argv0 balena-engine-containerd -runtime-root /var/run/balena-engine/runtime-runc 7232 6060 root S 695m 72% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/071a998964df4b9956ea0103351cc067bb62c885d097799de95ac11c0d1fa73d -address /var/run/balena-engine/containerd/balena-engine-containerd.sock -containerd-binary /usr/bin/balena-engine -containerd-binary-argv0 balena-engine-containerd -runtime-root /var/run/balena-engine/runtime-runc 6700 6060 root S 695m 72% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233 -address /var/run/balena-engine/containerd/balena-engine-containerd.sock -containerd-binary /usr/bin/balena-engine -containerd-binary-argv0 balena-engine-containerd -runtime-root /var/run/balena-engine/runtime-runc 7072 6044 root S 623m 64% 0% balena run --rm --log-driver none --network none balena-healthcheck-image 6985 1 root S 551m 57% 0% /usr/bin/balena stop resin_supervisor 6618 6042 root S 550m 57% 0% /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0.0.0 -host-port 1883 -container-ip 172.17.0.3 -container-port 1883 6530 6042 root S 550m 57% 0% /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8080 -container-ip 172.17.0.2 -container-port 3218 793 1 root S 385m 40% 0% /usr/sbin/NetworkManager --no-daemon 692 1 root S 306m 32% 0% /usr/sbin/ModemManager --log-journal 670 1 root S 291m 30% 0% /usr/sbin/rngd -f -r /dev/hwrng 7423 1 root R 153m 16% 0% {(sshd)} /usr/sbin/sshd -i -f /etc/ssh/sshd_config_readonly 715 1 root S 77520 8% 0% /usr/sbin/chronyd -s -d 6798 6723 root S 15576 2% 0% {hass-configurat} /usr/bin/python3.5 /usr/bin/hass-configurator 856 1 root S 11124 1% 0% /usr/sbin/wpa_supplicant -u 684 1 root S 11036 1% 0% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 1229 1 openvpn S 7888 1% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 835 1 root S 6844 1% 0% /usr/libexec/bluetooth/bluetoothd --experimental 6385 1 root S 6400 1% 0% sshd: root@notty 7412 1 root R 6140 1% 0% [sshd] 7418 1 root R 5916 1% 0% /usr/sbin/sshd -i -f /etc/ssh/sshd_config_readonly 606 1 root S 5392 1% 0% /lib/systemd/systemd-udevd 784 1 avahi S 4872 0% 0% avahi-daemon: running [283b69f.local] 785 784 avahi S 4740 0% 0% avahi-daemon: chroot helper 6043 6042 root S 4640 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 6042 803 1 nobody S 4084 0% 0% /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10.114.102.1 -7 /etc/dnsmasq.d/ -r /etc/resolv.dnsmasq -z --servers-file=/run/dnsmasq.servers -k --log-facility=- 6519 6385 root S 3500 0% 0% bash -s -- 7404 1 root R 3468 0% 0% [ssh_keys_merger] 7411 1 root S 3468 0% 0% [ssh_keys_merger] 6044 6043 root S 3468 0% 0% {balena-healthch} /bin/sh /usr/lib/balena/balena-healthcheck 705 1 root S 3256 0% 0% /sbin/syslogd -n 696 1 root S 3256 0% 0% /sbin/klogd -n 7390 6519 root S 3124 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 6826 6784 1883 S 2916 0% 0% /usr/sbin/mosquitto -c /mosquitto/config/mosquitto.conf 7391 7390 root S 2212 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 821 1 root S 2024 0% 0% /usr/bin/hciattach /dev/serial1 bcm43xx 921600 noflow - b8:27:eb:64:a5:f5 6723 6700 root S 1620 0% 0% {run.sh} /bin/sh /app/run.sh 278 2 root IW 0 0% 0% [kworker/u8:1-ev] 65 2 root SW 0 0% 0% [irq/71-mmc1] 7 2 root IW 0 0% 0% [kworker/u8:0-br] 10 2 root RW 0 0% 0% [rcu_preempt] 95 2 root IW< 0 0% 0% [kworker/2:1H-mm] 47 2 root SW 0 0% 0% [kswapd0] 663 2 root SW 0 0% 0% [brcmf_wdog/mmc1] 96 2 root DW< 0 0% 0% [kworker/1:1H+kb] 100 2 root IW< 0 0% 0% [kworker/0:1H-kb] 91 2 root IW< 0 0% 0% [kworker/3:1H-mm] 578 2 root DW 0 0% 0% [jbd2/mmcblk0p6-] 35 2 root IW 0 0% 0% [kworker/3:1-eve] 11 2 root IW 0 0% 0% [rcu_sched] 248 2 root IW 0 0% 0% [kworker/2:2-cgr] 3596 2 root IW 0 0% 0% [kworker/1:1-cgr] 9 2 root SW 0 0% 0% [ksoftirqd/0] 2278 2 root DW 0 0% 0% [kworker/3:4+eve] 5485 2 root IW 0 0% 0% [kworker/3:0-cgr] 17 2 root SW 0 0% 0% [ksoftirqd/1] 27 2 root SW 0 0% 0% [ksoftirqd/3] 22 2 root SW 0 0% 0% [ksoftirqd/2] 335 2 root IW 0 0% 0% [kworker/0:2-cgr] 580 2 root DW 0 0% 0% [ext4lazyinit] 667 2 root IW 0 0% 0% [kworker/0:3-mm_] 5920 2 root IW 0 0% 0% [kworker/u8:2-ev] 263 2 root IW< 0 0% 0% [kworker/2:2H-ev] 5806 2 root IW 0 0% 0% [kworker/2:0-cgr] 6014 2 root IW 0 0% 0% [kworker/3:2-eve] 4497 2 root IW 0 0% 0% [kworker/u8:3-ev] 3628 2 root IW< 0 0% 0% [kworker/0:0H-kb] 5674 2 root IW< 0 0% 0% [kworker/1:2H-ev] 2 0 root SW 0 0% 0% [kthreadd] 13 2 root SW 0 0% 0% [migration/0] 16 2 root SW 0 0% 0% [migration/1] 21 2 root SW 0 0% 0% [migration/2] 26 2 root SW 0 0% 0% [migration/3] 30 2 root SW 0 0% 0% [kdevtmpfs] 420 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 3868 2 root IW< 0 0% 0% [kworker/1:0H-kb] 5756 2 root IW< 0 0% 0% [kworker/0:2H-kb] 7402 1 root Z 0 0% 0% [ssh_keys_merger] 3 2 root IW< 0 0% 0% [rcu_gp] 4 2 root IW< 0 0% 0% [rcu_par_gp] 8 2 root IW< 0 0% 0% [mm_percpu_wq] 12 2 root IW 0 0% 0% [rcu_bh] 14 2 root SW 0 0% 0% [cpuhp/0] 15 2 root SW 0 0% 0% [cpuhp/1] 20 2 root SW 0 0% 0% [cpuhp/2] 25 2 root SW 0 0% 0% [cpuhp/3] 31 2 root IW< 0 0% 0% [netns] 32 2 root SW 0 0% 0% [rcu_tasks_kthre] 37 2 root SW 0 0% 0% [khungtaskd] 38 2 root SW 0 0% 0% [oom_reaper] 39 2 root IW< 0 0% 0% [writeback] 40 2 root SW 0 0% 0% [kcompactd0] 41 2 root IW< 0 0% 0% [crypto] 42 2 root IW< 0 0% 0% [kblockd] 43 2 root SW 0 0% 0% [watchdogd] 44 2 root IW< 0 0% 0% [rpciod] 45 2 root IW< 0 0% 0% [kworker/u9:0-hc] 46 2 root IW< 0 0% 0% [xprtiod] 48 2 root IW< 0 0% 0% [nfsiod] 59 2 root IW< 0 0% 0% [kthrotld] 60 2 root IW< 0 0% 0% [iscsi_eh] 61 2 root IW< 0 0% 0% [dwc_otg] 62 2 root IW< 0 0% 0% [DWC Notificatio] 63 2 root IW< 0 0% 0% [ipv6_addrconf] 90 2 root IW< 0 0% 0% [mmc_complete] 406 2 root SW 0 0% 0% [jbd2/mmcblk0p2-] 407 2 root IW< 0 0% 0% [ext4-rsv-conver] 421 2 root IW< 0 0% 0% [ext4-rsv-conver] 579 2 root IW< 0 0% 0% [ext4-rsv-conver] 622 2 root SW 0 0% 0% [spi0] 624 2 root SW< 0 0% 0% [vchiq-slot/0] 625 2 root SW< 0 0% 0% [vchiq-recy/0] 626 2 root SW< 0 0% 0% [vchiq-sync/0] 636 2 root SW 0 0% 0% [vchiq-keep/0] 647 2 root IW< 0 0% 0% [cfg80211] 662 2 root IW< 0 0% 0% [brcmf_wq/mmc1:0] 820 2 root IW< 0 0% 0% [kworker/u9:1-hc] 3603 2 root IW< 0 0% 0% [kworker/3:0H-kb] 5790 2 root IW< 0 0% 0% [kworker/3:2H-kb] 6083 2 root IW 0 0% 0% [kworker/2:3-cgr] 6883 2 root IW 0 0% 0% [kworker/1:2-rcu] 7224 2 root IW 0 0% 0% [kworker/3:3-cgr] real 0m 0.19s user 0m 0.01s sys 0m 0.03s --- cat /var/log/provisioning-progress.log --- 2020-09-27 15:28:59.879486402+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- df -h --- 2020-09-27 15:28:59.915078173+00:00 Filesystem Size Used Avail Use% Mounted on devtmpfs 350M 0 350M 0% /dev /dev/disk/by-partuuid/8f70a2f6-02 300M 278M 1.9M 100% /mnt/sysroot/active /dev/disk/by-label/resin-state 19M 225K 17M 2% /mnt/state none 300M 278M 1.9M 100% / tmpfs 484M 208K 484M 1% /dev/shm tmpfs 484M 17M 467M 4% /run tmpfs 484M 0 484M 0% /sys/fs/cgroup tmpfs 484M 196K 484M 1% /tmp tmpfs 484M 68K 484M 1% /var/volatile /dev/mmcblk0p1 40M 8.0M 32M 21% /mnt/boot /dev/mmcblk0p6 59G 5.4G 50G 10% /mnt/data real 0m 0.78s user 0m 0.00s sys 0m 0.01s --- df -ih --- 2020-09-27 15:29:00.729424006+00:00 Filesystem Inodes IUsed IFree IUse% Mounted on devtmpfs 88K 392 88K 1% /dev /dev/disk/by-partuuid/8f70a2f6-02 39K 5.7K 34K 15% /mnt/sysroot/active /dev/disk/by-label/resin-state 5.1K 67 5.0K 2% /mnt/state none 39K 5.7K 34K 15% / tmpfs 121K 7 121K 1% /dev/shm tmpfs 121K 594 121K 1% /run tmpfs 121K 13 121K 1% /sys/fs/cgroup tmpfs 121K 13 121K 1% /tmp tmpfs 121K 46 121K 1% /var/volatile /dev/mmcblk0p1 0 0 0 - /mnt/boot /dev/mmcblk0p6 7.4M 363K 7.1M 5% /mnt/data real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done --- 2020-09-27 15:29:00.785209787+00:00 /sys/class/thermal/thermal_zone0 58534 real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done --- 2020-09-27 15:29:00.873726506+00:00 /sys/class/mmc_host/mmc0/mmc0:0007 manfid:0x000027 oemid:0x5048 name:SD64G hwrev:0x3 fwrev:0x0 real 0m 0.10s user 0m 0.00s sys 0m 0.02s --- free -h --- 2020-09-27 15:29:01.091013225+00:00 total used free shared buff/cache available Mem: 990032 310500 279552 17660 399980 732080 Swap: 0 0 0 real 0m 0.03s user 0m 0.00s sys 0m 0.00s --- ls -l /dev --- 2020-09-27 15:29:01.192791819+00:00 total 0 crw-r--r-- 1 root root 10, 235 Jan 31 2020 autofs drwxr-xr-x 2 root root 660 Jan 1 1970 block drwxr-xr-x 3 root root 60 Jan 1 1970 bus crw------- 1 root root 10, 63 Jan 31 2020 cachefiles drwxr-xr-x 2 root root 2620 Feb 3 2020 char crw------- 1 root root 5, 1 Jan 31 2020 console crw------- 1 root root 10, 62 Jan 31 2020 cpu_dma_latency crw------- 1 root root 10, 203 Jan 31 2020 cuse drwxr-xr-x 8 root root 160 Jan 31 2020 disk drwxr-xr-x 3 root root 80 Jan 31 2020 dri crw-rw---- 1 root video 29, 0 Jan 31 2020 fb0 lrwxrwxrwx 1 root root 13 Jan 1 1970 fd -> /proc/self/fd crw-rw-rw- 1 root root 1, 7 Jan 31 2020 full crw-rw-rw- 1 root root 10, 229 Jan 31 2020 fuse crw------- 1 root root 254, 0 Jan 31 2020 gpiochip0 crw------- 1 root root 254, 1 Jan 31 2020 gpiochip1 crw------- 1 root root 254, 2 Jan 31 2020 gpiochip2 crw------- 1 root root 248, 0 Jan 31 2020 gpiomem crw------- 1 root root 10, 183 Jan 31 2020 hwrng crw------- 1 root root 89, 1 Feb 3 2020 i2c-1 crw------- 1 root root 89, 2 Feb 3 2020 i2c-2 lrwxrwxrwx 1 root root 12 Jan 31 2020 initctl -> /run/initctl crw-r--r-- 1 root root 1, 11 Jan 31 2020 kmsg lrwxrwxrwx 1 root root 28 Jan 31 2020 log -> /run/systemd/journal/dev-log crw-rw---- 1 root disk 10, 237 Jan 31 2020 loop-control brw-rw---- 1 root disk 7, 0 Jan 31 2020 loop0 brw-rw---- 1 root disk 7, 1 Jan 31 2020 loop1 brw-rw---- 1 root disk 7, 2 Jan 31 2020 loop2 brw-rw---- 1 root disk 7, 3 Jan 31 2020 loop3 brw-rw---- 1 root disk 7, 4 Jan 31 2020 loop4 brw-rw---- 1 root disk 7, 5 Jan 31 2020 loop5 brw-rw---- 1 root disk 7, 6 Jan 31 2020 loop6 brw-rw---- 1 root disk 7, 7 Jan 31 2020 loop7 drwxr-xr-x 2 root root 60 Jan 31 2020 mapper crw-r----- 1 root kmem 1, 1 Jan 31 2020 mem crw------- 1 root root 10, 59 Jan 31 2020 memory_bandwidth brw-rw---- 1 root disk 179, 0 Jan 31 2020 mmcblk0 brw-rw---- 1 root disk 179, 1 Jan 31 2020 mmcblk0p1 brw-rw---- 1 root disk 179, 2 Jan 31 2020 mmcblk0p2 brw-rw---- 1 root disk 179, 3 Jan 31 2020 mmcblk0p3 brw-rw---- 1 root disk 179, 4 Jan 31 2020 mmcblk0p4 brw-rw---- 1 root disk 179, 5 Jan 31 2020 mmcblk0p5 brw-rw---- 1 root disk 179, 6 Jan 31 2020 mmcblk0p6 drwxrwxrwt 2 root root 40 Jan 1 1970 mqueue drwxr-xr-x 2 root root 60 Jan 1 1970 net crw------- 1 root root 10, 61 Jan 31 2020 network_latency crw------- 1 root root 10, 60 Jan 31 2020 network_throughput crw-rw-rw- 1 root root 1, 3 Jan 31 2020 null crw------- 1 root root 108, 0 Jan 31 2020 ppp crw-rw-rw- 1 root tty 5, 2 Jan 31 2020 ptmx drwxr-xr-x 2 root root 0 Jan 31 2020 pts brw-rw---- 1 root disk 1, 0 Jan 31 2020 ram0 brw-rw---- 1 root disk 1, 1 Jan 31 2020 ram1 brw-rw---- 1 root disk 1, 10 Jan 31 2020 ram10 brw-rw---- 1 root disk 1, 11 Jan 31 2020 ram11 brw-rw---- 1 root disk 1, 12 Jan 31 2020 ram12 brw-rw---- 1 root disk 1, 13 Jan 31 2020 ram13 brw-rw---- 1 root disk 1, 14 Jan 31 2020 ram14 brw-rw---- 1 root disk 1, 15 Jan 31 2020 ram15 brw-rw---- 1 root disk 1, 2 Jan 31 2020 ram2 brw-rw---- 1 root disk 1, 3 Jan 31 2020 ram3 brw-rw---- 1 root disk 1, 4 Jan 31 2020 ram4 brw-rw---- 1 root disk 1, 5 Jan 31 2020 ram5 brw-rw---- 1 root disk 1, 6 Jan 31 2020 ram6 brw-rw---- 1 root disk 1, 7 Jan 31 2020 ram7 brw-rw---- 1 root disk 1, 8 Jan 31 2020 ram8 brw-rw---- 1 root disk 1, 9 Jan 31 2020 ram9 crw-rw-rw- 1 root root 1, 8 Jan 31 2020 random drwxr-xr-x 2 root root 60 Jan 1 1970 raw crw-rw-r-- 1 root root 10, 58 Jan 31 2020 rfkill lrwxrwxrwx 1 root root 7 Jan 31 2020 serial1 -> ttyAMA0 drwxrwxrwt 2 root root 40 Sep 27 15:28 shm drwxr-xr-x 3 root root 140 Jan 31 2020 snd crw------- 1 root root 153, 0 Jan 31 2020 spidev0.0 crw------- 1 root root 153, 1 Jan 31 2020 spidev0.1 lrwxrwxrwx 1 root root 15 Jan 1 1970 stderr -> /proc/self/fd/2 lrwxrwxrwx 1 root root 15 Jan 1 1970 stdin -> /proc/self/fd/0 lrwxrwxrwx 1 root root 15 Jan 1 1970 stdout -> /proc/self/fd/1 crw-rw-rw- 1 root tty 5, 0 Jan 31 2020 tty crw--w---- 1 root tty 4, 0 Jan 31 2020 tty0 crw--w---- 1 root tty 4, 1 Jan 31 2020 tty1 crw--w---- 1 root tty 4, 10 Jan 31 2020 tty10 crw--w---- 1 root tty 4, 11 Jan 31 2020 tty11 crw--w---- 1 root tty 4, 12 Jan 31 2020 tty12 crw--w---- 1 root tty 4, 13 Jan 31 2020 tty13 crw--w---- 1 root tty 4, 14 Jan 31 2020 tty14 crw--w---- 1 root tty 4, 15 Jan 31 2020 tty15 crw--w---- 1 root tty 4, 16 Jan 31 2020 tty16 crw--w---- 1 root tty 4, 17 Jan 31 2020 tty17 crw--w---- 1 root tty 4, 18 Jan 31 2020 tty18 crw--w---- 1 root tty 4, 19 Jan 31 2020 tty19 crw--w---- 1 root tty 4, 2 Jan 31 2020 tty2 crw--w---- 1 root tty 4, 20 Jan 31 2020 tty20 crw--w---- 1 root tty 4, 21 Jan 31 2020 tty21 crw--w---- 1 root tty 4, 22 Jan 31 2020 tty22 crw--w---- 1 root tty 4, 23 Jan 31 2020 tty23 crw--w---- 1 root tty 4, 24 Jan 31 2020 tty24 crw--w---- 1 root tty 4, 25 Jan 31 2020 tty25 crw--w---- 1 root tty 4, 26 Jan 31 2020 tty26 crw--w---- 1 root tty 4, 27 Jan 31 2020 tty27 crw--w---- 1 root tty 4, 28 Jan 31 2020 tty28 crw--w---- 1 root tty 4, 29 Jan 31 2020 tty29 crw--w---- 1 root tty 4, 3 Jan 31 2020 tty3 crw--w---- 1 root tty 4, 30 Jan 31 2020 tty30 crw--w---- 1 root tty 4, 31 Jan 31 2020 tty31 crw--w---- 1 root tty 4, 32 Jan 31 2020 tty32 crw--w---- 1 root tty 4, 33 Jan 31 2020 tty33 crw--w---- 1 root tty 4, 34 Jan 31 2020 tty34 crw--w---- 1 root tty 4, 35 Jan 31 2020 tty35 crw--w---- 1 root tty 4, 36 Jan 31 2020 tty36 crw--w---- 1 root tty 4, 37 Jan 31 2020 tty37 crw--w---- 1 root tty 4, 38 Jan 31 2020 tty38 crw--w---- 1 root tty 4, 39 Jan 31 2020 tty39 crw--w---- 1 root tty 4, 4 Jan 31 2020 tty4 crw--w---- 1 root tty 4, 40 Jan 31 2020 tty40 crw--w---- 1 root tty 4, 41 Jan 31 2020 tty41 crw--w---- 1 root tty 4, 42 Jan 31 2020 tty42 crw--w---- 1 root tty 4, 43 Jan 31 2020 tty43 crw--w---- 1 root tty 4, 44 Jan 31 2020 tty44 crw--w---- 1 root tty 4, 45 Jan 31 2020 tty45 crw--w---- 1 root tty 4, 46 Jan 31 2020 tty46 crw--w---- 1 root tty 4, 47 Jan 31 2020 tty47 crw--w---- 1 root tty 4, 48 Jan 31 2020 tty48 crw--w---- 1 root tty 4, 49 Jan 31 2020 tty49 crw--w---- 1 root tty 4, 5 Jan 31 2020 tty5 crw--w---- 1 root tty 4, 50 Jan 31 2020 tty50 crw--w---- 1 root tty 4, 51 Jan 31 2020 tty51 crw--w---- 1 root tty 4, 52 Jan 31 2020 tty52 crw--w---- 1 root tty 4, 53 Jan 31 2020 tty53 crw--w---- 1 root tty 4, 54 Jan 31 2020 tty54 crw--w---- 1 root tty 4, 55 Jan 31 2020 tty55 crw--w---- 1 root tty 4, 56 Jan 31 2020 tty56 crw--w---- 1 root tty 4, 57 Jan 31 2020 tty57 crw--w---- 1 root tty 4, 58 Jan 31 2020 tty58 crw--w---- 1 root tty 4, 59 Jan 31 2020 tty59 crw--w---- 1 root tty 4, 6 Jan 31 2020 tty6 crw--w---- 1 root tty 4, 60 Jan 31 2020 tty60 crw--w---- 1 root tty 4, 61 Jan 31 2020 tty61 crw--w---- 1 root tty 4, 62 Jan 31 2020 tty62 crw--w---- 1 root tty 4, 63 Jan 31 2020 tty63 crw--w---- 1 root tty 4, 7 Jan 31 2020 tty7 crw--w---- 1 root tty 4, 8 Jan 31 2020 tty8 crw--w---- 1 root tty 4, 9 Jan 31 2020 tty9 crw-rw---- 1 root dialout 204, 64 Feb 3 2020 ttyAMA0 crw------- 1 root root 5, 3 Jan 31 2020 ttyprintk crw------- 1 root root 10, 239 Jan 31 2020 uhid crw------- 1 root root 10, 223 Jan 31 2020 uinput crw-rw-rw- 1 root root 1, 9 Jan 31 2020 urandom crw------- 1 root root 250, 0 Jan 31 2020 vc-mem crw------- 1 root root 244, 0 Jan 31 2020 vchiq crw------- 1 root root 249, 0 Jan 31 2020 vcio crw-rw---- 1 root tty 7, 0 Jan 31 2020 vcs crw-rw---- 1 root tty 7, 1 Jan 31 2020 vcs1 crw-rw---- 1 root tty 7, 2 Feb 3 2020 vcs2 crw-rw---- 1 root tty 7, 3 Feb 3 2020 vcs3 crw-rw---- 1 root tty 7, 4 Feb 3 2020 vcs4 crw-rw---- 1 root tty 7, 5 Feb 3 2020 vcs5 crw-rw---- 1 root tty 7, 6 Feb 3 2020 vcs6 crw-rw---- 1 root tty 7, 128 Jan 31 2020 vcsa crw-rw---- 1 root tty 7, 129 Jan 31 2020 vcsa1 crw-rw---- 1 root tty 7, 130 Feb 3 2020 vcsa2 crw-rw---- 1 root tty 7, 131 Feb 3 2020 vcsa3 crw-rw---- 1 root tty 7, 132 Feb 3 2020 vcsa4 crw-rw---- 1 root tty 7, 133 Feb 3 2020 vcsa5 crw-rw---- 1 root tty 7, 134 Feb 3 2020 vcsa6 crw-rw---- 1 root tty 7, 64 Jan 31 2020 vcsu crw-rw---- 1 root tty 7, 65 Jan 31 2020 vcsu1 crw-rw---- 1 root tty 7, 66 Feb 3 2020 vcsu2 crw-rw---- 1 root tty 7, 67 Feb 3 2020 vcsu3 crw-rw---- 1 root tty 7, 68 Feb 3 2020 vcsu4 crw-rw---- 1 root tty 7, 69 Feb 3 2020 vcsu5 crw-rw---- 1 root tty 7, 70 Feb 3 2020 vcsu6 crw------- 1 root root 10, 137 Jan 31 2020 vhci crw------- 1 root root 10, 130 Jan 31 2020 watchdog crw------- 1 root root 252, 0 Jan 31 2020 watchdog0 crw-rw-rw- 1 root root 1, 5 Jan 31 2020 zero real 0m 0.03s user 0m 0.00s sys 0m 0.01s --- lsusb -vvv --- 2020-09-27 15:29:01.274424996+00:00 Bus 001 Device 003: ID 0424:ec00 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 255 bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 idVendor 0x0424 idProduct 0xec00 bcdDevice 2.00 iManufacturer 0 iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0027 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 2mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 bInterfaceSubClass 0 bInterfaceProtocol 255 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0010 1x 16 bytes bInterval 4 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 255 bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 001 Device 002: ID 0424:9514 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 2 bMaxPacketSize0 64 idVendor 0x0424 idProduct 0x9514 bcdDevice 2.00 iManufacturer 0 iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0029 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 2mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 1 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0001 1x 1 bytes bInterval 12 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 1 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 2 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0001 1x 1 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 5 wHubCharacteristic 0x000d Per-port power switching Compound device Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 50 * 2 milli seconds bHubContrCurrent 1 milli Ampere DeviceRemovable 0x02 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0503 highspeed power enable connect Port 2: 0000.0100 power Port 3: 0000.0100 power Port 4: 0000.0100 power Port 5: 0000.0100 power Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 001 Device 001: ID 1d6b:0002 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0002 bcdDevice 4.19 iManufacturer 3 Linux 4.19.71 dwc_otg_hcd iProduct 2 DWC OTG Controller iSerial 1 3f980000.usb bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0019 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 0 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 1 wHubCharacteristic 0x0008 Ganged power switching Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 1 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0503 highspeed power enable connect Device Status: 0x0001 Self Powered real 0m 0.06s user 0m 0.01s sys 0m 0.02s --- mmcli -L --- 2020-09-27 15:29:01.382505777+00:00 No modems were found real 0m 0.13s user 0m 0.02s sys 0m 0.03s --- mount --- 2020-09-27 15:29:01.565916506+00:00 proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,relatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=357992k,nr_inodes=89498,mode=755) /dev/mmcblk0p2 on /mnt/sysroot/active type ext4 (rw,relatime) /dev/mmcblk0p5 on /mnt/state type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/machine-id type ext4 (rw,relatime) none on / type aufs (ro,relatime,si=68bb887ed156376d,dio,dirperm1) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755) cgroup2 on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate) cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) systemd-1 on /mnt/sysroot/inactive type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct) debugfs on /sys/kernel/debug type debugfs (rw,relatime) mqueue on /dev/mqueue type mqueue (rw,relatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev) configfs on /sys/kernel/config type configfs (rw,relatime) tmpfs on /var/volatile type tmpfs (rw,relatime) /dev/mmcblk0p1 on /mnt/boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro) tmpfs on /srv type tmpfs (rw,relatime) tmpfs on /var/spool type tmpfs (rw,relatime) tmpfs on /var/cache type tmpfs (rw,relatime) tmpfs on /var/lib type tmpfs (rw,relatime) /dev/mmcblk0p6 on /mnt/data type ext4 (rw,relatime) /dev/mmcblk0p6 on /resin-data type ext4 (rw,relatime) /dev/mmcblk0p6 on /var/lib/docker type ext4 (rw,relatime) /dev/mmcblk0p6 on /var/volatile/lib/docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/resin-supervisor type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/ssh/hostkeys type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.ssh type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/chrony type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/chrony type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/bluetooth type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/bluetooth type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.rnd type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/hostname type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/NetworkManager/conf.d type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/systemd type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/systemd type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/NetworkManager type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/NetworkManager type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/NetworkManager/system-connections type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/udev/rules.d type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/openvpn type ext4 (rw,relatime) real 0m 0.02s user 0m 0.01s sys 0m 0.01s --- uname -a --- 2020-09-27 15:29:01.621790464+00:00 Linux 283b69f 4.19.71 #1 SMP PREEMPT Fri Jan 31 09:22:56 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux real 0m 1.30s user 0m 0.00s sys 0m 0.00s --- echo === NETWORK === --- 2020-09-27 15:29:02.952025672+00:00 === NETWORK === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- /sbin/ip addr --- 2020-09-27 15:29:02.987539995+00:00 1: lo: mtu 65536 qdisc noqueue qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc fq_codel qlen 1000 link/ether b8:27:eb:ce:0f:5f brd ff:ff:ff:ff:ff:ff 3: wlan0: mtu 1500 qdisc fq_codel qlen 1000 link/ether b8:27:eb:9b:5a:0a brd ff:ff:ff:ff:ff:ff inet 192.168.0.108/24 brd 192.168.0.255 scope global dynamic wlan0 valid_lft 6225sec preferred_lft 6225sec inet6 fe80::4cf2:6f5c:cd56:7b09/64 scope link valid_lft forever preferred_lft forever 4: resin-dns: mtu 1500 qdisc noqueue qlen 1000 link/ether f2:02:72:7f:f6:46 brd ff:ff:ff:ff:ff:ff inet 10.114.102.1/24 scope global resin-dns valid_lft forever preferred_lft forever inet6 fe80::f002:72ff:fe7f:f646/64 scope link valid_lft forever preferred_lft forever 6: balena0: mtu 1500 qdisc noqueue link/ether 02:42:4d:ba:84:ef brd ff:ff:ff:ff:ff:ff inet 10.114.101.1/24 brd 10.114.101.255 scope global balena0 valid_lft forever preferred_lft forever 7: supervisor0: mtu 1500 qdisc noqueue link/ether 02:42:34:09:aa:c7 brd ff:ff:ff:ff:ff:ff inet 10.114.104.1/25 brd 10.114.104.127 scope global supervisor0 valid_lft forever preferred_lft forever 8: br-e8a7b86ea01d: mtu 1500 qdisc noqueue link/ether 02:42:c5:4b:97:10 brd ff:ff:ff:ff:ff:ff inet 172.17.0.1/16 brd 172.17.255.255 scope global br-e8a7b86ea01d valid_lft forever preferred_lft forever inet6 fe80::42:c5ff:fe4b:9710/64 scope link valid_lft forever preferred_lft forever 13: resin-vpn: mtu 1500 qdisc fq_codel qlen 100 link/[65534] inet 10.240.6.96 peer 52.4.252.97/32 scope global resin-vpn valid_lft forever preferred_lft forever inet6 fe80::1f:6ff4:c203:bcf2/64 scope link valid_lft forever preferred_lft forever 19: vethef2a4ac@if18: mtu 1500 qdisc noqueue master br-e8a7b86ea01d link/ether ae:9d:16:9b:78:da brd ff:ff:ff:ff:ff:ff inet6 fe80::ac9d:16ff:fe9b:78da/64 scope link valid_lft forever preferred_lft forever 21: veth772c4e5@if20: mtu 1500 qdisc noqueue master br-e8a7b86ea01d link/ether 2e:7f:c0:32:8e:8f brd ff:ff:ff:ff:ff:ff inet6 fe80::2c7f:c0ff:fe32:8e8f/64 scope link valid_lft forever preferred_lft forever real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- cat /etc/resolv.conf --- 2020-09-27 15:29:03.027102182+00:00 # we use dnsmasq at 127.0.0.2 so that user containers can run their own dns cache and forwarder and not conflict with dnsmasq on the host nameserver 127.0.0.2 options timeout:15 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/dev --- 2020-09-27 15:29:03.064758849+00:00 Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed veth772c4e5: 0 0 0 0 0 0 0 0 4434 27 0 0 0 0 0 0 lo: 76738 672 0 0 0 0 0 0 76738 672 0 0 0 0 0 0 br-e8a7b86ea01d: 0 0 0 0 0 0 0 0 16956 92 0 0 0 0 0 0 balena0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 resin-vpn: 135669 1167 0 0 0 0 0 0 1089315 1727 0 0 0 0 0 0 resin-dns: 0 0 0 0 0 0 0 0 21827 111 0 0 0 0 0 0 wlan0: 120200994 82900 0 0 0 0 0 0 3129947 20165 0 0 0 0 0 0 eth0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 vethef2a4ac: 0 0 0 0 0 0 0 0 7156 39 0 0 0 0 0 0 supervisor0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/snmp --- 2020-09-27 15:29:03.102375099+00:00 Ip: Forwarding DefaultTTL InReceives InHdrErrors InAddrErrors ForwDatagrams InUnknownProtos InDiscards InDelivers OutRequests OutDiscards OutNoRoutes ReasmTimeout ReasmReqds ReasmOKs ReasmFails FragOKs FragFails FragCreates Ip: 1 64 84936 0 1 0 0 0 84935 22093 8 88 0 0 0 0 0 0 0 Icmp: InMsgs InErrors InCsumErrors InDestUnreachs InTimeExcds InParmProbs InSrcQuenchs InRedirects InEchos InEchoReps InTimestamps InTimestampReps InAddrMasks InAddrMaskReps OutMsgs OutErrors OutDestUnreachs OutTimeExcds OutParmProbs OutSrcQuenchs OutRedirects OutEchos OutEchoReps OutTimestamps OutTimestampReps OutAddrMasks OutAddrMaskReps Icmp: 30 0 0 16 0 0 0 0 0 14 0 0 0 0 44 0 37 0 0 0 0 7 0 0 0 0 0 IcmpMsg: InType0 InType3 OutType3 OutType8 IcmpMsg: 14 16 37 7 Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors Tcp: 1 200 120000 -1 109 23 0 18 2 83861 21473 116 0 45 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti Udp: 1210 37 0 1064 0 0 0 0 UdpLite: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti UdpLite: 0 0 0 0 0 0 0 0 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/udp --- 2020-09-27 15:29:03.140684734+00:00 sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops 8: 0200007F:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 15267 2 000000005f0e127f 0 8: 0166720A:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 15265 2 000000005df9a453 0 23: 6C00A8C0:0044 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 17598 2 00000000862a0762 0 187: 00000000:F0E8 00000000:0000 07 00000000:00000000 00:00000000 00000000 994 0 14185 2 0000000013e62eb9 0 188: 00000000:14E9 00000000:0000 07 00000000:00000000 00:00000000 00000000 994 0 14183 2 00000000f90956f6 0 278: 0100007F:0143 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 11995 2 00000000c48ea5b0 0 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- CURL_CA_BUNDLE=/tmp/tmp.HyygmPIVSE curl https://api.balena-cloud.com/ping --- 2020-09-27 15:29:03.178183068+00:00 OKreal 0m 0.63s user 0m 0.07s sys 0m 0.02s --- CURL_CA_BUNDLE=/tmp/tmp.HyygmPIVSE curl https://www.google.co.uk --- 2020-09-27 15:29:03.841947390+00:00 Google



 

Advanced search

© 2020 - Privacy - Terms

real 0m 0.36s user 0m 0.07s sys 0m 0.03s --- ifconfig --- 2020-09-27 15:29:04.231640307+00:00 balena0 Link encap:Ethernet HWaddr 02:42:4D:BA:84:EF inet addr:10.114.101.1 Bcast:10.114.101.255 Mask:255.255.255.0 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) br-e8a7b86ea01d Link encap:Ethernet HWaddr 02:42:C5:4B:97:10 inet addr:172.17.0.1 Bcast:172.17.255.255 Mask:255.255.0.0 inet6 addr: fe80::42:c5ff:fe4b:9710/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:92 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:16956 (16.5 KiB) eth0 Link encap:Ethernet HWaddr B8:27:EB:CE:0F:5F UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:680 errors:0 dropped:0 overruns:0 frame:0 TX packets:680 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:77508 (75.6 KiB) TX bytes:77508 (75.6 KiB) resin-dns Link encap:Ethernet HWaddr F2:02:72:7F:F6:46 inet addr:10.114.102.1 Bcast:0.0.0.0 Mask:255.255.255.0 inet6 addr: fe80::f002:72ff:fe7f:f646/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:111 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:21827 (21.3 KiB) resin-vpn Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.240.6.96 P-t-P:52.4.252.97 Mask:255.255.255.255 inet6 addr: fe80::1f:6ff4:c203:bcf2/64 Scope:Link UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:1199 errors:0 dropped:0 overruns:0 frame:0 TX packets:1772 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:137357 (134.1 KiB) TX bytes:1120791 (1.0 MiB) supervisor0 Link encap:Ethernet HWaddr 02:42:34:09:AA:C7 inet addr:10.114.104.1 Bcast:10.114.104.127 Mask:255.255.255.128 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) veth772c4e5 Link encap:Ethernet HWaddr 2E:7F:C0:32:8E:8F inet6 addr: fe80::2c7f:c0ff:fe32:8e8f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:27 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:4434 (4.3 KiB) vethef2a4ac Link encap:Ethernet HWaddr AE:9D:16:9B:78:DA inet6 addr: fe80::ac9d:16ff:fe9b:78da/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:39 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:7156 (6.9 KiB) wlan0 Link encap:Ethernet HWaddr B8:27:EB:9B:5A:0A inet addr:192.168.0.108 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::4cf2:6f5c:cd56:7b09/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:82955 errors:0 dropped:0 overruns:0 frame:0 TX packets:20228 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:120228885 (114.6 MiB) TX bytes:3167163 (3.0 MiB) real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- iptables -n -L --- 2020-09-27 15:29:04.273857859+00:00 Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 REJECT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 reject-with icmp-port-unreachable Chain FORWARD (policy DROP) target prot opt source destination DOCKER-USER all -- 0.0.0.0/0 0.0.0.0/0 DOCKER-ISOLATION-STAGE-1 all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED DOCKER all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED DOCKER all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED DOCKER all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain DOCKER (3 references) target prot opt source destination ACCEPT tcp -- 0.0.0.0/0 172.17.0.2 tcp dpt:3218 ACCEPT tcp -- 0.0.0.0/0 172.17.0.3 tcp dpt:1883 Chain DOCKER-ISOLATION-STAGE-1 (1 references) target prot opt source destination DOCKER-ISOLATION-STAGE-2 all -- 0.0.0.0/0 0.0.0.0/0 DOCKER-ISOLATION-STAGE-2 all -- 0.0.0.0/0 0.0.0.0/0 DOCKER-ISOLATION-STAGE-2 all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 Chain DOCKER-ISOLATION-STAGE-2 (3 references) target prot opt source destination DROP all -- 0.0.0.0/0 0.0.0.0/0 DROP all -- 0.0.0.0/0 0.0.0.0/0 DROP all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 Chain DOCKER-USER (1 references) target prot opt source destination RETURN all -- 0.0.0.0/0 0.0.0.0/0 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- iptables -n -t nat -L --- 2020-09-27 15:29:04.316158588+00:00 Chain PREROUTING (policy ACCEPT) target prot opt source destination DOCKER all -- 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type LOCAL Chain INPUT (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination DOCKER all -- 0.0.0.0/0 !127.0.0.0/8 ADDRTYPE match dst-type LOCAL Chain POSTROUTING (policy ACCEPT) target prot opt source destination MASQUERADE all -- 10.114.101.0/24 0.0.0.0/0 MASQUERADE all -- 172.17.0.0/16 0.0.0.0/0 MASQUERADE all -- 10.114.104.0/25 0.0.0.0/0 MASQUERADE tcp -- 172.17.0.2 172.17.0.2 tcp dpt:3218 MASQUERADE tcp -- 172.17.0.3 172.17.0.3 tcp dpt:1883 Chain DOCKER (2 references) target prot opt source destination RETURN all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:8080 to:172.17.0.2:3218 DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:1883 to:172.17.0.3:1883 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" --- 2020-09-27 15:29:04.357736974+00:00 -- Logs begin at Fri 2020-01-31 09:20:47 UTC, end at Sun 2020-09-27 15:29:02 UTC. -- Feb 03 18:39:59 openvpn[796]: Mon Feb 3 18:39:59 2020 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Feb 03 18:39:59 openvpn[796]: Mon Feb 3 18:39:59 2020 OpenVPN 2.4.7 aarch64-poky-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan 3 2020 Feb 03 18:39:59 openvpn[796]: Mon Feb 3 18:39:59 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10 Feb 03 18:39:59 openvpn[796]: Mon Feb 3 18:39:59 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Feb 03 18:39:59 openvpn[796]: Mon Feb 3 18:39:59 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Feb 03 18:39:59 openvpn[796]: Mon Feb 3 18:39:59 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Temporary failure in name resolution) Feb 03 18:39:59 openvpn[796]: Mon Feb 3 18:39:59 2020 Could not determine IPv4/IPv6 protocol Feb 03 18:39:59 openvpn[796]: Mon Feb 3 18:39:59 2020 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Feb 03 18:39:59 openvpn[796]: Mon Feb 3 18:39:59 2020 SIGUSR1[soft,init_instance] received, process restarting Feb 03 18:39:59 openvpn[796]: Mon Feb 3 18:39:59 2020 Restart pause, 5 second(s) Feb 03 18:40:04 openvpn[796]: Mon Feb 3 18:40:04 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Feb 03 18:40:04 openvpn[796]: Mon Feb 3 18:40:04 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]3.227.28.93:443 Feb 03 18:40:04 openvpn[796]: Mon Feb 3 18:40:04 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] Feb 03 18:40:04 openvpn[796]: Mon Feb 3 18:40:04 2020 Attempting to establish TCP connection with [AF_INET]3.227.28.93:443 [nonblock] Feb 03 18:40:05 openvpn[796]: Mon Feb 3 18:40:05 2020 TCP connection established with [AF_INET]3.227.28.93:443 Feb 03 18:40:05 openvpn[796]: Mon Feb 3 18:40:05 2020 TCP_CLIENT link local: (not bound) Feb 03 18:40:05 openvpn[796]: Mon Feb 3 18:40:05 2020 TCP_CLIENT link remote: [AF_INET]3.227.28.93:443 Feb 03 18:40:05 openvpn[796]: Mon Feb 3 18:40:05 2020 TLS: Initial packet from [AF_INET]3.227.28.93:443, sid=3cd02771 1c002893 Feb 03 18:40:05 openvpn[796]: Mon Feb 3 18:40:05 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Feb 03 18:40:05 openvpn[796]: Mon Feb 3 18:40:05 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd Feb 03 18:40:05 openvpn[796]: Mon Feb 3 18:40:05 2020 VERIFY KU OK Feb 03 18:40:05 openvpn[796]: Mon Feb 3 18:40:05 2020 Validating certificate extended key usage Feb 03 18:40:05 openvpn[796]: Mon Feb 3 18:40:05 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Feb 03 18:40:05 openvpn[796]: Mon Feb 3 18:40:05 2020 VERIFY EKU OK Feb 03 18:40:05 openvpn[796]: Mon Feb 3 18:40:05 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com Feb 03 18:40:06 openvpn[796]: Mon Feb 3 18:40:06 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Feb 03 18:40:06 openvpn[796]: Mon Feb 3 18:40:06 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]3.227.28.93:443 Feb 03 18:40:07 openvpn[796]: Mon Feb 3 18:40:07 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 PUSH: Received control message: 'PUSH_REPLY,sndbuf 0,rcvbuf 0,route 52.4.252.97,ping 10,ping-restart 60,socket-flags TCP_NODELAY,ifconfig 10.240.46.2 52.4.252.97,peer-id 0,cipher AES-256-GCM' Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 OPTIONS IMPORT: timers and/or timeouts modified Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 Socket Buffers: R=[372480->372480] S=[87040->87040] Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 OPTIONS IMPORT: --socket-flags option modified Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 Socket flags: TCP_NODELAY=1 succeeded Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 OPTIONS IMPORT: --ifconfig/up options modified Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 OPTIONS IMPORT: route options modified Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 OPTIONS IMPORT: peer-id set Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 OPTIONS IMPORT: data channel crypto options modified Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=wlan0 HWADDR=b8:27:eb:9b:5a:0a Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 TUN/TAP device resin-vpn opened Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 TUN/TAP TX queue length set to 100 Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 /sbin/ip addr add dev resin-vpn local 10.240.46.2 peer 52.4.252.97 Feb 03 18:40:08 openvpn[796]: Mon Feb 3 18:40:08 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.46.2 52.4.252.97 init Feb 03 18:40:10 openvpn[796]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Feb 03 18:40:10 openvpn[796]: Mon Feb 3 18:40:10 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Feb 03 18:40:10 openvpn[796]: ip: RTNETLINK answers: File exists Feb 03 18:40:10 openvpn[796]: Mon Feb 3 18:40:10 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Feb 03 18:40:10 openvpn[796]: Mon Feb 3 18:40:10 2020 GID set to openvpn Feb 03 18:40:10 openvpn[796]: Mon Feb 3 18:40:10 2020 UID set to openvpn Feb 03 18:40:10 openvpn[796]: Mon Feb 3 18:40:10 2020 Initialization Sequence Completed Sep 27 15:12:57 openvpn[796]: Sun Sep 27 15:12:57 2020 [vpn.balena-cloud.com] Inactivity timeout (--ping-restart), restarting Sep 27 15:12:57 openvpn[796]: Sun Sep 27 15:12:57 2020 /etc/openvpn-misc/downscript.sh resin-vpn 1500 1555 10.240.46.2 52.4.252.97 restart Sep 27 15:12:57 openvpn[796]: Sun Sep 27 15:12:57 2020 SIGUSR1[soft,ping-restart] received, process restarting Sep 27 15:12:57 openvpn[796]: Sun Sep 27 15:12:57 2020 Restart pause, 5 second(s) Sep 27 15:13:02 openvpn[796]: Sun Sep 27 15:13:02 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Sep 27 15:13:02 openvpn[796]: Sun Sep 27 15:13:02 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]3.227.28.93:443 Sep 27 15:13:02 openvpn[796]: Sun Sep 27 15:13:02 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] Sep 27 15:13:02 openvpn[796]: Sun Sep 27 15:13:02 2020 Attempting to establish TCP connection with [AF_INET]3.227.28.93:443 [nonblock] Sep 27 15:13:03 openvpn[796]: Sun Sep 27 15:13:03 2020 TCP connection established with [AF_INET]3.227.28.93:443 Sep 27 15:13:03 openvpn[796]: Sun Sep 27 15:13:03 2020 Socket flags: TCP_NODELAY=1 succeeded Sep 27 15:13:03 openvpn[796]: Sun Sep 27 15:13:03 2020 TCP_CLIENT link local: (not bound) Sep 27 15:13:03 openvpn[796]: Sun Sep 27 15:13:03 2020 TCP_CLIENT link remote: [AF_INET]3.227.28.93:443 Sep 27 15:13:04 openvpn[796]: Sun Sep 27 15:13:04 2020 TLS: Initial packet from [AF_INET]3.227.28.93:443, sid=b2a70e43 fd35fd3d Sep 27 15:13:04 openvpn[796]: Sun Sep 27 15:13:04 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd Sep 27 15:13:04 openvpn[796]: Sun Sep 27 15:13:04 2020 VERIFY KU OK Sep 27 15:13:04 openvpn[796]: Sun Sep 27 15:13:04 2020 Validating certificate extended key usage Sep 27 15:13:04 openvpn[796]: Sun Sep 27 15:13:04 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Sep 27 15:13:04 openvpn[796]: Sun Sep 27 15:13:04 2020 VERIFY EKU OK Sep 27 15:13:04 openvpn[796]: Sun Sep 27 15:13:04 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com Sep 27 15:13:04 openvpn[796]: Sun Sep 27 15:13:04 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Sep 27 15:13:04 openvpn[796]: Sun Sep 27 15:13:04 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]3.227.28.93:443 Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 PUSH: Received control message: 'PUSH_REPLY,sndbuf 0,rcvbuf 0,route 52.4.252.97,ping 10,ping-restart 60,socket-flags TCP_NODELAY,ifconfig 10.240.118.176 52.4.252.97,peer-id 0,cipher AES-256-GCM' Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 OPTIONS IMPORT: timers and/or timeouts modified Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 Socket Buffers: R=[372480->372480] S=[87040->87040] Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 OPTIONS IMPORT: --socket-flags option modified Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 Socket flags: TCP_NODELAY=1 succeeded Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 OPTIONS IMPORT: --ifconfig/up options modified Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 OPTIONS IMPORT: route options modified Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 OPTIONS IMPORT: peer-id set Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 OPTIONS IMPORT: data channel crypto options modified Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 Preserving previous TUN/TAP instance: resin-vpn Sep 27 15:13:05 openvpn[796]: Sun Sep 27 15:13:05 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.46.2 52.4.252.97 restart Sep 27 15:13:06 openvpn[796]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Sep 27 15:13:06 openvpn[796]: Sun Sep 27 15:13:06 2020 NOTE: Pulled options changed on restart, will need to close and reopen TUN/TAP device. Sep 27 15:13:06 openvpn[796]: Sun Sep 27 15:13:06 2020 Closing TUN/TAP interface Sep 27 15:13:06 openvpn[796]: Sun Sep 27 15:13:06 2020 /sbin/ip addr del dev resin-vpn local 10.240.46.2 peer 52.4.252.97 Sep 27 15:13:06 openvpn[796]: ip: RTNETLINK answers: Operation not permitted Sep 27 15:13:06 openvpn[796]: Sun Sep 27 15:13:06 2020 Linux ip addr del failed: external program exited with error status: 2 Sep 27 15:13:06 openvpn[796]: Sun Sep 27 15:13:06 2020 /etc/openvpn-misc/downscript.sh resin-vpn 1500 1555 10.240.46.2 52.4.252.97 init Sep 27 15:13:07 openvpn[796]: Sun Sep 27 15:13:07 2020 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=wlan0 HWADDR=b8:27:eb:9b:5a:0a Sep 27 15:13:07 openvpn[796]: Sun Sep 27 15:13:07 2020 ERROR: Cannot ioctl TUNSETIFF resin-vpn: Operation not permitted (errno=1) Sep 27 15:13:07 openvpn[796]: Sun Sep 27 15:13:07 2020 Exiting due to fatal error Sep 27 15:13:07 systemd[1]: openvpn.service: Main process exited, code=exited, status=1/FAILURE Sep 27 15:13:07 systemd[1]: openvpn.service: Failed with result 'exit-code'. Sep 27 15:13:17 openvpn[1229]: Sun Sep 27 15:13:17 2020 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Sep 27 15:13:17 openvpn[1229]: Sun Sep 27 15:13:17 2020 OpenVPN 2.4.7 aarch64-poky-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan 3 2020 Sep 27 15:13:17 openvpn[1229]: Sun Sep 27 15:13:17 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10 Sep 27 15:13:17 openvpn[1229]: Sun Sep 27 15:13:17 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Sep 27 15:13:17 openvpn[1229]: Sun Sep 27 15:13:17 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]35.169.76.143:443 Sep 27 15:13:17 openvpn[1229]: Sun Sep 27 15:13:17 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] Sep 27 15:13:17 openvpn[1229]: Sun Sep 27 15:13:17 2020 Attempting to establish TCP connection with [AF_INET]35.169.76.143:443 [nonblock] Sep 27 15:13:18 openvpn[1229]: Sun Sep 27 15:13:18 2020 TCP connection established with [AF_INET]35.169.76.143:443 Sep 27 15:13:18 openvpn[1229]: Sun Sep 27 15:13:18 2020 TCP_CLIENT link local: (not bound) Sep 27 15:13:18 openvpn[1229]: Sun Sep 27 15:13:18 2020 TCP_CLIENT link remote: [AF_INET]35.169.76.143:443 Sep 27 15:13:18 openvpn[1229]: Sun Sep 27 15:13:18 2020 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Sep 27 15:13:19 openvpn[1229]: Sun Sep 27 15:13:19 2020 TLS: Initial packet from [AF_INET]35.169.76.143:443, sid=c4580ce6 993d6669 Sep 27 15:13:19 openvpn[1229]: Sun Sep 27 15:13:19 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Sep 27 15:13:20 openvpn[1229]: Sun Sep 27 15:13:20 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd Sep 27 15:13:20 openvpn[1229]: Sun Sep 27 15:13:20 2020 VERIFY KU OK Sep 27 15:13:20 openvpn[1229]: Sun Sep 27 15:13:20 2020 Validating certificate extended key usage Sep 27 15:13:20 openvpn[1229]: Sun Sep 27 15:13:20 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Sep 27 15:13:20 openvpn[1229]: Sun Sep 27 15:13:20 2020 VERIFY EKU OK Sep 27 15:13:20 openvpn[1229]: Sun Sep 27 15:13:20 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com Sep 27 15:13:23 openvpn[1229]: Sun Sep 27 15:13:23 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA Sep 27 15:13:23 openvpn[1229]: Sun Sep 27 15:13:23 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]35.169.76.143:443 Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 PUSH: Received control message: 'PUSH_REPLY,sndbuf 0,rcvbuf 0,route 52.4.252.97,ping 10,ping-restart 60,socket-flags TCP_NODELAY,ifconfig 10.240.6.96 52.4.252.97,peer-id 0,cipher AES-256-GCM' Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 OPTIONS IMPORT: timers and/or timeouts modified Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 Socket Buffers: R=[372480->372480] S=[87040->87040] Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 OPTIONS IMPORT: --socket-flags option modified Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 Socket flags: TCP_NODELAY=1 succeeded Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 OPTIONS IMPORT: --ifconfig/up options modified Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 OPTIONS IMPORT: route options modified Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 OPTIONS IMPORT: peer-id set Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 OPTIONS IMPORT: data channel crypto options modified Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 Data Channel: using negotiated cipher 'AES-256-GCM' Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=wlan0 HWADDR=b8:27:eb:9b:5a:0a Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 TUN/TAP device resin-vpn opened Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 TUN/TAP TX queue length set to 100 Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 /sbin/ip addr add dev resin-vpn local 10.240.6.96 peer 52.4.252.97 Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.6.96 52.4.252.97 init Sep 27 15:13:24 openvpn[1229]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Sep 27 15:13:24 openvpn[1229]: ip: RTNETLINK answers: File exists Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 GID set to openvpn Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 UID set to openvpn Sep 27 15:13:24 openvpn[1229]: Sun Sep 27 15:13:24 2020 Initialization Sequence Completed real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- ls -l /mnt/boot/system-connections --- 2020-09-27 15:29:04.425636505+00:00 total 2 -rwxr-xr-x 1 root root 301 Feb 3 2020 README.ignore -rwxr-xr-x 1 root root 245 Feb 3 2020 resin-sample.ignore -rwxr-xr-x 1 root root 240 Sep 19 09:11 resin-wifi-01 real 0m 0.67s user 0m 0.00s sys 0m 0.00s --- mmcli -m 0 --- 2020-09-27 15:29:05.126771505+00:00 Command exited with non-zero status 1 real 0m 0.04s user 0m 0.01s sys 0m 0.01s --- netstat -ntl --- 2020-09-27 15:29:05.193885255+00:00 Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.2:53 0.0.0.0:* LISTEN tcp 0 0 10.114.102.1:53 0.0.0.0:* LISTEN tcp 0 0 :::22222 :::* LISTEN tcp 0 0 :::8080 :::* LISTEN tcp 0 0 :::1883 :::* LISTEN real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- nmcli --version --- 2020-09-27 15:29:05.234080255+00:00 nmcli tool, version 1.20.2 real 0m 11.34s user 0m 0.03s sys 0m 0.04s --- ping -c 1 -W 3 google.co.uk --- 2020-09-27 15:29:16.600525823+00:00 PING google.co.uk (216.58.213.99): 56 data bytes 64 bytes from 216.58.213.99: seq=0 ttl=115 time=25.376 ms --- google.co.uk ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 25.376/25.376/25.376 ms real 0m 0.78s user 0m 0.00s sys 0m 0.01s --- systemctl kill -s USR1 dnsmasq --- 2020-09-27 15:29:17.411023062+00:00 real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- systemctl status openvpn-resin --no-pager --- 2020-09-27 15:29:17.460024781+00:00 ● openvpn.service - OpenVPN Loaded: loaded (/lib/systemd/system/openvpn.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2020-09-27 15:13:17 UTC; 15min ago Main PID: 1229 (openvpn) Memory: 3.7M CGroup: /system.slice/openvpn.service └─1229 /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 Sep 27 15:13:24 283b69f openvpn[1229]: Sun Sep 27 15:13:24 2020 /sbin/ip link set dev resin-vpn up mtu 1500 Sep 27 15:13:24 283b69f openvpn[1229]: Sun Sep 27 15:13:24 2020 /sbin/ip addr add dev resin-vpn local 10.240.6.96 peer 52.4.252.97 Sep 27 15:13:24 283b69f openvpn[1229]: Sun Sep 27 15:13:24 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.6.96 52.4.252.97 init Sep 27 15:13:24 283b69f openvpn[1229]: resin-ntp-config: Found config.json in /mnt/boot/config.json . Sep 27 15:13:24 283b69f openvpn[1229]: Sun Sep 27 15:13:24 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Sep 27 15:13:24 283b69f openvpn[1229]: ip: RTNETLINK answers: File exists Sep 27 15:13:24 283b69f openvpn[1229]: Sun Sep 27 15:13:24 2020 ERROR: Linux route add command failed: external program exited with error status: 2 Sep 27 15:13:24 283b69f openvpn[1229]: Sun Sep 27 15:13:24 2020 GID set to openvpn Sep 27 15:13:24 283b69f openvpn[1229]: Sun Sep 27 15:13:24 2020 UID set to openvpn Sep 27 15:13:24 283b69f openvpn[1229]: Sun Sep 27 15:13:24 2020 Initialization Sequence Completed real 0m 0.04s user 0m 0.01s sys 0m 0.01s --- echo === OS === --- 2020-09-27 15:29:17.523800146+00:00 === OS === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /etc/os-release --- 2020-09-27 15:29:17.560085146+00:00 ID="balena-os" NAME="balenaOS" VERSION="2.47.0+rev1" VERSION_ID="2.47.0+rev1" PRETTY_NAME="balenaOS 2.47.0+rev1" MACHINE="raspberrypi3-64" VARIANT="Production" VARIANT_ID="prod" META_BALENA_VERSION="2.47.0" RESIN_BOARD_REV="a08e3d7" META_RESIN_REV="8b48eee" SLUG="raspberrypi3-64" real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2020-09-27 15:29:17.598212906+00:00 { "apiEndpoint": "https://api.balena-cloud.com", "appUpdatePollInterval": 900000, "applicationId": "1746434", "deltaEndpoint": "https://delta.balena-cloud.com", "deviceApiKey": "", "deviceApiKeys": "", "deviceType": "raspberrypi3-64", "listenPort": "48484", "mixpanelToken": "", "registryEndpoint": "registry2.balena-cloud.com", "userId": "173892", "vpnEndpoint": "vpn.balena-cloud.com", "vpnPort": "443", "uuid": "283b69fe30907bd33810cbc310877f96", "registered_at": 1600507158196, "deviceId": 4012318 } real 0m 0.36s user 0m 0.35s sys 0m 0.01s --- cat /mnt/boot/config.txt --- 2020-09-27 15:29:17.983045145+00:00 ################################################################################ ## Raspberry Pi Configuration Settings ## ## Revision 16, 2013/06/22 ## ## Details taken from the eLinux wiki ## For up-to-date information please refer to wiki page. ## ## Wiki Location : http://elinux.org/RPiconfig ## ## ## Description: ## Details of each setting are described with each section that begins with ## a double hashed comment ('##') ## It is up to the user to remove the single hashed comment ('#') from each ## option they want to enable, and to set the specific value of that option. ## ## Overclock settings will be disabled at runtime if the SoC reaches temp_limit ## ################################################################################ ################################################################################ ## Standard Definition Video Settings ################################################################################ ## sdtv_mode ## defines the TV standard for composite output ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Normal NTSC (Default) ## 1 Japanese version of NTSC - no pedestal ## 2 Normal PAL ## 3 Brazilian version of PAL - 525/60 rather than 625/50, different ## subcarrier ## #sdtv_mode=0 ## sdtv_aspect ## defines the aspect ratio for composite output ## ## Value Description ## ------------------------------------------------------------------------- ## 1 4:3 (Default) ## 2 14:9 ## 3 16:9 ## #sdtv_aspect=1 ## sdtv_disable_colourburst ## Disables colour burst on composite output. The picture will be ## monochrome, but possibly sharper ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Colour burst is enabled (Default) ## 1 Colour burst is disabled ## #sdtv_disable_colourburst=1 ################################################################################ ## High Definition Video Settings ################################################################################ ## hdmi_safe ## Use "safe mode" settings to try to boot with maximum hdmi compatibility. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disabled (Default) ## 1 Enabled (this does: hdmi_force_hotplug=1, ## hdmi_ignore_edid=0xa5000080, ## config_hdmi_boost=4, hdmi_group=2, ## hdmi_mode=4, disable_overscan=0, ## overscan_left=24, overscan_right=24, ## overscan_top=24, overscan_bottom=24) ## #hdmi_safe=1 ## hdmi_force_hotplug ## Pretends HDMI hotplug signal is asserted so it appears a HDMI display ## is attached ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disabled (Default) ## 1 Use HDMI mode even if no HDMI monitor is detected ## #hdmi_force_hotplug=1 ## hdmi_ignore_hotplug ## Pretends HDMI hotplug signal is not asserted so it appears a HDMI ## display is not attached ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disabled (Default) ## 1 Use composite mode even if HDMI monitor is detected ## #hdmi_ignore_hotplug=1 ## hdmi_drive ## chooses between HDMI and DVI modes ## ## Value Description ## ------------------------------------------------------------------------- ## 1 Normal DVI mode (No sound) ## 2 Normal HDMI mode (Sound will be sent if supported and enabled) ## #hdmi_drive=2 ## hdmi_ignore_edid ## Enables the ignoring of EDID/display data ## #hdmi_ignore_edid=0xa5000080 ## hdmi_edid_file ## Read the EDID data from the edid.dat file instead of from the attached ## device ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Read EDID data from attached device (Default) ## 1 Read EDID data from edid.txt file ## #hdmi_edid_file=1 ## hdmi_ignore_edid_audio ## Pretends all audio formats are unsupported by display. This means ALSA ## will default to analogue. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 Pretend all audio formats are unsupported ## #hdmi_ignore_edid_audio=1 ## hdmi_force_edid_audio ## Pretends all audio formats are supported by display, allowing ## passthrough of DTS/AC3 even when not reported as supported. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 Pretend all audio formats are supported ## #hdmi_force_edid_audio=1 ## hdmi_force_edid_3d ## Pretends all CEA modes support 3D even when edid doesn't indicate ## support for them. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 Pretend 3D mode is supported ## #hdmi_force_edid_3d=1 ## avoid_edid_fuzzy_match ## Avoid fuzzy matching of modes described in edid. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use fuzzy matching (Default) ## 1 Avoid fuzzy matching ## #avoid_edid_fuzzy_match=1 ## hdmi_pixel_encoding ## Force the pixel encoding mode. ## By default it will use the mode requested from edid so shouldn't ## need changing. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use EDID provided values (Default) ## 1 RGB limited (16-235) ## 2 RGB full ( 0-255) ## 3 YCbCr limited (16-235) ## 4 YCbCr limited ( 0-255) ## #hdmi_pixel_encoding=1 ## hdmi_group ## Defines the HDMI type ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Use the preferred group reported by the edid (Default) ## 1 CEA ## 2 DMT ## #hdmi_group=1 ## hdmi_mode ## defines screen resolution in CEA or DMT format ## ## H means 16:9 variant (of a normally 4:3 mode). ## 2x means pixel doubled (i.e. higher clock rate, with each pixel repeated ## twice) ## 4x means pixel quadrupled (i.e. higher clock rate, with each pixel ## repeated four times) ## reduced blanking means fewer bytes are used for blanking within the data ## stream (i.e. lower clock rate, with fewer wasted bytes) ## ## Value hdmi_group=CEA hdmi_group=DMT ## ------------------------------------------------------------------------- ## 1 VGA 640x350 85Hz ## 2 480p 60Hz 640x400 85Hz ## 3 480p 60Hz H 720x400 85Hz ## 4 720p 60Hz 640x480 60Hz ## 5 1080i 60Hz 640x480 72Hz ## 6 480i 60Hz 640x480 75Hz ## 7 480i 60Hz H 640x480 85Hz ## 8 240p 60Hz 800x600 56Hz ## 9 240p 60Hz H 800x600 60Hz ## 10 480i 60Hz 4x 800x600 72Hz ## 11 480i 60Hz 4x H 800x600 75Hz ## 12 240p 60Hz 4x 800x600 85Hz ## 13 240p 60Hz 4x H 800x600 120Hz ## 14 480p 60Hz 2x 848x480 60Hz ## 15 480p 60Hz 2x H 1024x768 43Hz DO NOT USE ## 16 1080p 60Hz 1024x768 60Hz ## 17 576p 50Hz 1024x768 70Hz ## 18 576p 50Hz H 1024x768 75Hz ## 19 720p 50Hz 1024x768 85Hz ## 20 1080i 50Hz 1024x768 120Hz ## 21 576i 50Hz 1152x864 75Hz ## 22 576i 50Hz H 1280x768 reduced blanking ## 23 288p 50Hz 1280x768 60Hz ## 24 288p 50Hz H 1280x768 75Hz ## 25 576i 50Hz 4x 1280x768 85Hz ## 26 576i 50Hz 4x H 1280x768 120Hz reduced blanking ## 27 288p 50Hz 4x 1280x800 reduced blanking ## 28 288p 50Hz 4x H 1280x800 60Hz ## 29 576p 50Hz 2x 1280x800 75Hz ## 30 576p 50Hz 2x H 1280x800 85Hz ## 31 1080p 50Hz 1280x800 120Hz reduced blanking ## 32 1080p 24Hz 1280x960 60Hz ## 33 1080p 25Hz 1280x960 85Hz ## 34 1080p 30Hz 1280x960 120Hz reduced blanking ## 35 480p 60Hz 4x 1280x1024 60Hz ## 36 480p 60Hz 4x H 1280x1024 75Hz ## 37 576p 50Hz 4x 1280x1024 85Hz ## 38 576p 50Hz 4x H 1280x1024 120Hz reduced blanking ## 39 1080i 50Hz reduced blanking 1360x768 60Hz ## 40 1080i 100Hz 1360x768 120Hz reduced blanking ## 41 720p 100Hz 1400x1050 reduced blanking ## 42 576p 100Hz 1400x1050 60Hz ## 43 576p 100Hz H 1400x1050 75Hz ## 44 576i 100Hz 1400x1050 85Hz ## 45 576i 100Hz H 1400x1050 120Hz reduced blanking ## 46 1080i 120Hz 1440x900 reduced blanking ## 47 720p 120Hz 1440x900 60Hz ## 48 480p 120Hz 1440x900 75Hz ## 49 480p 120Hz H 1440x900 85Hz ## 50 480i 120Hz 1440x900 120Hz reduced blanking ## 51 480i 120Hz H 1600x1200 60Hz ## 52 576p 200Hz 1600x1200 65Hz ## 53 576p 200Hz H 1600x1200 70Hz ## 54 576i 200Hz 1600x1200 75Hz ## 55 576i 200Hz H 1600x1200 85Hz ## 56 480p 240Hz 1600x1200 120Hz reduced blanking ## 57 480p 240Hz H 1680x1050 reduced blanking ## 58 480i 240Hz 1680x1050 60Hz ## 59 480i 240Hz H 1680x1050 75Hz ## 60 1680x1050 85Hz ## 61 1680x1050 120Hz reduced blanking ## 62 1792x1344 60Hz ## 63 1792x1344 75Hz ## 64 1792x1344 120Hz reduced blanking ## 65 1856x1392 60Hz ## 66 1856x1392 75Hz ## 67 1856x1392 120Hz reduced blanking ## 68 1920x1200 reduced blanking ## 69 1920x1200 60Hz ## 70 1920x1200 75Hz ## 71 1920x1200 85Hz ## 72 1920x1200 120Hz reduced blanking ## 73 1920x1440 60Hz ## 74 1920x1440 75Hz ## 75 1920x1440 120Hz reduced blanking ## 76 2560x1600 reduced blanking ## 77 2560x1600 60Hz ## 78 2560x1600 75Hz ## 79 2560x1600 85Hz ## 80 2560x1600 120Hz reduced blanking ## 81 1366x768 60Hz ## 82 1080p 60Hz ## 83 1600x900 reduced blanking ## 84 2048x1152 reduced blanking ## 85 720p 60Hz ## 86 1366x768 reduced blanking ## #hdmi_mode=1 ## config_hdmi_boost ## configure the signal strength of the HDMI interface. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 (Default) ## 1 ## 2 ## 3 ## 4 Try if you have interference issues with HDMI ## 5 ## 6 ## 7 Maximum ## #config_hdmi_boost=0 ## hdmi_ignore_cec_init ## Doesn't sent initial active source message. Avoids bringing ## (CEC enabled) TV out of standby and channel switch when rebooting. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Normal behaviour (Default) ## 1 Doesn't sent initial active source message ## #hdmi_ignore_cec_init=1 ## hdmi_ignore_cec ## Pretends CEC is not supported at all by TV. ## No CEC functions will be supported. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Normal behaviour (Default) ## 1 Pretend CEC is not supported by TV ## #hdmi_ignore_cec=1 ################################################################################ ## Overscan Video Settings ################################################################################ ## overscan_left ## Number of pixels to skip on left ## #overscan_left=0 ## overscan_right ## Number of pixels to skip on right ## #overscan_right=0 ## overscan_top ## Number of pixels to skip on top ## #overscan_top=0 ## overscan_bottom ## Number of pixels to skip on bottom ## #overscan_bottom=0 ## disable_overscan ## Set to 1 to disable overscan ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Overscan Enabled (Default) ## 1 Overscan Disabled ## #disable_overscan=1 ################################################################################ ## Framebuffer Video Settings ################################################################################ ## framebuffer_width ## Console framebuffer width in pixels. Default is display width minus ## overscan. ## #framebuffer_width=0 ## framebuffer_height ## Console framebuffer height in pixels. Default is display height minus ## overscan. ## #framebuffer_height=0 ## framebuffer_depth ## Console framebuffer depth in bits per pixel. ## ## Value Description ## ------------------------------------------------------------------------- ## 8 Valid, but default RGB palette makes an unreadable screen ## 16 (Default) ## 24 Looks better but has corruption issues as of 2012/06/15 ## 32 Has no corruption issues but needs framebuffer_ignore_alpha=1 ## and shows the wrong colors as of 2012/06/15 ## #framebuffer_depth=16 ## framebuffer_ignore_alpha ## Set to 1 to disable alpha channel. Helps with 32bit. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Enable Alpha Channel (Default) ## 1 Disable Alpha Channel ## #framebuffer_ignore_alpha=0 ################################################################################ ## General Video Settings ################################################################################ ## display_rotate ## Rotate the display clockwise or flip the display. ## The 90 and 270 degrees rotation options require additional memory on GPU, ## so won't work with the 16M GPU split. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 0 degrees (Default) ## 1 90 degrees ## 2 180 degrees ## 3 270 degrees ## 0x10000 Horizontal flip ## 0x20000 Vertical flip ## #display_rotate=0 ## dispmanx_offline ## Set to "1" to enable offline compositing ## ## Default 0 ## #dispmanx_offline=0 ################################################################################ ## Licensed Codecs ## ## Hardware decoding of additional codecs can be enabled by purchasing a ## license that is locked to the CPU serial number of your Raspberry Pi. ## ## Up to 8 licenses per CODEC can be specified as a comma seperated list. ## ################################################################################ ## decode_MPG2 ## License key to allow hardware MPEG-2 decoding. ## #decode_MPG2=0x12345678 ## decode_WVC1 ## License key to allow hardware VC-1 decoding. ## #decode_WVC1=0x12345678 ################################################################################ ## Camera Settings ################################################################################ ## start_x ## Set to "1" to enable the camera module. ## ## Enabling the camera requires gpu_mem option to be specified with a value ## of at least 128. ## ## Default 0 ## #start_x=0 ## disable_camera_led ## Turn off the red camera led when recording video or taking a still ## picture. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 LED enabled (Default) ## 1 LED disabled ## #disable_camera_led=1 ################################################################################ ## Test Settings ################################################################################ ## test_mode ## Enable test sound/image during boot for manufacturing test. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disable Test Mod (Default) ## 1 Enable Test Mode ## #test_mode=0 ################################################################################ ## Memory Settings ################################################################################ ## disable_l2cache ## Disable arm access to GPU's L2 cache. Needs corresponding L2 disabled ## kernel. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Enable L2 Cache (Default) ## 1 Disable L2 cache ## #disable_l2cache=0 ## gpu_mem ## GPU memory allocation in MB for all board revisions. ## ## Default 64 ## gpu_mem=16 ## gpu_mem_256 ## GPU memory allocation in MB for 256MB board revision. ## This option overrides gpu_mem. ## #gpu_mem_256=192 ## gpu_mem_512 ## GPU memory allocation in MB for 512MB board revision. ## This option overrides gpu_mem. ## #gpu_mem_512=448 ## gpu_mem_1024 ## GPU memory allocation in MB for 1024MB board revision. ## This option overrides gpu_mem. ## #gpu_mem_1024=944 ## disable_pvt ## Disable adjusting the refresh rate of RAM every 500ms ## (measuring RAM temparature). ## #disable_pvt=1 ################################################################################ ## CMA - Dynamic Memory Split ## ## CMA enables dynamic management of the ARM and GPU memory split at runtime. ## ## The following options need to be in cmdline.txt for CMA to work: ## coherent_pool=6M smsc95xx.turbo_mode=N ## ################################################################################ ## cma_lwm ## When GPU has less than cma_lwm (low water mark) memory available it ## will request some from ARM. ## #cma_lwm=16 ## cma_hwm ## When GPU has more than cma_hwm (high water mark) memory available it ## will release some to ARM. ## #cma_hwm=32 ################################################################################ ## Boot Option Settings ################################################################################ ## disable_commandline_tags ## Stop start.elf from filling in ATAGS (memory from 0x100) before ## launching kernel ## #disable_commandline_tags=0 ## cmdline (string) ## Command line parameters. Can be used instead of cmdline.txt file ## #cmdline="" ## kernel (string) ## Alternative name to use when loading kernel. ## #kernel="" ## kernel_address ## Address to load kernel.img file at ## #kernel_address=0x00000000 ## kernel_old ## Support loading old kernels ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Disabled (Default) ## 1 Load kernel at address 0x00000000 ## #kernel_old=1 ## ramfsfile (string) ## ramfs file to load ## #ramfsfile="" ## ramfsaddr ## Address to load ramfs file at ## #ramfsaddr=0x00000000 ## initramfs (string address) ## ramfs file and address to load it at (it's like ramfsfile+ramfsaddr in ## one option). ## ## NOTE: this option uses different syntax than all other options - you ## should not use "=" character here. ## #initramfs initramf.gz 0x00800000 ## device_tree_address ## Address to load device_tree at ## #device_tree_address=0x00000000 ## init_uart_baud ## Initial uart baud rate. ## ## Default 115200 ## #init_uart_baud=115200 ## init_uart_clock ## Initial uart clock. ## ## Default 3000000 (3MHz) ## #init_uart_clock=3000000 ## init_emmc_clock ## Initial emmc clock, increasing this can speedup your SD-card. ## ## Default 100000000 (100mhz) ## #init_emmc_clock=100000000 ## boot_delay ## Wait for a given number of seconds in start.elf before loading ## kernel.img. ## ## delay = (1000 * boot_delay) + boot_delay_ms ## ## Default 1 ## #boot_delay=0 ## boot_delay_ms ## Wait for a given number of milliseconds in start.elf before loading ## kernel.img. ## ## delay = (1000 * boot_delay) + boot_delay_ms ## ## Default 0 ## #boot_delay_ms=0 ## avoid_safe_mode ## Adding a jumper between pins 5 & 6 of P1 enables a recovery Safe Mode. ## If pins 5 & 6 are used for connecting to external devices (e.g. GPIO), ## then this setting can be used to ensure Safe Mode is not triggered. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Respect Safe Mode input (Default) ## 1 Ignore Safe Mode input ## #avoid_safe_mode=1 ## disable_splash ## Avoids the rainbow splash screen on boot. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Splash screen enabled (Default) ## 1 Splash screen disabled ## #disable_splash=1 ################################################################################ ## Overclocking Settings ## ## ARM, SDRAM and GPU each have their own PLLs and can have unrelated ## frequencies. ## ## The GPU core, h264, v3d and isp share a PLL, so need to have related ## frequencies. ## pll_freq = floor(2400 / (2 * core_freq)) * (2 * core_freq) ## gpu_freq = pll_freq / [even number] ## ## The effective gpu_freq is automatically rounded to nearest even integer, so ## asking for core_freq = 500 and gpu_freq = 300 will result in divisor of ## 2000/300 = 6.666 => 6 and so 333.33MHz. ## ## ## Standard Profiles: ## arm_freq core_freq sdram_freq over_voltage ## ------------------------------------------------------------------------- ## None 700 250 400 0 ## Modest 800 300 400 0 ## Medium 900 333 450 2 ## High 950 450 450 6 ## Turbo 1000 500 500 6 ## ################################################################################ ## force_turbo ## Control the kernel "ondemand" governor. It has no effect if no overclock ## settings are specified. ## May set warrany bit. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Enable dynamic clocks and voltage for the ARM core, GPU core and ## SDRAM (Default). ## Overclocking of h264_freq, v3d_freq and isp_freq is ignored. ## 1 Disable dynamic clocks and voltage for the ARM core, GPU core ## and SDRAM. ## Overclocking of h264_freq, v3d_freq and isp_freq is allowed. ## #force_turbo=0 ## initial_turbo ## Enables turbo mode from boot for the given value in seconds (up to 60) ## or until cpufreq sets a frequency. Can help with sdcard corruption if ## overclocked. ## ## Default 0 ## #initial_turbo=0 ## temp_limit ## Overheat protection. Sets clocks and voltages to default when the SoC ## reaches this Celsius value. ## Setting this higher than default voids warranty. ## ## Default 85 ## #temp_limit=85 ## arm_freq ## Frequency of ARM in MHz. ## ## Default 700. ## #arm_freq=700 ## arm_freq_min ## Minimum frequency of ARM in MHz (used for dynamic clocking). ## ## Default 700. ## #arm_freq_min=700 ## gpu_freq ## Sets core_freq, h264_freq, isp_freq, v3d_freq together. ## ## Default 250. ## #gpu_freq=250 ## core_freq ## Frequency of GPU processor core in MHz. It has an impact on ARM ## performance since it drives L2 cache. ## ## Default 250. ## #core_freq=250 ## core_freq_min ## Minimum frequency of GPU processor core in MHz (used for dynamic ## clocking). It has an impact on ARM performance since it drives L2 cache. ## ## Default 250. ## #core_freq_min=250 ## h264_freq ## Frequency of hardware video block in MHz. ## ## Default 250. ## #h264_freq=250 ## isp_freq ## Frequency of image sensor pipeline block in MHz. ## ## Default 250. ## #isp_freq=250 ## v3d_freq ## Frequency of 3D block in MHz. ## ## Default 250. ## #v3d_freq=250 ## sdram_freq ## Frequency of SDRAM in MHz. ## ## Default 400. ## #sdram_freq=400 ## sdram_freq_min ## Minimum frequency of SDRAM in MHz (used for dynamic clocking). ## ## Default 400. ## #sdram_freq_min=400 ## avoid_pwm_pll ## Don't dedicate a pll to PWM audio. This will reduce analogue audio ## quality slightly. The spare PLL allows the core_freq to be set ## independently from the rest of the gpu allowing more control over ## overclocking. ## ## Value Description ## ------------------------------------------------------------------------- ## 0 Linked core_freq (Default) ## 1 Unlinked core_freq ## #avoid_pwm_pll=1 ################################################################################ ## Voltage Settings ################################################################################ ## current_limit_override ## Disables SMPS current limit protection. Can help if you are currently ## hitting a reboot failure when overclocking too high. ## May set warrany bit. ## #current_limit_override=0x5A000020 ## over_voltage ## ARM/GPU core voltage adjust. ## May set warrany bit. ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V (requires force_turbo=1 or current_limit_override) ## 8 1.4 V (requires force_turbo=1 or current_limit_override) ## #over_voltage=0 ## over_voltage_min ## Minimum ARM/GPU core voltage adjust (used for dynamic clocking). ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V (requires force_turbo=1) ## 8 1.4 V (requires force_turbo=1) ## #over_voltage_min=0 ## over_voltage_sdram ## Sets over_voltage_sdram_c, over_voltage_sdram_i, over_voltage_sdram_p ## together ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V ## 8 1.4 V ## #over_voltage_sdram=0 ## over_voltage_sdram_c ## SDRAM controller voltage adjust. ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V ## 8 1.4 V ## #over_voltage_sdram_c=0 ## over_voltage_sdram_i ## SDRAM I/O voltage adjust. ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V ## 8 1.4 V ## #over_voltage_sdram_i=0 ## over_voltage_sdram_p ## SDRAM phy voltage adjust. ## ## Value Description ## ------------------------------------------------------------------------- ## -16 0.8 V ## -15 0.825 V ## -14 0.85 V ## -13 0.875 V ## -12 0.9 V ## -11 0.925 V ## -10 0.95 V ## -9 0.975 V ## -8 1.0 V ## -7 1.025 V ## -6 1.05 V ## -5 1.075 V ## -4 1.1 V ## -3 1.125 V ## -2 1.15 V ## -1 1.175 V ## 0 1.2 V (Default) ## 1 1.225 V ## 2 1.25 V ## 3 1.275 V ## 4 1.3 V ## 5 1.325 V ## 6 1.35 V ## 7 1.375 V ## 8 1.4 V ## #over_voltage_sdram_p=0 ################################################################################ ## USB Power ################################################################################ ## max_usb_current ## When set to 1, change the output current limit (for all 4 USB ## ports combined) from 600mA to double that, 1200mA. ## ## This option is not available for Model A/B boards. ## ## Default 0. ## #max_usb_current=0 ################################################################################ ## Base Device Tree Parameters ################################################################################ ## audio ## Enable the onboard ALSA audio ## ## Default off. ## #dtparam=audio=off ## i2c_arm ## Enable the ARM's i2c interface ## ## Default off. ## #dtparam=i2c_arm=off ## i2c_vc ## Enable the i2c interface ## ## Usually reserved for the VideoCore processor ## ## Default off. ## #dtparam=i2c_vc=off ## i2c_arm_baudrate ## Set the baudrate of the ARM's i2c interface ## ## Default 100000. ## #dtparam=i2c_arm_baudrate=100000 ## i2c_vc_baudrate ## Set the baudrate of the VideoCore i2c interface ## ## Default 100000. ## #dtparam=i2c_vc_baudrate=100000 ## i2s ## Set to "on" to enable the i2s interface ## ## Default off. ## #dtparam=i2s=off ## spi ## Set to "on" to enable the spi interfaces ## ## Default off. ## #dtparam=spi=off ## random ## Set to "on" to enable the hardware random ## ## Default off. ## #dtparam=random=off ## uart0 ## Set to "off" to disable uart0 ## ## Default on. ## #dtparam=uart0=on ## watchdog ## Set to "on" to enable the hardware watchdog ## ## Default off. ## #dtparam=watchdog=off ## act_led_trigger ## Choose which activity the LED tracks. ## ## Use "heartbeat" for a nice load indicator. ## ## Default mmc. ## #dtparam=act_led_trigger=mmc ## act_led_activelow ## Set to "on" to invert the sense of the LED ## ## Default off. ## #dtparam=act_led_activelow=off ## act_led_gpio ## Set which GPIO to use for the activity LED ## ## In case you want to connect it to an external device ## ## Default 16 on a non-Plus board, 47 on a Plus or Pi 2. ## #dtparam=act_led_gpio=47 ## pwr_led_trigger ## Choose which activity the LED tracks. ## ## Use "heartbeat" for a nice load indicator. ## ## Not available on Model A/B boards. ## ## Default mmc. ## #dtparam=pwr_led_trigger=mmc ## pwr_led_activelow ## Set to "on" to invert the sense of the LED ## ## Not available on Model A/B boards. ## ## Default off. ## #dtparam=pwr_led_activelow=off ## pwr_led_gpio ## Set which GPIO to use for the PWR LED ## ## In case you want to connect it to an external device ## ## Not available on Model A/B boards. ## ## Default 35. ## #dtparam=pwr_led_gpio=35 # Enable VC4 Graphics dtoverlay=vc4-kms-v3d # have a properly sized image disable_overscan=1 # Enable audio (loads snd_bcm2835) dtparam=audio=on dtparam=i2c_arm=on dtparam=spi=on disable_splash=1 avoid_warnings=1 dtparam=audio=on real 0m 0.67s user 0m 0.00s sys 0m 0.01s --- cat /mnt/boot/extlinux/extlinux.conf --- 2020-09-27 15:29:18.683767854+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/resinOS_uEnv.txt --- 2020-09-27 15:29:18.724850249+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/uEnv.txt --- 2020-09-27 15:29:18.762952854+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /mnt/conf/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2020-09-27 15:29:18.799347072+00:00 real 0m 0.50s user 0m 0.49s sys 0m 0.01s --- cat /mnt/data-disk/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2020-09-27 15:29:19.333500353+00:00 real 0m 0.50s user 0m 0.48s sys 0m 0.02s --- cat /var/log/messages --- 2020-09-27 15:29:19.863169155+00:00 Feb 3 18:39:54 localhost syslog.info syslogd started: BusyBox v1.30.1 Feb 3 18:39:58 localhost daemon.info dbus-daemon[700]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=793 comm="/usr/sbin/NetworkManager --no-daemon ") Feb 3 18:39:59 localhost daemon.info dbus-daemon[700]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 3 18:39:59 localhost daemon.info dbus-daemon[700]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=793 comm="/usr/sbin/NetworkManager --no-daemon ") Feb 3 18:39:59 localhost daemon.info bluetoothd[835]: Bluetooth daemon 5.50 Feb 3 18:39:59 localhost daemon.info bluetoothd[835]: Starting SDP server Feb 3 18:39:59 localhost daemon.info dbus-daemon[700]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 3 18:40:00 localhost daemon.info bluetoothd[835]: Bluetooth management interface 1.14 initialized Feb 3 18:40:00 localhost daemon.err bluetoothd[835]: Failed to set privacy: Rejected (0x0b) Feb 3 18:40:00 localhost daemon.info dbus-daemon[700]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=793 comm="/usr/sbin/NetworkManager --no-daemon ") Feb 3 18:40:00 localhost daemon.info dbus-daemon[700]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' Feb 3 18:40:00 localhost user.warn wpa_supplicant: Libgcrypt warning: missing initialization - please fix the application Sep 27 15:13:02 localhost daemon.info dbus-daemon[700]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=793 comm="/usr/sbin/NetworkManager --no-daemon ") Sep 27 15:13:02 localhost daemon.info dbus-daemon[700]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Sep 27 15:13:36 localhost auth.err sshd[1322]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:13:41 localhost auth.info sshd[1322]: Accepted publickey for root from 52.4.252.97 port 36098 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Sep 27 15:14:22 localhost daemon.info dbus-daemon[700]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.62' (uid=0 pid=2105 comm="timedatectl ") Sep 27 15:14:25 localhost daemon.info dbus-daemon[700]: [system] Successfully activated service 'org.freedesktop.timedate1' Sep 27 15:14:28 localhost auth.info sshd[1322]: Received disconnect from 52.4.252.97 port 36098:11: Sep 27 15:14:28 localhost auth.info sshd[1322]: Disconnected from user root 52.4.252.97 port 36098 Sep 27 15:14:38 localhost auth.err sshd[2253]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:14:38 localhost auth.info sshd[2253]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:14:48 localhost auth.err sshd[2277]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:14:48 localhost auth.info sshd[2277]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:14:58 localhost auth.err sshd[2288]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:14:58 localhost auth.info sshd[2288]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:15:08 localhost auth.err sshd[2294]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:15:08 localhost auth.info sshd[2294]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:15:18 localhost auth.err sshd[2300]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:15:18 localhost auth.info sshd[2300]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:15:28 localhost auth.err sshd[2308]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:15:28 localhost auth.info sshd[2308]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:15:34 localhost auth.err sshd[2314]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:15:37 localhost auth.info sshd[2314]: Accepted publickey for root from 52.4.252.97 port 39808 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Sep 27 15:15:39 localhost auth.err sshd[2338]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:15:39 localhost auth.info sshd[2338]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:15:49 localhost auth.err sshd[2490]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:15:49 localhost auth.info sshd[2490]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:15:59 localhost auth.err sshd[2731]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:15:59 localhost auth.info sshd[2731]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:16:09 localhost auth.err sshd[3136]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:16:09 localhost auth.info sshd[3136]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:16:15 localhost daemon.info dbus-daemon[700]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.87' (uid=0 pid=3409 comm="timedatectl status ") Sep 27 15:16:16 localhost daemon.info dbus-daemon[700]: [system] Successfully activated service 'org.freedesktop.timedate1' Sep 27 15:16:19 localhost auth.info sshd[2314]: Received disconnect from 52.4.252.97 port 39808:11: Sep 27 15:16:19 localhost auth.info sshd[2314]: Disconnected from user root 52.4.252.97 port 39808 Sep 27 15:16:20 localhost auth.err sshd[3428]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:16:20 localhost auth.info sshd[3428]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:16:29 localhost auth.err sshd[3434]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:16:29 localhost auth.info sshd[3434]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:16:30 localhost auth.err sshd[3440]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:16:30 localhost auth.info sshd[3440]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:16:39 localhost auth.err sshd[3446]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:16:39 localhost auth.info sshd[3446]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:16:40 localhost auth.err sshd[3452]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:16:40 localhost auth.info sshd[3452]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:16:49 localhost auth.err sshd[3460]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:16:49 localhost auth.info sshd[3460]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:16:50 localhost auth.err sshd[3466]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:16:50 localhost auth.info sshd[3466]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:17:00 localhost auth.err sshd[3472]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:17:00 localhost auth.info sshd[3472]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:17:01 localhost auth.err sshd[3478]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:17:01 localhost auth.info sshd[3478]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:17:10 localhost auth.err sshd[3485]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:17:10 localhost auth.info sshd[3485]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:17:11 localhost auth.err sshd[3491]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:17:11 localhost auth.info sshd[3491]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:17:20 localhost auth.err sshd[3544]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:17:20 localhost auth.info sshd[3544]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:17:21 localhost auth.err sshd[3550]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:17:21 localhost auth.info sshd[3550]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:17:30 localhost auth.err sshd[3557]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:17:30 localhost auth.info sshd[3557]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:17:31 localhost auth.err sshd[3563]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:17:31 localhost auth.info sshd[3563]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:17:41 localhost auth.err sshd[3569]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:17:41 localhost auth.info sshd[3569]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:17:42 localhost auth.err sshd[3575]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:17:42 localhost auth.info sshd[3575]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:17:51 localhost auth.err sshd[3583]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:17:51 localhost auth.info sshd[3583]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:17:52 localhost auth.err sshd[3589]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:17:52 localhost auth.info sshd[3589]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:18:01 localhost auth.err sshd[3595]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:18:01 localhost auth.info sshd[3595]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:18:02 localhost auth.err sshd[3602]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:18:02 localhost auth.info sshd[3602]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:18:11 localhost auth.err sshd[3609]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:18:11 localhost auth.info sshd[3609]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:18:12 localhost auth.err sshd[3615]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:18:12 localhost auth.info sshd[3615]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:18:22 localhost auth.err sshd[3621]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:18:22 localhost auth.info sshd[3621]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:18:23 localhost auth.err sshd[3627]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:18:23 localhost auth.info sshd[3627]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:18:27 localhost auth.err sshd[3634]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:18:32 localhost auth.err sshd[3644]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:18:32 localhost auth.info sshd[3644]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:18:33 localhost auth.err sshd[3653]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:18:33 localhost auth.info sshd[3653]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:18:33 localhost auth.info sshd[3634]: Accepted publickey for root from 52.4.252.97 port 55346 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Sep 27 15:18:42 localhost auth.err sshd[3690]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:18:42 localhost auth.info sshd[3690]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:19:16 localhost auth.err sshd[3785]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:19:16 localhost auth.err sshd[3783]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:19:16 localhost auth.err sshd[3784]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:19:19 localhost auth.info sshd[3784]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:19:19 localhost auth.info sshd[3783]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:19:19 localhost auth.info sshd[3785]: Connection closed by 52.4.252.97 port 59438 [preauth] Sep 27 15:19:32 localhost auth.err sshd[3936]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:19:32 localhost auth.info sshd[3936]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:19:32 localhost auth.err sshd[3938]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:19:32 localhost auth.info sshd[3938]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:19:32 localhost auth.err sshd[3939]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:19:32 localhost auth.info sshd[3939]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:07 localhost auth.err sshd[4026]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:07 localhost auth.err sshd[4027]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:07 localhost auth.err sshd[4028]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:07 localhost auth.info sshd[4027]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:07 localhost auth.info sshd[4028]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:07 localhost auth.info sshd[4026]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:17 localhost daemon.info dbus-daemon[700]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.113' (uid=0 pid=4127 comm="timedatectl ") Sep 27 15:20:17 localhost auth.err sshd[4146]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:17 localhost auth.info sshd[4146]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:17 localhost auth.err sshd[4148]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:17 localhost auth.err sshd[4147]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:17 localhost auth.info sshd[4148]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:17 localhost auth.info sshd[4147]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:18 localhost daemon.info dbus-daemon[700]: [system] Successfully activated service 'org.freedesktop.timedate1' Sep 27 15:20:27 localhost auth.err sshd[4249]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:27 localhost auth.info sshd[4249]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:27 localhost auth.err sshd[4251]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:27 localhost auth.info sshd[4251]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:27 localhost auth.err sshd[4252]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:27 localhost auth.info sshd[4252]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:37 localhost auth.err sshd[4430]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:37 localhost auth.info sshd[4430]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:37 localhost auth.err sshd[4433]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:37 localhost auth.info sshd[4433]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:38 localhost auth.err sshd[4434]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:38 localhost auth.info sshd[4434]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:40 localhost auth.info sshd[3634]: Received disconnect from 52.4.252.97 port 55346:11: Sep 27 15:20:40 localhost auth.info sshd[3634]: Disconnected from user root 52.4.252.97 port 55346 Sep 27 15:20:48 localhost auth.err sshd[4589]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:48 localhost auth.info sshd[4589]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:48 localhost auth.err sshd[4590]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:48 localhost auth.info sshd[4590]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:48 localhost auth.err sshd[4592]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:48 localhost auth.info sshd[4592]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:50 localhost auth.err sshd[4598]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:50 localhost auth.info sshd[4598]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:58 localhost auth.err sshd[4675]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:58 localhost auth.err sshd[4677]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:58 localhost auth.info sshd[4675]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:58 localhost auth.info sshd[4677]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:20:58 localhost auth.err sshd[4678]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:20:58 localhost auth.info sshd[4678]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:00 localhost auth.err sshd[4684]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:00 localhost auth.info sshd[4684]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:08 localhost auth.err sshd[4885]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:08 localhost auth.err sshd[4886]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:08 localhost auth.info sshd[4885]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:08 localhost auth.info sshd[4886]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:08 localhost auth.err sshd[4887]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:08 localhost auth.info sshd[4887]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:10 localhost auth.err sshd[4970]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:10 localhost auth.info sshd[4970]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:18 localhost auth.err sshd[4993]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:18 localhost auth.info sshd[4993]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:18 localhost auth.err sshd[4996]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:18 localhost auth.err sshd[4995]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:18 localhost auth.info sshd[4996]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:18 localhost auth.info sshd[4995]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:20 localhost auth.err sshd[5024]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:20 localhost auth.info sshd[5024]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:29 localhost auth.err sshd[5047]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:29 localhost auth.info sshd[5047]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:29 localhost auth.err sshd[5049]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:29 localhost auth.info sshd[5049]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:29 localhost auth.err sshd[5050]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:29 localhost auth.info sshd[5050]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:31 localhost auth.err sshd[5099]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:31 localhost auth.info sshd[5099]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:39 localhost auth.err sshd[5246]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:39 localhost auth.info sshd[5246]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:39 localhost auth.err sshd[5248]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:39 localhost auth.info sshd[5248]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:39 localhost auth.err sshd[5249]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:39 localhost auth.info sshd[5249]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:41 localhost auth.err sshd[5255]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:41 localhost auth.info sshd[5255]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:49 localhost auth.err sshd[5339]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:49 localhost auth.info sshd[5339]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:49 localhost auth.err sshd[5342]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:49 localhost auth.err sshd[5343]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:49 localhost auth.info sshd[5342]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:49 localhost auth.info sshd[5343]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:21:51 localhost auth.err sshd[5349]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:21:51 localhost auth.info sshd[5349]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:00 localhost auth.err sshd[5370]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:00 localhost auth.err sshd[5372]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:00 localhost auth.info sshd[5370]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:00 localhost auth.err sshd[5373]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:00 localhost auth.info sshd[5372]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:00 localhost auth.info sshd[5373]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:01 localhost auth.err sshd[5403]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:01 localhost auth.info sshd[5403]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:10 localhost auth.err sshd[5420]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:10 localhost auth.info sshd[5420]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:10 localhost auth.err sshd[5421]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:10 localhost auth.info sshd[5421]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:10 localhost auth.err sshd[5422]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:10 localhost auth.info sshd[5422]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:12 localhost auth.err sshd[5436]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:12 localhost auth.info sshd[5436]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:20 localhost auth.err sshd[5453]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:20 localhost auth.err sshd[5454]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:20 localhost auth.info sshd[5453]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:20 localhost auth.info sshd[5454]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:20 localhost auth.err sshd[5455]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:20 localhost auth.info sshd[5455]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:22 localhost auth.err sshd[5461]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:22 localhost auth.info sshd[5461]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:30 localhost auth.err sshd[5476]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:30 localhost auth.info sshd[5476]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:30 localhost auth.err sshd[5478]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:30 localhost auth.info sshd[5478]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:30 localhost auth.err sshd[5479]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:30 localhost auth.info sshd[5479]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:32 localhost auth.err sshd[5486]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:32 localhost auth.info sshd[5486]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:40 localhost auth.err sshd[5500]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:40 localhost auth.info sshd[5500]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:40 localhost auth.err sshd[5503]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:41 localhost auth.info sshd[5503]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:41 localhost auth.err sshd[5504]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:41 localhost auth.info sshd[5504]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:42 localhost auth.err sshd[5511]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:42 localhost auth.info sshd[5511]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:51 localhost auth.err sshd[5529]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:51 localhost auth.err sshd[5530]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:51 localhost auth.info sshd[5529]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:51 localhost auth.info sshd[5530]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:51 localhost auth.err sshd[5531]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:51 localhost auth.info sshd[5531]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:22:53 localhost auth.err sshd[5537]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:22:53 localhost auth.info sshd[5537]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:01 localhost auth.err sshd[5549]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:01 localhost auth.info sshd[5549]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:01 localhost auth.err sshd[5553]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:01 localhost auth.info sshd[5553]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:01 localhost auth.err sshd[5555]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:01 localhost auth.info sshd[5555]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:03 localhost auth.err sshd[5561]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:03 localhost auth.info sshd[5561]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:11 localhost auth.err sshd[5587]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:11 localhost auth.info sshd[5587]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:11 localhost auth.err sshd[5589]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:11 localhost auth.info sshd[5589]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:11 localhost auth.err sshd[5590]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:11 localhost auth.info sshd[5590]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:13 localhost auth.err sshd[5596]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:13 localhost auth.info sshd[5596]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:21 localhost auth.err sshd[5612]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:21 localhost auth.info sshd[5612]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:22 localhost auth.err sshd[5613]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:22 localhost auth.info sshd[5613]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:22 localhost auth.err sshd[5614]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:22 localhost auth.info sshd[5614]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:23 localhost auth.err sshd[5620]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:23 localhost auth.info sshd[5620]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:32 localhost auth.err sshd[5635]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:32 localhost auth.info sshd[5635]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:32 localhost auth.err sshd[5636]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:32 localhost auth.info sshd[5636]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:32 localhost auth.err sshd[5638]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:32 localhost auth.info sshd[5638]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:23:34 localhost auth.err sshd[5644]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:23:34 localhost auth.info sshd[5644]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:24:07 localhost auth.err sshd[5666]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:24:07 localhost auth.err sshd[5668]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:24:07 localhost auth.err sshd[5667]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:24:07 localhost auth.err sshd[5669]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:24:09 localhost auth.info sshd[5666]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:24:09 localhost auth.info sshd[5669]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:24:09 localhost auth.info sshd[5667]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:24:09 localhost auth.info sshd[5668]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:25:12 localhost auth.err sshd[5695]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:25:12 localhost auth.err sshd[5698]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:25:12 localhost auth.err sshd[5749]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:25:12 localhost auth.err sshd[5755]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:25:12 localhost auth.err sshd[5696]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:25:12 localhost auth.err sshd[5697]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:25:12 localhost auth.info sshd[5696]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:25:12 localhost auth.info sshd[5698]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:25:12 localhost auth.info sshd[5695]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:25:12 localhost auth.info sshd[5697]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:25:51 localhost auth.info sshd[5755]: Connection closed by authenticating user root 52.4.252.97 port 42940 [preauth] Sep 27 15:25:51 localhost auth.info sshd[5749]: Connection closed by authenticating user root 52.4.252.97 port 42494 [preauth] Sep 27 15:25:54 localhost auth.err sshd[5788]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:25:54 localhost auth.err sshd[5789]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:25:54 localhost auth.err sshd[5787]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:25:54 localhost auth.err sshd[5786]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:26:05 localhost auth.info sshd[5789]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:26:05 localhost auth.info sshd[5788]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:26:05 localhost auth.info sshd[5787]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:26:05 localhost auth.info sshd[5786]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:26:07 localhost auth.err sshd[5804]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:26:07 localhost auth.err sshd[5805]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:26:07 localhost auth.info sshd[5804]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:26:07 localhost auth.info sshd[5805]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:21 localhost auth.err sshd[5882]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:21 localhost auth.err sshd[5879]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:21 localhost auth.err sshd[5877]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:21 localhost auth.err sshd[5888]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:21 localhost auth.err sshd[5878]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:21 localhost auth.err sshd[5880]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:21 localhost auth.err sshd[5881]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:27 localhost auth.info sshd[5877]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:27 localhost auth.info sshd[5880]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:27 localhost auth.info sshd[5879]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:27 localhost auth.info sshd[5882]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:27 localhost auth.info sshd[5881]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:27 localhost auth.info sshd[5878]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:27 localhost auth.info sshd[5888]: Connection closed by 52.4.252.97 port 43196 [preauth] Sep 27 15:27:37 localhost auth.err sshd[5940]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:37 localhost auth.info sshd[5940]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:37 localhost auth.err sshd[5944]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:37 localhost auth.info sshd[5944]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:37 localhost auth.err sshd[5960]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:37 localhost auth.err sshd[5962]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:37 localhost auth.info sshd[5960]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:37 localhost auth.info sshd[5962]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:37 localhost auth.err sshd[5963]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:37 localhost auth.info sshd[5963]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:37 localhost auth.err sshd[5964]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:37 localhost auth.info sshd[5964]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:37 localhost auth.err sshd[5965]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:37 localhost auth.info sshd[5965]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:48 localhost auth.err sshd[5997]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:48 localhost auth.info sshd[5997]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:48 localhost auth.err sshd[6001]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:48 localhost auth.info sshd[6001]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:48 localhost auth.err sshd[6002]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:48 localhost auth.info sshd[6002]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:48 localhost auth.err sshd[6012]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:48 localhost auth.info sshd[6012]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:48 localhost auth.err sshd[6013]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:48 localhost auth.info sshd[6013]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:48 localhost auth.err sshd[6016]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:48 localhost auth.info sshd[6016]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:48 localhost auth.err sshd[6017]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:48 localhost auth.info sshd[6017]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:58 localhost auth.err sshd[6129]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:58 localhost auth.err sshd[6132]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:58 localhost auth.info sshd[6129]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:58 localhost auth.info sshd[6132]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:58 localhost auth.err sshd[6138]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:58 localhost auth.info sshd[6138]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:58 localhost auth.err sshd[6148]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:58 localhost auth.info sshd[6148]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:58 localhost auth.err sshd[6147]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:58 localhost auth.info sshd[6147]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:58 localhost auth.err sshd[6149]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:58 localhost auth.info sshd[6149]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:27:58 localhost auth.err sshd[6150]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:27:58 localhost auth.info sshd[6150]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:08 localhost auth.err sshd[6173]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:08 localhost auth.info sshd[6173]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:08 localhost auth.err sshd[6183]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:08 localhost auth.info sshd[6183]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:08 localhost auth.err sshd[6179]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:08 localhost auth.info sshd[6179]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:08 localhost auth.err sshd[6190]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:08 localhost auth.err sshd[6192]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:08 localhost auth.info sshd[6192]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:08 localhost auth.info sshd[6190]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:08 localhost auth.err sshd[6196]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:08 localhost auth.info sshd[6196]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:08 localhost auth.err sshd[6197]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:08 localhost auth.info sshd[6197]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:17 localhost auth.err sshd[6385]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:18 localhost auth.err sshd[6430]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:18 localhost auth.info sshd[6430]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:18 localhost auth.err sshd[6436]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:18 localhost auth.info sshd[6436]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:18 localhost auth.err sshd[6443]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:18 localhost auth.err sshd[6445]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:18 localhost auth.info sshd[6443]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:18 localhost auth.info sshd[6445]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:18 localhost auth.err sshd[6448]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:18 localhost auth.info sshd[6448]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:18 localhost auth.err sshd[6449]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:18 localhost auth.info sshd[6449]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:18 localhost auth.err sshd[6450]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:18 localhost auth.info sshd[6450]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:21 localhost auth.info sshd[6385]: Accepted publickey for root from 52.4.252.97 port 35226 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Sep 27 15:28:29 localhost auth.err sshd[6660]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:29 localhost auth.err sshd[6664]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:29 localhost auth.err sshd[6668]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:29 localhost auth.info sshd[6660]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:29 localhost auth.info sshd[6664]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:29 localhost auth.info sshd[6668]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:29 localhost auth.err sshd[6670]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:29 localhost auth.info sshd[6670]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:29 localhost auth.err sshd[6673]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:29 localhost auth.info sshd[6673]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:29 localhost auth.err sshd[6674]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:29 localhost auth.info sshd[6674]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:29 localhost auth.err sshd[6675]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:29 localhost auth.info sshd[6675]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:39 localhost auth.err sshd[6861]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:39 localhost auth.info sshd[6861]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:39 localhost auth.err sshd[6865]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:39 localhost auth.err sshd[6868]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:39 localhost auth.info sshd[6865]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:39 localhost auth.info sshd[6868]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:39 localhost auth.err sshd[6869]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:39 localhost auth.err sshd[6870]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:39 localhost auth.info sshd[6869]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:39 localhost auth.info sshd[6870]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:39 localhost auth.err sshd[6873]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:39 localhost auth.info sshd[6873]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:39 localhost auth.err sshd[6872]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:39 localhost auth.info sshd[6872]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:49 localhost auth.err sshd[7205]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:49 localhost auth.err sshd[7211]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:49 localhost auth.info sshd[7205]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:49 localhost auth.info sshd[7211]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:49 localhost auth.err sshd[7219]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:49 localhost auth.info sshd[7219]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:49 localhost auth.err sshd[7213]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:49 localhost auth.info sshd[7213]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:49 localhost auth.err sshd[7220]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:49 localhost auth.info sshd[7220]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:49 localhost auth.err sshd[7223]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:49 localhost auth.err sshd[7221]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:49 localhost auth.info sshd[7221]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:49 localhost auth.info sshd[7223]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:59 localhost auth.err sshd[7412]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:59 localhost auth.info sshd[7412]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:59 localhost auth.err sshd[7430]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:59 localhost auth.info sshd[7430]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:59 localhost auth.err sshd[7418]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:59 localhost auth.err sshd[7423]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:59 localhost auth.info sshd[7423]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:59 localhost auth.info sshd[7418]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:59 localhost auth.err sshd[7434]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:59 localhost auth.err sshd[7432]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:59 localhost auth.info sshd[7432]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:59 localhost auth.err sshd[7433]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:28:59 localhost auth.info sshd[7434]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:28:59 localhost auth.info sshd[7433]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:29:10 localhost auth.err sshd[7875]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:29:10 localhost auth.info sshd[7875]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:29:10 localhost auth.err sshd[7878]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:29:10 localhost auth.err sshd[7873]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:29:10 localhost auth.info sshd[7878]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:29:10 localhost auth.info sshd[7873]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:29:10 localhost auth.err sshd[7880]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:29:10 localhost auth.err sshd[7882]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:29:10 localhost auth.info sshd[7880]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:29:10 localhost auth.err sshd[7885]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:29:10 localhost auth.info sshd[7882]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:29:10 localhost auth.info sshd[7885]: Could not write ident string to UNKNOWN port 65535 Sep 27 15:29:10 localhost auth.err sshd[7887]: error: Could not load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 27 15:29:10 localhost auth.info sshd[7887]: Could not write ident string to UNKNOWN port 65535 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- cat /var/log/provisioning-progress.log --- 2020-09-27 15:29:19.908089207+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- dmesg -T --- 2020-09-27 15:29:19.958835457+00:00 [Sun Sep 27 15:12:22 2020] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [Sun Sep 27 15:12:22 2020] Linux version 4.19.71 (oe-user@oe-host) (gcc version 8.3.0 (GCC)) #1 SMP PREEMPT Fri Jan 31 09:22:56 UTC 2020 [Sun Sep 27 15:12:22 2020] Machine model: Raspberry Pi 3 Model B Rev 1.2 [Sun Sep 27 15:12:22 2020] efi: Getting EFI parameters from FDT: [Sun Sep 27 15:12:22 2020] efi: UEFI not found. [Sun Sep 27 15:12:22 2020] cma: Reserved 256 MiB at 0x000000001ec00000 [Sun Sep 27 15:12:22 2020] On node 0 totalpages: 255488 [Sun Sep 27 15:12:22 2020] DMA32 zone: 3992 pages used for memmap [Sun Sep 27 15:12:22 2020] DMA32 zone: 0 pages reserved [Sun Sep 27 15:12:22 2020] DMA32 zone: 255488 pages, LIFO batch:63 [Sun Sep 27 15:12:22 2020] random: get_random_bytes called from start_kernel+0xa0/0x464 with crng_init=0 [Sun Sep 27 15:12:22 2020] percpu: Embedded 24 pages/cpu s57880 r8192 d32232 u98304 [Sun Sep 27 15:12:22 2020] pcpu-alloc: s57880 r8192 d32232 u98304 alloc=24*4096 [Sun Sep 27 15:12:22 2020] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [Sun Sep 27 15:12:22 2020] Detected VIPT I-cache on CPU0 [Sun Sep 27 15:12:22 2020] CPU features: enabling workaround for ARM erratum 843419 [Sun Sep 27 15:12:22 2020] CPU features: enabling workaround for ARM erratum 845719 [Sun Sep 27 15:12:22 2020] CPU features: detected: Kernel page table isolation (KPTI) [Sun Sep 27 15:12:22 2020] Built 1 zonelists, mobility grouping on. Total pages: 251496 [Sun Sep 27 15:12:22 2020] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 cma=256M vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000 dwc_otg.lpm_enable=0 console=null rootfstype=ext4 rootwait vt.global_cursor_default=0 root=PARTUUID=8f70a2f6-02 rootwait [Sun Sep 27 15:12:22 2020] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [Sun Sep 27 15:12:22 2020] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [Sun Sep 27 15:12:22 2020] Memory: 715984K/1021952K available (8572K kernel code, 928K rwdata, 2712K rodata, 11904K init, 935K bss, 43824K reserved, 262144K cma-reserved) [Sun Sep 27 15:12:22 2020] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [Sun Sep 27 15:12:22 2020] ftrace: allocating 30109 entries in 118 pages [Sun Sep 27 15:12:22 2020] rcu: Preemptible hierarchical RCU implementation. [Sun Sep 27 15:12:22 2020] Tasks RCU enabled. [Sun Sep 27 15:12:22 2020] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [Sun Sep 27 15:12:22 2020] arch_timer: cp15 timer(s) running at 19.20MHz (phys). [Sun Sep 27 15:12:22 2020] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [Sun Sep 27 15:12:22 2020] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [Sun Sep 27 15:12:22 2020] Console: colour dummy device 80x25 [Sun Sep 27 15:12:22 2020] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=19200) [Sun Sep 27 15:12:22 2020] pid_max: default: 32768 minimum: 301 [Sun Sep 27 15:12:22 2020] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [Sun Sep 27 15:12:22 2020] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [Sun Sep 27 15:12:22 2020] ASID allocator initialised with 32768 entries [Sun Sep 27 15:12:22 2020] rcu: Hierarchical SRCU implementation. [Sun Sep 27 15:12:22 2020] EFI services will not be available. [Sun Sep 27 15:12:22 2020] smp: Bringing up secondary CPUs ... [Sun Sep 27 15:12:22 2020] Detected VIPT I-cache on CPU1 [Sun Sep 27 15:12:22 2020] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [Sun Sep 27 15:12:22 2020] Detected VIPT I-cache on CPU2 [Sun Sep 27 15:12:22 2020] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [Sun Sep 27 15:12:22 2020] Detected VIPT I-cache on CPU3 [Sun Sep 27 15:12:22 2020] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [Sun Sep 27 15:12:22 2020] smp: Brought up 1 node, 4 CPUs [Sun Sep 27 15:12:22 2020] SMP: Total of 4 processors activated. [Sun Sep 27 15:12:22 2020] CPU features: detected: 32-bit EL0 Support [Sun Sep 27 15:12:22 2020] CPU: All CPU(s) started at EL2 [Sun Sep 27 15:12:22 2020] alternatives: patching kernel code [Sun Sep 27 15:12:22 2020] devtmpfs: initialized [Sun Sep 27 15:12:22 2020] Enabled cp15_barrier support [Sun Sep 27 15:12:22 2020] Enabled setend support [Sun Sep 27 15:12:22 2020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [Sun Sep 27 15:12:22 2020] futex hash table entries: 1024 (order: 4, 65536 bytes) [Sun Sep 27 15:12:22 2020] pinctrl core: initialized pinctrl subsystem [Sun Sep 27 15:12:22 2020] DMI not present or invalid. [Sun Sep 27 15:12:22 2020] NET: Registered protocol family 16 [Sun Sep 27 15:12:22 2020] cpuidle: using governor menu [Sun Sep 27 15:12:22 2020] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____)) [Sun Sep 27 15:12:22 2020] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [Sun Sep 27 15:12:22 2020] DMA: preallocated 1024 KiB pool for atomic allocations [Sun Sep 27 15:12:22 2020] Serial: AMBA PL011 UART driver [Sun Sep 27 15:12:22 2020] bcm2835-mbox 3f00b880.mailbox: mailbox enabled [Sun Sep 27 15:12:22 2020] bcm2835-dma 3f007000.dma: DMA legacy API manager at (____ptrval____), dmachans=0x1 [Sun Sep 27 15:12:22 2020] SCSI subsystem initialized [Sun Sep 27 15:12:22 2020] usbcore: registered new interface driver usbfs [Sun Sep 27 15:12:22 2020] usbcore: registered new interface driver hub [Sun Sep 27 15:12:22 2020] usbcore: registered new device driver usb [Sun Sep 27 15:12:22 2020] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-08-28 15:08, variant start_cd [Sun Sep 27 15:12:22 2020] raspberrypi-firmware soc:firmware: Firmware hash is 31098ceed842ca10c8ffd02ffe3640bf6c0190b4 [Sun Sep 27 15:12:22 2020] clocksource: Switched to clocksource arch_sys_counter [Sun Sep 27 15:12:22 2020] VFS: Disk quotas dquot_6.6.0 [Sun Sep 27 15:12:22 2020] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [Sun Sep 27 15:12:22 2020] FS-Cache: Loaded [Sun Sep 27 15:12:22 2020] CacheFiles: Loaded [Sun Sep 27 15:12:22 2020] NET: Registered protocol family 2 [Sun Sep 27 15:12:22 2020] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes) [Sun Sep 27 15:12:22 2020] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [Sun Sep 27 15:12:22 2020] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [Sun Sep 27 15:12:22 2020] TCP: Hash tables configured (established 8192 bind 8192) [Sun Sep 27 15:12:22 2020] UDP hash table entries: 512 (order: 2, 16384 bytes) [Sun Sep 27 15:12:22 2020] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [Sun Sep 27 15:12:22 2020] NET: Registered protocol family 1 [Sun Sep 27 15:12:22 2020] RPC: Registered named UNIX socket transport module. [Sun Sep 27 15:12:22 2020] RPC: Registered udp transport module. [Sun Sep 27 15:12:22 2020] RPC: Registered tcp transport module. [Sun Sep 27 15:12:22 2020] RPC: Registered tcp NFSv4.1 backchannel transport module. [Sun Sep 27 15:12:22 2020] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [Sun Sep 27 15:12:22 2020] Initialise system trusted keyrings [Sun Sep 27 15:12:22 2020] workingset: timestamp_bits=46 max_order=18 bucket_order=0 [Sun Sep 27 15:12:22 2020] squashfs: version 4.0 (2009/01/31) Phillip Lougher [Sun Sep 27 15:12:22 2020] FS-Cache: Netfs 'nfs' registered for caching [Sun Sep 27 15:12:22 2020] NFS: Registering the id_resolver key type [Sun Sep 27 15:12:22 2020] Key type id_resolver registered [Sun Sep 27 15:12:22 2020] Key type id_legacy registered [Sun Sep 27 15:12:22 2020] aufs 4.19.17+-20190211 [Sun Sep 27 15:12:22 2020] Key type asymmetric registered [Sun Sep 27 15:12:22 2020] Asymmetric key parser 'x509' registered [Sun Sep 27 15:12:22 2020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [Sun Sep 27 15:12:22 2020] io scheduler noop registered [Sun Sep 27 15:12:22 2020] io scheduler deadline registered [Sun Sep 27 15:12:22 2020] io scheduler cfq registered (default) [Sun Sep 27 15:12:22 2020] io scheduler mq-deadline registered [Sun Sep 27 15:12:22 2020] io scheduler kyber registered [Sun Sep 27 15:12:22 2020] bcm2835-rng 3f104000.rng: hwrng registered [Sun Sep 27 15:12:22 2020] vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB) [Sun Sep 27 15:12:22 2020] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000 [Sun Sep 27 15:12:22 2020] cacheinfo: Unable to detect cache hierarchy for CPU 0 [Sun Sep 27 15:12:22 2020] brd: module loaded [Sun Sep 27 15:12:22 2020] loop: module loaded [Sun Sep 27 15:12:22 2020] Loading iSCSI transport class v2.0-870. [Sun Sep 27 15:12:22 2020] libphy: Fixed MDIO Bus: probed [Sun Sep 27 15:12:22 2020] tun: Universal TUN/TAP device driver, 1.6 [Sun Sep 27 15:12:22 2020] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [Sun Sep 27 15:12:22 2020] dwc_otg 3f980000.usb: base=(____ptrval____) [Sun Sep 27 15:12:22 2020] Core Release: 2.80a [Sun Sep 27 15:12:22 2020] Setting default values for core params [Sun Sep 27 15:12:22 2020] Finished setting default values for core params [Sun Sep 27 15:12:22 2020] Using Buffer DMA mode [Sun Sep 27 15:12:22 2020] Periodic Transfer Interrupt Enhancement - disabled [Sun Sep 27 15:12:22 2020] Multiprocessor Interrupt Enhancement - disabled [Sun Sep 27 15:12:22 2020] OTG VER PARAM: 0, OTG VER FLAG: 0 [Sun Sep 27 15:12:22 2020] Dedicated Tx FIFOs mode [Sun Sep 27 15:12:22 2020] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = ffffff8008259000 dma = 0x00000000ded04000 len=9024 [Sun Sep 27 15:12:22 2020] FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled [Sun Sep 27 15:12:22 2020] dwc_otg: Microframe scheduler enabled [Sun Sep 27 15:12:22 2020] WARN::hcd_init_fiq:497: MPHI regs_base at ffffff8008055000 [Sun Sep 27 15:12:22 2020] dwc_otg 3f980000.usb: DWC OTG Controller [Sun Sep 27 15:12:22 2020] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1 [Sun Sep 27 15:12:22 2020] dwc_otg 3f980000.usb: irq 9, io mem 0x00000000 [Sun Sep 27 15:12:22 2020] Init: Port Power? op_state=1 [Sun Sep 27 15:12:22 2020] Init: Power Port (0) [Sun Sep 27 15:12:22 2020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [Sun Sep 27 15:12:22 2020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Sun Sep 27 15:12:22 2020] usb usb1: Product: DWC OTG Controller [Sun Sep 27 15:12:22 2020] usb usb1: Manufacturer: Linux 4.19.71 dwc_otg_hcd [Sun Sep 27 15:12:22 2020] usb usb1: SerialNumber: 3f980000.usb [Sun Sep 27 15:12:22 2020] hub 1-0:1.0: USB hub found [Sun Sep 27 15:12:22 2020] hub 1-0:1.0: 1 port detected [Sun Sep 27 15:12:22 2020] dwc_otg: FIQ enabled [Sun Sep 27 15:12:22 2020] dwc_otg: NAK holdoff enabled [Sun Sep 27 15:12:22 2020] dwc_otg: FIQ split-transaction FSM enabled [Sun Sep 27 15:12:22 2020] Module dwc_common_port init [Sun Sep 27 15:12:22 2020] usbcore: registered new interface driver usb-storage [Sun Sep 27 15:12:22 2020] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [Sun Sep 27 15:12:22 2020] bcm2835-cpufreq: min=600000 max=1200000 [Sun Sep 27 15:12:22 2020] sdhci: Secure Digital Host Controller Interface driver [Sun Sep 27 15:12:22 2020] sdhci: Copyright(c) Pierre Ossman [Sun Sep 27 15:12:22 2020] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe [Sun Sep 27 15:12:22 2020] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe [Sun Sep 27 15:12:22 2020] sdhci-pltfm: SDHCI platform and OF driver helper [Sun Sep 27 15:12:22 2020] ledtrig-cpu: registered to indicate activity on CPUs [Sun Sep 27 15:12:22 2020] hidraw: raw HID events driver (C) Jiri Kosina [Sun Sep 27 15:12:22 2020] usbcore: registered new interface driver usbhid [Sun Sep 27 15:12:22 2020] usbhid: USB HID core driver [Sun Sep 27 15:12:22 2020] Initializing XFRM netlink socket [Sun Sep 27 15:12:22 2020] NET: Registered protocol family 10 [Sun Sep 27 15:12:22 2020] Segment Routing with IPv6 [Sun Sep 27 15:12:22 2020] NET: Registered protocol family 17 [Sun Sep 27 15:12:22 2020] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [Sun Sep 27 15:12:22 2020] Key type dns_resolver registered [Sun Sep 27 15:12:22 2020] registered taskstats version 1 [Sun Sep 27 15:12:22 2020] Loading compiled-in X.509 certificates [Sun Sep 27 15:12:22 2020] uart-pl011 3f201000.serial: cts_event_workaround enabled [Sun Sep 27 15:12:22 2020] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 66, base_baud = 0) is a PL011 rev2 [Sun Sep 27 15:12:22 2020] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0 [Sun Sep 27 15:12:22 2020] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated [Sun Sep 27 15:12:22 2020] sdhost: log_buf @ (____ptrval____) (ded07000) [Sun Sep 27 15:12:22 2020] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [Sun Sep 27 15:12:22 2020] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [Sun Sep 27 15:12:22 2020] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [Sun Sep 27 15:12:22 2020] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [Sun Sep 27 15:12:22 2020] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) [Sun Sep 27 15:12:22 2020] of_cfs_init [Sun Sep 27 15:12:22 2020] of_cfs_init: OK [Sun Sep 27 15:12:22 2020] Warning: unable to open an initial console. [Sun Sep 27 15:12:22 2020] Freeing unused kernel memory: 11904K [Sun Sep 27 15:12:22 2020] Run /init as init process [Sun Sep 27 15:12:23 2020] mmc0: host does not support reading read-only switch, assuming write-enable [Sun Sep 27 15:12:23 2020] random: fast init done [Sun Sep 27 15:12:23 2020] mmc0: new high speed SDXC card at address 0007 [Sun Sep 27 15:12:23 2020] mmcblk0: mmc0:0007 SD64G 59.8 GiB [Sun Sep 27 15:12:23 2020] mmcblk0: p1 p2 p3 p4 < p5 p6 > [Sun Sep 27 15:12:23 2020] mmc1: new high speed SDIO card at address 0001 [Sun Sep 27 15:12:23 2020] Indeed it is in host mode hprt0 = 00021501 [Sun Sep 27 15:12:23 2020] usb 1-1: new high-speed USB device number 2 using dwc_otg [Sun Sep 27 15:12:23 2020] Indeed it is in host mode hprt0 = 00001101 [Sun Sep 27 15:12:23 2020] udevd[249]: Starting version 241-166-g511646b+ [Sun Sep 27 15:12:23 2020] udevd[250]: Specified group 'render' unknown [Sun Sep 27 15:12:23 2020] udevd[250]: Specified group 'kvm' unknown [Sun Sep 27 15:12:23 2020] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00 [Sun Sep 27 15:12:23 2020] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Sun Sep 27 15:12:23 2020] hub 1-1:1.0: USB hub found [Sun Sep 27 15:12:23 2020] hub 1-1:1.0: 5 ports detected [Sun Sep 27 15:12:23 2020] udevd[252]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. [Sun Sep 27 15:12:23 2020] udevd[261]: Process '/lib/systemd/systemd-vconsole-setup' failed with exit code 1. [Sun Sep 27 15:12:23 2020] udevd[254]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2' failed with exit code 1. [Sun Sep 27 15:12:23 2020] udevd[256]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3' failed with exit code 1. [Sun Sep 27 15:12:23 2020] usb 1-1.1: new high-speed USB device number 3 using dwc_otg [Sun Sep 27 15:12:23 2020] CP437: Invalid argument [Sun Sep 27 15:12:23 2020] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00 [Sun Sep 27 15:12:23 2020] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Sun Sep 27 15:12:23 2020] fsck.fat 4.1 (2017-01-24) 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt. Automatically removing dirty bit. Performing changes. /dev/disk/by-label/resin-boot: 164 files, 16218/80628 clusters [Sun Sep 27 15:12:23 2020] resin-rootA: recovering journal [Sun Sep 27 15:12:24 2020] random: crng init done [Sun Sep 27 15:12:24 2020] resin-rootA: clean, 5753/39936 files, 297540/319488 blocks [Sun Sep 27 15:12:24 2020] resin-rootB: clean, 11/39936 files, 15349/319488 blocks [Sun Sep 27 15:12:24 2020] udevd[253]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2' failed with exit code 1. [Sun Sep 27 15:12:24 2020] resin-state: recovering journal [Sun Sep 27 15:12:24 2020] udevd[252]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3' failed with exit code 1. [Sun Sep 27 15:12:24 2020] resin-state: clean, 66/5136 files, 1901/20480 blocks [Sun Sep 27 15:12:25 2020] udevd[252]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2' failed with exit code 1. [Sun Sep 27 15:12:25 2020] mmcblk0: p1 p2 p3 p4 < p5 p6 > [Sun Sep 27 15:12:26 2020] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [Sun Sep 27 15:12:26 2020] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null) [Sun Sep 27 15:12:26 2020] udevd: 3 output lines suppressed due to ratelimiting [Sun Sep 27 15:12:26 2020] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [Sun Sep 27 15:12:26 2020] aufs au_opts_verify:1609:init[1]: dirperm1 breaks the protection by the permission bits on the lower branch [Sun Sep 27 15:12:28 2020] systemd[1]: System time before build time, advancing clock. [Sun Sep 27 15:12:28 2020] systemd: 2 output lines suppressed due to ratelimiting [Sun Sep 27 15:12:28 2020] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. [Sun Sep 27 15:12:28 2020] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) [Sun Sep 27 15:12:29 2020] systemd[1]: /lib/systemd/system/chronyd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/chrony/chronyd.pid \xe2\x86\x92 /run/chrony/chronyd.pid; please update the unit file accordingly. [Sun Sep 27 15:12:35 2020] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null) [Sun Sep 27 15:12:36 2020] vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Sun Sep 27 15:12:36 2020] vchiq: vchiq_init_state: slot_zero = 0000000071855b17, is_master = 0 [Sun Sep 27 15:12:36 2020] smsc95xx v1.0.6 [Sun Sep 27 15:12:36 2020] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:ce:0f:5f [Sun Sep 27 15:12:36 2020] usbcore: registered new interface driver smsc95xx [Sun Sep 27 15:12:36 2020] vc4_hdmi 3f902000.hdmi: ASoC: Failed to create component debugfs directory [Sun Sep 27 15:12:36 2020] vc4_hdmi 3f902000.hdmi: vc4-hdmi-hifi <-> 3f902000.hdmi mapping ok [Sun Sep 27 15:12:36 2020] vc4_hdmi 3f902000.hdmi: ASoC: no DMI vendor name! [Sun Sep 27 15:12:36 2020] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4]) [Sun Sep 27 15:12:36 2020] vc4-drm soc:gpu: bound 3f806000.vec (ops vc4_vec_ops [vc4]) [Sun Sep 27 15:12:36 2020] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4]) [Sun Sep 27 15:12:36 2020] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4]) [Sun Sep 27 15:12:36 2020] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4]) [Sun Sep 27 15:12:36 2020] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4]) [Sun Sep 27 15:12:36 2020] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4]) [Sun Sep 27 15:12:36 2020] cfg80211: Loading compiled-in X.509 certificates for regulatory database [Sun Sep 27 15:12:36 2020] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4]) [Sun Sep 27 15:12:36 2020] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0 [Sun Sep 27 15:12:36 2020] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [Sun Sep 27 15:12:36 2020] [drm] Driver supports precise vblank timestamp query. [Sun Sep 27 15:12:36 2020] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [Sun Sep 27 15:12:36 2020] bcm2835_vc_sm_cma_probe: Videocore shared memory driver [Sun Sep 27 15:12:36 2020] [vc_sm_connected_init]: start [Sun Sep 27 15:12:36 2020] vc_sm_cma_vchi_init: failed to open VCHI service (-1) [Sun Sep 27 15:12:36 2020] [vc_sm_connected_init]: failed to initialize shared memory service [Sun Sep 27 15:12:36 2020] Console: switching to colour frame buffer device 90x30 [Sun Sep 27 15:12:36 2020] vc4-drm soc:gpu: fb0: DRM emulated frame buffer device [Sun Sep 27 15:12:36 2020] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [Sun Sep 27 15:12:36 2020] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [Sun Sep 27 15:12:36 2020] cfg80211: failed to load regulatory.db [Sun Sep 27 15:12:36 2020] media: Linux media interface: v0.10 [Sun Sep 27 15:12:36 2020] videodev: Linux video capture interface: v2.00 [Sun Sep 27 15:12:36 2020] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Sun Sep 27 15:12:36 2020] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Sun Sep 27 15:12:36 2020] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [Sun Sep 27 15:12:36 2020] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [Sun Sep 27 15:12:36 2020] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [Sun Sep 27 15:12:36 2020] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [Sun Sep 27 15:12:36 2020] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1 [Sun Sep 27 15:12:36 2020] usbcore: registered new interface driver brcmfmac [Sun Sep 27 15:12:37 2020] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1 [Sun Sep 27 15:12:37 2020] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: May 2 2019 02:39:18 version 7.45.98.83 (r714225 CY) FWID 01-e539531f [Sun Sep 27 15:12:37 2020] uart-pl011 3f201000.serial: no DMA platform data [Sun Sep 27 15:12:42 2020] i2c /dev entries driver [Sun Sep 27 15:12:42 2020] Bluetooth: Core ver 2.22 [Sun Sep 27 15:12:42 2020] NET: Registered protocol family 31 [Sun Sep 27 15:12:42 2020] Bluetooth: HCI device and connection manager initialized [Sun Sep 27 15:12:42 2020] Bluetooth: HCI socket layer initialized [Sun Sep 27 15:12:42 2020] Bluetooth: L2CAP socket layer initialized [Sun Sep 27 15:12:42 2020] Bluetooth: SCO socket layer initialized [Sun Sep 27 15:12:42 2020] Bluetooth: HCI UART driver ver 2.3 [Sun Sep 27 15:12:42 2020] Bluetooth: HCI UART protocol H4 registered [Sun Sep 27 15:12:42 2020] Bluetooth: HCI UART protocol Three-wire (H5) registered [Sun Sep 27 15:12:42 2020] Bluetooth: HCI UART protocol Broadcom registered [Sun Sep 27 15:12:43 2020] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [Sun Sep 27 15:12:43 2020] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup [Sun Sep 27 15:12:43 2020] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [Sun Sep 27 15:12:43 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Sun Sep 27 15:12:43 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Sun Sep 27 15:12:43 2020] brcmfmac: power management disabled [Sun Sep 27 15:12:43 2020] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [Sun Sep 27 15:12:43 2020] Bluetooth: BNEP filters: protocol multicast [Sun Sep 27 15:12:43 2020] Bluetooth: BNEP socket layer initialized [Sun Sep 27 15:12:43 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Sun Sep 27 15:12:43 2020] brcmfmac: power management disabled [Sun Sep 27 15:12:44 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Sun Sep 27 15:12:45 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Sun Sep 27 15:12:45 2020] brcmfmac: power management disabled [Sun Sep 27 15:12:46 2020] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [Sun Sep 27 15:13:07 2020] Bridge firewalling registered [Sun Sep 27 15:13:08 2020] IPv6: ADDRCONF(NETDEV_UP): balena0: link is not ready [Sun Sep 27 15:13:08 2020] IPv6: ADDRCONF(NETDEV_UP): supervisor0: link is not ready [Sun Sep 27 15:13:09 2020] IPv6: ADDRCONF(NETDEV_UP): br-e8a7b86ea01d: link is not ready [Sun Sep 27 15:13:17 2020] br-e8a7b86ea01d: port 1(veth407b37c) entered blocking state [Sun Sep 27 15:13:17 2020] br-e8a7b86ea01d: port 1(veth407b37c) entered disabled state [Sun Sep 27 15:13:17 2020] device veth407b37c entered promiscuous mode [Sun Sep 27 15:13:17 2020] IPv6: ADDRCONF(NETDEV_UP): veth407b37c: link is not ready [Sun Sep 27 15:13:19 2020] br-e8a7b86ea01d: port 2(veth9667671) entered blocking state [Sun Sep 27 15:13:19 2020] br-e8a7b86ea01d: port 2(veth9667671) entered disabled state [Sun Sep 27 15:13:19 2020] device veth9667671 entered promiscuous mode [Sun Sep 27 15:13:19 2020] IPv6: ADDRCONF(NETDEV_UP): veth9667671: link is not ready [Sun Sep 27 15:13:39 2020] eth0: renamed from veth310f213 [Sun Sep 27 15:13:39 2020] IPv6: ADDRCONF(NETDEV_CHANGE): veth407b37c: link becomes ready [Sun Sep 27 15:13:39 2020] br-e8a7b86ea01d: port 1(veth407b37c) entered blocking state [Sun Sep 27 15:13:39 2020] br-e8a7b86ea01d: port 1(veth407b37c) entered forwarding state [Sun Sep 27 15:13:39 2020] IPv6: ADDRCONF(NETDEV_CHANGE): br-e8a7b86ea01d: link becomes ready [Sun Sep 27 15:13:39 2020] eth0: renamed from veth6ffe1a6 [Sun Sep 27 15:13:39 2020] IPv6: ADDRCONF(NETDEV_CHANGE): veth9667671: link becomes ready [Sun Sep 27 15:13:39 2020] br-e8a7b86ea01d: port 2(veth9667671) entered blocking state [Sun Sep 27 15:13:39 2020] br-e8a7b86ea01d: port 2(veth9667671) entered forwarding state [Sun Sep 27 15:16:12 2020] ICMPv6: process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.balena0.base_reachable_time - use net.ipv6.neigh.balena0.base_reachable_time_ms instead [Sun Sep 27 15:20:17 2020] br-e8a7b86ea01d: port 1(veth407b37c) entered disabled state [Sun Sep 27 15:20:17 2020] device veth407b37c left promiscuous mode [Sun Sep 27 15:20:17 2020] br-e8a7b86ea01d: port 1(veth407b37c) entered disabled state [Sun Sep 27 15:20:18 2020] br-e8a7b86ea01d: port 2(veth9667671) entered disabled state [Sun Sep 27 15:20:18 2020] device veth9667671 left promiscuous mode [Sun Sep 27 15:20:18 2020] br-e8a7b86ea01d: port 2(veth9667671) entered disabled state [Sun Sep 27 15:20:43 2020] br-e8a7b86ea01d: port 1(veth3bd8b86) entered blocking state [Sun Sep 27 15:20:43 2020] br-e8a7b86ea01d: port 1(veth3bd8b86) entered disabled state [Sun Sep 27 15:20:43 2020] device veth3bd8b86 entered promiscuous mode [Sun Sep 27 15:20:43 2020] IPv6: ADDRCONF(NETDEV_UP): veth3bd8b86: link is not ready [Sun Sep 27 15:20:43 2020] br-e8a7b86ea01d: port 2(veth0e76f90) entered blocking state [Sun Sep 27 15:20:43 2020] br-e8a7b86ea01d: port 2(veth0e76f90) entered disabled state [Sun Sep 27 15:20:43 2020] device veth0e76f90 entered promiscuous mode [Sun Sep 27 15:20:43 2020] IPv6: ADDRCONF(NETDEV_UP): veth0e76f90: link is not ready [Sun Sep 27 15:20:43 2020] br-e8a7b86ea01d: port 2(veth0e76f90) entered blocking state [Sun Sep 27 15:20:43 2020] br-e8a7b86ea01d: port 2(veth0e76f90) entered forwarding state [Sun Sep 27 15:20:43 2020] br-e8a7b86ea01d: port 2(veth0e76f90) entered disabled state [Sun Sep 27 15:21:03 2020] eth0: renamed from veth918f69c [Sun Sep 27 15:21:03 2020] IPv6: ADDRCONF(NETDEV_CHANGE): veth3bd8b86: link becomes ready [Sun Sep 27 15:21:03 2020] br-e8a7b86ea01d: port 1(veth3bd8b86) entered blocking state [Sun Sep 27 15:21:03 2020] br-e8a7b86ea01d: port 1(veth3bd8b86) entered forwarding state [Sun Sep 27 15:21:04 2020] eth0: renamed from vethacff260 [Sun Sep 27 15:21:04 2020] IPv6: ADDRCONF(NETDEV_CHANGE): veth0e76f90: link becomes ready [Sun Sep 27 15:21:04 2020] br-e8a7b86ea01d: port 2(veth0e76f90) entered blocking state [Sun Sep 27 15:21:04 2020] br-e8a7b86ea01d: port 2(veth0e76f90) entered forwarding state [Sun Sep 27 15:27:50 2020] br-e8a7b86ea01d: port 2(veth0e76f90) entered disabled state [Sun Sep 27 15:27:50 2020] device veth0e76f90 left promiscuous mode [Sun Sep 27 15:27:50 2020] br-e8a7b86ea01d: port 2(veth0e76f90) entered disabled state [Sun Sep 27 15:27:51 2020] br-e8a7b86ea01d: port 1(veth3bd8b86) entered disabled state [Sun Sep 27 15:27:51 2020] device veth3bd8b86 left promiscuous mode [Sun Sep 27 15:27:51 2020] br-e8a7b86ea01d: port 1(veth3bd8b86) entered disabled state [Sun Sep 27 15:28:21 2020] br-e8a7b86ea01d: port 1(vethef2a4ac) entered blocking state [Sun Sep 27 15:28:21 2020] br-e8a7b86ea01d: port 1(vethef2a4ac) entered disabled state [Sun Sep 27 15:28:21 2020] device vethef2a4ac entered promiscuous mode [Sun Sep 27 15:28:21 2020] IPv6: ADDRCONF(NETDEV_UP): vethef2a4ac: link is not ready [Sun Sep 27 15:28:21 2020] br-e8a7b86ea01d: port 2(veth772c4e5) entered blocking state [Sun Sep 27 15:28:21 2020] br-e8a7b86ea01d: port 2(veth772c4e5) entered disabled state [Sun Sep 27 15:28:21 2020] device veth772c4e5 entered promiscuous mode [Sun Sep 27 15:28:21 2020] IPv6: ADDRCONF(NETDEV_UP): veth772c4e5: link is not ready [Sun Sep 27 15:28:21 2020] br-e8a7b86ea01d: port 2(veth772c4e5) entered blocking state [Sun Sep 27 15:28:21 2020] br-e8a7b86ea01d: port 2(veth772c4e5) entered forwarding state [Sun Sep 27 15:28:22 2020] br-e8a7b86ea01d: port 2(veth772c4e5) entered disabled state [Sun Sep 27 15:28:35 2020] eth0: renamed from vethab3f0e8 [Sun Sep 27 15:28:35 2020] IPv6: ADDRCONF(NETDEV_CHANGE): vethef2a4ac: link becomes ready [Sun Sep 27 15:28:35 2020] br-e8a7b86ea01d: port 1(vethef2a4ac) entered blocking state [Sun Sep 27 15:28:35 2020] br-e8a7b86ea01d: port 1(vethef2a4ac) entered forwarding state [Sun Sep 27 15:28:40 2020] eth0: renamed from vetha320282 [Sun Sep 27 15:28:40 2020] IPv6: ADDRCONF(NETDEV_CHANGE): veth772c4e5: link becomes ready [Sun Sep 27 15:28:40 2020] br-e8a7b86ea01d: port 2(veth772c4e5) entered blocking state [Sun Sep 27 15:28:40 2020] br-e8a7b86ea01d: port 2(veth772c4e5) entered forwarding state real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- find /mnt/data/*hup/*log -mtime -180 | xargs tail -n 250 -v --- 2020-09-27 15:29:20.032053113+00:00 ==> standard input <== real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- journalctl --no-pager --no-hostname --list-boots --- 2020-09-27 15:29:20.092629572+00:00 0 ca0b99465ab34fe9afb79a691615d77b Fri 2020-01-31 09:20:47 UTC—Sun 2020-09-27 15:29:20 UTC real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n500 -a --- 2020-09-27 15:29:20.154242749+00:00 -- Logs begin at Fri 2020-01-31 09:20:47 UTC, end at Sun 2020-09-27 15:29:20 UTC. -- Sep 27 15:27:43 balenad[4129]: io.(*PipeReader).Read(0x44207c23f0, 0x4421218000, 0x8000, 0x8000, 0x18, 0x145a120, 0x4420883501) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/pipe.go:127 +0x3c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.(*cancelReadCloser).Read(0x4420b9c0c0, 0x4421218000, 0x8000, 0x8000, 0x8, 0x4420d34e70, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/readers.go:165 +0x3c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/progress.(*Reader).Read(0x4420b09e60, 0x4421218000, 0x8000, 0x8000, 0x4420ad8118, 0x1477320, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/progress/progressreader.go:35 +0x44 Sep 27 15:27:43 balenad[4129]: io.(*teeReader).Read(0x4420b9c0e0, 0x4421218000, 0x8000, 0x8000, 0x442138c300, 0x3, 0x4420883938) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:533 +0x44 Sep 27 15:27:43 balenad[4129]: bufio.(*Reader).fill(0x4420b09ec0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/bufio/bufio.go:100 +0x104 Sep 27 15:27:43 balenad[4129]: bufio.(*Reader).ReadByte(0x4420b09ec0, 0x5b37e2, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/bufio/bufio.go:242 +0x2c Sep 27 15:27:43 balenad[4129]: compress/flate.(*decompressor).moreBits(0x4421368000, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/compress/flate/inflate.go:694 +0x2c Sep 27 15:27:43 balenad[4129]: compress/flate.(*decompressor).huffSym(0x4421368000, 0x4421368028, 0x67, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/compress/flate/inflate.go:716 +0x40 Sep 27 15:27:43 balenad[4129]: compress/flate.(*decompressor).huffmanBlock(0x4421368000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/compress/flate/inflate.go:494 +0xa4 Sep 27 15:27:43 balenad[4129]: compress/flate.(*decompressor).Read(0x4421368000, 0x44209f67a8, 0x200, 0x200, 0x0, 0x0, 0x4420883a78) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/compress/flate/inflate.go:347 +0x54 Sep 27 15:27:43 balenad[4129]: compress/gzip.(*Reader).Read(0x44207ecb00, 0x44209f67a8, 0x200, 0x200, 0x3, 0x4420883adc, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/compress/gzip/gunzip.go:251 +0x58 Sep 27 15:27:43 balenad[4129]: io.(*teeReader).Read(0x44214df180, 0x44209f67a8, 0x200, 0x200, 0x4420ad8180, 0x4420ad80c0, 0x44209f67a8) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:533 +0x44 Sep 27 15:27:43 balenad[4129]: io.(*teeReader).Read(0x44214df1c0, 0x44209f67a8, 0x200, 0x200, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:533 +0x44 Sep 27 15:27:43 balenad[4129]: io.ReadAtLeast(0x1966080, 0x44214df1c0, 0x44209f67a8, 0x200, 0x200, 0x200, 0xb8, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:309 +0x70 Sep 27 15:27:43 balenad[4129]: io.ReadFull(0x1966080, 0x44214df1c0, 0x44209f67a8, 0x200, 0x200, 0x0, 0x0, 0x4420903110) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:327 +0x44 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/vbatts/tar-split/archive/tar.(*Reader).readHeader(0x44209f6780, 0x44209f67a8, 0xb8, 0x200, 0xb8) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/vbatts/tar-split/archive/tar/reader.go:389 +0x48 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/vbatts/tar-split/archive/tar.(*Reader).next(0x44209f6780, 0x44219839a8, 0x4420883ce8, 0xe18c40) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/vbatts/tar-split/archive/tar/reader.go:111 +0x148 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/vbatts/tar-split/archive/tar.(*Reader).Next(0x44209f6780, 0x4420d76000, 0x0, 0x600) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/vbatts/tar-split/archive/tar/reader.go:74 +0x34 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/vbatts/tar-split/tar/asm.NewInputTarStream.func1(0x1966080, 0x44214df1c0, 0x442040b6d8, 0x1965920, 0x4420b028a0, 0x1965900, 0x2419a80) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/vbatts/tar-split/tar/asm/disassemble.go:49 +0xe8 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/vendor/github.com/vbatts/tar-split/tar/asm.NewInputTarStream Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/vbatts/tar-split/tar/asm/disassemble.go:45 +0x1c8 Sep 27 15:27:43 balenad[4129]: goroutine 814 [select]: Sep 27 15:27:43 balenad[4129]: io.(*pipe).Read(0x44212a81e0, 0x4420e2e000, 0x8000, 0x8000, 0xb8, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/pipe.go:50 +0xbc Sep 27 15:27:43 balenad[4129]: io.(*PipeReader).Read(0x442040b6d0, 0x4420e2e000, 0x8000, 0x8000, 0xb8, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/pipe.go:127 +0x3c Sep 27 15:27:43 balenad[4129]: io.copyBuffer(0x1966660, 0x442040b708, 0x7f84383f48, 0x442154d3b0, 0x4420e2e000, 0x8000, 0x8000, 0x0, 0x44212a8001, 0x44200a5320) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:400 +0x100 Sep 27 15:27:43 balenad[4129]: io.Copy(0x1966660, 0x442040b708, 0x7f84383f48, 0x442154d3b0, 0xb75528, 0x1, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:362 +0x44 Sep 27 15:27:43 balenad[4129]: os/exec.(*Cmd).stdin.func1(0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/exec/exec.go:230 +0x44 Sep 27 15:27:43 balenad[4129]: os/exec.(*Cmd).Start.func1(0x4421417a20, 0x44214df220) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/exec/exec.go:396 +0x20 Sep 27 15:27:43 balenad[4129]: created by os/exec.(*Cmd).Start Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/exec/exec.go:395 +0x468 Sep 27 15:27:43 balenad[4129]: goroutine 815 [IO wait, 5 minutes]: Sep 27 15:27:43 balenad[4129]: internal/poll.runtime_pollWait(0x7f84519070, 0x72, 0x442163d600) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/netpoll.go:173 +0x3c Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).wait(0x44212a83d8, 0x72, 0xffffffffffffff01, 0x1969800, 0x23a2a00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0xa0 Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).waitRead(0x44212a83d8, 0x442163d601, 0x200, 0x200) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x30 Sep 27 15:27:43 balenad[4129]: internal/poll.(*FD).Read(0x44212a83c0, 0x442163d600, 0x200, 0x200, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x138 Sep 27 15:27:43 balenad[4129]: os.(*File).read(0x442040b728, 0x442163d600, 0x200, 0x200, 0x442163d600, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/file_unix.go:226 +0x40 Sep 27 15:27:43 balenad[4129]: os.(*File).Read(0x442040b728, 0x442163d600, 0x200, 0x200, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/file.go:107 +0x48 Sep 27 15:27:43 balenad[4129]: bytes.(*Buffer).ReadFrom(0x4420a1e310, 0x1966620, 0x442040b728, 0x7f84336c50, 0x4420a1e310, 0x1) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/bytes/buffer.go:205 +0x88 Sep 27 15:27:43 balenad[4129]: io.copyBuffer(0x1963100, 0x4420a1e310, 0x1966620, 0x442040b728, 0x0, 0x0, 0x0, 0x0, 0x0, 0x20002) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:386 +0x294 Sep 27 15:27:43 balenad[4129]: io.Copy(0x1963100, 0x4420a1e310, 0x1966620, 0x442040b728, 0x0, 0x0, 0x4420c71e40) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:362 +0x44 Sep 27 15:27:43 balenad[4129]: os/exec.(*Cmd).writerDescriptor.func1(0x100000001, 0x459afc) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/exec/exec.go:275 +0x40 Sep 27 15:27:43 balenad[4129]: os/exec.(*Cmd).Start.func1(0x4421417a20, 0x44214df280) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/exec/exec.go:396 +0x20 Sep 27 15:27:43 balenad[4129]: created by os/exec.(*Cmd).Start Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/os/exec/exec.go:395 +0x468 Sep 27 15:27:43 balenad[4129]: goroutine 2158 [chan receive, 1 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon.(*Daemon).containerAttach(0x44204283c0, 0x4420f58b40, 0x4421414ea0, 0x4421580100, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:177 +0xd0 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon.(*Daemon).ContainerAttach(0x44204283c0, 0x44212370f7, 0x40, 0x44212d4720, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:74 +0x438 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersAttach(0x4420dfb400, 0x1982320, 0x44212d4660, 0x197ff20, 0x4420be6ee0, 0x4421462700, 0x44212d45d0, 0x17ac70f, 0x4) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:568 +0x2dc Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.postContainersAttach)-fm(0x1982320, 0x44212d4660, 0x197ff20, 0x4420be6ee0, 0x4421462700, 0x44212d45d0, 0x169dbc0, 0x44212d4660) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:56 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1982320, 0x44212d4660, 0x197ff20, 0x4420be6ee0, 0x4421462700, 0x44212d45d0, 0x1982320, 0x44212d4660) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xac Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1982320, 0x44212d4630, 0x197ff20, 0x4420be6ee0, 0x4421462700, 0x44212d45d0, 0x44214c1400, 0x20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x324 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1982320, 0x44212d4630, 0x197ff20, 0x4420be6ee0, 0x4421462700, 0x44212d45d0, 0x1982320, 0x44212d4630) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x560 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x197ff20, 0x4420be6ee0, 0x4421462700) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x138 Sep 27 15:27:43 balenad[4129]: net/http.HandlerFunc.ServeHTTP(0x4420834680, 0x197ff20, 0x4420be6ee0, 0x4421462700) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1947 +0x38 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x44209044b0, 0x197ff20, 0x4420be6ee0, 0x4421462700) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4420c7e130, 0x197ff20, 0x4420be6ee0, 0x4421462700) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x5c Sep 27 15:27:43 balenad[4129]: net/http.serverHandler.ServeHTTP(0x44207ca680, 0x197ff20, 0x4420be6ee0, 0x4421462700) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2697 +0x74 Sep 27 15:27:43 balenad[4129]: net/http.(*conn).serve(0x4420b61220, 0x1982260, 0x44203e3a40) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1830 +0x4d8 Sep 27 15:27:43 balenad[4129]: created by net/http.(*Server).Serve Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2798 +0x20c Sep 27 15:27:43 balenad[4129]: goroutine 2128 [semacquire, 1 minutes]: Sep 27 15:27:43 balenad[4129]: sync.runtime_notifyListWait(0x44203e3b90, 0x7f00000000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/sema.go:510 +0x100 Sep 27 15:27:43 balenad[4129]: sync.(*Cond).Wait(0x44203e3b80) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/sync/cond.go:56 +0x70 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x44203e3b40, 0x44216d4000, 0x8000, 0x8000, 0x0, 0x44207f4d00, 0x145a1a0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x44 Sep 27 15:27:43 balenad[4129]: io.copyBuffer(0x1963c60, 0x44214c1560, 0x7f84379d20, 0x44203e3b40, 0x44216d4000, 0x8000, 0x8000, 0xc4d380, 0x442000d3e0, 0x145a1a0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:400 +0x100 Sep 27 15:27:43 balenad[4129]: io.CopyBuffer(0x1963c60, 0x44214c1560, 0x7f84379d20, 0x44203e3b40, 0x44216d4000, 0x8000, 0x8000, 0x17ae84f, 0x6, 0xdd1a00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:373 +0x58 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/pools.Copy(0x1963c60, 0x44214c1560, 0x7f84379d20, 0x44203e3b40, 0x44203e3b40, 0x1, 0x1) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x70 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x17af7f1, 0x6, 0x1963c60, 0x44214c1560, 0x196b7e0, 0x44203e3b40, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func3(0x4400000008, 0x18524a8) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:124 +0x58 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0x442009e140, 0x44214c15c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:58 +0x50 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:55 +0x58 Sep 27 15:27:43 balenad[4129]: goroutine 1816 [chan receive, 1 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersWait(0x4420dfb400, 0x1982260, 0x4421610080, 0x197ff20, 0x4420d75500, 0x4420a9f400, 0x44213575c0, 0x18, 0xdcc184) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:360 +0x180 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.postContainersWait)-fm(0x1982260, 0x4421610080, 0x197ff20, 0x4420d75500, 0x4420a9f400, 0x44213575c0, 0x13, 0x44202052d0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:54 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1(0x1982320, 0x4421357650, 0x197ff20, 0x4420d75500, 0x4420a9f400, 0x44213575c0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1982320, 0x4421357650, 0x197ff20, 0x4420d75500, 0x4420a9f400, 0x44213575c0, 0x1982320, 0x4421357650) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xac Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1982320, 0x4421357620, 0x197ff20, 0x4420d75500, 0x4420a9f400, 0x44213575c0, 0x442153d820, 0x20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x324 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1982320, 0x4421357620, 0x197ff20, 0x4420d75500, 0x4420a9f400, 0x44213575c0, 0x1982320, 0x4421357620) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x560 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x197ff20, 0x4420d75500, 0x4420a9f400) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x138 Sep 27 15:27:43 balenad[4129]: net/http.HandlerFunc.ServeHTTP(0x44207cffe0, 0x197ff20, 0x4420d75500, 0x4420a9f400) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1947 +0x38 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x44209044b0, 0x197ff20, 0x4420d75500, 0x4420a9f400) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4420c7e130, 0x197ff20, 0x4420d75500, 0x4420a9f400) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x5c Sep 27 15:27:43 balenad[4129]: net/http.serverHandler.ServeHTTP(0x44207ca680, 0x197ff20, 0x4420d75500, 0x4420a9f400) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2697 +0x74 Sep 27 15:27:43 balenad[4129]: net/http.(*conn).serve(0x4420b92140, 0x1982260, 0x44213e3140) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1830 +0x4d8 Sep 27 15:27:43 balenad[4129]: created by net/http.(*Server).Serve Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2798 +0x20c Sep 27 15:27:43 balenad[4129]: goroutine 2129 [semacquire, 1 minutes]: Sep 27 15:27:43 balenad[4129]: sync.runtime_notifyListWait(0x44203e3d10, 0x7f00000000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/sema.go:510 +0x100 Sep 27 15:27:43 balenad[4129]: sync.(*Cond).Wait(0x44203e3d00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/sync/cond.go:56 +0x70 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x44203e3cc0, 0x44216dc000, 0x8000, 0x8000, 0x0, 0x4420c72500, 0x145a1a0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x44 Sep 27 15:27:43 balenad[4129]: io.copyBuffer(0x1963c60, 0x44214c1540, 0x7f84379d20, 0x44203e3cc0, 0x44216dc000, 0x8000, 0x8000, 0xc4d380, 0x442000d3e0, 0x145a1a0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:400 +0x100 Sep 27 15:27:43 balenad[4129]: io.CopyBuffer(0x1963c60, 0x44214c1540, 0x7f84379d20, 0x44203e3cc0, 0x44216dc000, 0x8000, 0x8000, 0x50, 0x50, 0xdd1a00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/io/io.go:373 +0x58 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/pools.Copy(0x1963c60, 0x44214c1540, 0x7f84379d20, 0x44203e3cc0, 0x44203e3cc0, 0x1, 0x1) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x70 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x17af7eb, 0x6, 0x1963c60, 0x44214c1540, 0x196b7e0, 0x44203e3cc0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func4(0x4400000008, 0x18524a8) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:129 +0x58 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0x442009e140, 0x44214c15e0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:58 +0x50 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:55 +0x58 Sep 27 15:27:43 balenad[4129]: goroutine 2142 [select, 1 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x4421410ee0, 0x44202052e0, 0x44224791a0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x7c Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/api/server/router.cancellableHandler.func1 Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x15c Sep 27 15:27:43 balenad[4129]: goroutine 2143 [select, 1 minutes]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/container.(*State).Wait.func1(0x1982260, 0x4421610080, 0x4422479200, 0x0, 0x4420759f20, 0x4420772980) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:213 +0xc0 Sep 27 15:27:43 balenad[4129]: created by github.com/docker/docker/container.(*State).Wait Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:212 +0xdc Sep 27 15:27:43 balenad[4129]: goroutine 2144 [select]: Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*Stream).waitOnHeader(0x44215fe5a0, 0x44212f6a20, 0x44212a176e) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:222 +0xb0 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*Stream).RecvCompress(0x44215fe5a0, 0x1851708, 0x44212f6af0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:233 +0x20 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0x4420b70f70, 0x16dd980, 0x2419a80, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:515 +0x54c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x4420824e00, 0x16dd980, 0x2419a80, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:395 +0x34 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.invoke(0x1982320, 0x4420af0d50, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, 0x4420962000, 0x44203f31a0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/call.go:83 +0x124 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd.namespaceInterceptor.unary(0x17ac3ef, 0x4, 0x1982320, 0x4420b56180, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/grpc.go:35 +0x9c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd.(namespaceInterceptor).(github.com/docker/docker/vendor/github.com/containerd/containerd.unary)-fm(0x1982320, 0x4420b56180, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, 0x4420962000, 0x1851778, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/grpc.go:51 +0x98 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ClientConn).Invoke(0x4420962000, 0x1982320, 0x4420b56180, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, 0x0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/call.go:35 +0xa0 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/google.golang.org/grpc.Invoke(0x1982320, 0x4420b56180, 0x1800d75, 0x2c, 0x1683300, 0x442133b1e0, 0x16dd980, 0x2419a80, 0x4420962000, 0x0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/call.go:60 +0x78 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/leases/v1.(*leasesClient).Delete(0x44200cc708, 0x1982320, 0x4420b56180, 0x442133b1e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4420c19000) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/leases/v1/leases.pb.go:163 +0x9c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd/leases/proxy.(*proxyManager).Delete(0x44215c22f0, 0x1982320, 0x4420b56180, 0x4420ce7180, 0xe, 0xc03cf93, 0xed702a652, 0x0, 0x4420b560f0, 0x0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/leases/proxy/manager.go:69 +0x10c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd.(*Client).WithLease.func2(0x1982320, 0x4420b56180, 0x4420b56180, 0x44202ef5e0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/lease.go:44 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/containerd/containerd.(*Client).NewContainer(0x442095e000, 0x1982320, 0x4420b56180, 0x44209ccc00, 0x40, 0x44212f73f0, 0x2, 0x2, 0x199dcc0, 0x442133b1c0, ...) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/client.go:245 +0x248 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/libcontainerd.(*client).Create(0x44202b4540, 0x19822a0, 0x44200c8018, 0x44209ccc00, 0x40, 0x44203dab80, 0x1687040, 0x4420bfdcc0, 0x44209ccc00, 0x413c94) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/client_daemon.go:224 +0x3d4 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon.(*Daemon).containerStart(0x44204283c0, 0x4420f58b40, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/start.go:184 +0x31c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/daemon.(*Daemon).ContainerStart(0x44204283c0, 0x4421410f67, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x44202054c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/start.go:98 +0x13c Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersStart(0x4420dfb400, 0x1982320, 0x44213578c0, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x17ac70f, 0x4) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:203 +0x1cc Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.postContainersStart)-fm(0x1982320, 0x44213578c0, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x169dbc0, 0x44213578c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:52 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x1982320, 0x44213578c0, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x1982320, 0x44213578c0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0xac Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x1982320, 0x4421357890, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x442153d9e0, 0x20) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x324 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x1982320, 0x4421357890, 0x197ff20, 0x4420d755e0, 0x4420a9f600, 0x4421357830, 0x1982320, 0x4421357890) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x560 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x138 Sep 27 15:27:43 balenad[4129]: net/http.HandlerFunc.ServeHTTP(0x44207cfae0, 0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1947 +0x38 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x44209044b0, 0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x194 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x4420c7e130, 0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x5c Sep 27 15:27:43 balenad[4129]: net/http.serverHandler.ServeHTTP(0x44207ca680, 0x197ff20, 0x4420d755e0, 0x4420a9f600) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2697 +0x74 Sep 27 15:27:43 balenad[4129]: net/http.(*conn).serve(0x44208faaa0, 0x1982260, 0x44216100c0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:1830 +0x4d8 Sep 27 15:27:43 balenad[4129]: created by net/http.(*Server).Serve Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:2798 +0x20c Sep 27 15:27:43 balenad[4129]: goroutine 2145 [IO wait, 1 minutes]: Sep 27 15:27:43 balenad[4129]: internal/poll.runtime_pollWait(0x7f84518e00, 0x72, 0x4421357781) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/runtime/netpoll.go:173 +0x3c Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).wait(0x4420773a18, 0x72, 0xffffffffffffff00, 0x1969800, 0x23a2a00) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0xa0 Sep 27 15:27:43 balenad[4129]: internal/poll.(*pollDesc).waitRead(0x4420773a18, 0x4421357700, 0x1, 0x1) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x30 Sep 27 15:27:43 balenad[4129]: internal/poll.(*FD).Read(0x4420773a00, 0x4421357781, 0x1, 0x1, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/internal/poll/fd_unix.go:157 +0x138 Sep 27 15:27:43 balenad[4129]: net.(*netFD).Read(0x4420773a00, 0x4421357781, 0x1, 0x1, 0x0, 0x1965f80, 0x2419000) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/fd_unix.go:202 +0x3c Sep 27 15:27:43 balenad[4129]: net.(*conn).Read(0x44207c2368, 0x4421357781, 0x1, 0x1, 0x0, 0x0, 0x0) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/net.go:176 +0x50 Sep 27 15:27:43 balenad[4129]: github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x442153d9a0, 0x4421357781, 0x1, 0x1, 0x44208173b0, 0x1966101, 0x44208173b0) Sep 27 15:27:43 balenad[4129]: /yocto/resin-board/build/tmp/work/aarch64-poky-linux/balena/18.09.10-dev+git7cb464a406748016f2df0c31a9851d20456a3d31-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 Sep 27 15:27:43 balenad[4129]: net/http.(*connReader).backgroundRead(0x4421357770) Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:668 +0x4c Sep 27 15:27:43 balenad[4129]: created by net/http.(*connReader).startBackgroundRead Sep 27 15:27:43 balenad[4129]: /usr/lib/go/src/net/http/server.go:664 +0xb8 Sep 27 15:27:43 balenad[4129]: r0 0x23fc528 Sep 27 15:27:43 balenad[4129]: r1 0x0 Sep 27 15:27:43 balenad[4129]: r2 0x0 Sep 27 15:27:43 balenad[4129]: r3 0x0 Sep 27 15:27:43 balenad[4129]: r4 0x0 Sep 27 15:27:43 balenad[4129]: r5 0x0 Sep 27 15:27:43 balenad[4129]: r6 0x2 Sep 27 15:27:43 balenad[4129]: r7 0x2 Sep 27 15:27:43 balenad[4129]: r8 0x62 Sep 27 15:27:43 balenad[4129]: r9 0x0 Sep 27 15:27:43 balenad[4129]: r10 0x442051ff20 Sep 27 15:27:43 balenad[4129]: r11 0x1 Sep 27 15:27:43 balenad[4129]: r12 0x0 Sep 27 15:27:43 balenad[4129]: r13 0x442051ff20 Sep 27 15:27:43 balenad[4129]: r14 0x0 Sep 27 15:27:43 balenad[4129]: r15 0x1 Sep 27 15:27:43 balenad[4129]: r16 0x4420a74000 Sep 27 15:27:43 balenad[4129]: r17 0x442051ff20 Sep 27 15:27:43 balenad[4129]: r18 0x12f Sep 27 15:27:43 balenad[4129]: r19 0xc89caf93677ec824 Sep 27 15:27:43 balenad[4129]: r20 0x256bbcade4104a1c Sep 27 15:27:43 balenad[4129]: r21 0x40 Sep 27 15:27:43 balenad[4129]: r22 0x40 Sep 27 15:27:43 balenad[4129]: r23 0x3962598619702264 Sep 27 15:27:43 balenad[4129]: r24 0x4420883920 Sep 27 15:27:43 balenad[4129]: r25 0x9f777fced42924a1 Sep 27 15:27:43 balenad[4129]: r26 0x1852328 Sep 27 15:27:43 balenad[4129]: r27 0x236bb00 Sep 27 15:27:43 balenad[4129]: r28 0x23fbca0 Sep 27 15:27:43 balenad[4129]: r29 0x7feaf6bf90 Sep 27 15:27:43 balenad[4129]: lr 0x42b1f4 Sep 27 15:27:43 balenad[4129]: sp 0x7feaf6bd80 Sep 27 15:27:43 balenad[4129]: pc 0x45a544 Sep 27 15:27:43 balenad[4129]: fault 0x0 Sep 27 15:27:43 balenad[4129]: balena: error during connect: Post http://%2Fvar%2Frun%2Fbalena-engine.sock/v1.39/containers/c5196f218cb6a71873dc986c2d85920d82dd4f3645ed408ccce1b0f4bd3520f1/start: EOF. Sep 27 15:27:43 balenad[4129]: time="2020-09-27T15:27:43.330142994Z" level=error msg="error waiting for container: unexpected EOF" Sep 27 15:27:43 systemd[1]: balena.service: Main process exited, code=exited, status=2/INVALIDARGUMENT Sep 27 15:27:43 resin-supervisor[5125]: time="2020-09-27T15:27:43.335675286Z" level=error msg="error waiting for container: unexpected EOF" Sep 27 15:27:43 systemd[1]: resin-supervisor.service: Main process exited, code=exited, status=125/n/a Sep 27 15:27:43 systemd[1]: resin-supervisor.service: Failed with result 'exit-code'. Sep 27 15:27:49 sh[5918]: Supervisor configuration found from API. Sep 27 15:27:49 sh[5918]: Getting image id... Sep 27 15:27:50 sh[5918]: Cannot connect to the balenaEngine daemon at unix:///var/run/balena-engine.sock. Is the balenaEngine daemon running? Sep 27 15:27:50 sh[5918]: Stop supervisor... Sep 27 15:27:50 systemd[1]: balena.service: Failed with result 'watchdog'. Sep 27 15:27:50 sh[5918]: Pulling supervisor balena/aarch64-supervisor:v10.6.27... Sep 27 15:27:50 systemd[1]: update-resin-supervisor.service: Main process exited, code=killed, status=15/TERM Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.135823147Z" level=warning msg="Running experimental build" Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.146452418Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=6060 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.287991481Z" level=info msg="starting containerd" revision= version=1.2.2+unknown Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.289832158Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.290187470Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.304459449Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.304786064Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.305230751Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.305391845Z" level=info msg="metadata content store policy set" policy=shared Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.305898408Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306034606Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306247366Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306391845Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306498408Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306605439Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306704606Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306893981Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.306981637Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.308082106Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.309253876Z" level=error msg="connecting to shim" error="dial unix \x00/containerd-shim/moby/4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233/shim.sock: connect: connection refused" id=4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233 namespace=moby Sep 27 15:27:51 avahi-daemon[784]: Interface veth0e76f90.IPv6 no longer relevant for mDNS. Sep 27 15:27:51 avahi-daemon[784]: Leaving mDNS multicast group on interface veth0e76f90.IPv6 with address fe80::4843:76ff:fe86:c930. Sep 27 15:27:51 kernel: br-e8a7b86ea01d: port 2(veth0e76f90) entered disabled state Sep 27 15:27:51 kernel[696]: [ 928.864687] br-e8a7b86ea01d: port 2(veth0e76f90) entered disabled state Sep 27 15:27:51 kernel: device veth0e76f90 left promiscuous mode Sep 27 15:27:51 kernel: br-e8a7b86ea01d: port 2(veth0e76f90) entered disabled state Sep 27 15:27:51 kernel[696]: [ 928.875986] device veth0e76f90 left promiscuous mode Sep 27 15:27:51 kernel[696]: [ 928.876011] br-e8a7b86ea01d: port 2(veth0e76f90) entered disabled state Sep 27 15:27:51 avahi-daemon[784]: Withdrawing address record for fe80::4843:76ff:fe86:c930 on veth0e76f90. Sep 27 15:27:51 NetworkManager[793]: [1601220471.5261] device (veth0e76f90): released from master device br-e8a7b86ea01d Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.575415856Z" level=error msg="connecting to shim" error="dial unix \x00/containerd-shim/moby/6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16/shim.sock: connect: connection refused" id=6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16 namespace=moby Sep 27 15:27:51 balenad[6042]: time="2020-09-27T15:27:51.756714137Z" level=error msg="connecting to shim" error="dial unix \x00/containerd-shim/moby/746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804/shim.sock: connect: connection refused" id=746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804 namespace=moby Sep 27 15:27:51 avahi-daemon[784]: Interface veth3bd8b86.IPv6 no longer relevant for mDNS. Sep 27 15:27:51 avahi-daemon[784]: Leaving mDNS multicast group on interface veth3bd8b86.IPv6 with address fe80::10e3:8fff:fe50:8700. Sep 27 15:27:51 kernel: br-e8a7b86ea01d: port 1(veth3bd8b86) entered disabled state Sep 27 15:27:51 kernel[696]: [ 929.308409] br-e8a7b86ea01d: port 1(veth3bd8b86) entered disabled state Sep 27 15:27:51 kernel: device veth3bd8b86 left promiscuous mode Sep 27 15:27:51 kernel: br-e8a7b86ea01d: port 1(veth3bd8b86) entered disabled state Sep 27 15:27:51 kernel[696]: [ 929.322452] device veth3bd8b86 left promiscuous mode Sep 27 15:27:51 kernel[696]: [ 929.322485] br-e8a7b86ea01d: port 1(veth3bd8b86) entered disabled state Sep 27 15:27:51 avahi-daemon[784]: Withdrawing address record for fe80::10e3:8fff:fe50:8700 on veth3bd8b86. Sep 27 15:27:51 NetworkManager[793]: [1601220471.9703] device (veth3bd8b86): released from master device br-e8a7b86ea01d Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.729268616Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.729762574Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.733737938Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.733940959Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734210438Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734352105Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734451480Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734529866Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734644136Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734741011Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734818407Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734904605Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.734982678Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735120751Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt: read-only file system" Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735194188Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735293303Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735452313Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.735562157Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.736482418Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.736910699Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Sep 27 15:27:52 balenad[6042]: time="2020-09-27T15:27:52.737030178Z" level=info msg="containerd successfully booted in 1.452119s" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.626139344Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.629403042Z" level=warning msg="Your kernel does not support cgroup rt period" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.629616532Z" level=warning msg="Your kernel does not support cgroup rt runtime" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.630855855Z" level=warning msg="mountpoint for pids not found" Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.633116167Z" level=info msg="Loading containers: start." Sep 27 15:27:53 balenad[6042]: time="2020-09-27T15:27:53.646874813Z" level=error msg="Failed to load container 90786fa814ed8ca8572a0d9811dd1712aefc0367927fa96c41536a2d6e4f8fa2: open /var/lib/docker/containers/90786fa814ed8ca8572a0d9811dd1712aefc0367927fa96c41536a2d6e4f8fa2/config.v2.json: no such file or directory" Sep 27 15:28:13 balenad[6042]: time="2020-09-27T15:28:13.210250379Z" level=info msg="Removing stale sandbox 2c69b8a7ce948c9bd4d9bd628cda0f476b3e2ad7021f71d85f506222f12b1936 (c5196f218cb6a71873dc986c2d85920d82dd4f3645ed408ccce1b0f4bd3520f1)" Sep 27 15:28:14 balenad[6042]: time="2020-09-27T15:28:14.885573503Z" level=info msg="Removing stale sandbox 4ee227602bfe6016fe332e082721279eacfb14cb99eec88f3b5bd8651fe2026f (4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233)" Sep 27 15:28:15 balenad[6042]: time="2020-09-27T15:28:15.705017982Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint e8a7b86ea01d3d920c3ff7e6bfd8e6fecd6248a0a88b9e321c4fb698c1a425d1 55b67b14e057e8635c77356b5e01da4552bbc05c5cd66f0e2fbf1ed85578d6c5], retrying...." Sep 27 15:28:16 balenad[6042]: time="2020-09-27T15:28:16.788745898Z" level=info msg="Removing stale sandbox a257dda3b7e614edf4cdc11c476b52b00718fb440b213370cf995ad5d5885631 (6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16)" Sep 27 15:28:16 balenad[6042]: time="2020-09-27T15:28:16.827292096Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 04b3342d8f69e7c9b48afb9a24d05c4e2070219b0d47466048ed4aec7a1fe14b 3dc1b5464445eac1170f19e9d2fd26fe5b47c22cc8b5dd6a6ea3a0dfb3d2aeba], retrying...." Sep 27 15:28:18 balenad[6042]: time="2020-09-27T15:28:18.569606366Z" level=info msg="Removing stale sandbox f2c10e5712ac4d930424b2744d2bfa15313dab4f2e31d1b0f0ef3dc33d431acf (746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804)" Sep 27 15:28:19 balenad[6042]: time="2020-09-27T15:28:19.384048657Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint e8a7b86ea01d3d920c3ff7e6bfd8e6fecd6248a0a88b9e321c4fb698c1a425d1 74e7e12824fe4923d374b516c5edd8cf7a7ff5e713723b7de5d65264fe841f91], retrying...." Sep 27 15:28:20 balenad[6042]: time="2020-09-27T15:28:20.159403761Z" level=info msg="Removing stale endpoint eager_haibt (31ab4530a3440ec620a45056035789f675f5bff79ad90d0b39e0fd54eb4ac860)" Sep 27 15:28:20 balenad[6042]: time="2020-09-27T15:28:20.209445428Z" level=info msg="Fixing inconsistent endpoint_cnt for network none. Expected=0, Actual=1" Sep 27 15:28:21 kernel: br-e8a7b86ea01d: port 1(vethef2a4ac) entered blocking state Sep 27 15:28:21 kernel: br-e8a7b86ea01d: port 1(vethef2a4ac) entered disabled state Sep 27 15:28:21 kernel[696]: [ 959.088141] br-e8a7b86ea01d: port 1(vethef2a4ac) entered blocking state Sep 27 15:28:21 kernel[696]: [ 959.088193] br-e8a7b86ea01d: port 1(vethef2a4ac) entered disabled state Sep 27 15:28:21 kernel: device vethef2a4ac entered promiscuous mode Sep 27 15:28:21 systemd-udevd[6504]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Sep 27 15:28:21 systemd-udevd[6504]: Using default interface naming scheme 'v240'. Sep 27 15:28:21 systemd-udevd[6504]: Could not generate persistent MAC address for vethab3f0e8: No such file or directory Sep 27 15:28:21 kernel: IPv6: ADDRCONF(NETDEV_UP): vethef2a4ac: link is not ready Sep 27 15:28:21 kernel[696]: [ 959.092328] device vethef2a4ac entered promiscuous mode Sep 27 15:28:21 kernel[696]: [ 959.095714] IPv6: ADDRCONF(NETDEV_UP): vethef2a4ac: link is not ready Sep 27 15:28:21 systemd-udevd[6505]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Sep 27 15:28:21 systemd-udevd[6505]: Using default interface naming scheme 'v240'. Sep 27 15:28:21 systemd-udevd[6505]: Could not generate persistent MAC address for vethef2a4ac: No such file or directory Sep 27 15:28:21 NetworkManager[793]: [1601220501.7385] manager: (vethab3f0e8): new Veth device (/org/freedesktop/NetworkManager/Devices/18) Sep 27 15:28:21 NetworkManager[793]: [1601220501.7455] manager: (vethef2a4ac): new Veth device (/org/freedesktop/NetworkManager/Devices/19) Sep 27 15:28:22 systemd-udevd[6508]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Sep 27 15:28:22 systemd-udevd[6505]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Sep 27 15:28:22 systemd-udevd[6508]: Using default interface naming scheme 'v240'. Sep 27 15:28:22 systemd-udevd[6508]: Could not generate persistent MAC address for vetha320282: No such file or directory Sep 27 15:28:22 systemd-udevd[6505]: Could not generate persistent MAC address for veth772c4e5: No such file or directory Sep 27 15:28:22 NetworkManager[793]: [1601220502.6230] manager: (vetha320282): new Veth device (/org/freedesktop/NetworkManager/Devices/20) Sep 27 15:28:22 NetworkManager[793]: [1601220502.6317] manager: (veth772c4e5): new Veth device (/org/freedesktop/NetworkManager/Devices/21) Sep 27 15:28:22 kernel: br-e8a7b86ea01d: port 2(veth772c4e5) entered blocking state Sep 27 15:28:22 kernel: br-e8a7b86ea01d: port 2(veth772c4e5) entered disabled state Sep 27 15:28:22 kernel: device veth772c4e5 entered promiscuous mode Sep 27 15:28:22 kernel: IPv6: ADDRCONF(NETDEV_UP): veth772c4e5: link is not ready Sep 27 15:28:22 kernel: br-e8a7b86ea01d: port 2(veth772c4e5) entered blocking state Sep 27 15:28:22 kernel: br-e8a7b86ea01d: port 2(veth772c4e5) entered forwarding state Sep 27 15:28:22 kernel[696]: [ 959.994740] br-e8a7b86ea01d: port 2(veth772c4e5) entered blocking state Sep 27 15:28:22 kernel[696]: [ 959.994760] br-e8a7b86ea01d: port 2(veth772c4e5) entered disabled state Sep 27 15:28:22 kernel[696]: [ 959.995027] device veth772c4e5 entered promiscuous mode Sep 27 15:28:22 kernel[696]: [ 959.995493] IPv6: ADDRCONF(NETDEV_UP): veth772c4e5: link is not ready Sep 27 15:28:22 kernel[696]: [ 959.995512] br-e8a7b86ea01d: port 2(veth772c4e5) entered blocking state Sep 27 15:28:22 kernel[696]: [ 959.995523] br-e8a7b86ea01d: port 2(veth772c4e5) entered forwarding state Sep 27 15:28:22 kernel: br-e8a7b86ea01d: port 2(veth772c4e5) entered disabled state Sep 27 15:28:22 kernel[696]: [ 960.003811] br-e8a7b86ea01d: port 2(veth772c4e5) entered disabled state Sep 27 15:28:27 balenad[6042]: time="2020-09-27T15:28:27.140745009Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16/shim.sock debug=false pid=6556 Sep 27 15:28:34 balenad[6042]: time="2020-09-27T15:28:34.225093652Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233/shim.sock debug=false pid=6700 Sep 27 15:28:36 kernel: eth0: renamed from vethab3f0e8 Sep 27 15:28:36 kernel[696]: [ 973.824535] eth0: renamed from vethab3f0e8 Sep 27 15:28:36 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethef2a4ac: link becomes ready Sep 27 15:28:36 kernel: br-e8a7b86ea01d: port 1(vethef2a4ac) entered blocking state Sep 27 15:28:36 kernel: br-e8a7b86ea01d: port 1(vethef2a4ac) entered forwarding state Sep 27 15:28:36 kernel[696]: [ 973.837521] IPv6: ADDRCONF(NETDEV_CHANGE): vethef2a4ac: link becomes ready Sep 27 15:28:36 kernel[696]: [ 973.837669] br-e8a7b86ea01d: port 1(vethef2a4ac) entered blocking state Sep 27 15:28:36 kernel[696]: [ 973.837682] br-e8a7b86ea01d: port 1(vethef2a4ac) entered forwarding state Sep 27 15:28:36 NetworkManager[793]: [1601220516.4830] device (vethef2a4ac): carrier: link connected Sep 27 15:28:36 NetworkManager[793]: [1601220516.4848] device (br-e8a7b86ea01d): carrier: link connected Sep 27 15:28:38 avahi-daemon[784]: Joining mDNS multicast group on interface vethef2a4ac.IPv6 with address fe80::ac9d:16ff:fe9b:78da. Sep 27 15:28:38 avahi-daemon[784]: New relevant interface vethef2a4ac.IPv6 for mDNS. Sep 27 15:28:38 avahi-daemon[784]: Registering new address record for fe80::ac9d:16ff:fe9b:78da on vethef2a4ac.*. Sep 27 15:28:38 6c091935c667[6042]: Starting system message bus: dbus. Sep 27 15:28:38 6c091935c667[6042]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Sep 27 15:28:38 balenad[6042]: time="2020-09-27T15:28:38.530123181Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804/shim.sock debug=false pid=6784 Sep 27 15:28:38 4aa0677a2229[6042]: No configuration file found proceeding with default values Sep 27 15:28:38 6c091935c667[6042]: ...done. Sep 27 15:28:40 kernel: eth0: renamed from vetha320282 Sep 27 15:28:40 kernel[696]: [ 978.055039] eth0: renamed from vetha320282 Sep 27 15:28:40 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth772c4e5: link becomes ready Sep 27 15:28:40 kernel: br-e8a7b86ea01d: port 2(veth772c4e5) entered blocking state Sep 27 15:28:40 kernel: br-e8a7b86ea01d: port 2(veth772c4e5) entered forwarding state Sep 27 15:28:40 kernel[696]: [ 978.064378] IPv6: ADDRCONF(NETDEV_CHANGE): veth772c4e5: link becomes ready Sep 27 15:28:40 kernel[696]: [ 978.064557] br-e8a7b86ea01d: port 2(veth772c4e5) entered blocking state Sep 27 15:28:40 kernel[696]: [ 978.064570] br-e8a7b86ea01d: port 2(veth772c4e5) entered forwarding state Sep 27 15:28:40 NetworkManager[793]: [1601220520.7129] device (veth772c4e5): carrier: link connected Sep 27 15:28:41 avahi-daemon[784]: Joining mDNS multicast group on interface veth772c4e5.IPv6 with address fe80::2c7f:c0ff:fe32:8e8f. Sep 27 15:28:41 avahi-daemon[784]: New relevant interface veth772c4e5.IPv6 for mDNS. Sep 27 15:28:41 avahi-daemon[784]: Registering new address record for fe80::2c7f:c0ff:fe32:8e8f on veth772c4e5.*. Sep 27 15:28:42 746083b48efd[6042]: 1601220522: mosquitto version 1.6.12 starting Sep 27 15:28:42 746083b48efd[6042]: 1601220522: Config loaded from /mosquitto/config/mosquitto.conf. Sep 27 15:28:42 746083b48efd[6042]: 1601220522: Opening ipv4 listen socket on port 1883. Sep 27 15:28:42 746083b48efd[6042]: 1601220522: Opening ipv6 listen socket on port 1883. Sep 27 15:28:42 746083b48efd[6042]: 1601220522: mosquitto version 1.6.12 running Sep 27 15:28:42 balenad[6042]: time="2020-09-27T15:28:42.531221201Z" level=info msg="Loading containers: done." Sep 27 15:28:42 balenad[6042]: time="2020-09-27T15:28:42.744575836Z" level=info msg="Docker daemon" commit=7cb464a406748016f2df0c31a9851d20456a3d31 graphdriver(s)=aufs version=18.09.10-dev Sep 27 15:28:42 balenad[6042]: time="2020-09-27T15:28:42.744731044Z" level=info msg="Daemon has completed initialization" Sep 27 15:28:44 balenad[6042]: time="2020-09-27T15:28:44.115104273Z" level=info msg="API listen on /var/run/balena-engine.sock" Sep 27 15:28:44 balenad[6042]: time="2020-09-27T15:28:44.117432085Z" level=info msg="API listen on /var/run/balena-engine.sock" Sep 27 15:28:44 balenad[6042]: time="2020-09-27T15:28:44.117524325Z" level=info msg="API listen on /var/run/balena.sock" Sep 27 15:28:45 4aa0677a2229[6042]: INFO:2020-09-27 15:28:45,087:hass_configurator.configurator:Starting server Sep 27 15:28:45 4aa0677a2229[6042]: INFO:2020-09-27 15:28:45,091:hass_configurator.configurator:Listening on: http://0.0.0.0:3218 Sep 27 15:28:45 balenad[6983]: Loaded image: balena-healthcheck-image:latest Sep 27 15:28:53 balenad[6042]: time="2020-09-27T15:28:53.877828176Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/071a998964df4b9956ea0103351cc067bb62c885d097799de95ac11c0d1fa73d/shim.sock debug=false pid=7232 Sep 27 15:28:54 6c091935c667[6042]: [info] Supervisor v10.6.27 starting up... Sep 27 15:28:54 6c091935c667[6042]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Sep 27 15:28:55 balenad[6042]: time="2020-09-27T15:28:55.239511196Z" level=info msg="Container 6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16 failed to exit within 10 seconds of signal 15 - using the force" Sep 27 15:28:56 balenad[6042]: time="2020-09-27T15:28:56.915231508Z" level=info msg="shim reaped" id=6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16 Sep 27 15:28:56 balenad[6042]: time="2020-09-27T15:28:56.918875414Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 27 15:29:00 resin-supervisor[6985]: resin_supervisor Sep 27 15:29:00 resin-supervisor[7472]: active Sep 27 15:29:01 balenad[6042]: time="2020-09-27T15:29:01.533882964Z" level=info msg="shim reaped" id=071a998964df4b9956ea0103351cc067bb62c885d097799de95ac11c0d1fa73d Sep 27 15:29:01 balenad[6042]: time="2020-09-27T15:29:01.544054110Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Sep 27 15:29:01 sh[7483]: Getting image name and tag... Sep 27 15:29:02 sh[7483]: Supervisor configuration found from API. Sep 27 15:29:02 sh[7483]: Getting image id... Sep 27 15:29:02 sh[7483]: Supervisor balena/aarch64-supervisor:v10.6.27 already downloaded. Sep 27 15:29:06 resin-supervisor[7479]: Container config has not changed Sep 27 15:29:17 dnsmasq[803]: dnsmasq[803]: time 1601220557 Sep 27 15:29:17 dnsmasq[803]: dnsmasq[803]: cache size 150, 0/292 cache insertions re-used unexpired cache entries. Sep 27 15:29:17 dnsmasq[803]: dnsmasq[803]: queries forwarded 120, queries answered locally 186 Sep 27 15:29:17 dnsmasq[803]: dnsmasq[803]: queries for authoritative zones 0 Sep 27 15:29:17 dnsmasq[803]: dnsmasq[803]: server 8.8.8.8#53: queries sent 74, retried or failed 0 Sep 27 15:29:17 dnsmasq[803]: dnsmasq[803]: server 192.168.0.1#53: queries sent 75, retried or failed 0 Sep 27 15:29:18 balenad[6042]: time="2020-09-27T15:29:18.681225354Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16/shim.sock debug=false pid=7967 Sep 27 15:29:20 6c091935c667[6042]: Starting system message bus: dbus. Sep 27 15:29:20 resin-supervisor[7479]: Starting system message bus: dbus. Sep 27 15:29:20 6c091935c667[6042]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Sep 27 15:29:20 resin-supervisor[7479]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Sep 27 15:29:20 6c091935c667[6042]: ...done. Sep 27 15:29:20 resin-supervisor[7479]: ...done. real 0m 0.07s user 0m 0.03s sys 0m 0.01s --- journalctl --no-pager --no-hostname -pwarning -a --- 2020-09-27 15:29:20.340369415+00:00 -- Logs begin at Fri 2020-01-31 09:20:47 UTC, end at Sun 2020-09-27 15:29:20 UTC. -- Jan 31 09:20:47 kernel: cacheinfo: Unable to detect cache hierarchy for CPU 0 Jan 31 09:20:47 kernel: Core Release: 2.80a Jan 31 09:20:47 kernel: Setting default values for core params Jan 31 09:20:47 kernel: Finished setting default values for core params Jan 31 09:20:47 kernel: Using Buffer DMA mode Jan 31 09:20:47 kernel: Periodic Transfer Interrupt Enhancement - disabled Jan 31 09:20:47 kernel: Multiprocessor Interrupt Enhancement - disabled Jan 31 09:20:47 kernel: OTG VER PARAM: 0, OTG VER FLAG: 0 Jan 31 09:20:47 kernel: Dedicated Tx FIFOs mode Jan 31 09:20:47 kernel: WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = ffffff8008259000 dma = 0x00000000ded04000 len=9024 Jan 31 09:20:47 kernel: FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled Jan 31 09:20:47 kernel: WARN::hcd_init_fiq:497: MPHI regs_base at ffffff8008055000 Jan 31 09:20:47 kernel: Init: Port Power? op_state=1 Jan 31 09:20:47 kernel: Init: Power Port (0) Jan 31 09:20:47 kernel: mmc1: queuing unknown CIS tuple 0x80 (2 bytes) Jan 31 09:20:47 kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes) Jan 31 09:20:47 kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes) Jan 31 09:20:47 kernel: mmc1: queuing unknown CIS tuple 0x80 (7 bytes) Jan 31 09:20:47 kernel: Warning: unable to open an initial console. Jan 31 09:20:47 kernel: mmc0: host does not support reading read-only switch, assuming write-enable Jan 31 09:20:47 kernel: Indeed it is in host mode hprt0 = 00021501 Jan 31 09:20:47 kernel: Indeed it is in host mode hprt0 = 00001101 Jan 31 09:20:47 udevd[250]: Specified group 'render' unknown Jan 31 09:20:47 udevd[250]: Specified group 'kvm' unknown Jan 31 09:20:47 CP437: Invalid argument Jan 31 09:20:47 unknown: fsck.fat 4.1 (2017-01-24) 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt. Automatically removing dirty bit. Performing changes. /dev/disk/by-label/resin-boot: 164 files, 16218/80628 clusters Jan 31 09:20:47 resin-rootA: recovering journal Jan 31 09:20:47 resin-rootA: clean, 5753/39936 files, 297540/319488 blocks Jan 31 09:20:47 unknown: Jan 31 09:20:47 resin-rootB: clean, 11/39936 files, 15349/319488 blocks Jan 31 09:20:47 unknown: Jan 31 09:20:47 resin-state: recovering journal Jan 31 09:20:47 resin-state: clean, 66/5136 files, 1901/20480 blocks Jan 31 09:20:47 unknown: Jan 31 09:20:47 kernel: udevd: 3 output lines suppressed due to ratelimiting Jan 31 09:20:47 kernel: aufs au_opts_verify:1609:init[1]: dirperm1 breaks the protection by the permission bits on the lower branch Jan 31 09:20:47 kernel: systemd: 2 output lines suppressed due to ratelimiting Jan 31 09:20:47 systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. Jan 31 09:20:47 systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) Jan 31 09:20:47 systemd-vconsole-setup[460]: KD_FONT_OP_GET failed while trying to get the font metadata: Function not implemented Jan 31 09:20:47 systemd-vconsole-setup[460]: Fonts will not be copied to remaining consoles Jan 31 09:20:54 systemd-udevd[606]: Specified group 'render' unknown Jan 31 09:20:54 systemd-udevd[606]: Specified group 'kvm' unknown Jan 31 09:20:54 kernel: vchiq: module is from the staging directory, the quality is unknown, you have been warned. Jan 31 09:20:54 systemd-vconsole-setup[633]: KD_FONT_OP_GET failed while trying to get the font metadata: Function not implemented Jan 31 09:20:54 systemd-vconsole-setup[633]: Fonts will not be copied to remaining consoles Jan 31 09:20:54 kernel: vc4_hdmi 3f902000.hdmi: ASoC: Failed to create component debugfs directory Jan 31 09:20:54 kernel: vc4_hdmi 3f902000.hdmi: ASoC: no DMI vendor name! Jan 31 09:20:54 kernel: vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. Jan 31 09:20:54 kernel: vc_sm_cma_vchi_init: failed to open VCHI service (-1) Jan 31 09:20:54 kernel: [vc_sm_connected_init]: failed to initialize shared memory service Jan 31 09:20:55 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 Jan 31 09:20:55 kernel: bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. Jan 31 09:20:55 kernel: bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. Jan 31 09:20:55 kernel: bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. Jan 31 09:20:55 kernel: bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. Jan 31 09:20:55 kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) Jan 31 09:20:55 kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) Feb 03 18:39:54 kernel[696]: [ 0.426560] cacheinfo: Unable to detect cache hierarchy for CPU 0 Feb 03 18:39:54 kernel[696]: [ 0.661722] Core Release: 2.80a Feb 03 18:39:54 kernel[696]: [ 0.661744] Setting default values for core params Feb 03 18:39:54 kernel[696]: [ 0.661781] Finished setting default values for core params Feb 03 18:39:54 kernel[696]: [ 0.862518] Using Buffer DMA mode Feb 03 18:39:54 kernel[696]: [ 0.862538] Periodic Transfer Interrupt Enhancement - disabled Feb 03 18:39:54 kernel[696]: [ 0.862555] Multiprocessor Interrupt Enhancement - disabled Feb 03 18:39:54 kernel[696]: [ 0.862574] OTG VER PARAM: 0, OTG VER FLAG: 0 Feb 03 18:39:54 kernel[696]: [ 0.862597] Dedicated Tx FIFOs mode Feb 03 18:39:54 kernel[696]: [ 0.863479] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = ffffff8008259000 dma = 0x00000000ded04000 len=9024 Feb 03 18:39:54 kernel[696]: [ 0.863517] FIQ FSM acceleration enabled for : Feb 03 18:39:54 kernel[696]: [ 0.863517] Non-periodic Split Transactions Feb 03 18:39:54 kernel[696]: [ 0.863517] Periodic Split Transactions Feb 03 18:39:54 kernel[696]: [ 0.863517] High-Speed Isochronous Endpoints Feb 03 18:39:54 kernel[696]: [ 0.863517] Interrupt/Control Split Transaction hack enabled Feb 03 18:39:54 kernel[696]: [ 0.863671] WARN::hcd_init_fiq:497: MPHI regs_base at ffffff8008055000 Feb 03 18:39:54 kernel[696]: [ 0.863899] Init: Port Power? op_state=1 Feb 03 18:39:54 kernel[696]: [ 0.863916] Init: Power Port (0) Feb 03 18:39:54 kernel[696]: [ 0.938879] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) Feb 03 18:39:54 kernel[696]: [ 0.940473] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) Feb 03 18:39:54 kernel[696]: [ 0.942143] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) Feb 03 18:39:54 kernel[696]: [ 0.945176] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) Feb 03 18:39:54 kernel[696]: [ 0.967233] Warning: unable to open an initial console. Feb 03 18:39:54 kernel[696]: [ 1.022297] mmc0: host does not support reading read-only switch, assuming write-enable Feb 03 18:39:54 kernel[696]: [ 1.091604] Indeed it is in host mode hprt0 = 00021501 Feb 03 18:39:54 kernel[696]: [ 1.266802] Indeed it is in host mode hprt0 = 00001101 Feb 03 18:39:54 kernel[696]: syslog: unknown facility/priority: 41e Feb 03 18:39:54 kernel[696]: [ 1.278830] udevd[250]: Specified group 'render' unknown Feb 03 18:39:54 kernel[696]: [ 1.279331] udevd[250]: Specified group 'kvm' unknown Feb 03 18:39:54 kernel[696]: syslog: unknown facility/priority: 41e Feb 03 18:39:54 kernel[696]: syslog: unknown facility/priority: 41c Feb 03 18:39:54 kernel[696]: [ 1.524841] udevd[261]: Process '/lib/systemd/systemd-vconsole-setup' failed with exit code 1. Feb 03 18:39:54 kernel[696]: syslog: unknown facility/priority: 41c Feb 03 18:39:54 kernel[696]: [ 1.723672] udevd[254]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2' failed with exit code 1. Feb 03 18:39:54 kernel[696]: syslog: unknown facility/priority: 41c Feb 03 18:39:54 kernel[696]: [ 1.736789] udevd[256]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3' failed with exit code 1. Feb 03 18:39:54 kernel[696]: [ 1.774385] CP437: Invalid argument Feb 03 18:39:54 kernel[696]: [ 1.867265] fsck.fat 4.1 (2017-01-24) Feb 03 18:39:54 kernel[696]: [ 1.867265] 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt. Feb 03 18:39:54 kernel[696]: [ 1.867265] Automatically removing dirty bit. Feb 03 18:39:54 kernel[696]: [ 1.867265] Performing changes. Feb 03 18:39:54 kernel[696]: [ 1.867265] /dev/disk/by-label/resin-boot: 164 files, 16218/80628 clusters Feb 03 18:39:54 kernel[696]: [ 1.893515] resin-rootA: recovering journal Feb 03 18:39:54 kernel[696]: [ 2.603385] resin-rootA: clean, 5753/39936 files, 297540/319488 blocks Feb 03 18:39:54 kernel[696]: [ 2.603425] Feb 03 18:39:54 kernel[696]: [ 2.665470] resin-rootB: clean, 11/39936 files, 15349/319488 blocks Feb 03 18:39:54 kernel[696]: [ 2.665488] Feb 03 18:39:54 kernel[696]: syslog: unknown facility/priority: 41c Feb 03 18:39:54 kernel[696]: [ 2.682259] udevd[253]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2' failed with exit code 1. Feb 03 18:39:54 kernel[696]: [ 2.686085] resin-state: recovering journal Feb 03 18:39:54 kernel[696]: syslog: unknown facility/priority: 41c Feb 03 18:39:54 kernel[696]: [ 2.774767] udevd[252]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p3' failed with exit code 1. Feb 03 18:39:54 kernel[696]: [ 2.991020] resin-state: clean, 66/5136 files, 1901/20480 blocks Feb 03 18:39:54 kernel[696]: [ 2.991048] Feb 03 18:39:54 kernel[696]: syslog: unknown facility/priority: 41c Feb 03 18:39:54 kernel[696]: [ 3.274309] udevd[252]: Process '/lib/udev/resin_update_state_probe /dev/mmcblk0p2' failed with exit code 1. Feb 03 18:39:54 kernel[696]: [ 4.500008] udevd: 3 output lines suppressed due to ratelimiting Feb 03 18:39:54 kernel[696]: [ 4.941986] aufs au_opts_verify:1609:init[1]: dirperm1 breaks the protection by the permission bits on the lower branch Feb 03 18:39:54 kernel[696]: [ 6.689525] systemd: 2 output lines suppressed due to ratelimiting Feb 03 18:39:54 kernel[696]: [ 6.844118] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. Feb 03 18:39:54 kernel[696]: [ 6.844174] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) Feb 03 18:39:54 kernel[696]: [ 14.243366] vchiq: module is from the staging directory, the quality is unknown, you have been warned. Feb 03 18:39:54 kernel[696]: [ 14.578348] vc4_hdmi 3f902000.hdmi: ASoC: Failed to create component debugfs directory Feb 03 18:39:54 kernel[696]: [ 14.581647] vc4_hdmi 3f902000.hdmi: ASoC: no DMI vendor name! Feb 03 18:39:54 kernel[696]: [ 14.645402] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. Feb 03 18:39:54 kernel[696]: [ 14.649514] vc_sm_cma_vchi_init: failed to open VCHI service (-1) Feb 03 18:39:54 kernel[696]: [ 14.649525] [vc_sm_connected_init]: failed to initialize shared memory service Feb 03 18:39:54 kernel[696]: [ 14.702234] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 Feb 03 18:39:54 kernel[696]: [ 14.815843] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. Feb 03 18:39:54 kernel[696]: [ 14.818514] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. Feb 03 18:39:54 kernel[696]: [ 14.828722] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. Feb 03 18:39:54 kernel[696]: [ 14.837422] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. Feb 03 18:39:54 kernel[696]: [ 14.842776] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) Feb 03 18:39:54 kernel[696]: [ 14.847705] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) Feb 03 18:39:54 systemd[1]: periodic-vacuum-logs.timer: Not using persistent file timestamp Sat 2020-09-26 15:32:25 UTC as it is in the future. Feb 03 18:39:55 systemd-udevd[611]: Could not generate persistent MAC address for resin-dns: No such file or directory Feb 03 18:40:00 NetworkManager[793]: [1580755200.7069] device (wlan0): wifi-scan: active scanning for networks due to profiles with wifi.hidden=yes. This makes you trackable Sep 27 15:13:07 systemd[1]: openvpn.service: Failed with result 'exit-code'. Sep 27 15:13:09 systemd-udevd[611]: Could not generate persistent MAC address for supervisor0: No such file or directory Sep 27 15:13:17 systemd-udevd[1230]: Could not generate persistent MAC address for veth310f213: No such file or directory Sep 27 15:13:17 systemd-udevd[1231]: Could not generate persistent MAC address for veth407b37c: No such file or directory Sep 27 15:13:20 systemd-udevd[1230]: Could not generate persistent MAC address for veth6ffe1a6: No such file or directory Sep 27 15:13:20 systemd-udevd[1231]: Could not generate persistent MAC address for veth9667671: No such file or directory Sep 27 15:13:58 6c091935c667[805]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Sep 27 15:14:25 systemd-timedated[2107]: /etc/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/. Sep 27 15:14:34 6c091935c667[805]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Sep 27 15:16:13 kernel: ICMPv6: process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.balena0.base_reachable_time - use net.ipv6.neigh.balena0.base_reachable_time_ms instead Sep 27 15:16:13 kernel[696]: [ 230.826597] ICMPv6: process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.balena0.base_reachable_time - use net.ipv6.neigh.balena0.base_reachable_time_ms instead Sep 27 15:16:16 systemd-timedated[3410]: /etc/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/. Sep 27 15:20:12 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Sep 27 15:20:14 systemd[1]: balena.service: Failed with result 'watchdog'. Sep 27 15:20:15 systemd[1]: resin-supervisor.service: Failed with result 'exit-code'. Sep 27 15:20:18 systemd-timedated[4145]: /etc/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/. Sep 27 15:20:43 systemd-udevd[4528]: Could not generate persistent MAC address for veth918f69c: No such file or directory Sep 27 15:20:43 systemd-udevd[4529]: Could not generate persistent MAC address for veth3bd8b86: No such file or directory Sep 27 15:20:43 systemd-udevd[4539]: Could not generate persistent MAC address for veth0e76f90: No such file or directory Sep 27 15:20:43 systemd-udevd[4528]: Could not generate persistent MAC address for vethacff260: No such file or directory Sep 27 15:21:11 6c091935c667[4129]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Sep 27 15:21:55 6c091935c667[4129]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Sep 27 15:27:42 systemd[1]: balena.service: Watchdog timeout (limit 6min)! Sep 27 15:27:43 systemd[1]: resin-supervisor.service: Failed with result 'exit-code'. Sep 27 15:27:50 systemd[1]: balena.service: Failed with result 'watchdog'. Sep 27 15:27:50 systemd[1]: update-resin-supervisor.service: Main process exited, code=killed, status=15/TERM Sep 27 15:28:21 systemd-udevd[6504]: Could not generate persistent MAC address for vethab3f0e8: No such file or directory Sep 27 15:28:21 systemd-udevd[6505]: Could not generate persistent MAC address for vethef2a4ac: No such file or directory Sep 27 15:28:22 systemd-udevd[6508]: Could not generate persistent MAC address for vetha320282: No such file or directory Sep 27 15:28:22 systemd-udevd[6505]: Could not generate persistent MAC address for veth772c4e5: No such file or directory Sep 27 15:28:54 6c091935c667[6042]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. real 0m 0.11s user 0m 0.01s sys 0m 0.01s --- ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) --- 2020-09-27 15:29:20.523201915+00:00 Command exited with non-zero status 1 real 0m 3.46s user 0m 1.18s sys 0m 2.50s --- ps --- 2020-09-27 15:29:24.016488633+00:00 PID USER VSZ STAT COMMAND 1 root 153m S {systemd} /sbin/init 2 root 0 SW [kthreadd] 3 root 0 IW< [rcu_gp] 4 root 0 IW< [rcu_par_gp] 7 root 0 IW [kworker/u8:0-br] 8 root 0 IW< [mm_percpu_wq] 9 root 0 SW [ksoftirqd/0] 10 root 0 IW [rcu_preempt] 11 root 0 RW [rcu_sched] 12 root 0 IW [rcu_bh] 13 root 0 SW [migration/0] 14 root 0 SW [cpuhp/0] 15 root 0 SW [cpuhp/1] 16 root 0 SW [migration/1] 17 root 0 SW [ksoftirqd/1] 18 root 0 IW [kworker/1:0-eve] 20 root 0 SW [cpuhp/2] 21 root 0 SW [migration/2] 22 root 0 SW [ksoftirqd/2] 25 root 0 SW [cpuhp/3] 26 root 0 SW [migration/3] 27 root 0 SW [ksoftirqd/3] 30 root 0 SW [kdevtmpfs] 31 root 0 IW< [netns] 32 root 0 SW [rcu_tasks_kthre] 34 root 0 IW [kworker/2:1-eve] 35 root 0 IW [kworker/3:1-eve] 37 root 0 SW [khungtaskd] 38 root 0 SW [oom_reaper] 39 root 0 IW< [writeback] 40 root 0 SW [kcompactd0] 41 root 0 IW< [crypto] 42 root 0 IW< [kblockd] 43 root 0 SW [watchdogd] 44 root 0 IW< [rpciod] 45 root 0 IW< [kworker/u9:0-hc] 46 root 0 IW< [xprtiod] 47 root 0 SW [kswapd0] 48 root 0 IW< [nfsiod] 59 root 0 IW< [kthrotld] 60 root 0 IW< [iscsi_eh] 61 root 0 IW< [dwc_otg] 62 root 0 IW< [DWC Notificatio] 63 root 0 IW< [ipv6_addrconf] 65 root 0 SW [irq/71-mmc1] 90 root 0 IW< [mmc_complete] 91 root 0 IW< [kworker/3:1H-mm] 95 root 0 IW< [kworker/2:1H-kb] 96 root 0 IW< [kworker/1:1H-mm] 100 root 0 IW< [kworker/0:1H-mm] 248 root 0 IW [kworker/2:2-cgr] 263 root 0 IW< [kworker/2:2H-ev] 278 root 0 IW [kworker/u8:1-ev] 335 root 0 IW [kworker/0:2-cgr] 406 root 0 SW [jbd2/mmcblk0p2-] 407 root 0 IW< [ext4-rsv-conver] 420 root 0 SW [jbd2/mmcblk0p5-] 421 root 0 IW< [ext4-rsv-conver] 475 root 34172 S /lib/systemd/systemd-journald 578 root 0 SW [jbd2/mmcblk0p6-] 579 root 0 IW< [ext4-rsv-conver] 580 root 0 SW [ext4lazyinit] 606 root 5392 S /lib/systemd/systemd-udevd 622 root 0 SW [spi0] 624 root 0 SW< [vchiq-slot/0] 625 root 0 SW< [vchiq-recy/0] 626 root 0 SW< [vchiq-sync/0] 636 root 0 SW [vchiq-keep/0] 647 root 0 IW< [cfg80211] 662 root 0 IW< [brcmf_wq/mmc1:0] 663 root 0 SW [brcmf_wdog/mmc1] 667 root 0 IW [kworker/0:3-eve] 670 root 291m S /usr/sbin/rngd -f -r /dev/hwrng 684 root 11036 S @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/r 692 root 306m S /usr/sbin/ModemManager --log-journal 696 root 3256 S /sbin/klogd -n 700 messageb 4740 S /usr/bin/dbus-daemon --system --address=systemd: --n 705 root 3256 S /sbin/syslogd -n 710 root 7360 S /lib/systemd/systemd-logind 715 root 77520 S /usr/sbin/chronyd -s -d 784 avahi 4872 S avahi-daemon: running [283b69f.local] 785 avahi 4740 S avahi-daemon: chroot helper 793 root 385m S /usr/sbin/NetworkManager --no-daemon 803 nobody 4084 S /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10 820 root 0 IW< [kworker/u9:1-hc] 821 root 2024 S /usr/bin/hciattach /dev/serial1 bcm43xx 921600 noflo 835 root 6844 S /usr/libexec/bluetooth/bluetoothd --experimental 856 root 11124 S /usr/sbin/wpa_supplicant -u 1229 openvpn 7888 S /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pi 2278 root 0 IW [kworker/3:4-eve] 3596 root 0 IW [kworker/1:1-cgr] 3603 root 0 IW< [kworker/3:0H-kb] 3628 root 0 IW< [kworker/0:0H-kb] 3868 root 0 IW< [kworker/1:0H-kb] 4497 root 0 IW [kworker/u8:3-ev] 5485 root 0 IW [kworker/3:0-cgr] 5505 root 0 IW [kworker/0:1-eve] 5674 root 0 IW< [kworker/1:2H-ev] 5756 root 0 IW< [kworker/0:2H-kb] 5790 root 0 IW< [kworker/3:2H-kb] 5806 root 0 IW [kworker/2:0-cgr] 5920 root 0 IW [kworker/u8:2-fl] 6014 root 0 IW [kworker/3:2-eve] 6042 root 1429m S /usr/bin/balenad --experimental --log-driver=journal 6043 root 4640 S /proc/self/exe --healthcheck /usr/lib/balena/balena- 6060 root 1276m S balena-engine-containerd --config /var/run/balena-en 6083 root 0 IW [kworker/2:3-cgr] 6385 root 6400 S sshd: root@notty 6519 root 3500 S bash -s -- 6530 root 550m S /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0 6618 root 550m S /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0 6700 root 695m S balena-engine-containerd-shim -namespace moby -workd 6723 root 1620 S {run.sh} /bin/sh /app/run.sh 6784 root 767m S balena-engine-containerd-shim -namespace moby -workd 6798 root 15576 S {hass-configurat} /usr/bin/python3.5 /usr/bin/hass-c 6826 1883 2916 S /usr/sbin/mosquitto -c /mosquitto/config/mosquitto.c 6883 root 0 IW [kworker/1:2-cgr] 7224 root 0 IW [kworker/3:3-cgr] 7479 root 3596 S {start-resin-sup} /bin/sh /usr/bin/start-resin-super 7485 root 4640 S /proc/self/exe --healthcheck /usr/lib/resin-supervis 7713 root 0 IW< [kworker/2:0H-ev] 7835 root 767m S balena start --attach resin_supervisor 7967 root 623m S balena-engine-containerd-shim -namespace moby -workd 8022 root 545m R node /usr/src/app/dist/app.js 8101 sshd 3008 S /usr/bin/dbus-daemon --system 8119 sshd-aut 3732 S avahi-daemon: running [283b69f.local] 8122 sshd-aut 3600 S avahi-daemon: chroot helper 8217 root 3124 S /usr/bin/time -o /dev/stdout timeout --preserve-stat 8218 root 2212 S timeout --preserve-status --kill-after=20 -v 10 bash 8219 root 3428 R ps real 0m 0.02s user 0m 0.01s sys 0m 0.01s --- stat /var/lock/*hup.lock --- 2020-09-27 15:29:24.069698945+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- sysctl -a --- 2020-09-27 15:29:24.111495560+00:00 abi.cp15_barrier = 2 abi.setend = 2 abi.swp = 0 debug.exception-trace = 0 dev.scsi.logging_level = 0 dev.tty.ldisc_autoload = 1 fs.aio-max-nr = 65536 fs.aio-nr = 0 fs.dentry-state = 90771 75387 45 0 0 0 fs.dir-notify-enable = 1 fs.epoll.max_user_watches = 200314 fs.file-max = 9223372036854775807 fs.file-nr = 1472 0 9223372036854775807 fs.inode-nr = 84927 5603 fs.inode-state = 84927 5603 0 0 0 0 0 fs.inotify.max_queued_events = 16384 fs.inotify.max_user_instances = 512 fs.inotify.max_user_watches = 8192 fs.lease-break-time = 45 fs.leases-enable = 1 fs.mount-max = 100000 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 fs.mqueue.msgsize_default = 8192 fs.mqueue.msgsize_max = 8192 fs.mqueue.queues_max = 256 fs.nfs.idmap_cache_timeout = 600 fs.nfs.nfs_callback_tcpport = 0 fs.nfs.nfs_congestion_kb = 31616 fs.nfs.nfs_mountpoint_timeout = 500 fs.nfs.nlm_grace_period = 0 fs.nfs.nlm_tcpport = 0 fs.nfs.nlm_timeout = 10 fs.nfs.nlm_udpport = 0 fs.nfs.nsm_local_state = 0 fs.nfs.nsm_use_hostnames = 0 fs.nr_open = 1073741816 fs.overflowgid = 65534 fs.overflowuid = 65534 fs.pipe-max-size = 1048576 fs.pipe-user-pages-hard = 0 fs.pipe-user-pages-soft = 16384 fs.protected_fifos = 1 fs.protected_hardlinks = 1 fs.protected_regular = 1 fs.protected_symlinks = 1 fs.quota.allocated_dquots = 0 fs.quota.cache_hits = 0 fs.quota.drops = 0 fs.quota.free_dquots = 0 fs.quota.lookups = 0 fs.quota.reads = 0 fs.quota.syncs = 78 fs.quota.warnings = 1 fs.quota.writes = 0 fs.suid_dumpable = 0 fscache.object_max_active = 4 fscache.operation_max_active = 2 kernel.acct = 4 2 30 kernel.auto_msgmni = 0 kernel.cad_pid = 1 kernel.cap_last_cap = 37 kernel.core_pattern = core kernel.core_pipe_limit = 0 kernel.core_uses_pid = 1 kernel.ctrl-alt-del = 0 kernel.dmesg_restrict = 0 kernel.domainname = (none) kernel.ftrace_dump_on_oops = 0 kernel.ftrace_enabled = 1 kernel.hostname = 283b69f kernel.hung_task_check_count = 4194304 kernel.hung_task_check_interval_secs = 0 kernel.hung_task_panic = 0 kernel.hung_task_timeout_secs = 120 kernel.hung_task_warnings = 10 kernel.keys.gc_delay = 300 kernel.keys.maxbytes = 20000 kernel.keys.maxkeys = 200 kernel.keys.root_maxbytes = 25000000 kernel.keys.root_maxkeys = 1000000 kernel.kptr_restrict = 0 kernel.latencytop = 0 kernel.max_lock_depth = 1024 kernel.modprobe = /sbin/modprobe kernel.modules_disabled = 0 kernel.msgmax = 8192 kernel.msgmnb = 16384 kernel.msgmni = 32000 kernel.ngroups_max = 65536 kernel.osrelease = 4.19.71 kernel.ostype = Linux kernel.overflowgid = 65534 kernel.overflowuid = 65534 kernel.panic = 1 kernel.panic_on_oops = 0 kernel.panic_on_rcu_stall = 0 kernel.panic_on_warn = 0 kernel.perf_cpu_time_max_percent = 25 kernel.perf_event_max_contexts_per_stack = 8 kernel.perf_event_max_sample_rate = 100000 kernel.perf_event_max_stack = 127 kernel.perf_event_mlock_kb = 516 kernel.perf_event_paranoid = 2 kernel.pid_max = 32768 kernel.poweroff_cmd = /sbin/poweroff kernel.print-fatal-signals = 0 kernel.printk = 7 4 1 7 kernel.printk_delay = 0 kernel.printk_devkmsg = ratelimit kernel.printk_ratelimit = 5 kernel.printk_ratelimit_burst = 10 kernel.pty.max = 4096 kernel.pty.nr = 3 kernel.pty.reserve = 1024 kernel.random.boot_id = ca0b9946-5ab3-4fe9-afb7-9a691615d77b kernel.random.entropy_avail = 3413 kernel.random.poolsize = 4096 kernel.random.read_wakeup_threshold = 64 kernel.random.urandom_min_reseed_secs = 60 kernel.random.uuid = 8c9efe6a-a0b1-4b15-ae4f-670c888664b0 kernel.random.write_wakeup_threshold = 3072 kernel.randomize_va_space = 2 kernel.real-root-dev = 0 kernel.sched_autogroup_enabled = 1 kernel.sched_cfs_bandwidth_slice_us = 5000 kernel.sched_child_runs_first = 0 kernel.sched_domain.cpu0.domain0.busy_factor = 32 kernel.sched_domain.cpu0.domain0.busy_idx = 2 kernel.sched_domain.cpu0.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu0.domain0.flags = 4655 kernel.sched_domain.cpu0.domain0.forkexec_idx = 0 kernel.sched_domain.cpu0.domain0.idle_idx = 0 kernel.sched_domain.cpu0.domain0.imbalance_pct = 117 kernel.sched_domain.cpu0.domain0.max_interval = 8 kernel.sched_domain.cpu0.domain0.max_newidle_lb_cost = 92276 kernel.sched_domain.cpu0.domain0.min_interval = 4 kernel.sched_domain.cpu0.domain0.name = MC kernel.sched_domain.cpu0.domain0.newidle_idx = 0 kernel.sched_domain.cpu0.domain0.wake_idx = 0 kernel.sched_domain.cpu1.domain0.busy_factor = 32 kernel.sched_domain.cpu1.domain0.busy_idx = 2 kernel.sched_domain.cpu1.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu1.domain0.flags = 4655 kernel.sched_domain.cpu1.domain0.forkexec_idx = 0 kernel.sched_domain.cpu1.domain0.idle_idx = 0 kernel.sched_domain.cpu1.domain0.imbalance_pct = 117 kernel.sched_domain.cpu1.domain0.max_interval = 8 kernel.sched_domain.cpu1.domain0.max_newidle_lb_cost = 102670 kernel.sched_domain.cpu1.domain0.min_interval = 4 kernel.sched_domain.cpu1.domain0.name = MC kernel.sched_domain.cpu1.domain0.newidle_idx = 0 kernel.sched_domain.cpu1.domain0.wake_idx = 0 kernel.sched_domain.cpu2.domain0.busy_factor = 32 kernel.sched_domain.cpu2.domain0.busy_idx = 2 kernel.sched_domain.cpu2.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu2.domain0.flags = 4655 kernel.sched_domain.cpu2.domain0.forkexec_idx = 0 kernel.sched_domain.cpu2.domain0.idle_idx = 0 kernel.sched_domain.cpu2.domain0.imbalance_pct = 117 kernel.sched_domain.cpu2.domain0.max_interval = 8 kernel.sched_domain.cpu2.domain0.max_newidle_lb_cost = 98874 kernel.sched_domain.cpu2.domain0.min_interval = 4 kernel.sched_domain.cpu2.domain0.name = MC kernel.sched_domain.cpu2.domain0.newidle_idx = 0 kernel.sched_domain.cpu2.domain0.wake_idx = 0 kernel.sched_domain.cpu3.domain0.busy_factor = 32 kernel.sched_domain.cpu3.domain0.busy_idx = 2 kernel.sched_domain.cpu3.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu3.domain0.flags = 4655 kernel.sched_domain.cpu3.domain0.forkexec_idx = 0 kernel.sched_domain.cpu3.domain0.idle_idx = 0 kernel.sched_domain.cpu3.domain0.imbalance_pct = 117 kernel.sched_domain.cpu3.domain0.max_interval = 8 kernel.sched_domain.cpu3.domain0.max_newidle_lb_cost = 101189 kernel.sched_domain.cpu3.domain0.min_interval = 4 kernel.sched_domain.cpu3.domain0.name = MC kernel.sched_domain.cpu3.domain0.newidle_idx = 0 kernel.sched_domain.cpu3.domain0.wake_idx = 0 kernel.sched_latency_ns = 18000000 kernel.sched_migration_cost_ns = 500000 kernel.sched_min_granularity_ns = 2250000 kernel.sched_nr_migrate = 32 kernel.sched_rr_timeslice_ms = 100 kernel.sched_rt_period_us = 1000000 kernel.sched_rt_runtime_us = 950000 kernel.sched_schedstats = 0 kernel.sched_tunable_scaling = 1 kernel.sched_wakeup_granularity_ns = 3000000 kernel.seccomp.actions_avail = kill_process kill_thread trap errno trace log allow kernel.seccomp.actions_logged = kill_process kill_thread trap errno trace log kernel.sem = 32000 1024000000 500 32000 kernel.shm_rmid_forced = 0 kernel.shmall = 18446744073692774399 kernel.shmmax = 18446744073692774399 kernel.shmmni = 4096 kernel.stack_tracer_enabled = 0 kernel.sysctl_writes_strict = 1 kernel.sysrq = 16 kernel.tainted = 1024 kernel.threads-max = 5593 kernel.timer_migration = 1 kernel.traceoff_on_warning = 0 kernel.tracepoint_printk = 0 kernel.usermodehelper.bset = 4294967295 63 kernel.usermodehelper.inheritable = 4294967295 63 kernel.version = #1 SMP PREEMPT Fri Jan 31 09:22:56 UTC 2020 net.bridge.bridge-nf-call-arptables = 1 net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bridge-nf-call-iptables = 1 net.bridge.bridge-nf-filter-pppoe-tagged = 0 net.bridge.bridge-nf-filter-vlan-tagged = 0 net.bridge.bridge-nf-pass-vlan-input-dev = 0 net.core.busy_poll = 0 net.core.busy_read = 0 net.core.default_qdisc = fq_codel net.core.dev_weight = 64 net.core.dev_weight_rx_bias = 1 net.core.dev_weight_tx_bias = 1 net.core.fb_tunnels_only_for_init_net = 0 net.core.flow_limit_cpu_bitmap = 0 net.core.flow_limit_table_len = 4096 net.core.max_skb_frags = 17 net.core.message_burst = 10 net.core.message_cost = 5 net.core.netdev_budget = 300 net.core.netdev_budget_usecs = 2000 net.core.netdev_max_backlog = 1000 net.core.netdev_rss_key = 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 net.core.netdev_tstamp_prequeue = 1 net.core.optmem_max = 20480 net.core.rmem_default = 212992 net.core.rmem_max = 212992 net.core.rps_sock_flow_entries = 0 net.core.somaxconn = 128 net.core.tstamp_allow_data = 1 net.core.warnings = 0 net.core.wmem_default = 212992 net.core.wmem_max = 212992 net.core.xfrm_acq_expires = 30 net.core.xfrm_aevent_etime = 10 net.core.xfrm_aevent_rseqth = 2 net.core.xfrm_larval_drop = 1 net.ipv4.conf.all.accept_local = 0 net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.all.accept_source_route = 0 net.ipv4.conf.all.arp_accept = 0 net.ipv4.conf.all.arp_announce = 0 net.ipv4.conf.all.arp_filter = 0 net.ipv4.conf.all.arp_ignore = 0 net.ipv4.conf.all.arp_notify = 0 net.ipv4.conf.all.bc_forwarding = 0 net.ipv4.conf.all.bootp_relay = 0 net.ipv4.conf.all.disable_policy = 0 net.ipv4.conf.all.disable_xfrm = 0 net.ipv4.conf.all.drop_gratuitous_arp = 0 net.ipv4.conf.all.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.all.force_igmp_version = 0 net.ipv4.conf.all.forwarding = 1 net.ipv4.conf.all.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.all.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.all.ignore_routes_with_linkdown = 0 net.ipv4.conf.all.log_martians = 0 net.ipv4.conf.all.mc_forwarding = 0 net.ipv4.conf.all.medium_id = 0 net.ipv4.conf.all.promote_secondaries = 1 net.ipv4.conf.all.proxy_arp = 0 net.ipv4.conf.all.proxy_arp_pvlan = 0 net.ipv4.conf.all.route_localnet = 0 net.ipv4.conf.all.rp_filter = 2 net.ipv4.conf.all.secure_redirects = 1 net.ipv4.conf.all.send_redirects = 1 net.ipv4.conf.all.shared_media = 1 net.ipv4.conf.all.src_valid_mark = 0 net.ipv4.conf.all.tag = 0 net.ipv4.conf.balena0.accept_local = 0 net.ipv4.conf.balena0.accept_redirects = 1 net.ipv4.conf.balena0.accept_source_route = 1 net.ipv4.conf.balena0.arp_accept = 0 net.ipv4.conf.balena0.arp_announce = 0 net.ipv4.conf.balena0.arp_filter = 0 net.ipv4.conf.balena0.arp_ignore = 0 net.ipv4.conf.balena0.arp_notify = 0 net.ipv4.conf.balena0.bc_forwarding = 0 net.ipv4.conf.balena0.bootp_relay = 0 net.ipv4.conf.balena0.disable_policy = 0 net.ipv4.conf.balena0.disable_xfrm = 0 net.ipv4.conf.balena0.drop_gratuitous_arp = 0 net.ipv4.conf.balena0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.balena0.force_igmp_version = 0 net.ipv4.conf.balena0.forwarding = 1 net.ipv4.conf.balena0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.balena0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.balena0.ignore_routes_with_linkdown = 0 net.ipv4.conf.balena0.log_martians = 0 net.ipv4.conf.balena0.mc_forwarding = 0 net.ipv4.conf.balena0.medium_id = 0 net.ipv4.conf.balena0.promote_secondaries = 0 net.ipv4.conf.balena0.proxy_arp = 0 net.ipv4.conf.balena0.proxy_arp_pvlan = 0 net.ipv4.conf.balena0.route_localnet = 0 net.ipv4.conf.balena0.rp_filter = 0 net.ipv4.conf.balena0.secure_redirects = 1 net.ipv4.conf.balena0.send_redirects = 1 net.ipv4.conf.balena0.shared_media = 1 net.ipv4.conf.balena0.src_valid_mark = 0 net.ipv4.conf.balena0.tag = 0 net.ipv4.conf.br-e8a7b86ea01d.accept_local = 0 net.ipv4.conf.br-e8a7b86ea01d.accept_redirects = 1 net.ipv4.conf.br-e8a7b86ea01d.accept_source_route = 1 net.ipv4.conf.br-e8a7b86ea01d.arp_accept = 0 net.ipv4.conf.br-e8a7b86ea01d.arp_announce = 0 net.ipv4.conf.br-e8a7b86ea01d.arp_filter = 0 net.ipv4.conf.br-e8a7b86ea01d.arp_ignore = 0 net.ipv4.conf.br-e8a7b86ea01d.arp_notify = 0 net.ipv4.conf.br-e8a7b86ea01d.bc_forwarding = 0 net.ipv4.conf.br-e8a7b86ea01d.bootp_relay = 0 net.ipv4.conf.br-e8a7b86ea01d.disable_policy = 0 net.ipv4.conf.br-e8a7b86ea01d.disable_xfrm = 0 net.ipv4.conf.br-e8a7b86ea01d.drop_gratuitous_arp = 0 net.ipv4.conf.br-e8a7b86ea01d.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.br-e8a7b86ea01d.force_igmp_version = 0 net.ipv4.conf.br-e8a7b86ea01d.forwarding = 1 net.ipv4.conf.br-e8a7b86ea01d.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.br-e8a7b86ea01d.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.br-e8a7b86ea01d.ignore_routes_with_linkdown = 0 net.ipv4.conf.br-e8a7b86ea01d.log_martians = 0 net.ipv4.conf.br-e8a7b86ea01d.mc_forwarding = 0 net.ipv4.conf.br-e8a7b86ea01d.medium_id = 0 net.ipv4.conf.br-e8a7b86ea01d.promote_secondaries = 0 net.ipv4.conf.br-e8a7b86ea01d.proxy_arp = 0 net.ipv4.conf.br-e8a7b86ea01d.proxy_arp_pvlan = 0 net.ipv4.conf.br-e8a7b86ea01d.route_localnet = 0 net.ipv4.conf.br-e8a7b86ea01d.rp_filter = 0 net.ipv4.conf.br-e8a7b86ea01d.secure_redirects = 1 net.ipv4.conf.br-e8a7b86ea01d.send_redirects = 1 net.ipv4.conf.br-e8a7b86ea01d.shared_media = 1 net.ipv4.conf.br-e8a7b86ea01d.src_valid_mark = 0 net.ipv4.conf.br-e8a7b86ea01d.tag = 0 net.ipv4.conf.default.accept_local = 0 net.ipv4.conf.default.accept_redirects = 1 net.ipv4.conf.default.accept_source_route = 1 net.ipv4.conf.default.arp_accept = 0 net.ipv4.conf.default.arp_announce = 0 net.ipv4.conf.default.arp_filter = 0 net.ipv4.conf.default.arp_ignore = 0 net.ipv4.conf.default.arp_notify = 0 net.ipv4.conf.default.bc_forwarding = 0 net.ipv4.conf.default.bootp_relay = 0 net.ipv4.conf.default.disable_policy = 0 net.ipv4.conf.default.disable_xfrm = 0 net.ipv4.conf.default.drop_gratuitous_arp = 0 net.ipv4.conf.default.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.default.force_igmp_version = 0 net.ipv4.conf.default.forwarding = 1 net.ipv4.conf.default.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.default.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.default.ignore_routes_with_linkdown = 0 net.ipv4.conf.default.log_martians = 0 net.ipv4.conf.default.mc_forwarding = 0 net.ipv4.conf.default.medium_id = 0 net.ipv4.conf.default.promote_secondaries = 0 net.ipv4.conf.default.proxy_arp = 0 net.ipv4.conf.default.proxy_arp_pvlan = 0 net.ipv4.conf.default.route_localnet = 0 net.ipv4.conf.default.rp_filter = 0 net.ipv4.conf.default.secure_redirects = 1 net.ipv4.conf.default.send_redirects = 1 net.ipv4.conf.default.shared_media = 1 net.ipv4.conf.default.src_valid_mark = 0 net.ipv4.conf.default.tag = 0 net.ipv4.conf.eth0.accept_local = 0 net.ipv4.conf.eth0.accept_redirects = 1 net.ipv4.conf.eth0.accept_source_route = 1 net.ipv4.conf.eth0.arp_accept = 0 net.ipv4.conf.eth0.arp_announce = 0 net.ipv4.conf.eth0.arp_filter = 0 net.ipv4.conf.eth0.arp_ignore = 0 net.ipv4.conf.eth0.arp_notify = 0 net.ipv4.conf.eth0.bc_forwarding = 0 net.ipv4.conf.eth0.bootp_relay = 0 net.ipv4.conf.eth0.disable_policy = 0 net.ipv4.conf.eth0.disable_xfrm = 0 net.ipv4.conf.eth0.drop_gratuitous_arp = 0 net.ipv4.conf.eth0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.eth0.force_igmp_version = 0 net.ipv4.conf.eth0.forwarding = 1 net.ipv4.conf.eth0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.eth0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.eth0.ignore_routes_with_linkdown = 0 net.ipv4.conf.eth0.log_martians = 0 net.ipv4.conf.eth0.mc_forwarding = 0 net.ipv4.conf.eth0.medium_id = 0 net.ipv4.conf.eth0.promote_secondaries = 0 net.ipv4.conf.eth0.proxy_arp = 0 net.ipv4.conf.eth0.proxy_arp_pvlan = 0 net.ipv4.conf.eth0.route_localnet = 0 net.ipv4.conf.eth0.rp_filter = 0 net.ipv4.conf.eth0.secure_redirects = 1 net.ipv4.conf.eth0.send_redirects = 1 net.ipv4.conf.eth0.shared_media = 1 net.ipv4.conf.eth0.src_valid_mark = 0 net.ipv4.conf.eth0.tag = 0 net.ipv4.conf.lo.accept_local = 0 net.ipv4.conf.lo.accept_redirects = 1 net.ipv4.conf.lo.accept_source_route = 1 net.ipv4.conf.lo.arp_accept = 0 net.ipv4.conf.lo.arp_announce = 0 net.ipv4.conf.lo.arp_filter = 0 net.ipv4.conf.lo.arp_ignore = 0 net.ipv4.conf.lo.arp_notify = 0 net.ipv4.conf.lo.bc_forwarding = 0 net.ipv4.conf.lo.bootp_relay = 0 net.ipv4.conf.lo.disable_policy = 1 net.ipv4.conf.lo.disable_xfrm = 1 net.ipv4.conf.lo.drop_gratuitous_arp = 0 net.ipv4.conf.lo.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.lo.force_igmp_version = 0 net.ipv4.conf.lo.forwarding = 1 net.ipv4.conf.lo.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.lo.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.lo.ignore_routes_with_linkdown = 0 net.ipv4.conf.lo.log_martians = 0 net.ipv4.conf.lo.mc_forwarding = 0 net.ipv4.conf.lo.medium_id = 0 net.ipv4.conf.lo.promote_secondaries = 0 net.ipv4.conf.lo.proxy_arp = 0 net.ipv4.conf.lo.proxy_arp_pvlan = 0 net.ipv4.conf.lo.route_localnet = 0 net.ipv4.conf.lo.rp_filter = 0 net.ipv4.conf.lo.secure_redirects = 1 net.ipv4.conf.lo.send_redirects = 1 net.ipv4.conf.lo.shared_media = 1 net.ipv4.conf.lo.src_valid_mark = 0 net.ipv4.conf.lo.tag = 0 net.ipv4.conf.resin-dns.accept_local = 0 net.ipv4.conf.resin-dns.accept_redirects = 1 net.ipv4.conf.resin-dns.accept_source_route = 1 net.ipv4.conf.resin-dns.arp_accept = 0 net.ipv4.conf.resin-dns.arp_announce = 0 net.ipv4.conf.resin-dns.arp_filter = 0 net.ipv4.conf.resin-dns.arp_ignore = 0 net.ipv4.conf.resin-dns.arp_notify = 0 net.ipv4.conf.resin-dns.bc_forwarding = 0 net.ipv4.conf.resin-dns.bootp_relay = 0 net.ipv4.conf.resin-dns.disable_policy = 0 net.ipv4.conf.resin-dns.disable_xfrm = 0 net.ipv4.conf.resin-dns.drop_gratuitous_arp = 0 net.ipv4.conf.resin-dns.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.resin-dns.force_igmp_version = 0 net.ipv4.conf.resin-dns.forwarding = 1 net.ipv4.conf.resin-dns.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.resin-dns.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.resin-dns.ignore_routes_with_linkdown = 0 net.ipv4.conf.resin-dns.log_martians = 0 net.ipv4.conf.resin-dns.mc_forwarding = 0 net.ipv4.conf.resin-dns.medium_id = 0 net.ipv4.conf.resin-dns.promote_secondaries = 0 net.ipv4.conf.resin-dns.proxy_arp = 0 net.ipv4.conf.resin-dns.proxy_arp_pvlan = 0 net.ipv4.conf.resin-dns.route_localnet = 0 net.ipv4.conf.resin-dns.rp_filter = 0 net.ipv4.conf.resin-dns.secure_redirects = 1 net.ipv4.conf.resin-dns.send_redirects = 1 net.ipv4.conf.resin-dns.shared_media = 1 net.ipv4.conf.resin-dns.src_valid_mark = 0 net.ipv4.conf.resin-dns.tag = 0 net.ipv4.conf.resin-vpn.accept_local = 0 net.ipv4.conf.resin-vpn.accept_redirects = 1 net.ipv4.conf.resin-vpn.accept_source_route = 1 net.ipv4.conf.resin-vpn.arp_accept = 0 net.ipv4.conf.resin-vpn.arp_announce = 0 net.ipv4.conf.resin-vpn.arp_filter = 0 net.ipv4.conf.resin-vpn.arp_ignore = 0 net.ipv4.conf.resin-vpn.arp_notify = 0 net.ipv4.conf.resin-vpn.bc_forwarding = 0 net.ipv4.conf.resin-vpn.bootp_relay = 0 net.ipv4.conf.resin-vpn.disable_policy = 0 net.ipv4.conf.resin-vpn.disable_xfrm = 0 net.ipv4.conf.resin-vpn.drop_gratuitous_arp = 0 net.ipv4.conf.resin-vpn.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.resin-vpn.force_igmp_version = 0 net.ipv4.conf.resin-vpn.forwarding = 1 net.ipv4.conf.resin-vpn.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.resin-vpn.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.resin-vpn.ignore_routes_with_linkdown = 0 net.ipv4.conf.resin-vpn.log_martians = 0 net.ipv4.conf.resin-vpn.mc_forwarding = 0 net.ipv4.conf.resin-vpn.medium_id = 0 net.ipv4.conf.resin-vpn.promote_secondaries = 0 net.ipv4.conf.resin-vpn.proxy_arp = 0 net.ipv4.conf.resin-vpn.proxy_arp_pvlan = 0 net.ipv4.conf.resin-vpn.route_localnet = 0 net.ipv4.conf.resin-vpn.rp_filter = 0 net.ipv4.conf.resin-vpn.secure_redirects = 1 net.ipv4.conf.resin-vpn.send_redirects = 1 net.ipv4.conf.resin-vpn.shared_media = 1 net.ipv4.conf.resin-vpn.src_valid_mark = 0 net.ipv4.conf.resin-vpn.tag = 0 net.ipv4.conf.supervisor0.accept_local = 0 net.ipv4.conf.supervisor0.accept_redirects = 1 net.ipv4.conf.supervisor0.accept_source_route = 1 net.ipv4.conf.supervisor0.arp_accept = 0 net.ipv4.conf.supervisor0.arp_announce = 0 net.ipv4.conf.supervisor0.arp_filter = 0 net.ipv4.conf.supervisor0.arp_ignore = 0 net.ipv4.conf.supervisor0.arp_notify = 0 net.ipv4.conf.supervisor0.bc_forwarding = 0 net.ipv4.conf.supervisor0.bootp_relay = 0 net.ipv4.conf.supervisor0.disable_policy = 0 net.ipv4.conf.supervisor0.disable_xfrm = 0 net.ipv4.conf.supervisor0.drop_gratuitous_arp = 0 net.ipv4.conf.supervisor0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.supervisor0.force_igmp_version = 0 net.ipv4.conf.supervisor0.forwarding = 1 net.ipv4.conf.supervisor0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.supervisor0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.supervisor0.ignore_routes_with_linkdown = 0 net.ipv4.conf.supervisor0.log_martians = 0 net.ipv4.conf.supervisor0.mc_forwarding = 0 net.ipv4.conf.supervisor0.medium_id = 0 net.ipv4.conf.supervisor0.promote_secondaries = 0 net.ipv4.conf.supervisor0.proxy_arp = 0 net.ipv4.conf.supervisor0.proxy_arp_pvlan = 0 net.ipv4.conf.supervisor0.route_localnet = 0 net.ipv4.conf.supervisor0.rp_filter = 0 net.ipv4.conf.supervisor0.secure_redirects = 1 net.ipv4.conf.supervisor0.send_redirects = 1 net.ipv4.conf.supervisor0.shared_media = 1 net.ipv4.conf.supervisor0.src_valid_mark = 0 net.ipv4.conf.supervisor0.tag = 0 net.ipv4.conf.veth772c4e5.accept_local = 0 net.ipv4.conf.veth772c4e5.accept_redirects = 1 net.ipv4.conf.veth772c4e5.accept_source_route = 1 net.ipv4.conf.veth772c4e5.arp_accept = 0 net.ipv4.conf.veth772c4e5.arp_announce = 0 net.ipv4.conf.veth772c4e5.arp_filter = 0 net.ipv4.conf.veth772c4e5.arp_ignore = 0 net.ipv4.conf.veth772c4e5.arp_notify = 0 net.ipv4.conf.veth772c4e5.bc_forwarding = 0 net.ipv4.conf.veth772c4e5.bootp_relay = 0 net.ipv4.conf.veth772c4e5.disable_policy = 0 net.ipv4.conf.veth772c4e5.disable_xfrm = 0 net.ipv4.conf.veth772c4e5.drop_gratuitous_arp = 0 net.ipv4.conf.veth772c4e5.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.veth772c4e5.force_igmp_version = 0 net.ipv4.conf.veth772c4e5.forwarding = 1 net.ipv4.conf.veth772c4e5.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.veth772c4e5.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.veth772c4e5.ignore_routes_with_linkdown = 0 net.ipv4.conf.veth772c4e5.log_martians = 0 net.ipv4.conf.veth772c4e5.mc_forwarding = 0 net.ipv4.conf.veth772c4e5.medium_id = 0 net.ipv4.conf.veth772c4e5.promote_secondaries = 0 net.ipv4.conf.veth772c4e5.proxy_arp = 0 net.ipv4.conf.veth772c4e5.proxy_arp_pvlan = 0 net.ipv4.conf.veth772c4e5.route_localnet = 0 net.ipv4.conf.veth772c4e5.rp_filter = 0 net.ipv4.conf.veth772c4e5.secure_redirects = 1 net.ipv4.conf.veth772c4e5.send_redirects = 1 net.ipv4.conf.veth772c4e5.shared_media = 1 net.ipv4.conf.veth772c4e5.src_valid_mark = 0 net.ipv4.conf.veth772c4e5.tag = 0 net.ipv4.conf.vethef2a4ac.accept_local = 0 net.ipv4.conf.vethef2a4ac.accept_redirects = 1 net.ipv4.conf.vethef2a4ac.accept_source_route = 1 net.ipv4.conf.vethef2a4ac.arp_accept = 0 net.ipv4.conf.vethef2a4ac.arp_announce = 0 net.ipv4.conf.vethef2a4ac.arp_filter = 0 net.ipv4.conf.vethef2a4ac.arp_ignore = 0 net.ipv4.conf.vethef2a4ac.arp_notify = 0 net.ipv4.conf.vethef2a4ac.bc_forwarding = 0 net.ipv4.conf.vethef2a4ac.bootp_relay = 0 net.ipv4.conf.vethef2a4ac.disable_policy = 0 net.ipv4.conf.vethef2a4ac.disable_xfrm = 0 net.ipv4.conf.vethef2a4ac.drop_gratuitous_arp = 0 net.ipv4.conf.vethef2a4ac.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.vethef2a4ac.force_igmp_version = 0 net.ipv4.conf.vethef2a4ac.forwarding = 1 net.ipv4.conf.vethef2a4ac.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.vethef2a4ac.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.vethef2a4ac.ignore_routes_with_linkdown = 0 net.ipv4.conf.vethef2a4ac.log_martians = 0 net.ipv4.conf.vethef2a4ac.mc_forwarding = 0 net.ipv4.conf.vethef2a4ac.medium_id = 0 net.ipv4.conf.vethef2a4ac.promote_secondaries = 0 net.ipv4.conf.vethef2a4ac.proxy_arp = 0 net.ipv4.conf.vethef2a4ac.proxy_arp_pvlan = 0 net.ipv4.conf.vethef2a4ac.route_localnet = 0 net.ipv4.conf.vethef2a4ac.rp_filter = 0 net.ipv4.conf.vethef2a4ac.secure_redirects = 1 net.ipv4.conf.vethef2a4ac.send_redirects = 1 net.ipv4.conf.vethef2a4ac.shared_media = 1 net.ipv4.conf.vethef2a4ac.src_valid_mark = 0 net.ipv4.conf.vethef2a4ac.tag = 0 net.ipv4.conf.wlan0.accept_local = 0 net.ipv4.conf.wlan0.accept_redirects = 1 net.ipv4.conf.wlan0.accept_source_route = 1 net.ipv4.conf.wlan0.arp_accept = 0 net.ipv4.conf.wlan0.arp_announce = 0 net.ipv4.conf.wlan0.arp_filter = 0 net.ipv4.conf.wlan0.arp_ignore = 0 net.ipv4.conf.wlan0.arp_notify = 0 net.ipv4.conf.wlan0.bc_forwarding = 0 net.ipv4.conf.wlan0.bootp_relay = 0 net.ipv4.conf.wlan0.disable_policy = 0 net.ipv4.conf.wlan0.disable_xfrm = 0 net.ipv4.conf.wlan0.drop_gratuitous_arp = 0 net.ipv4.conf.wlan0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.wlan0.force_igmp_version = 0 net.ipv4.conf.wlan0.forwarding = 1 net.ipv4.conf.wlan0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.wlan0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.wlan0.ignore_routes_with_linkdown = 0 net.ipv4.conf.wlan0.log_martians = 0 net.ipv4.conf.wlan0.mc_forwarding = 0 net.ipv4.conf.wlan0.medium_id = 0 net.ipv4.conf.wlan0.promote_secondaries = 0 net.ipv4.conf.wlan0.proxy_arp = 0 net.ipv4.conf.wlan0.proxy_arp_pvlan = 0 net.ipv4.conf.wlan0.route_localnet = 0 net.ipv4.conf.wlan0.rp_filter = 0 net.ipv4.conf.wlan0.secure_redirects = 1 net.ipv4.conf.wlan0.send_redirects = 1 net.ipv4.conf.wlan0.shared_media = 1 net.ipv4.conf.wlan0.src_valid_mark = 0 net.ipv4.conf.wlan0.tag = 0 net.ipv4.fib_multipath_hash_policy = 0 net.ipv4.fib_multipath_use_neigh = 0 net.ipv4.fwmark_reflect = 0 net.ipv4.icmp_echo_ignore_all = 0 net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.icmp_errors_use_inbound_ifaddr = 0 net.ipv4.icmp_ignore_bogus_error_responses = 1 net.ipv4.icmp_msgs_burst = 50 net.ipv4.icmp_msgs_per_sec = 1000 net.ipv4.icmp_ratelimit = 1000 net.ipv4.icmp_ratemask = 6168 net.ipv4.igmp_link_local_mcast_reports = 1 net.ipv4.igmp_max_memberships = 20 net.ipv4.igmp_max_msf = 10 net.ipv4.igmp_qrv = 2 net.ipv4.inet_peer_maxttl = 600 net.ipv4.inet_peer_minttl = 120 net.ipv4.inet_peer_threshold = 65664 net.ipv4.ip_default_ttl = 64 net.ipv4.ip_dynaddr = 0 net.ipv4.ip_early_demux = 1 net.ipv4.ip_forward = 1 net.ipv4.ip_forward_update_priority = 1 net.ipv4.ip_forward_use_pmtu = 0 net.ipv4.ip_local_port_range = 49152 65535 net.ipv4.ip_local_reserved_ports = net.ipv4.ip_no_pmtu_disc = 0 net.ipv4.ip_nonlocal_bind = 0 net.ipv4.ip_unprivileged_port_start = 1024 net.ipv4.ipfrag_high_thresh = 4194304 net.ipv4.ipfrag_low_thresh = 3145728 net.ipv4.ipfrag_max_dist = 64 net.ipv4.ipfrag_secret_interval = 0 net.ipv4.ipfrag_time = 30 net.ipv4.neigh.balena0.anycast_delay = 100 net.ipv4.neigh.balena0.app_solicit = 0 net.ipv4.neigh.balena0.base_reachable_time = 30 net.ipv4.neigh.balena0.base_reachable_time_ms = 30000 net.ipv4.neigh.balena0.delay_first_probe_time = 5 net.ipv4.neigh.balena0.gc_stale_time = 60 net.ipv4.neigh.balena0.locktime = 100 net.ipv4.neigh.balena0.mcast_resolicit = 0 net.ipv4.neigh.balena0.mcast_solicit = 3 net.ipv4.neigh.balena0.proxy_delay = 80 net.ipv4.neigh.balena0.proxy_qlen = 64 net.ipv4.neigh.balena0.retrans_time = 100 net.ipv4.neigh.balena0.retrans_time_ms = 1000 net.ipv4.neigh.balena0.ucast_solicit = 3 net.ipv4.neigh.balena0.unres_qlen = 101 net.ipv4.neigh.balena0.unres_qlen_bytes = 212992 net.ipv4.neigh.br-e8a7b86ea01d.anycast_delay = 100 net.ipv4.neigh.br-e8a7b86ea01d.app_solicit = 0 net.ipv4.neigh.br-e8a7b86ea01d.base_reachable_time = 30 net.ipv4.neigh.br-e8a7b86ea01d.base_reachable_time_ms = 30000 net.ipv4.neigh.br-e8a7b86ea01d.delay_first_probe_time = 5 net.ipv4.neigh.br-e8a7b86ea01d.gc_stale_time = 60 net.ipv4.neigh.br-e8a7b86ea01d.locktime = 100 net.ipv4.neigh.br-e8a7b86ea01d.mcast_resolicit = 0 net.ipv4.neigh.br-e8a7b86ea01d.mcast_solicit = 3 net.ipv4.neigh.br-e8a7b86ea01d.proxy_delay = 80 net.ipv4.neigh.br-e8a7b86ea01d.proxy_qlen = 64 net.ipv4.neigh.br-e8a7b86ea01d.retrans_time = 100 net.ipv4.neigh.br-e8a7b86ea01d.retrans_time_ms = 1000 net.ipv4.neigh.br-e8a7b86ea01d.ucast_solicit = 3 net.ipv4.neigh.br-e8a7b86ea01d.unres_qlen = 101 net.ipv4.neigh.br-e8a7b86ea01d.unres_qlen_bytes = 212992 net.ipv4.neigh.default.anycast_delay = 100 net.ipv4.neigh.default.app_solicit = 0 net.ipv4.neigh.default.base_reachable_time = 30 net.ipv4.neigh.default.base_reachable_time_ms = 30000 net.ipv4.neigh.default.delay_first_probe_time = 5 net.ipv4.neigh.default.gc_interval = 30 net.ipv4.neigh.default.gc_stale_time = 60 net.ipv4.neigh.default.gc_thresh1 = 128 net.ipv4.neigh.default.gc_thresh2 = 512 net.ipv4.neigh.default.gc_thresh3 = 1024 net.ipv4.neigh.default.locktime = 100 net.ipv4.neigh.default.mcast_resolicit = 0 net.ipv4.neigh.default.mcast_solicit = 3 net.ipv4.neigh.default.proxy_delay = 80 net.ipv4.neigh.default.proxy_qlen = 64 net.ipv4.neigh.default.retrans_time = 100 net.ipv4.neigh.default.retrans_time_ms = 1000 net.ipv4.neigh.default.ucast_solicit = 3 net.ipv4.neigh.default.unres_qlen = 101 net.ipv4.neigh.default.unres_qlen_bytes = 212992 net.ipv4.neigh.eth0.anycast_delay = 100 net.ipv4.neigh.eth0.app_solicit = 0 net.ipv4.neigh.eth0.base_reachable_time = 30 net.ipv4.neigh.eth0.base_reachable_time_ms = 30000 net.ipv4.neigh.eth0.delay_first_probe_time = 5 net.ipv4.neigh.eth0.gc_stale_time = 60 net.ipv4.neigh.eth0.locktime = 100 net.ipv4.neigh.eth0.mcast_resolicit = 0 net.ipv4.neigh.eth0.mcast_solicit = 3 net.ipv4.neigh.eth0.proxy_delay = 80 net.ipv4.neigh.eth0.proxy_qlen = 64 net.ipv4.neigh.eth0.retrans_time = 100 net.ipv4.neigh.eth0.retrans_time_ms = 1000 net.ipv4.neigh.eth0.ucast_solicit = 3 net.ipv4.neigh.eth0.unres_qlen = 101 net.ipv4.neigh.eth0.unres_qlen_bytes = 212992 net.ipv4.neigh.lo.anycast_delay = 100 net.ipv4.neigh.lo.app_solicit = 0 net.ipv4.neigh.lo.base_reachable_time = 30 net.ipv4.neigh.lo.base_reachable_time_ms = 30000 net.ipv4.neigh.lo.delay_first_probe_time = 5 net.ipv4.neigh.lo.gc_stale_time = 60 net.ipv4.neigh.lo.locktime = 100 net.ipv4.neigh.lo.mcast_resolicit = 0 net.ipv4.neigh.lo.mcast_solicit = 3 net.ipv4.neigh.lo.proxy_delay = 80 net.ipv4.neigh.lo.proxy_qlen = 64 net.ipv4.neigh.lo.retrans_time = 100 net.ipv4.neigh.lo.retrans_time_ms = 1000 net.ipv4.neigh.lo.ucast_solicit = 3 net.ipv4.neigh.lo.unres_qlen = 101 net.ipv4.neigh.lo.unres_qlen_bytes = 212992 net.ipv4.neigh.resin-dns.anycast_delay = 100 net.ipv4.neigh.resin-dns.app_solicit = 0 net.ipv4.neigh.resin-dns.base_reachable_time = 30 net.ipv4.neigh.resin-dns.base_reachable_time_ms = 30000 net.ipv4.neigh.resin-dns.delay_first_probe_time = 5 net.ipv4.neigh.resin-dns.gc_stale_time = 60 net.ipv4.neigh.resin-dns.locktime = 100 net.ipv4.neigh.resin-dns.mcast_resolicit = 0 net.ipv4.neigh.resin-dns.mcast_solicit = 3 net.ipv4.neigh.resin-dns.proxy_delay = 80 net.ipv4.neigh.resin-dns.proxy_qlen = 64 net.ipv4.neigh.resin-dns.retrans_time = 100 net.ipv4.neigh.resin-dns.retrans_time_ms = 1000 net.ipv4.neigh.resin-dns.ucast_solicit = 3 net.ipv4.neigh.resin-dns.unres_qlen = 101 net.ipv4.neigh.resin-dns.unres_qlen_bytes = 212992 net.ipv4.neigh.resin-vpn.anycast_delay = 100 net.ipv4.neigh.resin-vpn.app_solicit = 0 net.ipv4.neigh.resin-vpn.base_reachable_time = 30 net.ipv4.neigh.resin-vpn.base_reachable_time_ms = 30000 net.ipv4.neigh.resin-vpn.delay_first_probe_time = 5 net.ipv4.neigh.resin-vpn.gc_stale_time = 60 net.ipv4.neigh.resin-vpn.locktime = 100 net.ipv4.neigh.resin-vpn.mcast_resolicit = 0 net.ipv4.neigh.resin-vpn.mcast_solicit = 3 net.ipv4.neigh.resin-vpn.proxy_delay = 80 net.ipv4.neigh.resin-vpn.proxy_qlen = 64 net.ipv4.neigh.resin-vpn.retrans_time = 100 net.ipv4.neigh.resin-vpn.retrans_time_ms = 1000 net.ipv4.neigh.resin-vpn.ucast_solicit = 3 net.ipv4.neigh.resin-vpn.unres_qlen = 101 net.ipv4.neigh.resin-vpn.unres_qlen_bytes = 212992 net.ipv4.neigh.supervisor0.anycast_delay = 100 net.ipv4.neigh.supervisor0.app_solicit = 0 net.ipv4.neigh.supervisor0.base_reachable_time = 30 net.ipv4.neigh.supervisor0.base_reachable_time_ms = 30000 net.ipv4.neigh.supervisor0.delay_first_probe_time = 5 net.ipv4.neigh.supervisor0.gc_stale_time = 60 net.ipv4.neigh.supervisor0.locktime = 100 net.ipv4.neigh.supervisor0.mcast_resolicit = 0 net.ipv4.neigh.supervisor0.mcast_solicit = 3 net.ipv4.neigh.supervisor0.proxy_delay = 80 net.ipv4.neigh.supervisor0.proxy_qlen = 64 net.ipv4.neigh.supervisor0.retrans_time = 100 net.ipv4.neigh.supervisor0.retrans_time_ms = 1000 net.ipv4.neigh.supervisor0.ucast_solicit = 3 net.ipv4.neigh.supervisor0.unres_qlen = 101 net.ipv4.neigh.supervisor0.unres_qlen_bytes = 212992 net.ipv4.neigh.veth772c4e5.anycast_delay = 100 net.ipv4.neigh.veth772c4e5.app_solicit = 0 net.ipv4.neigh.veth772c4e5.base_reachable_time = 30 net.ipv4.neigh.veth772c4e5.base_reachable_time_ms = 30000 net.ipv4.neigh.veth772c4e5.delay_first_probe_time = 5 net.ipv4.neigh.veth772c4e5.gc_stale_time = 60 net.ipv4.neigh.veth772c4e5.locktime = 100 net.ipv4.neigh.veth772c4e5.mcast_resolicit = 0 net.ipv4.neigh.veth772c4e5.mcast_solicit = 3 net.ipv4.neigh.veth772c4e5.proxy_delay = 80 net.ipv4.neigh.veth772c4e5.proxy_qlen = 64 net.ipv4.neigh.veth772c4e5.retrans_time = 100 net.ipv4.neigh.veth772c4e5.retrans_time_ms = 1000 net.ipv4.neigh.veth772c4e5.ucast_solicit = 3 net.ipv4.neigh.veth772c4e5.unres_qlen = 101 net.ipv4.neigh.veth772c4e5.unres_qlen_bytes = 212992 net.ipv4.neigh.vethef2a4ac.anycast_delay = 100 net.ipv4.neigh.vethef2a4ac.app_solicit = 0 net.ipv4.neigh.vethef2a4ac.base_reachable_time = 30 net.ipv4.neigh.vethef2a4ac.base_reachable_time_ms = 30000 net.ipv4.neigh.vethef2a4ac.delay_first_probe_time = 5 net.ipv4.neigh.vethef2a4ac.gc_stale_time = 60 net.ipv4.neigh.vethef2a4ac.locktime = 100 net.ipv4.neigh.vethef2a4ac.mcast_resolicit = 0 net.ipv4.neigh.vethef2a4ac.mcast_solicit = 3 net.ipv4.neigh.vethef2a4ac.proxy_delay = 80 net.ipv4.neigh.vethef2a4ac.proxy_qlen = 64 net.ipv4.neigh.vethef2a4ac.retrans_time = 100 net.ipv4.neigh.vethef2a4ac.retrans_time_ms = 1000 net.ipv4.neigh.vethef2a4ac.ucast_solicit = 3 net.ipv4.neigh.vethef2a4ac.unres_qlen = 101 net.ipv4.neigh.vethef2a4ac.unres_qlen_bytes = 212992 net.ipv4.neigh.wlan0.anycast_delay = 100 net.ipv4.neigh.wlan0.app_solicit = 0 net.ipv4.neigh.wlan0.base_reachable_time = 30 net.ipv4.neigh.wlan0.base_reachable_time_ms = 30000 net.ipv4.neigh.wlan0.delay_first_probe_time = 5 net.ipv4.neigh.wlan0.gc_stale_time = 60 net.ipv4.neigh.wlan0.locktime = 100 net.ipv4.neigh.wlan0.mcast_resolicit = 0 net.ipv4.neigh.wlan0.mcast_solicit = 3 net.ipv4.neigh.wlan0.proxy_delay = 80 net.ipv4.neigh.wlan0.proxy_qlen = 64 net.ipv4.neigh.wlan0.retrans_time = 100 net.ipv4.neigh.wlan0.retrans_time_ms = 1000 net.ipv4.neigh.wlan0.ucast_solicit = 3 net.ipv4.neigh.wlan0.unres_qlen = 101 net.ipv4.neigh.wlan0.unres_qlen_bytes = 212992 net.ipv4.ping_group_range = 1 0 net.ipv4.route.error_burst = 5000 net.ipv4.route.error_cost = 1000 net.ipv4.route.gc_elasticity = 8 net.ipv4.route.gc_interval = 60 net.ipv4.route.gc_min_interval = 0 net.ipv4.route.gc_min_interval_ms = 500 net.ipv4.route.gc_thresh = -1 net.ipv4.route.gc_timeout = 300 net.ipv4.route.max_size = 2147483647 net.ipv4.route.min_adv_mss = 256 net.ipv4.route.min_pmtu = 552 net.ipv4.route.mtu_expires = 600 net.ipv4.route.redirect_load = 20 net.ipv4.route.redirect_number = 9 net.ipv4.route.redirect_silence = 20480 net.ipv4.tcp_abort_on_overflow = 0 net.ipv4.tcp_adv_win_scale = 1 net.ipv4.tcp_allowed_congestion_control = reno cubic net.ipv4.tcp_app_win = 31 net.ipv4.tcp_autocorking = 1 net.ipv4.tcp_available_congestion_control = reno cubic net.ipv4.tcp_available_ulp = net.ipv4.tcp_base_mss = 1024 net.ipv4.tcp_challenge_ack_limit = 1000 net.ipv4.tcp_comp_sack_delay_ns = 1000000 net.ipv4.tcp_comp_sack_nr = 44 net.ipv4.tcp_congestion_control = cubic net.ipv4.tcp_dsack = 1 net.ipv4.tcp_early_demux = 1 net.ipv4.tcp_early_retrans = 3 net.ipv4.tcp_ecn = 2 net.ipv4.tcp_ecn_fallback = 1 net.ipv4.tcp_fack = 0 net.ipv4.tcp_fastopen = 1 net.ipv4.tcp_fastopen_blackhole_timeout_sec = 3600 net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000 net.ipv4.tcp_fin_timeout = 60 net.ipv4.tcp_frto = 2 net.ipv4.tcp_fwmark_accept = 0 net.ipv4.tcp_invalid_ratelimit = 500 net.ipv4.tcp_keepalive_intvl = 75 net.ipv4.tcp_keepalive_probes = 9 net.ipv4.tcp_keepalive_time = 7200 net.ipv4.tcp_l3mdev_accept = 0 net.ipv4.tcp_limit_output_bytes = 262144 net.ipv4.tcp_low_latency = 0 net.ipv4.tcp_max_orphans = 4096 net.ipv4.tcp_max_reordering = 300 net.ipv4.tcp_max_syn_backlog = 128 net.ipv4.tcp_max_tw_buckets = 4096 net.ipv4.tcp_mem = 11403 15204 22806 net.ipv4.tcp_min_rtt_wlen = 300 net.ipv4.tcp_min_snd_mss = 48 net.ipv4.tcp_min_tso_segs = 2 net.ipv4.tcp_moderate_rcvbuf = 1 net.ipv4.tcp_mtu_probing = 0 net.ipv4.tcp_no_metrics_save = 0 net.ipv4.tcp_notsent_lowat = 4294967295 net.ipv4.tcp_orphan_retries = 0 net.ipv4.tcp_pacing_ca_ratio = 120 net.ipv4.tcp_pacing_ss_ratio = 200 net.ipv4.tcp_probe_interval = 600 net.ipv4.tcp_probe_threshold = 8 net.ipv4.tcp_recovery = 1 net.ipv4.tcp_reordering = 3 net.ipv4.tcp_retrans_collapse = 1 net.ipv4.tcp_retries1 = 3 net.ipv4.tcp_retries2 = 15 net.ipv4.tcp_rfc1337 = 0 net.ipv4.tcp_rmem = 4096 87380 6291456 net.ipv4.tcp_sack = 1 net.ipv4.tcp_slow_start_after_idle = 1 net.ipv4.tcp_stdurg = 0 net.ipv4.tcp_syn_retries = 6 net.ipv4.tcp_synack_retries = 5 net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_thin_linear_timeouts = 0 net.ipv4.tcp_timestamps = 1 net.ipv4.tcp_tso_win_divisor = 3 net.ipv4.tcp_tw_reuse = 2 net.ipv4.tcp_window_scaling = 1 net.ipv4.tcp_wmem = 4096 16384 4194304 net.ipv4.tcp_workaround_signed_windows = 0 net.ipv4.udp_early_demux = 1 net.ipv4.udp_l3mdev_accept = 0 net.ipv4.udp_mem = 22806 30408 45612 net.ipv4.udp_rmem_min = 4096 net.ipv4.udp_wmem_min = 4096 net.ipv4.xfrm4_gc_thresh = 32768 net.ipv6.anycast_src_echo_reply = 0 net.ipv6.auto_flowlabels = 1 net.ipv6.bindv6only = 0 net.ipv6.conf.all.accept_dad = 0 net.ipv6.conf.all.accept_ra = 1 net.ipv6.conf.all.accept_ra_defrtr = 1 net.ipv6.conf.all.accept_ra_from_local = 0 net.ipv6.conf.all.accept_ra_min_hop_limit = 1 net.ipv6.conf.all.accept_ra_mtu = 1 net.ipv6.conf.all.accept_ra_pinfo = 1 net.ipv6.conf.all.accept_ra_rtr_pref = 1 net.ipv6.conf.all.accept_redirects = 1 net.ipv6.conf.all.accept_source_route = 0 net.ipv6.conf.all.addr_gen_mode = 0 net.ipv6.conf.all.autoconf = 1 net.ipv6.conf.all.dad_transmits = 1 net.ipv6.conf.all.disable_ipv6 = 0 net.ipv6.conf.all.disable_policy = 0 net.ipv6.conf.all.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.all.drop_unsolicited_na = 0 net.ipv6.conf.all.enhanced_dad = 1 net.ipv6.conf.all.force_mld_version = 0 net.ipv6.conf.all.force_tllao = 0 net.ipv6.conf.all.forwarding = 0 net.ipv6.conf.all.hop_limit = 64 net.ipv6.conf.all.ignore_routes_with_linkdown = 0 net.ipv6.conf.all.keep_addr_on_down = 0 net.ipv6.conf.all.max_addresses = 16 net.ipv6.conf.all.max_desync_factor = 600 net.ipv6.conf.all.mc_forwarding = 0 net.ipv6.conf.all.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.all.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.all.mtu = 1280 net.ipv6.conf.all.ndisc_notify = 0 net.ipv6.conf.all.ndisc_tclass = 0 net.ipv6.conf.all.proxy_ndp = 0 net.ipv6.conf.all.regen_max_retry = 3 net.ipv6.conf.all.router_probe_interval = 60 net.ipv6.conf.all.router_solicitation_delay = 1 net.ipv6.conf.all.router_solicitation_interval = 4 net.ipv6.conf.all.router_solicitation_max_interval = 3600 net.ipv6.conf.all.router_solicitations = -1 net.ipv6.conf.all.seg6_enabled = 0 net.ipv6.conf.all.suppress_frag_ndisc = 1 net.ipv6.conf.all.temp_prefered_lft = 86400 net.ipv6.conf.all.temp_valid_lft = 604800 net.ipv6.conf.all.use_oif_addrs_only = 0 net.ipv6.conf.all.use_tempaddr = 0 net.ipv6.conf.balena0.accept_dad = 1 net.ipv6.conf.balena0.accept_ra = 1 net.ipv6.conf.balena0.accept_ra_defrtr = 1 net.ipv6.conf.balena0.accept_ra_from_local = 0 net.ipv6.conf.balena0.accept_ra_min_hop_limit = 1 net.ipv6.conf.balena0.accept_ra_mtu = 1 net.ipv6.conf.balena0.accept_ra_pinfo = 1 net.ipv6.conf.balena0.accept_ra_rtr_pref = 1 net.ipv6.conf.balena0.accept_redirects = 1 net.ipv6.conf.balena0.accept_source_route = 0 net.ipv6.conf.balena0.addr_gen_mode = 0 net.ipv6.conf.balena0.autoconf = 1 net.ipv6.conf.balena0.dad_transmits = 1 net.ipv6.conf.balena0.disable_ipv6 = 0 net.ipv6.conf.balena0.disable_policy = 0 net.ipv6.conf.balena0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.balena0.drop_unsolicited_na = 0 net.ipv6.conf.balena0.enhanced_dad = 1 net.ipv6.conf.balena0.force_mld_version = 0 net.ipv6.conf.balena0.force_tllao = 0 net.ipv6.conf.balena0.forwarding = 0 net.ipv6.conf.balena0.hop_limit = 64 net.ipv6.conf.balena0.ignore_routes_with_linkdown = 0 net.ipv6.conf.balena0.keep_addr_on_down = 0 net.ipv6.conf.balena0.max_addresses = 16 net.ipv6.conf.balena0.max_desync_factor = 600 net.ipv6.conf.balena0.mc_forwarding = 0 net.ipv6.conf.balena0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.balena0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.balena0.mtu = 1500 net.ipv6.conf.balena0.ndisc_notify = 0 net.ipv6.conf.balena0.ndisc_tclass = 0 net.ipv6.conf.balena0.proxy_ndp = 0 net.ipv6.conf.balena0.regen_max_retry = 3 net.ipv6.conf.balena0.router_probe_interval = 60 net.ipv6.conf.balena0.router_solicitation_delay = 1 net.ipv6.conf.balena0.router_solicitation_interval = 4 net.ipv6.conf.balena0.router_solicitation_max_interval = 3600 net.ipv6.conf.balena0.router_solicitations = -1 net.ipv6.conf.balena0.seg6_enabled = 0 net.ipv6.conf.balena0.suppress_frag_ndisc = 1 net.ipv6.conf.balena0.temp_prefered_lft = 86400 net.ipv6.conf.balena0.temp_valid_lft = 604800 net.ipv6.conf.balena0.use_oif_addrs_only = 0 net.ipv6.conf.balena0.use_tempaddr = 0 net.ipv6.conf.br-e8a7b86ea01d.accept_dad = 1 net.ipv6.conf.br-e8a7b86ea01d.accept_ra = 1 net.ipv6.conf.br-e8a7b86ea01d.accept_ra_defrtr = 1 net.ipv6.conf.br-e8a7b86ea01d.accept_ra_from_local = 0 net.ipv6.conf.br-e8a7b86ea01d.accept_ra_min_hop_limit = 1 net.ipv6.conf.br-e8a7b86ea01d.accept_ra_mtu = 1 net.ipv6.conf.br-e8a7b86ea01d.accept_ra_pinfo = 1 net.ipv6.conf.br-e8a7b86ea01d.accept_ra_rtr_pref = 1 net.ipv6.conf.br-e8a7b86ea01d.accept_redirects = 1 net.ipv6.conf.br-e8a7b86ea01d.accept_source_route = 0 net.ipv6.conf.br-e8a7b86ea01d.addr_gen_mode = 0 net.ipv6.conf.br-e8a7b86ea01d.autoconf = 1 net.ipv6.conf.br-e8a7b86ea01d.dad_transmits = 1 net.ipv6.conf.br-e8a7b86ea01d.disable_ipv6 = 0 net.ipv6.conf.br-e8a7b86ea01d.disable_policy = 0 net.ipv6.conf.br-e8a7b86ea01d.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.br-e8a7b86ea01d.drop_unsolicited_na = 0 net.ipv6.conf.br-e8a7b86ea01d.enhanced_dad = 1 net.ipv6.conf.br-e8a7b86ea01d.force_mld_version = 0 net.ipv6.conf.br-e8a7b86ea01d.force_tllao = 0 net.ipv6.conf.br-e8a7b86ea01d.forwarding = 0 net.ipv6.conf.br-e8a7b86ea01d.hop_limit = 64 net.ipv6.conf.br-e8a7b86ea01d.ignore_routes_with_linkdown = 0 net.ipv6.conf.br-e8a7b86ea01d.keep_addr_on_down = 0 net.ipv6.conf.br-e8a7b86ea01d.max_addresses = 16 net.ipv6.conf.br-e8a7b86ea01d.max_desync_factor = 600 net.ipv6.conf.br-e8a7b86ea01d.mc_forwarding = 0 net.ipv6.conf.br-e8a7b86ea01d.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.br-e8a7b86ea01d.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.br-e8a7b86ea01d.mtu = 1500 net.ipv6.conf.br-e8a7b86ea01d.ndisc_notify = 0 net.ipv6.conf.br-e8a7b86ea01d.ndisc_tclass = 0 net.ipv6.conf.br-e8a7b86ea01d.proxy_ndp = 0 net.ipv6.conf.br-e8a7b86ea01d.regen_max_retry = 3 net.ipv6.conf.br-e8a7b86ea01d.router_probe_interval = 60 net.ipv6.conf.br-e8a7b86ea01d.router_solicitation_delay = 1 net.ipv6.conf.br-e8a7b86ea01d.router_solicitation_interval = 4 net.ipv6.conf.br-e8a7b86ea01d.router_solicitation_max_interval = 3600 net.ipv6.conf.br-e8a7b86ea01d.router_solicitations = -1 net.ipv6.conf.br-e8a7b86ea01d.seg6_enabled = 0 net.ipv6.conf.br-e8a7b86ea01d.suppress_frag_ndisc = 1 net.ipv6.conf.br-e8a7b86ea01d.temp_prefered_lft = 86400 net.ipv6.conf.br-e8a7b86ea01d.temp_valid_lft = 604800 net.ipv6.conf.br-e8a7b86ea01d.use_oif_addrs_only = 0 net.ipv6.conf.br-e8a7b86ea01d.use_tempaddr = 0 net.ipv6.conf.default.accept_dad = 1 net.ipv6.conf.default.accept_ra = 1 net.ipv6.conf.default.accept_ra_defrtr = 1 net.ipv6.conf.default.accept_ra_from_local = 0 net.ipv6.conf.default.accept_ra_min_hop_limit = 1 net.ipv6.conf.default.accept_ra_mtu = 1 net.ipv6.conf.default.accept_ra_pinfo = 1 net.ipv6.conf.default.accept_ra_rtr_pref = 1 net.ipv6.conf.default.accept_redirects = 1 net.ipv6.conf.default.accept_source_route = 0 net.ipv6.conf.default.addr_gen_mode = 0 net.ipv6.conf.default.autoconf = 1 net.ipv6.conf.default.dad_transmits = 1 net.ipv6.conf.default.disable_ipv6 = 0 net.ipv6.conf.default.disable_policy = 0 net.ipv6.conf.default.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.default.drop_unsolicited_na = 0 net.ipv6.conf.default.enhanced_dad = 1 net.ipv6.conf.default.force_mld_version = 0 net.ipv6.conf.default.force_tllao = 0 net.ipv6.conf.default.forwarding = 0 net.ipv6.conf.default.hop_limit = 64 net.ipv6.conf.default.ignore_routes_with_linkdown = 0 net.ipv6.conf.default.keep_addr_on_down = 0 net.ipv6.conf.default.max_addresses = 16 net.ipv6.conf.default.max_desync_factor = 600 net.ipv6.conf.default.mc_forwarding = 0 net.ipv6.conf.default.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.default.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.default.mtu = 1280 net.ipv6.conf.default.ndisc_notify = 0 net.ipv6.conf.default.ndisc_tclass = 0 net.ipv6.conf.default.proxy_ndp = 0 net.ipv6.conf.default.regen_max_retry = 3 net.ipv6.conf.default.router_probe_interval = 60 net.ipv6.conf.default.router_solicitation_delay = 1 net.ipv6.conf.default.router_solicitation_interval = 4 net.ipv6.conf.default.router_solicitation_max_interval = 3600 net.ipv6.conf.default.router_solicitations = -1 net.ipv6.conf.default.seg6_enabled = 0 net.ipv6.conf.default.suppress_frag_ndisc = 1 net.ipv6.conf.default.temp_prefered_lft = 86400 net.ipv6.conf.default.temp_valid_lft = 604800 net.ipv6.conf.default.use_oif_addrs_only = 0 net.ipv6.conf.default.use_tempaddr = 0 net.ipv6.conf.eth0.accept_dad = 1 net.ipv6.conf.eth0.accept_ra = 0 net.ipv6.conf.eth0.accept_ra_defrtr = 0 net.ipv6.conf.eth0.accept_ra_from_local = 0 net.ipv6.conf.eth0.accept_ra_min_hop_limit = 1 net.ipv6.conf.eth0.accept_ra_mtu = 1 net.ipv6.conf.eth0.accept_ra_pinfo = 0 net.ipv6.conf.eth0.accept_ra_rtr_pref = 0 net.ipv6.conf.eth0.accept_redirects = 1 net.ipv6.conf.eth0.accept_source_route = 0 net.ipv6.conf.eth0.addr_gen_mode = 1 net.ipv6.conf.eth0.autoconf = 1 net.ipv6.conf.eth0.dad_transmits = 1 net.ipv6.conf.eth0.disable_ipv6 = 0 net.ipv6.conf.eth0.disable_policy = 0 net.ipv6.conf.eth0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.eth0.drop_unsolicited_na = 0 net.ipv6.conf.eth0.enhanced_dad = 1 net.ipv6.conf.eth0.force_mld_version = 0 net.ipv6.conf.eth0.force_tllao = 0 net.ipv6.conf.eth0.forwarding = 0 net.ipv6.conf.eth0.hop_limit = 64 net.ipv6.conf.eth0.ignore_routes_with_linkdown = 0 net.ipv6.conf.eth0.keep_addr_on_down = 0 net.ipv6.conf.eth0.max_addresses = 16 net.ipv6.conf.eth0.max_desync_factor = 600 net.ipv6.conf.eth0.mc_forwarding = 0 net.ipv6.conf.eth0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.eth0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.eth0.mtu = 1500 net.ipv6.conf.eth0.ndisc_notify = 0 net.ipv6.conf.eth0.ndisc_tclass = 0 net.ipv6.conf.eth0.proxy_ndp = 0 net.ipv6.conf.eth0.regen_max_retry = 3 net.ipv6.conf.eth0.router_probe_interval = 60 net.ipv6.conf.eth0.router_solicitation_delay = 1 net.ipv6.conf.eth0.router_solicitation_interval = 4 net.ipv6.conf.eth0.router_solicitation_max_interval = 3600 net.ipv6.conf.eth0.router_solicitations = -1 net.ipv6.conf.eth0.seg6_enabled = 0 net.ipv6.conf.eth0.suppress_frag_ndisc = 1 net.ipv6.conf.eth0.temp_prefered_lft = 86400 net.ipv6.conf.eth0.temp_valid_lft = 604800 net.ipv6.conf.eth0.use_oif_addrs_only = 0 net.ipv6.conf.eth0.use_tempaddr = 0 net.ipv6.conf.lo.accept_dad = -1 net.ipv6.conf.lo.accept_ra = 1 net.ipv6.conf.lo.accept_ra_defrtr = 1 net.ipv6.conf.lo.accept_ra_from_local = 0 net.ipv6.conf.lo.accept_ra_min_hop_limit = 1 net.ipv6.conf.lo.accept_ra_mtu = 1 net.ipv6.conf.lo.accept_ra_pinfo = 1 net.ipv6.conf.lo.accept_ra_rtr_pref = 1 net.ipv6.conf.lo.accept_redirects = 1 net.ipv6.conf.lo.accept_source_route = 0 net.ipv6.conf.lo.addr_gen_mode = 0 net.ipv6.conf.lo.autoconf = 1 net.ipv6.conf.lo.dad_transmits = 1 net.ipv6.conf.lo.disable_ipv6 = 0 net.ipv6.conf.lo.disable_policy = 0 net.ipv6.conf.lo.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.lo.drop_unsolicited_na = 0 net.ipv6.conf.lo.enhanced_dad = 1 net.ipv6.conf.lo.force_mld_version = 0 net.ipv6.conf.lo.force_tllao = 0 net.ipv6.conf.lo.forwarding = 0 net.ipv6.conf.lo.hop_limit = 64 net.ipv6.conf.lo.ignore_routes_with_linkdown = 0 net.ipv6.conf.lo.keep_addr_on_down = 0 net.ipv6.conf.lo.max_addresses = 16 net.ipv6.conf.lo.max_desync_factor = 600 net.ipv6.conf.lo.mc_forwarding = 0 net.ipv6.conf.lo.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.lo.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.lo.mtu = 65536 net.ipv6.conf.lo.ndisc_notify = 0 net.ipv6.conf.lo.ndisc_tclass = 0 net.ipv6.conf.lo.proxy_ndp = 0 net.ipv6.conf.lo.regen_max_retry = 3 net.ipv6.conf.lo.router_probe_interval = 60 net.ipv6.conf.lo.router_solicitation_delay = 1 net.ipv6.conf.lo.router_solicitation_interval = 4 net.ipv6.conf.lo.router_solicitation_max_interval = 3600 net.ipv6.conf.lo.router_solicitations = -1 net.ipv6.conf.lo.seg6_enabled = 0 net.ipv6.conf.lo.suppress_frag_ndisc = 1 net.ipv6.conf.lo.temp_prefered_lft = 86400 net.ipv6.conf.lo.temp_valid_lft = 604800 net.ipv6.conf.lo.use_oif_addrs_only = 0 net.ipv6.conf.lo.use_tempaddr = -1 net.ipv6.conf.resin-dns.accept_dad = 1 net.ipv6.conf.resin-dns.accept_ra = 1 net.ipv6.conf.resin-dns.accept_ra_defrtr = 1 net.ipv6.conf.resin-dns.accept_ra_from_local = 0 net.ipv6.conf.resin-dns.accept_ra_min_hop_limit = 1 net.ipv6.conf.resin-dns.accept_ra_mtu = 1 net.ipv6.conf.resin-dns.accept_ra_pinfo = 1 net.ipv6.conf.resin-dns.accept_ra_rtr_pref = 1 net.ipv6.conf.resin-dns.accept_redirects = 1 net.ipv6.conf.resin-dns.accept_source_route = 0 net.ipv6.conf.resin-dns.addr_gen_mode = 0 net.ipv6.conf.resin-dns.autoconf = 1 net.ipv6.conf.resin-dns.dad_transmits = 1 net.ipv6.conf.resin-dns.disable_ipv6 = 0 net.ipv6.conf.resin-dns.disable_policy = 0 net.ipv6.conf.resin-dns.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.resin-dns.drop_unsolicited_na = 0 net.ipv6.conf.resin-dns.enhanced_dad = 1 net.ipv6.conf.resin-dns.force_mld_version = 0 net.ipv6.conf.resin-dns.force_tllao = 0 net.ipv6.conf.resin-dns.forwarding = 0 net.ipv6.conf.resin-dns.hop_limit = 64 net.ipv6.conf.resin-dns.ignore_routes_with_linkdown = 0 net.ipv6.conf.resin-dns.keep_addr_on_down = 0 net.ipv6.conf.resin-dns.max_addresses = 16 net.ipv6.conf.resin-dns.max_desync_factor = 600 net.ipv6.conf.resin-dns.mc_forwarding = 0 net.ipv6.conf.resin-dns.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.resin-dns.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.resin-dns.mtu = 1500 net.ipv6.conf.resin-dns.ndisc_notify = 0 net.ipv6.conf.resin-dns.ndisc_tclass = 0 net.ipv6.conf.resin-dns.proxy_ndp = 0 net.ipv6.conf.resin-dns.regen_max_retry = 3 net.ipv6.conf.resin-dns.router_probe_interval = 60 net.ipv6.conf.resin-dns.router_solicitation_delay = 1 net.ipv6.conf.resin-dns.router_solicitation_interval = 4 net.ipv6.conf.resin-dns.router_solicitation_max_interval = 3600 net.ipv6.conf.resin-dns.router_solicitations = -1 net.ipv6.conf.resin-dns.seg6_enabled = 0 net.ipv6.conf.resin-dns.suppress_frag_ndisc = 1 net.ipv6.conf.resin-dns.temp_prefered_lft = 86400 net.ipv6.conf.resin-dns.temp_valid_lft = 604800 net.ipv6.conf.resin-dns.use_oif_addrs_only = 0 net.ipv6.conf.resin-dns.use_tempaddr = 0 net.ipv6.conf.resin-vpn.accept_dad = -1 net.ipv6.conf.resin-vpn.accept_ra = 1 net.ipv6.conf.resin-vpn.accept_ra_defrtr = 1 net.ipv6.conf.resin-vpn.accept_ra_from_local = 0 net.ipv6.conf.resin-vpn.accept_ra_min_hop_limit = 1 net.ipv6.conf.resin-vpn.accept_ra_mtu = 1 net.ipv6.conf.resin-vpn.accept_ra_pinfo = 1 net.ipv6.conf.resin-vpn.accept_ra_rtr_pref = 1 net.ipv6.conf.resin-vpn.accept_redirects = 1 net.ipv6.conf.resin-vpn.accept_source_route = 0 net.ipv6.conf.resin-vpn.addr_gen_mode = 3 net.ipv6.conf.resin-vpn.autoconf = 1 net.ipv6.conf.resin-vpn.dad_transmits = 1 net.ipv6.conf.resin-vpn.disable_ipv6 = 0 net.ipv6.conf.resin-vpn.disable_policy = 0 net.ipv6.conf.resin-vpn.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.resin-vpn.drop_unsolicited_na = 0 net.ipv6.conf.resin-vpn.enhanced_dad = 1 net.ipv6.conf.resin-vpn.force_mld_version = 0 net.ipv6.conf.resin-vpn.force_tllao = 0 net.ipv6.conf.resin-vpn.forwarding = 0 net.ipv6.conf.resin-vpn.hop_limit = 64 net.ipv6.conf.resin-vpn.ignore_routes_with_linkdown = 0 net.ipv6.conf.resin-vpn.keep_addr_on_down = 0 net.ipv6.conf.resin-vpn.max_addresses = 16 net.ipv6.conf.resin-vpn.max_desync_factor = 600 net.ipv6.conf.resin-vpn.mc_forwarding = 0 net.ipv6.conf.resin-vpn.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.resin-vpn.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.resin-vpn.mtu = 1500 net.ipv6.conf.resin-vpn.ndisc_notify = 0 net.ipv6.conf.resin-vpn.ndisc_tclass = 0 net.ipv6.conf.resin-vpn.proxy_ndp = 0 net.ipv6.conf.resin-vpn.regen_max_retry = 3 net.ipv6.conf.resin-vpn.router_probe_interval = 60 net.ipv6.conf.resin-vpn.router_solicitation_delay = 1 net.ipv6.conf.resin-vpn.router_solicitation_interval = 4 net.ipv6.conf.resin-vpn.router_solicitation_max_interval = 3600 net.ipv6.conf.resin-vpn.router_solicitations = -1 net.ipv6.conf.resin-vpn.seg6_enabled = 0 net.ipv6.conf.resin-vpn.stable_secret = f89d:79c5:60e7:2cae:9fd4:d2f6:c04c:3ef1 net.ipv6.conf.resin-vpn.suppress_frag_ndisc = 1 net.ipv6.conf.resin-vpn.temp_prefered_lft = 86400 net.ipv6.conf.resin-vpn.temp_valid_lft = 604800 net.ipv6.conf.resin-vpn.use_oif_addrs_only = 0 net.ipv6.conf.resin-vpn.use_tempaddr = -1 net.ipv6.conf.supervisor0.accept_dad = 1 net.ipv6.conf.supervisor0.accept_ra = 1 net.ipv6.conf.supervisor0.accept_ra_defrtr = 1 net.ipv6.conf.supervisor0.accept_ra_from_local = 0 net.ipv6.conf.supervisor0.accept_ra_min_hop_limit = 1 net.ipv6.conf.supervisor0.accept_ra_mtu = 1 net.ipv6.conf.supervisor0.accept_ra_pinfo = 1 net.ipv6.conf.supervisor0.accept_ra_rtr_pref = 1 net.ipv6.conf.supervisor0.accept_redirects = 1 net.ipv6.conf.supervisor0.accept_source_route = 0 net.ipv6.conf.supervisor0.addr_gen_mode = 0 net.ipv6.conf.supervisor0.autoconf = 1 net.ipv6.conf.supervisor0.dad_transmits = 1 net.ipv6.conf.supervisor0.disable_ipv6 = 0 net.ipv6.conf.supervisor0.disable_policy = 0 net.ipv6.conf.supervisor0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.supervisor0.drop_unsolicited_na = 0 net.ipv6.conf.supervisor0.enhanced_dad = 1 net.ipv6.conf.supervisor0.force_mld_version = 0 net.ipv6.conf.supervisor0.force_tllao = 0 net.ipv6.conf.supervisor0.forwarding = 0 net.ipv6.conf.supervisor0.hop_limit = 64 net.ipv6.conf.supervisor0.ignore_routes_with_linkdown = 0 net.ipv6.conf.supervisor0.keep_addr_on_down = 0 net.ipv6.conf.supervisor0.max_addresses = 16 net.ipv6.conf.supervisor0.max_desync_factor = 600 net.ipv6.conf.supervisor0.mc_forwarding = 0 net.ipv6.conf.supervisor0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.supervisor0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.supervisor0.mtu = 1500 net.ipv6.conf.supervisor0.ndisc_notify = 0 net.ipv6.conf.supervisor0.ndisc_tclass = 0 net.ipv6.conf.supervisor0.proxy_ndp = 0 net.ipv6.conf.supervisor0.regen_max_retry = 3 net.ipv6.conf.supervisor0.router_probe_interval = 60 net.ipv6.conf.supervisor0.router_solicitation_delay = 1 net.ipv6.conf.supervisor0.router_solicitation_interval = 4 net.ipv6.conf.supervisor0.router_solicitation_max_interval = 3600 net.ipv6.conf.supervisor0.router_solicitations = -1 net.ipv6.conf.supervisor0.seg6_enabled = 0 net.ipv6.conf.supervisor0.suppress_frag_ndisc = 1 net.ipv6.conf.supervisor0.temp_prefered_lft = 86400 net.ipv6.conf.supervisor0.temp_valid_lft = 604800 net.ipv6.conf.supervisor0.use_oif_addrs_only = 0 net.ipv6.conf.supervisor0.use_tempaddr = 0 net.ipv6.conf.veth772c4e5.accept_dad = 1 net.ipv6.conf.veth772c4e5.accept_ra = 1 net.ipv6.conf.veth772c4e5.accept_ra_defrtr = 1 net.ipv6.conf.veth772c4e5.accept_ra_from_local = 0 net.ipv6.conf.veth772c4e5.accept_ra_min_hop_limit = 1 net.ipv6.conf.veth772c4e5.accept_ra_mtu = 1 net.ipv6.conf.veth772c4e5.accept_ra_pinfo = 1 net.ipv6.conf.veth772c4e5.accept_ra_rtr_pref = 1 net.ipv6.conf.veth772c4e5.accept_redirects = 1 net.ipv6.conf.veth772c4e5.accept_source_route = 0 net.ipv6.conf.veth772c4e5.addr_gen_mode = 0 net.ipv6.conf.veth772c4e5.autoconf = 1 net.ipv6.conf.veth772c4e5.dad_transmits = 1 net.ipv6.conf.veth772c4e5.disable_ipv6 = 0 net.ipv6.conf.veth772c4e5.disable_policy = 0 net.ipv6.conf.veth772c4e5.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.veth772c4e5.drop_unsolicited_na = 0 net.ipv6.conf.veth772c4e5.enhanced_dad = 1 net.ipv6.conf.veth772c4e5.force_mld_version = 0 net.ipv6.conf.veth772c4e5.force_tllao = 0 net.ipv6.conf.veth772c4e5.forwarding = 0 net.ipv6.conf.veth772c4e5.hop_limit = 64 net.ipv6.conf.veth772c4e5.ignore_routes_with_linkdown = 0 net.ipv6.conf.veth772c4e5.keep_addr_on_down = 0 net.ipv6.conf.veth772c4e5.max_addresses = 16 net.ipv6.conf.veth772c4e5.max_desync_factor = 600 net.ipv6.conf.veth772c4e5.mc_forwarding = 0 net.ipv6.conf.veth772c4e5.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.veth772c4e5.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.veth772c4e5.mtu = 1500 net.ipv6.conf.veth772c4e5.ndisc_notify = 0 net.ipv6.conf.veth772c4e5.ndisc_tclass = 0 net.ipv6.conf.veth772c4e5.proxy_ndp = 0 net.ipv6.conf.veth772c4e5.regen_max_retry = 3 net.ipv6.conf.veth772c4e5.router_probe_interval = 60 net.ipv6.conf.veth772c4e5.router_solicitation_delay = 1 net.ipv6.conf.veth772c4e5.router_solicitation_interval = 4 net.ipv6.conf.veth772c4e5.router_solicitation_max_interval = 3600 net.ipv6.conf.veth772c4e5.router_solicitations = -1 net.ipv6.conf.veth772c4e5.seg6_enabled = 0 net.ipv6.conf.veth772c4e5.suppress_frag_ndisc = 1 net.ipv6.conf.veth772c4e5.temp_prefered_lft = 86400 net.ipv6.conf.veth772c4e5.temp_valid_lft = 604800 net.ipv6.conf.veth772c4e5.use_oif_addrs_only = 0 net.ipv6.conf.veth772c4e5.use_tempaddr = 0 net.ipv6.conf.vethef2a4ac.accept_dad = 1 net.ipv6.conf.vethef2a4ac.accept_ra = 1 net.ipv6.conf.vethef2a4ac.accept_ra_defrtr = 1 net.ipv6.conf.vethef2a4ac.accept_ra_from_local = 0 net.ipv6.conf.vethef2a4ac.accept_ra_min_hop_limit = 1 net.ipv6.conf.vethef2a4ac.accept_ra_mtu = 1 net.ipv6.conf.vethef2a4ac.accept_ra_pinfo = 1 net.ipv6.conf.vethef2a4ac.accept_ra_rtr_pref = 1 net.ipv6.conf.vethef2a4ac.accept_redirects = 1 net.ipv6.conf.vethef2a4ac.accept_source_route = 0 net.ipv6.conf.vethef2a4ac.addr_gen_mode = 0 net.ipv6.conf.vethef2a4ac.autoconf = 1 net.ipv6.conf.vethef2a4ac.dad_transmits = 1 net.ipv6.conf.vethef2a4ac.disable_ipv6 = 0 net.ipv6.conf.vethef2a4ac.disable_policy = 0 net.ipv6.conf.vethef2a4ac.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.vethef2a4ac.drop_unsolicited_na = 0 net.ipv6.conf.vethef2a4ac.enhanced_dad = 1 net.ipv6.conf.vethef2a4ac.force_mld_version = 0 net.ipv6.conf.vethef2a4ac.force_tllao = 0 net.ipv6.conf.vethef2a4ac.forwarding = 0 net.ipv6.conf.vethef2a4ac.hop_limit = 64 net.ipv6.conf.vethef2a4ac.ignore_routes_with_linkdown = 0 net.ipv6.conf.vethef2a4ac.keep_addr_on_down = 0 net.ipv6.conf.vethef2a4ac.max_addresses = 16 net.ipv6.conf.vethef2a4ac.max_desync_factor = 600 net.ipv6.conf.vethef2a4ac.mc_forwarding = 0 net.ipv6.conf.vethef2a4ac.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.vethef2a4ac.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.vethef2a4ac.mtu = 1500 net.ipv6.conf.vethef2a4ac.ndisc_notify = 0 net.ipv6.conf.vethef2a4ac.ndisc_tclass = 0 net.ipv6.conf.vethef2a4ac.proxy_ndp = 0 net.ipv6.conf.vethef2a4ac.regen_max_retry = 3 net.ipv6.conf.vethef2a4ac.router_probe_interval = 60 net.ipv6.conf.vethef2a4ac.router_solicitation_delay = 1 net.ipv6.conf.vethef2a4ac.router_solicitation_interval = 4 net.ipv6.conf.vethef2a4ac.router_solicitation_max_interval = 3600 net.ipv6.conf.vethef2a4ac.router_solicitations = -1 net.ipv6.conf.vethef2a4ac.seg6_enabled = 0 net.ipv6.conf.vethef2a4ac.suppress_frag_ndisc = 1 net.ipv6.conf.vethef2a4ac.temp_prefered_lft = 86400 net.ipv6.conf.vethef2a4ac.temp_valid_lft = 604800 net.ipv6.conf.vethef2a4ac.use_oif_addrs_only = 0 net.ipv6.conf.vethef2a4ac.use_tempaddr = 0 net.ipv6.conf.wlan0.accept_dad = 1 net.ipv6.conf.wlan0.accept_ra = 1 net.ipv6.conf.wlan0.accept_ra_defrtr = 0 net.ipv6.conf.wlan0.accept_ra_from_local = 0 net.ipv6.conf.wlan0.accept_ra_min_hop_limit = 1 net.ipv6.conf.wlan0.accept_ra_mtu = 1 net.ipv6.conf.wlan0.accept_ra_pinfo = 0 net.ipv6.conf.wlan0.accept_ra_rtr_pref = 0 net.ipv6.conf.wlan0.accept_redirects = 1 net.ipv6.conf.wlan0.accept_source_route = 0 net.ipv6.conf.wlan0.addr_gen_mode = 1 net.ipv6.conf.wlan0.autoconf = 1 net.ipv6.conf.wlan0.dad_transmits = 1 net.ipv6.conf.wlan0.disable_ipv6 = 0 net.ipv6.conf.wlan0.disable_policy = 0 net.ipv6.conf.wlan0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.wlan0.drop_unsolicited_na = 0 net.ipv6.conf.wlan0.enhanced_dad = 1 net.ipv6.conf.wlan0.force_mld_version = 0 net.ipv6.conf.wlan0.force_tllao = 0 net.ipv6.conf.wlan0.forwarding = 0 net.ipv6.conf.wlan0.hop_limit = 64 net.ipv6.conf.wlan0.ignore_routes_with_linkdown = 0 net.ipv6.conf.wlan0.keep_addr_on_down = 0 net.ipv6.conf.wlan0.max_addresses = 16 net.ipv6.conf.wlan0.max_desync_factor = 600 net.ipv6.conf.wlan0.mc_forwarding = 0 net.ipv6.conf.wlan0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.wlan0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.wlan0.mtu = 1500 net.ipv6.conf.wlan0.ndisc_notify = 0 net.ipv6.conf.wlan0.ndisc_tclass = 0 net.ipv6.conf.wlan0.proxy_ndp = 0 net.ipv6.conf.wlan0.regen_max_retry = 3 net.ipv6.conf.wlan0.router_probe_interval = 60 net.ipv6.conf.wlan0.router_solicitation_delay = 1 net.ipv6.conf.wlan0.router_solicitation_interval = 4 net.ipv6.conf.wlan0.router_solicitation_max_interval = 3600 net.ipv6.conf.wlan0.router_solicitations = -1 net.ipv6.conf.wlan0.seg6_enabled = 0 net.ipv6.conf.wlan0.suppress_frag_ndisc = 1 net.ipv6.conf.wlan0.temp_prefered_lft = 86400 net.ipv6.conf.wlan0.temp_valid_lft = 604800 net.ipv6.conf.wlan0.use_oif_addrs_only = 0 net.ipv6.conf.wlan0.use_tempaddr = 0 net.ipv6.fib_multipath_hash_policy = 0 net.ipv6.flowlabel_consistency = 1 net.ipv6.flowlabel_reflect = 0 net.ipv6.flowlabel_state_ranges = 0 net.ipv6.fwmark_reflect = 0 net.ipv6.icmp.echo_ignore_all = 0 net.ipv6.icmp.ratelimit = 1000 net.ipv6.idgen_delay = 1 net.ipv6.idgen_retries = 3 net.ipv6.ip6frag_high_thresh = 4194304 net.ipv6.ip6frag_low_thresh = 3145728 net.ipv6.ip6frag_secret_interval = 0 net.ipv6.ip6frag_time = 60 net.ipv6.ip_nonlocal_bind = 0 net.ipv6.max_dst_opts_length = 2147483647 net.ipv6.max_dst_opts_number = 8 net.ipv6.max_hbh_length = 2147483647 net.ipv6.max_hbh_opts_number = 8 net.ipv6.mld_max_msf = 64 net.ipv6.mld_qrv = 2 net.ipv6.neigh.balena0.anycast_delay = 100 net.ipv6.neigh.balena0.app_solicit = 0 net.ipv6.neigh.balena0.base_reachable_time = 30 net.ipv6.neigh.balena0.base_reachable_time_ms = 30000 net.ipv6.neigh.balena0.delay_first_probe_time = 5 net.ipv6.neigh.balena0.gc_stale_time = 60 net.ipv6.neigh.balena0.locktime = 0 net.ipv6.neigh.balena0.mcast_resolicit = 0 net.ipv6.neigh.balena0.mcast_solicit = 3 net.ipv6.neigh.balena0.proxy_delay = 80 net.ipv6.neigh.balena0.proxy_qlen = 64 net.ipv6.neigh.balena0.retrans_time = 1000 net.ipv6.neigh.balena0.retrans_time_ms = 1000 net.ipv6.neigh.balena0.ucast_solicit = 3 net.ipv6.neigh.balena0.unres_qlen = 101 net.ipv6.neigh.balena0.unres_qlen_bytes = 212992 net.ipv6.neigh.br-e8a7b86ea01d.anycast_delay = 100 net.ipv6.neigh.br-e8a7b86ea01d.app_solicit = 0 net.ipv6.neigh.br-e8a7b86ea01d.base_reachable_time = 30 net.ipv6.neigh.br-e8a7b86ea01d.base_reachable_time_ms = 30000 net.ipv6.neigh.br-e8a7b86ea01d.delay_first_probe_time = 5 net.ipv6.neigh.br-e8a7b86ea01d.gc_stale_time = 60 net.ipv6.neigh.br-e8a7b86ea01d.locktime = 0 net.ipv6.neigh.br-e8a7b86ea01d.mcast_resolicit = 0 net.ipv6.neigh.br-e8a7b86ea01d.mcast_solicit = 3 net.ipv6.neigh.br-e8a7b86ea01d.proxy_delay = 80 net.ipv6.neigh.br-e8a7b86ea01d.proxy_qlen = 64 net.ipv6.neigh.br-e8a7b86ea01d.retrans_time = 1000 net.ipv6.neigh.br-e8a7b86ea01d.retrans_time_ms = 1000 net.ipv6.neigh.br-e8a7b86ea01d.ucast_solicit = 3 net.ipv6.neigh.br-e8a7b86ea01d.unres_qlen = 101 net.ipv6.neigh.br-e8a7b86ea01d.unres_qlen_bytes = 212992 net.ipv6.neigh.default.anycast_delay = 100 net.ipv6.neigh.default.app_solicit = 0 net.ipv6.neigh.default.base_reachable_time = 30 net.ipv6.neigh.default.base_reachable_time_ms = 30000 net.ipv6.neigh.default.delay_first_probe_time = 5 net.ipv6.neigh.default.gc_interval = 30 net.ipv6.neigh.default.gc_stale_time = 60 net.ipv6.neigh.default.gc_thresh1 = 128 net.ipv6.neigh.default.gc_thresh2 = 512 net.ipv6.neigh.default.gc_thresh3 = 1024 net.ipv6.neigh.default.locktime = 0 net.ipv6.neigh.default.mcast_resolicit = 0 net.ipv6.neigh.default.mcast_solicit = 3 net.ipv6.neigh.default.proxy_delay = 80 net.ipv6.neigh.default.proxy_qlen = 64 net.ipv6.neigh.default.retrans_time = 1000 net.ipv6.neigh.default.retrans_time_ms = 1000 net.ipv6.neigh.default.ucast_solicit = 3 net.ipv6.neigh.default.unres_qlen = 101 net.ipv6.neigh.default.unres_qlen_bytes = 212992 net.ipv6.neigh.eth0.anycast_delay = 100 net.ipv6.neigh.eth0.app_solicit = 0 net.ipv6.neigh.eth0.base_reachable_time = 30 net.ipv6.neigh.eth0.base_reachable_time_ms = 30000 net.ipv6.neigh.eth0.delay_first_probe_time = 5 net.ipv6.neigh.eth0.gc_stale_time = 60 net.ipv6.neigh.eth0.locktime = 0 net.ipv6.neigh.eth0.mcast_resolicit = 0 net.ipv6.neigh.eth0.mcast_solicit = 3 net.ipv6.neigh.eth0.proxy_delay = 80 net.ipv6.neigh.eth0.proxy_qlen = 64 net.ipv6.neigh.eth0.retrans_time = 1000 net.ipv6.neigh.eth0.retrans_time_ms = 1000 net.ipv6.neigh.eth0.ucast_solicit = 3 net.ipv6.neigh.eth0.unres_qlen = 101 net.ipv6.neigh.eth0.unres_qlen_bytes = 212992 net.ipv6.neigh.lo.anycast_delay = 100 net.ipv6.neigh.lo.app_solicit = 0 net.ipv6.neigh.lo.base_reachable_time = 30 net.ipv6.neigh.lo.base_reachable_time_ms = 30000 net.ipv6.neigh.lo.delay_first_probe_time = 5 net.ipv6.neigh.lo.gc_stale_time = 60 net.ipv6.neigh.lo.locktime = 0 net.ipv6.neigh.lo.mcast_resolicit = 0 net.ipv6.neigh.lo.mcast_solicit = 3 net.ipv6.neigh.lo.proxy_delay = 80 net.ipv6.neigh.lo.proxy_qlen = 64 net.ipv6.neigh.lo.retrans_time = 1000 net.ipv6.neigh.lo.retrans_time_ms = 1000 net.ipv6.neigh.lo.ucast_solicit = 3 net.ipv6.neigh.lo.unres_qlen = 101 net.ipv6.neigh.lo.unres_qlen_bytes = 212992 net.ipv6.neigh.resin-dns.anycast_delay = 100 net.ipv6.neigh.resin-dns.app_solicit = 0 net.ipv6.neigh.resin-dns.base_reachable_time = 30 net.ipv6.neigh.resin-dns.base_reachable_time_ms = 30000 net.ipv6.neigh.resin-dns.delay_first_probe_time = 5 net.ipv6.neigh.resin-dns.gc_stale_time = 60 net.ipv6.neigh.resin-dns.locktime = 0 net.ipv6.neigh.resin-dns.mcast_resolicit = 0 net.ipv6.neigh.resin-dns.mcast_solicit = 3 net.ipv6.neigh.resin-dns.proxy_delay = 80 net.ipv6.neigh.resin-dns.proxy_qlen = 64 net.ipv6.neigh.resin-dns.retrans_time = 1000 net.ipv6.neigh.resin-dns.retrans_time_ms = 1000 net.ipv6.neigh.resin-dns.ucast_solicit = 3 net.ipv6.neigh.resin-dns.unres_qlen = 101 net.ipv6.neigh.resin-dns.unres_qlen_bytes = 212992 net.ipv6.neigh.resin-vpn.anycast_delay = 100 net.ipv6.neigh.resin-vpn.app_solicit = 0 net.ipv6.neigh.resin-vpn.base_reachable_time = 30 net.ipv6.neigh.resin-vpn.base_reachable_time_ms = 30000 net.ipv6.neigh.resin-vpn.delay_first_probe_time = 5 net.ipv6.neigh.resin-vpn.gc_stale_time = 60 net.ipv6.neigh.resin-vpn.locktime = 0 net.ipv6.neigh.resin-vpn.mcast_resolicit = 0 net.ipv6.neigh.resin-vpn.mcast_solicit = 3 net.ipv6.neigh.resin-vpn.proxy_delay = 80 net.ipv6.neigh.resin-vpn.proxy_qlen = 64 net.ipv6.neigh.resin-vpn.retrans_time = 1000 net.ipv6.neigh.resin-vpn.retrans_time_ms = 1000 net.ipv6.neigh.resin-vpn.ucast_solicit = 3 net.ipv6.neigh.resin-vpn.unres_qlen = 101 net.ipv6.neigh.resin-vpn.unres_qlen_bytes = 212992 net.ipv6.neigh.supervisor0.anycast_delay = 100 net.ipv6.neigh.supervisor0.app_solicit = 0 net.ipv6.neigh.supervisor0.base_reachable_time = 30 net.ipv6.neigh.supervisor0.base_reachable_time_ms = 30000 net.ipv6.neigh.supervisor0.delay_first_probe_time = 5 net.ipv6.neigh.supervisor0.gc_stale_time = 60 net.ipv6.neigh.supervisor0.locktime = 0 net.ipv6.neigh.supervisor0.mcast_resolicit = 0 net.ipv6.neigh.supervisor0.mcast_solicit = 3 net.ipv6.neigh.supervisor0.proxy_delay = 80 net.ipv6.neigh.supervisor0.proxy_qlen = 64 net.ipv6.neigh.supervisor0.retrans_time = 1000 net.ipv6.neigh.supervisor0.retrans_time_ms = 1000 net.ipv6.neigh.supervisor0.ucast_solicit = 3 net.ipv6.neigh.supervisor0.unres_qlen = 101 net.ipv6.neigh.supervisor0.unres_qlen_bytes = 212992 net.ipv6.neigh.veth772c4e5.anycast_delay = 100 net.ipv6.neigh.veth772c4e5.app_solicit = 0 net.ipv6.neigh.veth772c4e5.base_reachable_time = 30 net.ipv6.neigh.veth772c4e5.base_reachable_time_ms = 30000 net.ipv6.neigh.veth772c4e5.delay_first_probe_time = 5 net.ipv6.neigh.veth772c4e5.gc_stale_time = 60 net.ipv6.neigh.veth772c4e5.locktime = 0 net.ipv6.neigh.veth772c4e5.mcast_resolicit = 0 net.ipv6.neigh.veth772c4e5.mcast_solicit = 3 net.ipv6.neigh.veth772c4e5.proxy_delay = 80 net.ipv6.neigh.veth772c4e5.proxy_qlen = 64 net.ipv6.neigh.veth772c4e5.retrans_time = 1000 net.ipv6.neigh.veth772c4e5.retrans_time_ms = 1000 net.ipv6.neigh.veth772c4e5.ucast_solicit = 3 net.ipv6.neigh.veth772c4e5.unres_qlen = 101 net.ipv6.neigh.veth772c4e5.unres_qlen_bytes = 212992 net.ipv6.neigh.vethef2a4ac.anycast_delay = 100 net.ipv6.neigh.vethef2a4ac.app_solicit = 0 net.ipv6.neigh.vethef2a4ac.base_reachable_time = 30 net.ipv6.neigh.vethef2a4ac.base_reachable_time_ms = 30000 net.ipv6.neigh.vethef2a4ac.delay_first_probe_time = 5 net.ipv6.neigh.vethef2a4ac.gc_stale_time = 60 net.ipv6.neigh.vethef2a4ac.locktime = 0 net.ipv6.neigh.vethef2a4ac.mcast_resolicit = 0 net.ipv6.neigh.vethef2a4ac.mcast_solicit = 3 net.ipv6.neigh.vethef2a4ac.proxy_delay = 80 net.ipv6.neigh.vethef2a4ac.proxy_qlen = 64 net.ipv6.neigh.vethef2a4ac.retrans_time = 1000 net.ipv6.neigh.vethef2a4ac.retrans_time_ms = 1000 net.ipv6.neigh.vethef2a4ac.ucast_solicit = 3 net.ipv6.neigh.vethef2a4ac.unres_qlen = 101 net.ipv6.neigh.vethef2a4ac.unres_qlen_bytes = 212992 net.ipv6.neigh.wlan0.anycast_delay = 100 net.ipv6.neigh.wlan0.app_solicit = 0 net.ipv6.neigh.wlan0.base_reachable_time = 30 net.ipv6.neigh.wlan0.base_reachable_time_ms = 30000 net.ipv6.neigh.wlan0.delay_first_probe_time = 5 net.ipv6.neigh.wlan0.gc_stale_time = 60 net.ipv6.neigh.wlan0.locktime = 0 net.ipv6.neigh.wlan0.mcast_resolicit = 0 net.ipv6.neigh.wlan0.mcast_solicit = 3 net.ipv6.neigh.wlan0.proxy_delay = 80 net.ipv6.neigh.wlan0.proxy_qlen = 64 net.ipv6.neigh.wlan0.retrans_time = 1000 net.ipv6.neigh.wlan0.retrans_time_ms = 1000 net.ipv6.neigh.wlan0.ucast_solicit = 3 net.ipv6.neigh.wlan0.unres_qlen = 101 net.ipv6.neigh.wlan0.unres_qlen_bytes = 212992 net.ipv6.route.gc_elasticity = 9 net.ipv6.route.gc_interval = 30 net.ipv6.route.gc_min_interval = 0 net.ipv6.route.gc_min_interval_ms = 500 net.ipv6.route.gc_thresh = 1024 net.ipv6.route.gc_timeout = 60 net.ipv6.route.max_size = 4096 net.ipv6.route.min_adv_mss = 1220 net.ipv6.route.mtu_expires = 600 net.ipv6.seg6_flowlabel = 0 net.ipv6.xfrm6_gc_thresh = 32768 net.netfilter.nf_conntrack_acct = 0 net.netfilter.nf_conntrack_buckets = 7680 net.netfilter.nf_conntrack_checksum = 1 net.netfilter.nf_conntrack_count = 32 net.netfilter.nf_conntrack_dccp_loose = 1 net.netfilter.nf_conntrack_dccp_timeout_closereq = 64 net.netfilter.nf_conntrack_dccp_timeout_closing = 64 net.netfilter.nf_conntrack_dccp_timeout_open = 43200 net.netfilter.nf_conntrack_dccp_timeout_partopen = 480 net.netfilter.nf_conntrack_dccp_timeout_request = 240 net.netfilter.nf_conntrack_dccp_timeout_respond = 480 net.netfilter.nf_conntrack_dccp_timeout_timewait = 240 net.netfilter.nf_conntrack_events = 1 net.netfilter.nf_conntrack_expect_max = 120 net.netfilter.nf_conntrack_frag6_high_thresh = 4194304 net.netfilter.nf_conntrack_frag6_low_thresh = 3145728 net.netfilter.nf_conntrack_frag6_timeout = 60 net.netfilter.nf_conntrack_generic_timeout = 600 net.netfilter.nf_conntrack_helper = 0 net.netfilter.nf_conntrack_icmp_timeout = 30 net.netfilter.nf_conntrack_icmpv6_timeout = 30 net.netfilter.nf_conntrack_log_invalid = 0 net.netfilter.nf_conntrack_max = 30720 net.netfilter.nf_conntrack_sctp_timeout_closed = 10 net.netfilter.nf_conntrack_sctp_timeout_cookie_echoed = 3 net.netfilter.nf_conntrack_sctp_timeout_cookie_wait = 3 net.netfilter.nf_conntrack_sctp_timeout_established = 432000 net.netfilter.nf_conntrack_sctp_timeout_heartbeat_acked = 210 net.netfilter.nf_conntrack_sctp_timeout_heartbeat_sent = 30 net.netfilter.nf_conntrack_sctp_timeout_shutdown_ack_sent = 3 net.netfilter.nf_conntrack_sctp_timeout_shutdown_recd = 0 net.netfilter.nf_conntrack_sctp_timeout_shutdown_sent = 0 net.netfilter.nf_conntrack_tcp_be_liberal = 0 net.netfilter.nf_conntrack_tcp_loose = 1 net.netfilter.nf_conntrack_tcp_max_retrans = 3 net.netfilter.nf_conntrack_tcp_timeout_close = 10 net.netfilter.nf_conntrack_tcp_timeout_close_wait = 60 net.netfilter.nf_conntrack_tcp_timeout_established = 432000 net.netfilter.nf_conntrack_tcp_timeout_fin_wait = 120 net.netfilter.nf_conntrack_tcp_timeout_last_ack = 30 net.netfilter.nf_conntrack_tcp_timeout_max_retrans = 300 net.netfilter.nf_conntrack_tcp_timeout_syn_recv = 60 net.netfilter.nf_conntrack_tcp_timeout_syn_sent = 120 net.netfilter.nf_conntrack_tcp_timeout_time_wait = 120 net.netfilter.nf_conntrack_tcp_timeout_unacknowledged = 300 net.netfilter.nf_conntrack_timestamp = 0 net.netfilter.nf_conntrack_udp_timeout = 30 net.netfilter.nf_conntrack_udp_timeout_stream = 180 net.netfilter.nf_log.0 = NONE net.netfilter.nf_log.1 = NONE net.netfilter.nf_log.10 = NONE net.netfilter.nf_log.11 = NONE net.netfilter.nf_log.12 = NONE net.netfilter.nf_log.2 = NONE net.netfilter.nf_log.3 = NONE net.netfilter.nf_log.4 = NONE net.netfilter.nf_log.5 = NONE net.netfilter.nf_log.6 = NONE net.netfilter.nf_log.7 = NONE net.netfilter.nf_log.8 = NONE net.netfilter.nf_log.9 = NONE net.netfilter.nf_log_all_netns = 0 net.nf_conntrack_max = 30720 net.unix.max_dgram_qlen = 512 user.max_cgroup_namespaces = 2796 user.max_inotify_instances = 512 user.max_inotify_watches = 8192 user.max_ipc_namespaces = 2796 user.max_mnt_namespaces = 2796 user.max_net_namespaces = 2796 user.max_pid_namespaces = 2796 user.max_user_namespaces = 2796 user.max_uts_namespaces = 2796 vm.admin_reserve_kbytes = 8192 vm.block_dump = 0 vm.compact_unevictable_allowed = 1 vm.dirty_background_bytes = 0 vm.dirty_background_ratio = 10 vm.dirty_bytes = 0 vm.dirty_expire_centisecs = 3000 vm.dirty_ratio = 20 vm.dirty_writeback_centisecs = 500 vm.dirtytime_expire_seconds = 43200 vm.drop_caches = 0 vm.extfrag_threshold = 500 vm.laptop_mode = 0 vm.legacy_va_layout = 0 vm.lowmem_reserve_ratio = 256 32 0 vm.max_map_count = 65530 vm.min_free_kbytes = 8192 vm.mmap_min_addr = 4096 vm.mmap_rnd_bits = 18 vm.mmap_rnd_compat_bits = 11 vm.oom_dump_tasks = 1 vm.oom_kill_allocating_task = 0 vm.overcommit_kbytes = 0 vm.overcommit_memory = 1 vm.overcommit_ratio = 50 vm.page-cluster = 3 vm.panic_on_oom = 0 vm.percpu_pagelist_fraction = 0 vm.stat_interval = 1 vm.swappiness = 60 vm.user_reserve_kbytes = 30368 vm.vfs_cache_pressure = 100 vm.watermark_scale_factor = 10 real 0m 0.13s user 0m 0.02s sys 0m 0.11s --- systemctl list-units --failed --no-pager --- 2020-09-27 15:29:24.274951654+00:00 0 loaded units listed. real 0m 0.02s user 0m 0.01s sys 0m 0.01s --- top -b -n 1 --- 2020-09-27 15:29:24.328930872+00:00 Mem: 772732K used, 217300K free, 17712K shrd, 18908K buff, 386080K cached CPU: 27% usr 2% sys 0% nic 67% idle 2% io 0% irq 0% sirq Load average: 6.28 7.41 4.76 3/230 8259 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 8022 7967 root R 548m 56% 26% node /usr/src/app/dist/app.js 684 1 root S 11036 1% 2% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 8259 8258 root R 3256 0% 2% top -b -n 1 6042 1 root S 1429m 147% 0% /usr/bin/balenad --experimental --log-driver=journald -s aufs -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock --dns 10.114.102.1 --bip 10.114.101.1/24 --fixed-cidr=10.114.101.0/25 --max-download-attempts=10 --exec-opt native.cgroupdriver=systemd 6060 6042 root S 1276m 132% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 7835 7479 root S 767m 79% 0% balena start --attach resin_supervisor 6784 6060 root S 767m 79% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/746083b48efde4fce927b7956e7ebf7f17cbe227f1e5dbf95b2900601cffb804 -address /var/run/balena-engine/containerd/balena-engine-containerd.sock -containerd-binary /usr/bin/balena-engine -containerd-binary-argv0 balena-engine-containerd -runtime-root /var/run/balena-engine/runtime-runc 6700 6060 root S 695m 72% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4aa0677a22291dccceaec6fce0775662b98b53254b52bc71951e32a3748a8233 -address /var/run/balena-engine/containerd/balena-engine-containerd.sock -containerd-binary /usr/bin/balena-engine -containerd-binary-argv0 balena-engine-containerd -runtime-root /var/run/balena-engine/runtime-runc 7967 6060 root S 623m 64% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/6c091935c6678c216ee2bd69a0c43fc4909999cc0310fbc3b783ce6845064c16 -address /var/run/balena-engine/containerd/balena-engine-containerd.sock -containerd-binary /usr/bin/balena-engine -containerd-binary-argv0 balena-engine-containerd -runtime-root /var/run/balena-engine/runtime-runc 6618 6042 root S 550m 57% 0% /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0.0.0 -host-port 1883 -container-ip 172.17.0.3 -container-port 1883 6530 6042 root S 550m 57% 0% /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8080 -container-ip 172.17.0.2 -container-port 3218 793 1 root S 385m 40% 0% /usr/sbin/NetworkManager --no-daemon 692 1 root S 306m 32% 0% /usr/sbin/ModemManager --log-journal 670 1 root S 291m 30% 0% /usr/sbin/rngd -f -r /dev/hwrng 1 0 root S 153m 16% 0% {systemd} /sbin/init 715 1 root S 77520 8% 0% /usr/sbin/chronyd -s -d 475 1 root S 34172 3% 0% /lib/systemd/systemd-journald 6798 6723 root S 15576 2% 0% {hass-configurat} /usr/bin/python3.5 /usr/bin/hass-configurator 856 1 root S 11124 1% 0% /usr/sbin/wpa_supplicant -u 1229 1 openvpn S 7888 1% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 710 1 root S 7360 1% 0% /lib/systemd/systemd-logind 835 1 root S 6844 1% 0% /usr/libexec/bluetooth/bluetoothd --experimental 6385 1 root S 6400 1% 0% sshd: root@notty 606 1 root S 5392 1% 0% /lib/systemd/systemd-udevd 784 1 avahi S 4872 0% 0% avahi-daemon: running [283b69f.local] 700 1 messageb S 4740 0% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 785 784 avahi S 4740 0% 0% avahi-daemon: chroot helper 6043 6042 root S 4640 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 6042 7485 7479 root S 4640 0% 0% /proc/self/exe --healthcheck /usr/lib/resin-supervisor/resin-supervisor-healthcheck --pid 7479 803 1 nobody S 4084 0% 0% /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10.114.102.1 -7 /etc/dnsmasq.d/ -r /etc/resolv.dnsmasq -z --servers-file=/run/dnsmasq.servers -k --log-facility=- 8119 8022 sshd-aut S 3732 0% 0% avahi-daemon: running [283b69f.local] 8122 8119 sshd-aut S 3600 0% 0% avahi-daemon: chroot helper 7479 1 root S 3596 0% 0% {start-resin-sup} /bin/sh /usr/bin/start-resin-supervisor 6519 6385 root S 3500 0% 0% bash -s -- 705 1 root S 3256 0% 0% /sbin/syslogd -n 696 1 root S 3256 0% 0% /sbin/klogd -n 8257 6519 root S 3124 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 8101 8022 sshd S 3008 0% 0% /usr/bin/dbus-daemon --system 6826 6784 1883 S 2916 0% 0% /usr/sbin/mosquitto -c /mosquitto/config/mosquitto.conf 8258 8257 root S 2212 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 821 1 root S 2024 0% 0% /usr/bin/hciattach /dev/serial1 bcm43xx 921600 noflow - b8:27:eb:64:a5:f5 6723 6700 root S 1620 0% 0% {run.sh} /bin/sh /app/run.sh 278 2 root IW 0 0% 0% [kworker/u8:1-ev] 65 2 root SW 0 0% 0% [irq/71-mmc1] 7 2 root IW 0 0% 0% [kworker/u8:0-br] 10 2 root IW 0 0% 0% [rcu_preempt] 95 2 root IW< 0 0% 0% [kworker/2:1H-kb] 47 2 root SW 0 0% 0% [kswapd0] 663 2 root SW 0 0% 0% [brcmf_wdog/mmc1] 96 2 root IW< 0 0% 0% [kworker/1:1H-mm] 100 2 root IW< 0 0% 0% [kworker/0:1H-mm] 34 2 root IW 0 0% 0% [kworker/2:1-mm_] 91 2 root IW< 0 0% 0% [kworker/3:1H-kb] 578 2 root SW 0 0% 0% [jbd2/mmcblk0p6-] 35 2 root IW 0 0% 0% [kworker/3:1-eve] 11 2 root IW 0 0% 0% [rcu_sched] 18 2 root IW 0 0% 0% [kworker/1:0-eve] 5505 2 root IW 0 0% 0% [kworker/0:1-eve] 248 2 root IW 0 0% 0% [kworker/2:2-cgr] 3596 2 root IW 0 0% 0% [kworker/1:1-cgr] 2278 2 root IW 0 0% 0% [kworker/3:4-eve] 9 2 root SW 0 0% 0% [ksoftirqd/0] 27 2 root SW 0 0% 0% [ksoftirqd/3] 5485 2 root IW 0 0% 0% [kworker/3:0-cgr] 17 2 root SW 0 0% 0% [ksoftirqd/1] 22 2 root SW 0 0% 0% [ksoftirqd/2] 580 2 root SW 0 0% 0% [ext4lazyinit] 335 2 root IW 0 0% 0% [kworker/0:2-cgr] 667 2 root IW 0 0% 0% [kworker/0:3-eve] 5920 2 root IW 0 0% 0% [kworker/u8:2-fl] 6014 2 root IW 0 0% 0% [kworker/3:2-eve] 263 2 root IW< 0 0% 0% [kworker/2:2H-ev] 5806 2 root IW 0 0% 0% [kworker/2:0-cgr] 4497 2 root IW 0 0% 0% [kworker/u8:3-ev] 16 2 root SW 0 0% 0% [migration/1] 26 2 root SW 0 0% 0% [migration/3] 3628 2 root IW< 0 0% 0% [kworker/0:0H-kb] 5674 2 root IW< 0 0% 0% [kworker/1:2H-ev] 2 0 root SW 0 0% 0% [kthreadd] 13 2 root SW 0 0% 0% [migration/0] 21 2 root SW 0 0% 0% [migration/2] 30 2 root SW 0 0% 0% [kdevtmpfs] 420 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 3868 2 root IW< 0 0% 0% [kworker/1:0H-kb] 5756 2 root IW< 0 0% 0% [kworker/0:2H-kb] 3 2 root IW< 0 0% 0% [rcu_gp] 4 2 root IW< 0 0% 0% [rcu_par_gp] 8 2 root IW< 0 0% 0% [mm_percpu_wq] 12 2 root IW 0 0% 0% [rcu_bh] 14 2 root SW 0 0% 0% [cpuhp/0] 15 2 root SW 0 0% 0% [cpuhp/1] 20 2 root SW 0 0% 0% [cpuhp/2] 25 2 root SW 0 0% 0% [cpuhp/3] 31 2 root IW< 0 0% 0% [netns] 32 2 root SW 0 0% 0% [rcu_tasks_kthre] 37 2 root SW 0 0% 0% [khungtaskd] 38 2 root SW 0 0% 0% [oom_reaper] 39 2 root IW< 0 0% 0% [writeback] 40 2 root SW 0 0% 0% [kcompactd0] 41 2 root IW< 0 0% 0% [crypto] 42 2 root IW< 0 0% 0% [kblockd] 43 2 root SW 0 0% 0% [watchdogd] 44 2 root IW< 0 0% 0% [rpciod] 45 2 root IW< 0 0% 0% [kworker/u9:0-hc] 46 2 root IW< 0 0% 0% [xprtiod] 48 2 root IW< 0 0% 0% [nfsiod] 59 2 root IW< 0 0% 0% [kthrotld] 60 2 root IW< 0 0% 0% [iscsi_eh] 61 2 root IW< 0 0% 0% [dwc_otg] 62 2 root IW< 0 0% 0% [DWC Notificatio] 63 2 root IW< 0 0% 0% [ipv6_addrconf] 90 2 root IW< 0 0% 0% [mmc_complete] 406 2 root SW 0 0% 0% [jbd2/mmcblk0p2-] 407 2 root IW< 0 0% 0% [ext4-rsv-conver] 421 2 root IW< 0 0% 0% [ext4-rsv-conver] 579 2 root IW< 0 0% 0% [ext4-rsv-conver] 622 2 root SW 0 0% 0% [spi0] 624 2 root SW< 0 0% 0% [vchiq-slot/0] 625 2 root SW< 0 0% 0% [vchiq-recy/0] 626 2 root SW< 0 0% 0% [vchiq-sync/0] 636 2 root SW 0 0% 0% [vchiq-keep/0] 647 2 root IW< 0 0% 0% [cfg80211] 662 2 root IW< 0 0% 0% [brcmf_wq/mmc1:0] 820 2 root IW< 0 0% 0% [kworker/u9:1-hc] 3603 2 root IW< 0 0% 0% [kworker/3:0H-kb] 5790 2 root IW< 0 0% 0% [kworker/3:2H-kb] 6083 2 root IW 0 0% 0% [kworker/2:3-cgr] 6883 2 root IW 0 0% 0% [kworker/1:2-cgr] 7224 2 root IW 0 0% 0% [kworker/3:3-cgr] 7713 2 root IW< 0 0% 0% [kworker/2:0H-ev] real 0m 0.14s user 0m 0.00s sys 0m 0.03s --- echo === SUPERVISOR === --- 2020-09-27 15:29:24.500223372+00:00 === SUPERVISOR === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- balena exec resin_supervisor cat /etc/resolv.conf --- 2020-09-27 15:29:24.535751810+00:00 nameserver 10.114.102.1 options timeout:15 real 0m 2.07s user 0m 0.23s sys 0m 0.07s --- balena logs resin_supervisor --- 2020-09-27 15:29:26.689535246+00:00 Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Supervisor API listening on allowed interfaces only [debug] Starting target state poll [event] Event: Docker image download {"image":{"name":"registry2.balena-cloud.com/v2/6715c2acf6769f52547208532b29754a@sha256:ffa2428534a8068d3b554b522276b18bb92a3013054a53f2337a7b043f7d21db","appId":1746434,"serviceId":700283,"serviceName":"homeassistant","imageId":2738521,"releaseId":1538664,"dependent":0,"dockerImageId":null}} [info] Internet Connectivity: OK [api] GET /v1/device 200 - 100.784 ms [api] GET /v1/device 200 - 69.802 ms [api] GET /v1/healthy 200 - 16.002 ms [api] GET /v1/healthy 200 - 10.311 ms [api] GET /v1/healthy 200 - 8.549 ms Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... [debug] Starting event tracker [debug] Starting api binder [debug] Starting logging infrastructure [event] Event: Supervisor start {} [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] VPN status path exists. [info] Waiting for connectivity... [debug] Skipping preloading [info] Starting API server [info] Applying target state [debug] Ensuring device is provisioned [debug] Starting current state report [debug] Supervisor API listening on allowed interfaces only [debug] Starting target state poll [event] Event: Docker image download {"image":{"name":"registry2.balena-cloud.com/v2/6715c2acf6769f52547208532b29754a@sha256:ffa2428534a8068d3b554b522276b18bb92a3013054a53f2337a7b043f7d21db","appId":1746434,"serviceId":700283,"serviceName":"homeassistant","imageId":2738521,"releaseId":1538664,"dependent":0,"dockerImageId":null}} [info] Internet Connectivity: OK [api] GET /v1/device 200 - 63.673 ms [api] GET /v1/device 200 - 52.968 ms [api] GET /v1/device 200 - 47.455 ms [api] GET /v1/device 200 - 55.767 ms [api] GET /v1/device 200 - 48.283 ms [api] GET /v1/device 200 - 48.977 ms [api] GET /v1/device 200 - 74.669 ms [api] GET /v1/device 200 - 47.323 ms [api] GET /v1/device 200 - 55.484 ms [api] GET /v1/healthy 200 - 13.052 ms Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. [info] Supervisor v10.6.27 starting up... Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. real 0m 0.26s user 0m 0.18s sys 0m 0.08s --- curl --max-time 5 localhost:48484/v1/healthy --- 2020-09-27 15:29:26.993498580+00:00 Command exited with non-zero status 7 real 0m 0.07s user 0m 0.01s sys 0m 0.02s --- journalctl --no-pager --no-hostname -n 200 -a -u resin-supervisor --- 2020-09-27 15:29:27.102473215+00:00 -- Logs begin at Fri 2020-01-31 09:20:47 UTC, end at Sun 2020-09-27 15:29:20 UTC. -- Sep 27 15:14:11 resin-supervisor[1581]: resin_supervisor Sep 27 15:14:11 resin-supervisor[1903]: active Sep 27 15:14:17 resin-supervisor[1904]: Container config has not changed Sep 27 15:14:27 resin-supervisor[1904]: Starting system message bus: dbus. Sep 27 15:14:27 resin-supervisor[1904]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Sep 27 15:14:27 resin-supervisor[1904]: ...done. Sep 27 15:14:34 resin-supervisor[1904]: [info] Supervisor v10.6.27 starting up... Sep 27 15:14:34 resin-supervisor[1904]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Sep 27 15:14:35 resin-supervisor[1904]: [debug] Starting event tracker Sep 27 15:14:35 resin-supervisor[1904]: [debug] Starting api binder Sep 27 15:14:35 resin-supervisor[1904]: [debug] Starting logging infrastructure Sep 27 15:14:35 resin-supervisor[1904]: [event] Event: Supervisor start {} Sep 27 15:14:36 resin-supervisor[1904]: [debug] Performing database cleanup for container log timestamps Sep 27 15:14:36 resin-supervisor[1904]: [info] Previous engine snapshot was not stored. Skipping cleanup. Sep 27 15:14:36 resin-supervisor[1904]: [debug] Handling of local mode switch is completed Sep 27 15:14:37 resin-supervisor[1904]: [debug] Connectivity check enabled: true Sep 27 15:14:37 resin-supervisor[1904]: [debug] Starting periodic check for IP addresses Sep 27 15:14:37 resin-supervisor[1904]: [info] Reporting initial state, supervisor version and API info Sep 27 15:14:37 resin-supervisor[1904]: [debug] VPN status path exists. Sep 27 15:14:37 resin-supervisor[1904]: [info] Waiting for connectivity... Sep 27 15:14:37 resin-supervisor[1904]: [debug] Skipping preloading Sep 27 15:14:37 resin-supervisor[1904]: [info] Starting API server Sep 27 15:14:37 resin-supervisor[1904]: [info] Applying target state Sep 27 15:14:37 resin-supervisor[1904]: [debug] Ensuring device is provisioned Sep 27 15:14:37 resin-supervisor[1904]: [debug] Starting current state report Sep 27 15:14:38 resin-supervisor[1904]: [debug] Supervisor API listening on allowed interfaces only Sep 27 15:14:38 resin-supervisor[1904]: [debug] Starting target state poll Sep 27 15:14:41 resin-supervisor[1904]: [event] Event: Docker image download {"image":{"name":"registry2.balena-cloud.com/v2/6715c2acf6769f52547208532b29754a@sha256:ffa2428534a8068d3b554b522276b18bb92a3013054a53f2337a7b043f7d21db","appId":1746434,"serviceId":700283,"serviceName":"homeassistant","imageId":2738521,"releaseId":1538664,"dependent":0,"dockerImageId":null}} Sep 27 15:14:47 resin-supervisor[1904]: [info] Internet Connectivity: OK Sep 27 15:15:44 resin-supervisor[1904]: [api] GET /v1/device 200 - 100.784 ms Sep 27 15:15:49 resin-supervisor[1904]: [api] GET /v1/device 200 - 69.802 ms Sep 27 15:16:15 resin-supervisor[1904]: [api] GET /v1/healthy 200 - 16.002 ms Sep 27 15:19:34 resin-supervisor[1904]: [api] GET /v1/healthy 200 - 10.311 ms Sep 27 15:20:09 resin-supervisor[1904]: [api] GET /v1/healthy 200 - 8.549 ms Sep 27 15:20:14 resin-supervisor[1904]: time="2020-09-27T15:20:14.984883113Z" level=error msg="error waiting for container: unexpected EOF" Sep 27 15:20:15 systemd[1]: resin-supervisor.service: Main process exited, code=exited, status=125/n/a Sep 27 15:20:15 systemd[1]: resin-supervisor.service: Failed with result 'exit-code'. Sep 27 15:21:33 resin-supervisor[4899]: resin_supervisor Sep 27 15:21:33 resin-supervisor[5114]: active Sep 27 15:21:38 resin-supervisor[5125]: Container config has not changed Sep 27 15:21:48 resin-supervisor[5125]: Starting system message bus: dbus. Sep 27 15:21:48 resin-supervisor[5125]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Sep 27 15:21:48 resin-supervisor[5125]: ...done. Sep 27 15:21:55 resin-supervisor[5125]: [info] Supervisor v10.6.27 starting up... Sep 27 15:21:55 resin-supervisor[5125]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Sep 27 15:21:59 resin-supervisor[5125]: [debug] Starting event tracker Sep 27 15:21:59 resin-supervisor[5125]: [debug] Starting api binder Sep 27 15:21:59 resin-supervisor[5125]: [debug] Starting logging infrastructure Sep 27 15:21:59 resin-supervisor[5125]: [event] Event: Supervisor start {} Sep 27 15:21:59 resin-supervisor[5125]: [debug] Performing database cleanup for container log timestamps Sep 27 15:21:59 resin-supervisor[5125]: [info] Previous engine snapshot was not stored. Skipping cleanup. Sep 27 15:21:59 resin-supervisor[5125]: [debug] Handling of local mode switch is completed Sep 27 15:22:00 resin-supervisor[5125]: [debug] Connectivity check enabled: true Sep 27 15:22:00 resin-supervisor[5125]: [debug] Starting periodic check for IP addresses Sep 27 15:22:00 resin-supervisor[5125]: [info] Reporting initial state, supervisor version and API info Sep 27 15:22:00 resin-supervisor[5125]: [debug] VPN status path exists. Sep 27 15:22:00 resin-supervisor[5125]: [info] Waiting for connectivity... Sep 27 15:22:00 resin-supervisor[5125]: [debug] Skipping preloading Sep 27 15:22:00 resin-supervisor[5125]: [info] Starting API server Sep 27 15:22:00 resin-supervisor[5125]: [info] Applying target state Sep 27 15:22:00 resin-supervisor[5125]: [debug] Ensuring device is provisioned Sep 27 15:22:01 resin-supervisor[5125]: [debug] Starting current state report Sep 27 15:22:01 resin-supervisor[5125]: [debug] Supervisor API listening on allowed interfaces only Sep 27 15:22:02 resin-supervisor[5125]: [debug] Starting target state poll Sep 27 15:22:02 resin-supervisor[5125]: [event] Event: Docker image download {"image":{"name":"registry2.balena-cloud.com/v2/6715c2acf6769f52547208532b29754a@sha256:ffa2428534a8068d3b554b522276b18bb92a3013054a53f2337a7b043f7d21db","appId":1746434,"serviceId":700283,"serviceName":"homeassistant","imageId":2738521,"releaseId":1538664,"dependent":0,"dockerImageId":null}} Sep 27 15:22:10 resin-supervisor[5125]: [info] Internet Connectivity: OK Sep 27 15:26:14 resin-supervisor[5125]: [api] GET /v1/device 200 - 63.673 ms Sep 27 15:26:14 resin-supervisor[5125]: [api] GET /v1/device 200 - 52.968 ms Sep 27 15:26:18 resin-supervisor[5125]: [api] GET /v1/device 200 - 47.455 ms Sep 27 15:26:23 resin-supervisor[5125]: [api] GET /v1/device 200 - 55.767 ms Sep 27 15:26:28 resin-supervisor[5125]: [api] GET /v1/device 200 - 48.283 ms Sep 27 15:26:35 resin-supervisor[5125]: [api] GET /v1/device 200 - 48.977 ms Sep 27 15:26:38 resin-supervisor[5125]: [api] GET /v1/device 200 - 74.669 ms Sep 27 15:26:43 resin-supervisor[5125]: [api] GET /v1/device 200 - 47.323 ms Sep 27 15:26:49 resin-supervisor[5125]: [api] GET /v1/device 200 - 55.484 ms Sep 27 15:27:02 resin-supervisor[5125]: [api] GET /v1/healthy 200 - 13.052 ms Sep 27 15:27:43 resin-supervisor[5125]: time="2020-09-27T15:27:43.335675286Z" level=error msg="error waiting for container: unexpected EOF" Sep 27 15:27:43 systemd[1]: resin-supervisor.service: Main process exited, code=exited, status=125/n/a Sep 27 15:27:43 systemd[1]: resin-supervisor.service: Failed with result 'exit-code'. Sep 27 15:29:00 resin-supervisor[6985]: resin_supervisor Sep 27 15:29:00 resin-supervisor[7472]: active Sep 27 15:29:06 resin-supervisor[7479]: Container config has not changed Sep 27 15:29:20 resin-supervisor[7479]: Starting system message bus: dbus. Sep 27 15:29:20 resin-supervisor[7479]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Sep 27 15:29:20 resin-supervisor[7479]: ...done. real 0m 0.05s user 0m 0.01s sys 0m 0.01s --- ls -lR /tmp/*-supervisor/**/* --- 2020-09-27 15:29:27.196862694+00:00 /tmp/balena-supervisor/services/1746434: total 0 drwxr-xr-x 2 root root 40 Sep 27 15:13 hass-configurator drwxr-xr-x 2 root root 40 Sep 27 15:13 mqtt /tmp/balena-supervisor/services/1746434/hass-configurator: total 0 /tmp/balena-supervisor/services/1746434/mqtt: total 0 real 0m 0.03s user 0m 0.00s sys 0m 0.01s --- systemctl status resin-supervisor --no-pager --- 2020-09-27 15:29:27.262656496+00:00 ● resin-supervisor.service - Balena supervisor Loaded: loaded (/lib/systemd/system/resin-supervisor.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2020-09-27 15:29:00 UTC; 26s ago Process: 6985 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=0/SUCCESS) Process: 7472 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Main PID: 7479 (start-resin-sup) Memory: 11.0M CGroup: /system.slice/resin-supervisor.service ├─7479 /bin/sh /usr/bin/start-resin-supervisor ├─7485 /proc/self/exe --healthcheck /usr/lib/resin-supervisor/resin-supervisor-healthcheck --pid 7479 └─7835 balena start --attach resin_supervisor Sep 27 15:29:00 283b69f resin-supervisor[6985]: resin_supervisor Sep 27 15:29:00 283b69f resin-supervisor[7472]: active Sep 27 15:29:06 283b69f resin-supervisor[7479]: Container config has not changed Sep 27 15:29:20 283b69f resin-supervisor[7479]: Starting system message bus: dbus. Sep 27 15:29:20 283b69f resin-supervisor[7479]: * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon Sep 27 15:29:20 283b69f resin-supervisor[7479]: ...done. real 0m 0.05s user 0m 0.01s sys 0m 0.02s --- tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log --- 2020-09-27 15:29:27.352579569+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- echo === TIME === --- 2020-09-27 15:29:27.407001809+00:00 === TIME === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /tmp/chrony_added_dhcp_ntp_servers --- 2020-09-27 15:29:27.450800090+00:00 Command exited with non-zero status 1 real 0m 0.02s user 0m 0.00s sys 0m 0.00s --- chronyc sources --- 2020-09-27 15:29:27.512694777+00:00 210 Number of sources = 4 MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^* ns0.luns.net.uk 2 14 17 991 +3026us[ +16ms] +/- 63ms ^- time.cloudflare.com 3 14 17 991 +7899us[+7899us] +/- 124ms ^- 183.ip-51-89-151.eu 3 14 17 991 +36ms[ +36ms] +/- 81ms ^- time.videxio.net 2 14 17 991 -96ms[ -96ms] +/- 133ms real 0m 0.11s user 0m 0.00s sys 0m 0.02s --- chronyc tracking --- 2020-09-27 15:29:27.655026548+00:00 Reference ID : D9723B42 (ns0.luns.net.uk) Stratum : 3 Ref time (UTC) : Sun Sep 27 15:12:55 2020 System time : 0.000000127 seconds fast of NTP time Last offset : +0.012604338 seconds RMS offset : 0.012604338 seconds Frequency : 0.000 ppm slow Residual freq : +2167.184 ppm Skew : 1000000.000 ppm Root delay : 0.054136395 seconds Root dispersion : 994.660034180 seconds Update interval : 1.4 seconds Leap status : Normal real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- date --- 2020-09-27 15:29:27.704616548+00:00 Sun Sep 27 15:29:27 UTC 2020 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -u chronyd --- 2020-09-27 15:29:27.746247798+00:00 -- Logs begin at Fri 2020-01-31 09:20:47 UTC, end at Sun 2020-09-27 15:29:20 UTC. -- Feb 03 18:39:54 chronyd[715]: 2020-02-03T18:39:54Z chronyd version 3.4 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH +IPV6 -DEBUG) Feb 03 18:40:10 chronyd[715]: 2020-02-03T18:40:10Z Selected source 176.58.109.199 Sep 27 15:12:54 chronyd[715]: 2020-02-03T18:40:10Z System clock wrong by 20464364.134971 seconds, adjustment started Sep 27 15:12:54 chronyd[715]: 2020-09-27T15:12:54Z System clock was stepped by 20464364.134971 seconds Sep 27 15:12:56 chronyd[715]: 2020-09-27T15:12:56Z Selected source 217.114.59.66 real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- timedatectl status --- 2020-09-27 15:29:27.795371600+00:00 Local time: Sun 2020-09-27 15:29:28 UTC Universal time: Sun 2020-09-27 15:29:28 UTC RTC time: n/a Time zone: n/a (UTC, +0000) System clock synchronized: yes NTP service: n/a RTC in local TZ: no real 0m 0.76s user 0m 0.01s sys 0m 0.01s --- uptime --- 2020-09-27 15:29:28.587243423+00:00 15:29:28 up 0:17, 0 users, load average: 6.10, 7.36, 4.76 real 0m 0.01s user 0m 0.00s sys 0m 0.01s STDERR: --- diagnose 4.20.14 --- --- NOTE: not all commands are expected to succeed on all device types --- --- COMMANDS --- --- prefixing commands with 'date --utc --rfc-3339=ns ; /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c' --- --- echo === BALENA === --- --- curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0timeout: sending signal TERM to command 'bash' --- balena --version --- --- balena images --- --- balena ps -a --- --- balena stats --all --no-stream --- --- balena system df --- --- balena volume ls --- --- systemctl status balena --no-pager --- --- journalctl --no-pager --no-hostname -n 200 -a -u balena --- --- journalctl --no-pager --no-hostname -n 1000 -at balenad --- --- balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" --- timeout: sending signal TERM to command 'bash' --- echo === HARDWARE === --- --- cat /proc/cpuinfo --- --- cat /proc/device-tree/model --- --- cat /proc/meminfo --- --- ps --- --- top -b -n 1 --- --- cat /var/log/provisioning-progress.log --- cat: /var/log/provisioning-progress.log: No such file or directory --- df -h --- --- df -ih --- --- for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done --- --- for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done --- --- free -h --- --- ls -l /dev --- --- lsusb -vvv --- can't get debug descriptor: Resource temporarily unavailable can't get debug descriptor: Resource temporarily unavailable can't get device qualifier: Resource temporarily unavailable can't get debug descriptor: Resource temporarily unavailable --- mmcli -L --- --- mount --- --- uname -a --- --- echo === NETWORK === --- --- /sbin/ip addr --- --- cat /etc/resolv.conf --- --- cat /proc/net/dev --- --- cat /proc/net/snmp --- --- cat /proc/net/udp --- --- CURL_CA_BUNDLE=/tmp/tmp.HyygmPIVSE curl https://api.balena-cloud.com/ping --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2 100 2 0 0 3 0 --:--:-- --:--:-- --:--:-- 3 --- CURL_CA_BUNDLE=/tmp/tmp.HyygmPIVSE curl https://www.google.co.uk --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12919 0 12919 0 0 39267 0 --:--:-- --:--:-- --:--:-- 39267 --- ifconfig --- --- iptables -n -L --- --- iptables -n -t nat -L --- --- journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" --- --- ls -l /mnt/boot/system-connections --- --- mmcli -m 0 --- error: couldn't find modem at '/org/freedesktop/ModemManager1/Modem/0' --- netstat -ntl --- --- nmcli --version --- timeout: sending signal TERM to command 'bash' --- ping -c 1 -W 3 google.co.uk --- --- systemctl kill -s USR1 dnsmasq --- --- systemctl status openvpn-resin --no-pager --- --- echo === OS === --- --- cat /etc/os-release --- --- cat /mnt/boot/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- --- cat /mnt/boot/config.txt --- --- cat /mnt/boot/extlinux/extlinux.conf --- cat: /mnt/boot/extlinux/extlinux.conf: No such file or directory --- cat /mnt/boot/resinOS_uEnv.txt --- cat: /mnt/boot/resinOS_uEnv.txt: No such file or directory --- cat /mnt/boot/uEnv.txt --- cat: /mnt/boot/uEnv.txt: No such file or directory --- cat /mnt/conf/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- cat: /mnt/conf/config.json: No such file or directory --- cat /mnt/data-disk/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- cat: /mnt/data-disk/config.json: No such file or directory --- cat /var/log/messages --- --- cat /var/log/provisioning-progress.log --- cat: /var/log/provisioning-progress.log: No such file or directory --- dmesg -T --- --- find /mnt/data/*hup/*log -mtime -180 | xargs tail -n 250 -v --- find: /mnt/data/*hup/*log: No such file or directory --- journalctl --no-pager --no-hostname --list-boots --- --- journalctl --no-pager --no-hostname -n500 -a --- --- journalctl --no-pager --no-hostname -pwarning -a --- --- ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) --- --- ps --- --- stat /var/lock/*hup.lock --- stat: cannot stat '/var/lock/*hup.lock': No such file or directory --- sysctl -a --- sysctl: error reading key 'net.ipv6.conf.all.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.balena0.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.br-e8a7b86ea01d.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.default.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.eth0.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.lo.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.resin-dns.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.supervisor0.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.veth772c4e5.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.vethef2a4ac.stable_secret': Input/output error sysctl: error reading key 'net.ipv6.conf.wlan0.stable_secret': Input/output error --- systemctl list-units --failed --no-pager --- --- top -b -n 1 --- --- echo === SUPERVISOR === --- --- balena exec resin_supervisor cat /etc/resolv.conf --- --- balena logs resin_supervisor --- (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. --- curl --max-time 5 localhost:48484/v1/healthy --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to localhost port 48484: Connection refused --- journalctl --no-pager --no-hostname -n 200 -a -u resin-supervisor --- --- ls -lR /tmp/*-supervisor/**/* --- --- systemctl status resin-supervisor --no-pager --- --- tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log --- tail: cannot open '/var/log/supervisor-log/resin_supervisor_stdout.log' for reading: No such file or directory --- echo === TIME === --- --- cat /tmp/chrony_added_dhcp_ntp_servers --- cat: /tmp/chrony_added_dhcp_ntp_servers: No such file or directory --- chronyc sources --- --- chronyc tracking --- --- date --- --- journalctl --no-pager --no-hostname -u chronyd --- --- timedatectl status --- --- uptime ---