STDOUT: real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- diagnose 4.17.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 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 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.Fn6i2ah8Am curl https://api.balena-cloud.com/ping CURL_CA_BUNDLE=/tmp/tmp.Fn6i2ah8Am 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 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/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 -30 | xargs tail -n 10 -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 systemctl status resin-supervisor --no-pager tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log echo === TIME === date timedatectl status uptime --- echo === BALENA === --- 2020-05-27 00:01:17.059453781+00:00 === BALENA === real 0m 0.02s user 0m 0.00s sys 0m 0.02s --- curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 --- 2020-05-27 00:01:17.171859503+00:00 goroutine 8288 [running]: runtime/pprof.writeGoroutineStacks(0x17f4d28, 0x1408d5f0, 0x23fdc, 0x24680) /usr/lib/go/src/runtime/pprof/pprof.go:608 +0x80 runtime/pprof.writeGoroutine(0x17f4d28, 0x1408d5f0, 0x2, 0x185a3e0, 0x17f4d28) /usr/lib/go/src/runtime/pprof/pprof.go:597 +0x30 runtime/pprof.(*Profile).WriteTo(0x17dc610, 0x17f4d28, 0x1408d5f0, 0x2, 0x1408d5f0, 0x0) /usr/lib/go/src/runtime/pprof/pprof.go:310 +0x2a4 net/http/pprof.handler.ServeHTTP(0x14684431, 0x9, 0x17fdd88, 0x1408d5f0, 0x13de3000) /usr/lib/go/src/net/http/pprof/pprof.go:243 +0x1b0 net/http/pprof.(*handler).ServeHTTP(0x14446618, 0x17fdd88, 0x1408d5f0, 0x13de3000) :1 +0x54 github.com/docker/docker/api/server/router/debug.handlePprof(0xb5b7e2b8, 0x13e65f00, 0x17fdd88, 0x1408d5f0, 0x13de3000, 0x13e65e40, 0xb5b7e2b8, 0x13e65f00) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/debug/debug_routes.go:11 +0x88 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0xb5b7e2b8, 0x13e65f00, 0x17fdd88, 0x1408d5f0, 0x13de3000, 0x13e65e40, 0xb5b7e2b8, 0x13e65f00) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:27 +0xa4 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0xb5b7e2b8, 0x13e65e80, 0x17fdd88, 0x1408d5f0, 0x13de3000, 0x13e65e40, 0x20, 0xc) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x2e8 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0xb5b7e2b8, 0x13e65e80, 0x17fdd88, 0x1408d5f0, 0x13de3000, 0x13e65e40, 0xb5b7e2b8, 0x13e65e80) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x578 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x17fdd88, 0x1408d5f0, 0x13de3000) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:137 +0x148 net/http.HandlerFunc.ServeHTTP(0x14088280, 0x17fdd88, 0x1408d5f0, 0x13de3000) /usr/lib/go/src/net/http/server.go:1918 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x13fac480, 0x17fdd88, 0x1408d5f0, 0x13de3000) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x19c github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x14088390, 0x17fdd88, 0x1408d5f0, 0x13de3000) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x13711b80, 0x17fdd88, 0x1408d5f0, 0x13de3000) /usr/lib/go/src/net/http/server.go:2619 +0x74 net/http.(*conn).serve(0x14084420, 0x17fed68, 0x13e65cc0) /usr/lib/go/src/net/http/server.go:1801 +0x57c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2720 +0x208 goroutine 1 [chan receive, 649 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).start(0x139eb540, 0x139f8400, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:270 +0x1084 github.com/docker/docker/cmd/dockerd.runDaemon(0x139f8400, 0x13711680, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:78 +0x54 github.com/docker/docker/cmd/dockerd.newDaemonCommand.func1(0x139e25a0, 0x13711800, 0x0, 0xf, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:29 +0x50 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).execute(0x139e25a0, 0x13710088, 0xf, 0xf, 0x139e25a0, 0x13710088) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:700 +0x364 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0x139e25a0, 0x139e25a0, 0xfca60c, 0x13758138) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:785 +0x1f8 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).Execute(0x139e25a0, 0x1370e0e0, 0xcac76e) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:738 +0x1c github.com/docker/docker/cmd/dockerd.Main() /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:106 +0x7c main.main() /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/balena-engine/main.go:29 +0x1c0 goroutine 23 [syscall, 649 minutes]: syscall.Syscall6(0x118, 0x1, 0x3a6, 0x13723ea4, 0x1000004, 0x0, 0x0, 0x13dec, 0x13e7c, 0x137010e8) /usr/lib/go/src/syscall/asm_linux_arm.s:48 +0x8 os.(*Process).blockUntilWaitable(0x138b3710, 0x0, 0x0, 0x1374c000) /usr/lib/go/src/os/wait_waitid.go:31 +0x64 os.(*Process).wait(0x138b3710, 0x13e28, 0x22b10, 0x139ae8f0) /usr/lib/go/src/os/exec_unix.go:22 +0x2c os.(*Process).Wait(0x138b3710, 0x1, 0x1, 0x17d38) /usr/lib/go/src/os/exec.go:115 +0x1c os/exec.(*Cmd).Wait(0x1376ee70, 0x0, 0x73fc8) /usr/lib/go/src/os/exec/exec.go:446 +0x40 github.com/docker/docker/libcontainerd.(*remote).startContainerd.func1(0x1376ee70, 0x139ec540) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote_daemon.go:243 +0x1c created by github.com/docker/docker/libcontainerd.(*remote).startContainerd /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote_daemon.go:241 +0x360 goroutine 16 [syscall, 137 minutes]: os/signal.signal_recv(0x17fa428) /usr/lib/go/src/runtime/sigqueue.go:131 +0x134 os/signal.loop() /usr/lib/go/src/os/signal/signal_unix.go:22 +0x14 created by os/signal.init.0 /usr/lib/go/src/os/signal/signal_unix.go:28 +0x30 goroutine 31 [chan receive]: github.com/docker/docker/libcontainerd.(*remote).monitorConnection(0x139ec540, 0x13a01510) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote_daemon.go:270 +0x70 created by github.com/docker/docker/libcontainerd.New /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote_daemon.go:116 +0x440 goroutine 27 [IO wait]: internal/poll.runtime_pollWait(0xb5b79dd8, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13a2bcd4, 0x72, 0xffffff00, 0x17f71a0, 0x17f1ce8) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13a2bcd4, 0x13a32000, 0x8000, 0x8000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x13a2bcc0, 0x13a32000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:126 +0x148 net.(*netFD).Read(0x13a2bcc0, 0x13a32000, 0x8000, 0x8000, 0x8, 0xdeed88, 0x241f0) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x13a03370, 0x13a32000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 bufio.(*Reader).Read(0x13a2d4d0, 0x13a302a0, 0x9, 0x9, 0xffffffff, 0x0, 0x1459ae64) /usr/lib/go/src/bufio/bufio.go:213 +0x25c io.ReadAtLeast(0x17f2c58, 0x13a2d4d0, 0x13a302a0, 0x9, 0x9, 0x9, 0x3fb20, 0x1459aeb8, 0x3ea700) /usr/lib/go/src/io/io.go:309 +0x6c io.ReadFull(0x17f2c58, 0x13a2d4d0, 0x13a302a0, 0x9, 0x9, 0x139eca94, 0x1459aeb8, 0x3eaef8) /usr/lib/go/src/io/io.go:327 +0x40 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x13a302a0, 0x9, 0x9, 0x17f2c58, 0x13a2d4d0, 0x0, 0x0, 0x0, 0x1, 0x2) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x50 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x13a30280, 0xc, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0x78 github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0x13a28800, 0x13e65ac0, 0x1, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http_util.go:544 +0x20 github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0x13778a90) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:1057 +0xa4 created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:250 +0x8a8 goroutine 28 [select, 26 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*http2Client).controller(0x13778a90) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:1130 +0xd8 created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:280 +0xb84 goroutine 29 [select, 649 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0x139ec7e0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:891 +0x14c created by github.com/docker/docker/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:608 +0x464 goroutine 32 [select, 649 minutes, locked to thread]: runtime.gopark(0xfcaeb4, 0x0, 0xf4490e, 0x6, 0x18, 0x1) /usr/lib/go/src/runtime/proc.go:287 +0xfc runtime.selectgo(0x1371f7a0, 0x13a27380) /usr/lib/go/src/runtime/select.go:395 +0xed8 runtime.ensureSigM.func1() /usr/lib/go/src/runtime/signal_unix.go:511 +0x1d8 runtime.goexit() /usr/lib/go/src/runtime/asm_arm.s:971 +0x4 goroutine 33 [chan receive, 137 minutes]: github.com/docker/docker/pkg/signal.Trap.func1(0x13a2ed00, 0x17f4440, 0x13758120, 0x13a015a0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:38 +0x44 created by github.com/docker/docker/pkg/signal.Trap /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:36 +0xd4 goroutine 35 [chan receive, 649 minutes]: github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap.func1(0x13a2ee00, 0xf5dbb4, 0x16) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:18 +0x30 created by github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:17 +0x98 goroutine 40 [IO wait, 649 minutes]: internal/poll.runtime_pollWait(0xb5b79d60, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13a421a4, 0x72, 0x13720e00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13a421a4, 0xffffff00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Accept(0x13a42190, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:335 +0x174 net.(*netFD).accept(0x13a42190, 0x37d7bc, 0x13a30560, 0x100518) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x13a28e80, 0x37d834, 0xeb7518, 0x13a29780) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x13a28e80, 0x13718038, 0xde2c50, 0x17da198, 0xf28e08) /usr/lib/go/src/net/unixsock.go:241 +0x3c net/http.(*Server).Serve(0x13a30500, 0x17fdc68, 0x13a28e80, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2695 +0x150 net/http.Serve(0x17fdc68, 0x13a28e80, 0x17f4ba8, 0x13a28ea0, 0x73fcc, 0xfcadf0) /usr/lib/go/src/net/http/server.go:2323 +0x5c github.com/docker/docker/daemon.(*Daemon).listenMetricsSock.func1(0x17fdc68, 0x13a28e80, 0x13a28ea0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:31 +0x34 created by github.com/docker/docker/daemon.(*Daemon).listenMetricsSock /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:30 +0x11c goroutine 46 [select, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0x13aad360, 0x13a01a38, 0x5, 0x5, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:144 +0x27c github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*Stream).Read(0x13768780, 0x13a01a38, 0x5, 0x5, 0x0, 0x1, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:332 +0x40 io.ReadAtLeast(0x17f47e8, 0x13768780, 0x13a01a38, 0x5, 0x5, 0x5, 0x13735d00, 0xb4ecc, 0x13758060) /usr/lib/go/src/io/io.go:309 +0x6c io.ReadFull(0x17f47e8, 0x13768780, 0x13a01a38, 0x5, 0x5, 0x0, 0x3fa90, 0x13822300) /usr/lib/go/src/io/io.go:327 +0x40 github.com/docker/docker/vendor/google.golang.org/grpc.(*parser).recvMsg(0x13a01a30, 0x7fffffff, 0x13735e1c, 0x16f6bc, 0xfcaf5c, 0x13735e10, 0x241f0, 0x139ed880) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:218 +0x40 github.com/docker/docker/vendor/google.golang.org/grpc.recv(0x13a01a30, 0x17fe768, 0x18695e8, 0x13768780, 0x0, 0x0, 0xef9ca0, 0x13a2d050, 0x7fffffff, 0x0, ...) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:314 +0x24 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x1376f550, 0xef9ca0, 0x13a2d050, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:376 +0x84 github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0x13aaa4a8, 0x13735f7c, 0x1, 0x1) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:213 +0x48 github.com/docker/docker/libcontainerd.(*client).processEventStream(0x13aa9590, 0x17fed68, 0x13a09260) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/client_daemon.go:728 +0x260 created by github.com/docker/docker/libcontainerd.(*remote).NewClient /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote_daemon.go:136 +0x1fc goroutine 43 [IO wait, 4 minutes]: internal/poll.runtime_pollWait(0xb5b79ce8, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13aa96e4, 0x72, 0xffffff00, 0x17f71a0, 0x17f1ce8) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13aa96e4, 0x13aae000, 0x8000, 0x8000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x13aa96d0, 0x13aae000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:126 +0x148 net.(*netFD).Read(0x13aa96d0, 0x13aae000, 0x8000, 0x8000, 0xfcaf54, 0x13721600, 0x87810) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x13aaa030, 0x13aae000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 bufio.(*Reader).Read(0x13a45290, 0x13a30920, 0x9, 0x9, 0x13768780, 0x141d8a80, 0xdc) /usr/lib/go/src/bufio/bufio.go:213 +0x25c io.ReadAtLeast(0x17f2c58, 0x13a45290, 0x13a30920, 0x9, 0x9, 0x9, 0x14510, 0x0, 0x0) /usr/lib/go/src/io/io.go:309 +0x6c io.ReadFull(0x17f2c58, 0x13a45290, 0x13a30920, 0x9, 0x9, 0xdc, 0x1, 0x1) /usr/lib/go/src/io/io.go:327 +0x40 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x13a30920, 0x9, 0x9, 0x17f2c58, 0x13a45290, 0x0, 0x0, 0x0, 0x1, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x50 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x13a30900, 0x17f9108, 0x13aac0c0, 0x0, 0x3eaab8) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0x78 github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0x13aac0a0, 0x13aac0c0, 0x1, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http_util.go:544 +0x20 github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0x13778d00) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:1057 +0xa4 created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:250 +0x8a8 goroutine 44 [select, 99 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*http2Client).controller(0x13778d00) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:1130 +0xd8 created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:280 +0xb84 goroutine 45 [select, 649 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0x139ed960) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:891 +0x14c created by github.com/docker/docker/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:608 +0x464 goroutine 48 [select, 649 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func3(0x18030a0, 0x13778d00, 0x137d85a0, 0x1376f550, 0x13768780) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:241 +0x170 created by github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:240 +0x904 goroutine 52 [chan receive]: github.com/docker/docker/daemon/stats.(*Collector).Run(0x13b41590) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats/collector.go:60 +0x170 created by github.com/docker/docker/daemon.(*Daemon).newStatsCollector /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats_collector.go:24 +0x68 goroutine 53 [chan receive, 4 minutes]: github.com/docker/docker/daemon.(*Daemon).execCommandGC(0x139e2900) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/exec.go:281 +0x10c created by github.com/docker/docker/daemon.NewDaemon /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/daemon.go:935 +0x1d14 goroutine 59 [select, 4 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0x13b6fe60, 0x13b62358, 0x5, 0x5, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:144 +0x27c github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*Stream).Read(0x137681e0, 0x13b62358, 0x5, 0x5, 0x0, 0x8c, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/transport.go:332 +0x40 io.ReadAtLeast(0x17f47e8, 0x137681e0, 0x13b62358, 0x5, 0x5, 0x5, 0x0, 0x4, 0x0) /usr/lib/go/src/io/io.go:309 +0x6c io.ReadFull(0x17f47e8, 0x137681e0, 0x13b62358, 0x5, 0x5, 0x10a206c, 0x1c980, 0x23fdc) /usr/lib/go/src/io/io.go:327 +0x40 github.com/docker/docker/vendor/google.golang.org/grpc.(*parser).recvMsg(0x13b62350, 0x7fffffff, 0x143d6ecd, 0x13825b00, 0xb6bd7000, 0x23fdc, 0x241f0, 0x13e88580) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:218 +0x40 github.com/docker/docker/vendor/google.golang.org/grpc.recv(0x13b62350, 0x17fe768, 0x18695e8, 0x137681e0, 0x0, 0x0, 0xef9ca0, 0x13a2c7e0, 0x7fffffff, 0x0, ...) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:314 +0x24 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x1376e210, 0xef9ca0, 0x13a2c7e0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:376 +0x84 github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0x13aaa1c8, 0x13974930, 0xf414fe, 0x4) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:213 +0x48 github.com/docker/docker/libcontainerd.(*client).processEventStream(0x13b6a640, 0x17fed68, 0x13a09260) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/client_daemon.go:728 +0x260 created by github.com/docker/docker/libcontainerd.(*remote).NewClient /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote_daemon.go:136 +0x1fc goroutine 56 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0xb5b79c70, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13b6a794, 0x72, 0xffffff00, 0x17f71a0, 0x17f1ce8) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13b6a794, 0x13bbc000, 0x8000, 0x8000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x13b6a780, 0x13bbc000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:126 +0x148 net.(*netFD).Read(0x13b6a780, 0x13bbc000, 0x8000, 0x8000, 0x0, 0x17601, 0x1) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x13aabc28, 0x13bbc000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 bufio.(*Reader).Read(0x13b416e0, 0x13a312a0, 0x9, 0x9, 0xffffffff, 0x0, 0x13ac4664) /usr/lib/go/src/bufio/bufio.go:213 +0x25c io.ReadAtLeast(0x17f2c58, 0x13b416e0, 0x13a312a0, 0x9, 0x9, 0x9, 0x3fb20, 0x13ac46b8, 0x3ea700) /usr/lib/go/src/io/io.go:309 +0x6c io.ReadFull(0x17f2c58, 0x13b416e0, 0x13a312a0, 0x9, 0x9, 0x13b44474, 0x13ac46b8, 0x3eaef8) /usr/lib/go/src/io/io.go:327 +0x40 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x13a312a0, 0x9, 0x9, 0x17f2c58, 0x13b416e0, 0x0, 0x0, 0x0, 0x1, 0x2) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x50 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x13a31280, 0xc, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:492 +0x78 github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0x13b6fc60, 0x1401e220, 0x1, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http_util.go:544 +0x20 github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0x137792b0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:1057 +0xa4 created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:250 +0x8a8 goroutine 57 [select, 111 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/transport.(*http2Client).controller(0x137792b0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:1130 +0xd8 created by github.com/docker/docker/vendor/google.golang.org/grpc/transport.newHTTP2Client /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/transport/http2_client.go:280 +0xb84 goroutine 58 [select, 649 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0x13b44380) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:891 +0x14c created by github.com/docker/docker/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:608 +0x464 goroutine 60 [select, 649 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func3(0x18030a0, 0x137792b0, 0x137d8780, 0x1376e210, 0x137681e0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:241 +0x170 created by github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:240 +0x904 goroutine 66 [select, 649 minutes]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).watchLoop(0x13786f30) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:446 +0xb4 created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startWatch /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:463 +0x100 goroutine 168 [IO wait, 649 minutes]: internal/poll.runtime_pollWait(0xb5b79b80, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13b6a744, 0x72, 0x13d35600, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13b6a744, 0xffffff00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Accept(0x13b6a730, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:335 +0x174 net.(*netFD).accept(0x13b6a730, 0x13b59320, 0x13b59340, 0x13b59360) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x13d103a0, 0x13b59400, 0x13b59420, 0x13b59440) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x13d103a0, 0x13b59500, 0x13b59520, 0x13b59540, 0x13b59560) /usr/lib/go/src/net/unixsock.go:241 +0x3c github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).acceptClientConnections(0x13786f30, 0x13b2ad20, 0x5c, 0x17fdc68, 0x13d103a0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:127 +0x24 created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startExternalKeyListener /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:121 +0x178 goroutine 167 [select]: github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.removeUnusedPaths() /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:93 +0x284 created by github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.createBasePath /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:78 +0x40 goroutine 246 [chan receive, 649 minutes]: github.com/docker/docker/api/server.(*Server).serveAPI(0x139fa4e0, 0x13844dc0, 0x13d31fdc) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:94 +0x12c github.com/docker/docker/api/server.(*Server).Wait(0x139fa4e0, 0x1406f140) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:199 +0x1c created by github.com/docker/docker/cmd/dockerd.(*DaemonCli).start /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:263 +0x1060 goroutine 249 [IO wait]: internal/poll.runtime_pollWait(0xb5b79ec8, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13a046f4, 0x72, 0x13731e00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13a046f4, 0xffffff00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Accept(0x13a046e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:335 +0x174 net.(*netFD).accept(0x13a046e0, 0xfcaf54, 0x13731f08, 0x87810) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x13a08360, 0x13880, 0x152b4, 0x138c0) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x13a08360, 0x37d92c, 0x13731f48, 0x71448, 0x13731f44) /usr/lib/go/src/net/unixsock.go:241 +0x3c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverride).Accept(0x13a02120, 0xfcab4c, 0x14084420, 0x17fede0, 0x1408a920) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:116 +0x28 net/http.(*Server).Serve(0x13711b80, 0x17fa868, 0x13a02120, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2695 +0x150 github.com/docker/docker/api/server.(*HTTPServer).Serve(0x13a001a0, 0x10, 0x13d35fdc) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 +0x30 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x139f86c0, 0x13a001a0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0x84 created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x6c goroutine 250 [IO wait]: internal/poll.runtime_pollWait(0xb5b79e50, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13a04744, 0x72, 0x13d2be00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13a04744, 0xffffff00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Accept(0x13a04730, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:335 +0x174 net.(*netFD).accept(0x13a04730, 0xfcaf54, 0x13d2bf08, 0x87810) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x13a09060, 0x13880, 0x152b4, 0x138c0) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x13a09060, 0x37d92c, 0x13d2bf48, 0x71448, 0x13d2bf44) /usr/lib/go/src/net/unixsock.go:241 +0x3c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverride).Accept(0x13a02160, 0xfcab4c, 0x14084300, 0x17fede0, 0x1408a9a0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:116 +0x28 net/http.(*Server).Serve(0x13711d00, 0x17fa868, 0x13a02160, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2695 +0x150 github.com/docker/docker/api/server.(*HTTPServer).Serve(0x13a001f0, 0x10, 0x13abe7dc) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 +0x30 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x139f86c0, 0x13a001f0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0x84 created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x6c goroutine 245 [chan receive, 649 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap.func1(0x139f9300, 0x139eb540) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:66 +0x4c created by github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:65 +0x90 goroutine 248 [IO wait, 649 minutes]: internal/poll.runtime_pollWait(0xb5b79f40, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13a046a4, 0x72, 0x13732e00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13a046a4, 0xffffff00, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Accept(0x13a04690, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:335 +0x174 net.(*netFD).accept(0x13a04690, 0x1408ab80, 0xb5b92938, 0x0) /usr/lib/go/src/net/fd_unix.go:238 +0x20 net.(*UnixListener).accept(0x139eb660, 0x1371c048, 0x13732f0c, 0x37d7bc) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x139eb660, 0x1408ab80, 0x37d834, 0xeb7518, 0x1408ab80) /usr/lib/go/src/net/unixsock.go:241 +0x3c github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverride).Accept(0x13a020d8, 0x13718038, 0xde2c50, 0x17da198, 0xf28e08) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:116 +0x28 net/http.(*Server).Serve(0x13711a00, 0x17fa868, 0x13a020d8, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2695 +0x150 github.com/docker/docker/api/server.(*HTTPServer).Serve(0x13a00140, 0x10, 0x13ac0fdc) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 +0x30 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x139f86c0, 0x13a00140) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0x84 created by github.com/docker/docker/api/server.(*Server).serveAPI /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x6c goroutine 277 [chan receive, 649 minutes]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersWait(0x13f994a0, 0xb5b7e238, 0x13d95720, 0x17fdd88, 0x13ee8240, 0x13a30e00, 0x13d95680, 0x13733b18, 0x86bb90) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:321 +0x178 github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.postContainersWait)-fm(0xb5b7e238, 0x13d95720, 0x17fdd88, 0x13ee8240, 0x13a30e00, 0x13d95680, 0x100518, 0x13d97dfc) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:68 +0x4c github.com/docker/docker/api/server/router.cancellableHandler.func1(0xb5b7e2b8, 0x13d95700, 0x17fdd88, 0x13ee8240, 0x13a30e00, 0x13d95680, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0xb5b7e2b8, 0x13d95700, 0x17fdd88, 0x13ee8240, 0x13a30e00, 0x13d95680, 0xb5b7e2b8, 0x13d95700) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:27 +0xa4 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0xb5b7e2b8, 0x13d956c0, 0x17fdd88, 0x13ee8240, 0x13a30e00, 0x13d95680, 0x20, 0xc) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x2e8 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0xb5b7e2b8, 0x13d956c0, 0x17fdd88, 0x13ee8240, 0x13a30e00, 0x13d95680, 0xb5b7e2b8, 0x13d956c0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x578 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x17fdd88, 0x13ee8240, 0x13a30e00) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:137 +0x148 net/http.HandlerFunc.ServeHTTP(0x13fc2c80, 0x17fdd88, 0x13ee8240, 0x13a30e00) /usr/lib/go/src/net/http/server.go:1918 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x13fac480, 0x17fdd88, 0x13ee8240, 0x13a30e00) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x19c github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x14088390, 0x17fdd88, 0x13ee8240, 0x13a30e00) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x13711d00, 0x17fdd88, 0x13ee8240, 0x13a30e00) /usr/lib/go/src/net/http/server.go:2619 +0x74 net/http.(*conn).serve(0x1377f740, 0x17fed68, 0x13d94d60) /usr/lib/go/src/net/http/server.go:1801 +0x57c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2720 +0x208 goroutine 232 [semacquire]: sync.runtime_notifyListWait(0x13eee408, 0x1cf0) /usr/lib/go/src/runtime/sema.go:507 +0x140 sync.(*Cond).Wait(0x13eee400) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x13efa0f0, 0x13f04000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x48 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x13efa150, 0xf44a0a, 0x6, 0xb5b920b0, 0x13efa0f0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:74 +0x548 created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:46 +0xb8 goroutine 233 [semacquire, 649 minutes]: sync.runtime_notifyListWait(0x13eee448, 0x0) /usr/lib/go/src/runtime/sema.go:507 +0x140 sync.(*Cond).Wait(0x13eee440) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x13efa120, 0x13f08000, 0x800, 0x4000, 0x4000, 0x4000, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x48 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x13efa150, 0xf44a04, 0x6, 0xb5b920b0, 0x13efa120) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:74 +0x548 created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:46 +0xb8 goroutine 234 [IO wait]: internal/poll.runtime_pollWait(0xb5b79b08, 0x72, 0x1) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13efabe4, 0x72, 0xffffff01, 0x17f71a0, 0x17f1ce8) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13efabe4, 0x13efc001, 0x8000, 0x8000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x13efabd0, 0x13efc000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:126 +0x148 os.(*File).read(0x1390fb20, 0x13efc000, 0x8000, 0x8000, 0x2, 0x13a264f0, 0x2) /usr/lib/go/src/os/file_unix.go:216 +0x3c os.(*File).Read(0x1390fb20, 0x13efc000, 0x8000, 0x8000, 0x13efa0fc, 0x89320, 0x13749ac0) /usr/lib/go/src/os/file.go:103 +0x4c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x1383fd80, 0x13efc000, 0x8000, 0x8000, 0x2, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:138 +0x18c io.copyBuffer(0x17f34f8, 0x13749ac0, 0xb5b920c8, 0x1383fd80, 0x13efc000, 0x8000, 0x8000, 0x7aa130, 0x138fc870, 0xd69488, ...) /usr/lib/go/src/io/io.go:392 +0xd8 io.CopyBuffer(0x17f34f8, 0x13749ac0, 0xb5b920c8, 0x1383fd80, 0x13efc000, 0x8000, 0x8000, 0x1386f1a0, 0x1386f1c0, 0x1386f1e0, ...) /usr/lib/go/src/io/io.go:373 +0x5c github.com/docker/docker/pkg/pools.Copy(0x17f34f8, 0x13749ac0, 0xb5b920c8, 0x1383fd80, 0x1383fd80, 0x1386f3c0, 0x1386f3e0, 0x1386f400) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x68 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x17f34f8, 0x13749ac0, 0xb5b92078, 0x1383fd80, 0x13b40270) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:121 +0x50 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:120 +0x68 goroutine 280 [chan receive, 649 minutes]: github.com/docker/docker/daemon.(*Daemon).containerAttach(0x139e2900, 0x137aa000, 0x13b6ac80, 0x13b60100, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:176 +0xe8 github.com/docker/docker/daemon.(*Daemon).ContainerAttach(0x139e2900, 0x13ad4c77, 0x40, 0x13d954e0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:73 +0x2bc github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersAttach(0x13f994a0, 0xb5b7e2b8, 0x13d95460, 0x17fdd88, 0x13ee8000, 0x13a30f80, 0x13d953e0, 0xf41bce, 0x4) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:529 +0x2a4 github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.postContainersAttach)-fm(0xb5b7e2b8, 0x13d95460, 0x17fdd88, 0x13ee8000, 0x13a30f80, 0x13d953e0, 0xb5b7e2b8, 0x13d95460) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:70 +0x4c github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0xb5b7e2b8, 0x13d95460, 0x17fdd88, 0x13ee8000, 0x13a30f80, 0x13d953e0, 0xb5b7e2b8, 0x13d95460) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:27 +0xa4 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0xb5b7e2b8, 0x13d95420, 0x17fdd88, 0x13ee8000, 0x13a30f80, 0x13d953e0, 0x20, 0xc) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x2e8 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0xb5b7e2b8, 0x13d95420, 0x17fdd88, 0x13ee8000, 0x13a30f80, 0x13d953e0, 0xb5b7e2b8, 0x13d95420) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x578 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x17fdd88, 0x13ee8000, 0x13a30f80) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:137 +0x148 net/http.HandlerFunc.ServeHTTP(0x13fc2f00, 0x17fdd88, 0x13ee8000, 0x13a30f80) /usr/lib/go/src/net/http/server.go:1918 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x13fac480, 0x17fdd88, 0x13ee8000, 0x13a30f80) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x19c github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x14088390, 0x17fdd88, 0x13ee8000, 0x13a30f80) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x13711d00, 0x17fdd88, 0x13ee8000, 0x13a30f80) /usr/lib/go/src/net/http/server.go:2619 +0x74 net/http.(*conn).serve(0x1377f920, 0x17fed68, 0x13d952e0) /usr/lib/go/src/net/http/server.go:1801 +0x57c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2720 +0x208 goroutine 287 [IO wait, 649 minutes]: internal/poll.runtime_pollWait(0xb5b79a90, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13b6a884, 0x72, 0xffffff00, 0x17f71a0, 0x17f1ce8) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13b6a884, 0x13d94d00, 0x1, 0x1) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x13b6a870, 0x13d94d8d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:126 +0x148 net.(*netFD).Read(0x13b6a870, 0x13d94d8d, 0x1, 0x1, 0x13d95350, 0x0, 0x1) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x13aabbb8, 0x13d94d8d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x13b63d70, 0x13d94d8d, 0x1, 0x1, 0x13a2c3c0, 0x17f4a01, 0x73fcc) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x13d94d80) /usr/lib/go/src/net/http/server.go:660 +0x48 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:656 +0xb0 goroutine 283 [semacquire, 4 minutes]: sync.runtime_notifyListWait(0x13d95508, 0x11c) /usr/lib/go/src/runtime/sema.go:507 +0x140 sync.(*Cond).Wait(0x13d95500) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x13a2c360, 0x14008000, 0x8000, 0x8000, 0x30, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x48 io.copyBuffer(0x17f35d0, 0x1370c220, 0xb5b920b0, 0x13a2c360, 0x14008000, 0x8000, 0x8000, 0x7aa130, 0x138fc870, 0xd69488, ...) /usr/lib/go/src/io/io.go:392 +0xd8 io.CopyBuffer(0x17f35d0, 0x1370c220, 0xb5b920b0, 0x13a2c360, 0x14008000, 0x8000, 0x8000, 0x0, 0x139f9a30, 0x0, ...) /usr/lib/go/src/io/io.go:373 +0x5c github.com/docker/docker/pkg/pools.Copy(0x17f35d0, 0x1370c220, 0xb5b920b0, 0x13a2c360, 0x13a2c360, 0x14089110, 0x13ac0fdc, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x68 github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0xf44a0a, 0x6, 0x17f35d0, 0x1370c220, 0x17f7ee8, 0x13a2c360) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:119 +0xdc created by github.com/docker/docker/container/stream.(*Config).CopyStreams /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:136 +0x128 goroutine 284 [semacquire, 649 minutes]: sync.runtime_notifyListWait(0x13d95548, 0x1) /usr/lib/go/src/runtime/sema.go:507 +0x140 sync.(*Cond).Wait(0x13d95540) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x13a2c390, 0x14010000, 0x8000, 0x8000, 0xbb, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x48 io.copyBuffer(0x17f35d0, 0x1370c210, 0xb5b920b0, 0x13a2c390, 0x14010000, 0x8000, 0x8000, 0x7aa130, 0x138fc870, 0xd69488, ...) /usr/lib/go/src/io/io.go:392 +0xd8 io.CopyBuffer(0x17f35d0, 0x1370c210, 0xb5b920b0, 0x13a2c390, 0x14010000, 0x8000, 0x8000, 0x0, 0x0, 0xb5b96750, ...) /usr/lib/go/src/io/io.go:373 +0x5c github.com/docker/docker/pkg/pools.Copy(0x17f35d0, 0x1370c210, 0xb5b920b0, 0x13a2c390, 0x13a2c390, 0x13ac1774, 0x70dd8, 0x13eea460) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x68 github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0xf44a04, 0x6, 0x17f35d0, 0x1370c210, 0x17f7ee8, 0x13a2c390) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:119 +0xdc created by github.com/docker/docker/container/stream.(*Config).CopyStreams /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:137 +0x170 goroutine 285 [select, 649 minutes]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func3.1(0x13d03400, 0xb5b7e238, 0x13d955c0, 0x13b6ac80, 0x1395ca80, 0x1370e038, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:149 +0xf0 github.com/docker/docker/container/stream.(*Config).CopyStreams.func3(0x1395cac0, 0x13d03400, 0xb5b7e238, 0x13d955c0, 0x13b6ac80, 0x1395ca80) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:171 +0x60 created by github.com/docker/docker/container/stream.(*Config).CopyStreams /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:141 +0x1d4 goroutine 286 [semacquire, 649 minutes]: sync.runtime_Semacquire(0x13d0340c) /usr/lib/go/src/runtime/sema.go:56 +0x2c sync.(*WaitGroup).Wait(0x13d03400) /usr/lib/go/src/sync/waitgroup.go:131 +0x88 github.com/docker/docker/container/stream.(*Config).CopyStreams.func3.1.1(0x13d03400, 0x13fa9a80) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:146 +0x1c created by github.com/docker/docker/container/stream.(*Config).CopyStreams.func3.1 /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:145 +0x50 goroutine 288 [select, 649 minutes]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x13fa9b80, 0x13aabf90, 0x13f14000) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x90 created by github.com/docker/docker/api/server/router.cancellableHandler.func1 /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x15c goroutine 289 [select, 649 minutes]: github.com/docker/docker/container.(*State).Wait.func1(0xb5b7e238, 0x13d95720, 0x13f14040, 0x13bbbc40, 0x13bba380, 0x139f2120) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:223 +0xd8 created by github.com/docker/docker/container.(*State).Wait /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:222 +0xe4 goroutine 290 [IO wait, 649 minutes]: internal/poll.runtime_pollWait(0xb5b798b0, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13b6b004, 0x72, 0xffffff00, 0x17f71a0, 0x17f1ce8) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13b6b004, 0x13f8c000, 0x1000, 0x1000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x13b6aff0, 0x13f8c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:126 +0x148 net.(*netFD).Read(0x13b6aff0, 0x13f8c000, 0x1000, 0x1000, 0xb5b798b4, 0xabd90, 0x13b6aff0) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x13aabfd0, 0x13f8c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x137ee5a0, 0x13f8c000, 0x1000, 0x1000, 0x13b6aff0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).Read(0x13d95800, 0x13f8c000, 0x1000, 0x1000, 0x376a2c, 0x13aabfd0, 0x0) /usr/lib/go/src/net/http/server.go:753 +0x14c bufio.(*Reader).fill(0x13a2c3f0) /usr/lib/go/src/bufio/bufio.go:97 +0x104 bufio.(*Reader).Peek(0x13a2c3f0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/bufio/bufio.go:129 +0x28 net/http.(*conn).readRequest(0x1377fb60, 0x17fed68, 0x13d957e0, 0x0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:930 +0xb40 net/http.(*conn).serve(0x1377fb60, 0x17fed68, 0x13d957e0) /usr/lib/go/src/net/http/server.go:1739 +0x404 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2720 +0x208 goroutine 319 [IO wait, 649 minutes]: internal/poll.runtime_pollWait(0xb5b79838, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13aa8c94, 0x72, 0xffffff00, 0x17f71a0, 0x17f1ce8) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13aa8c94, 0x13d11300, 0x1, 0x1) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x13aa8c80, 0x13d113cd, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:126 +0x148 net.(*netFD).Read(0x13aa8c80, 0x13d113cd, 0x1, 0x1, 0x13d10d90, 0x0, 0x1) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x14033d10, 0x13d113cd, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x137ef3d0, 0x13d113cd, 0x1, 0x1, 0x13a45d70, 0x17f4a01, 0x13a45d70) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x13d113c0) /usr/lib/go/src/net/http/server.go:660 +0x48 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:656 +0xb0 goroutine 318 [select, 4 minutes]: github.com/docker/docker/api/server/router/system.(*systemRouter).getEvents(0x13f99b40, 0xb5b7e238, 0x13d115e0, 0x17fdd88, 0x13e51e60, 0x13de3d80, 0x13d114e0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/system/system_routes.go:151 +0x584 github.com/docker/docker/api/server/router/system.(*systemRouter).(github.com/docker/docker/api/server/router/system.getEvents)-fm(0xb5b7e238, 0x13d115e0, 0x17fdd88, 0x13e51e60, 0x13de3d80, 0x13d114e0, 0x100518, 0x13d9674c) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/system/system.go:26 +0x4c github.com/docker/docker/api/server/router.cancellableHandler.func1(0xb5b7e2b8, 0x13d11580, 0x17fdd88, 0x13e51e60, 0x13de3d80, 0x13d114e0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0xb5b7e2b8, 0x13d11580, 0x17fdd88, 0x13e51e60, 0x13de3d80, 0x13d114e0, 0xb5b7e2b8, 0x13d11580) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:27 +0xa4 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0xb5b7e2b8, 0x13d11520, 0x17fdd88, 0x13e51e60, 0x13de3d80, 0x13d114e0, 0x20, 0xc) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x2e8 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0xb5b7e2b8, 0x13d11520, 0x17fdd88, 0x13e51e60, 0x13de3d80, 0x13d114e0, 0xb5b7e2b8, 0x13d11520) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x578 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x17fdd88, 0x13e51e60, 0x13de3d80) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:137 +0x148 net/http.HandlerFunc.ServeHTTP(0x1403ebf0, 0x17fdd88, 0x13e51e60, 0x13de3d80) /usr/lib/go/src/net/http/server.go:1918 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x13fac480, 0x17fdd88, 0x13e51e60, 0x13de3d80) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x19c github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x14088390, 0x17fdd88, 0x13e51e60, 0x13de3d80) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x13711d00, 0x17fdd88, 0x13e51e60, 0x13de3d80) /usr/lib/go/src/net/http/server.go:2619 +0x74 net/http.(*conn).serve(0x14085500, 0x17fed68, 0x13d113a0) /usr/lib/go/src/net/http/server.go:1801 +0x57c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2720 +0x208 goroutine 303 [select, 4 minutes]: github.com/docker/docker/daemon.monitor(0x139e2900, 0x137aa000, 0x1406fb80, 0x17f3330, 0x14086632) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:207 +0x13c created by github.com/docker/docker/daemon.(*Daemon).updateHealthMonitor /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:297 +0xc8 goroutine 320 [select, 649 minutes]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x13a26900, 0x14033ef0, 0x13a26940) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x90 created by github.com/docker/docker/api/server/router.cancellableHandler.func1 /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x15c goroutine 321 [chan receive]: github.com/docker/docker/api/server/httputils.WriteLogStream(0xb5b7e238, 0x13d11b80, 0x17f4d28, 0x137862d0, 0x138db500, 0x13af8210, 0x138db500) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/httputils/write_log_stream.go:36 +0x17c github.com/docker/docker/api/server/router/container.(*containerRouter).getContainersLogs(0x13f994a0, 0xb5b7e238, 0x13d11b80, 0x17fdd88, 0x137862d0, 0x13de3f00, 0x13d11ac0, 0x13d29b18, 0x86bb90) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:115 +0x2e4 github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.getContainersLogs)-fm(0xb5b7e238, 0x13d11b80, 0x17fdd88, 0x137862d0, 0x13de3f00, 0x13d11ac0, 0x100518, 0x13d96abc) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:55 +0x4c github.com/docker/docker/api/server/router.cancellableHandler.func1(0xb5b7e2b8, 0x13d11b60, 0x17fdd88, 0x137862d0, 0x13de3f00, 0x13d11ac0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0xb5b7e2b8, 0x13d11b60, 0x17fdd88, 0x137862d0, 0x13de3f00, 0x13d11ac0, 0xb5b7e2b8, 0x13d11b60) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:27 +0xa4 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0xb5b7e2b8, 0x13d11b00, 0x17fdd88, 0x137862d0, 0x13de3f00, 0x13d11ac0, 0x20, 0xc) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x2e8 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0xb5b7e2b8, 0x13d11b00, 0x17fdd88, 0x137862d0, 0x13de3f00, 0x13d11ac0, 0xb5b7e2b8, 0x13d11b00) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x578 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x17fdd88, 0x137862d0, 0x13de3f00) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:137 +0x148 net/http.HandlerFunc.ServeHTTP(0x13851df0, 0x17fdd88, 0x137862d0, 0x13de3f00) /usr/lib/go/src/net/http/server.go:1918 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x13fac480, 0x17fdd88, 0x137862d0, 0x13de3f00) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x19c github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x14088390, 0x17fdd88, 0x137862d0, 0x13de3f00) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x13711d00, 0x17fdd88, 0x137862d0, 0x13de3f00) /usr/lib/go/src/net/http/server.go:2619 +0x74 net/http.(*conn).serve(0x14085860, 0x17fed68, 0x13d119a0) /usr/lib/go/src/net/http/server.go:1801 +0x57c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2720 +0x208 goroutine 322 [IO wait, 649 minutes]: internal/poll.runtime_pollWait(0xb5b797c0, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13aa8d84, 0x72, 0xffffff00, 0x17f71a0, 0x17f1ce8) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13aa8d84, 0x13d11900, 0x1, 0x1) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x13aa8d70, 0x13d119cd, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:126 +0x148 net.(*netFD).Read(0x13aa8d70, 0x13d119cd, 0x1, 0x1, 0x142020ec, 0x13d90c84, 0x13d90cf4) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x1370ed08, 0x13d119cd, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x137ef520, 0x13d119cd, 0x1, 0x1, 0xffffffff, 0xfcb020, 0x73fc8) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x13d119c0) /usr/lib/go/src/net/http/server.go:660 +0x48 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:656 +0xb0 goroutine 297 [semacquire, 4 minutes]: sync.runtime_notifyListWait(0x13e64e28, 0x11c) /usr/lib/go/src/runtime/sema.go:507 +0x140 sync.(*Cond).Wait(0x13e64e20) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x139754d0, 0x14216000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x48 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x13975740, 0xf44a0a, 0x6, 0xb5b920b0, 0x139754d0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:74 +0x548 created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:46 +0xb8 goroutine 298 [semacquire, 649 minutes]: sync.runtime_notifyListWait(0x13e64ea8, 0x1) /usr/lib/go/src/runtime/sema.go:507 +0x140 sync.(*Cond).Wait(0x13e64ea0) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x13975500, 0x1421a000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:134 +0x48 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x13975740, 0xf44a04, 0x6, 0xb5b920b0, 0x13975500) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:74 +0x548 created by github.com/docker/docker/daemon/logger.(*Copier).Run /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:46 +0xb8 goroutine 299 [IO wait, 4 minutes]: internal/poll.runtime_pollWait(0xb5b799a0, 0x72, 0x1) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x14078f74, 0x72, 0xffffff01, 0x17f71a0, 0x17f1ce8) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x14078f74, 0x1421e001, 0x8000, 0x8000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x14078f60, 0x1421e000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:126 +0x148 os.(*File).read(0x1408e320, 0x1421e000, 0x8000, 0x8000, 0x30, 0x13f15f70, 0x30) /usr/lib/go/src/os/file_unix.go:216 +0x3c os.(*File).Read(0x1408e320, 0x1421e000, 0x8000, 0x8000, 0x139754dc, 0x89320, 0x13b6e1a0) /usr/lib/go/src/os/file.go:103 +0x4c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x138dbd80, 0x1421e000, 0x8000, 0x8000, 0x30, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:138 +0x18c io.copyBuffer(0x17f34f8, 0x13b6e1a0, 0xb5b920c8, 0x138dbd80, 0x1421e000, 0x8000, 0x8000, 0x7aa130, 0x138fc870, 0xd69488, ...) /usr/lib/go/src/io/io.go:392 +0xd8 io.CopyBuffer(0x17f34f8, 0x13b6e1a0, 0xb5b920c8, 0x138dbd80, 0x1421e000, 0x8000, 0x8000, 0x13c114e0, 0x13c11500, 0x13c11520, ...) /usr/lib/go/src/io/io.go:373 +0x5c github.com/docker/docker/pkg/pools.Copy(0x17f34f8, 0x13b6e1a0, 0xb5b920c8, 0x138dbd80, 0x138dbd80, 0x13c11700, 0x13c11720, 0x13c11740) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x68 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x17f34f8, 0x13b6e1a0, 0xb5b92078, 0x138dbd80, 0x13b40060) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:121 +0x50 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:120 +0x68 goroutine 300 [IO wait, 649 minutes]: internal/poll.runtime_pollWait(0xb5b79a18, 0x72, 0x1) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x14078f44, 0x72, 0xffffff01, 0x17f71a0, 0x17f1ce8) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x14078f44, 0x1420e001, 0x8000, 0x8000) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x14078f30, 0x1420e000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:126 +0x148 os.(*File).read(0x1408e318, 0x1420e000, 0x8000, 0x8000, 0xbb, 0x14202030, 0x7b) /usr/lib/go/src/os/file_unix.go:216 +0x3c os.(*File).Read(0x1408e318, 0x1420e000, 0x8000, 0x8000, 0x1397550c, 0x89320, 0x13b6e0e0) /usr/lib/go/src/os/file.go:103 +0x4c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x138dbdc0, 0x1420e000, 0x8000, 0x8000, 0xbb, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:138 +0x18c io.copyBuffer(0x17f34f8, 0x13b6e0e0, 0xb5b920c8, 0x138dbdc0, 0x1420e000, 0x8000, 0x8000, 0x7aa130, 0x138fc870, 0xd69488, ...) /usr/lib/go/src/io/io.go:392 +0xd8 io.CopyBuffer(0x17f34f8, 0x13b6e0e0, 0xb5b920c8, 0x138dbdc0, 0x1420e000, 0x8000, 0x8000, 0x13884f20, 0x13884f40, 0x13884f60, ...) /usr/lib/go/src/io/io.go:373 +0x5c github.com/docker/docker/pkg/pools.Copy(0x17f34f8, 0x13b6e0e0, 0xb5b920c8, 0x138dbdc0, 0x138dbdc0, 0x13885140, 0x13885160, 0x13885180) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x68 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x17f34f8, 0x13b6e0e0, 0xb5b92078, 0x138dbdc0, 0x13b40060) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:121 +0x50 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:120 +0x68 goroutine 323 [select, 649 minutes]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x13a26bc0, 0x1370edd0, 0x13a26c00) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x90 created by github.com/docker/docker/api/server/router.cancellableHandler.func1 /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x15c goroutine 324 [select, 649 minutes]: github.com/docker/docker/daemon/logger/journald.(*journald).followJournal(0x13eee3c0, 0x13d11ca0, 0x33017a8, 0x2b, 0x34, 0xb58010a0, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:300 +0x1bc github.com/docker/docker/daemon/logger/journald.(*journald).readLogs(0x13eee3c0, 0x13d11ca0, 0x0, 0x0, 0x7791f700, 0xe, 0x1857ad8, 0x0, 0x0, 0x0, ...) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:425 +0x60c created by github.com/docker/docker/daemon/logger/journald.(*journald).ReadLogs /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:439 +0x100 goroutine 325 [select]: github.com/docker/docker/daemon.(*Daemon).ContainerLogs.func2(0x13d11ca0, 0x138db500, 0x13af8270, 0xb5b7e238, 0x13d11b80) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:113 +0x18c created by github.com/docker/docker/daemon.(*Daemon).ContainerLogs /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:103 +0x578 goroutine 326 [chan receive]: github.com/docker/docker/api/server/httputils.WriteLogStream(0xb5b7e238, 0x13d4e040, 0x17f4d28, 0x137866c0, 0x138db600, 0x13af8330, 0x138db600) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/httputils/write_log_stream.go:36 +0x17c github.com/docker/docker/api/server/router/container.(*containerRouter).getContainersLogs(0x13f994a0, 0xb5b7e238, 0x13d4e040, 0x17fdd88, 0x137866c0, 0x13a30180, 0x13d11f80, 0x13d26b18, 0x86bb90) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:115 +0x2e4 github.com/docker/docker/api/server/router/container.(*containerRouter).(github.com/docker/docker/api/server/router/container.getContainersLogs)-fm(0xb5b7e238, 0x13d4e040, 0x17fdd88, 0x137866c0, 0x13a30180, 0x13d11f80, 0x100518, 0x13d96d7c) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container.go:55 +0x4c github.com/docker/docker/api/server/router.cancellableHandler.func1(0xb5b7e2b8, 0x13d4e020, 0x17fdd88, 0x137866c0, 0x13a30180, 0x13d11f80, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:92 +0x90 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0xb5b7e2b8, 0x13d4e020, 0x17fdd88, 0x137866c0, 0x13a30180, 0x13d11f80, 0xb5b7e2b8, 0x13d4e020) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:27 +0xa4 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0xb5b7e2b8, 0x13d11fc0, 0x17fdd88, 0x137866c0, 0x13a30180, 0x13d11f80, 0x20, 0xc) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x2e8 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0xb5b7e2b8, 0x13d11fc0, 0x17fdd88, 0x137866c0, 0x13a30180, 0x13d11f80, 0xb5b7e2b8, 0x13d11fc0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x578 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x17fdd88, 0x137866c0, 0x13a30180) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:137 +0x148 net/http.HandlerFunc.ServeHTTP(0x13851df0, 0x17fdd88, 0x137866c0, 0x13a30180) /usr/lib/go/src/net/http/server.go:1918 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x13fac480, 0x17fdd88, 0x137866c0, 0x13a30180) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:103 +0x19c github.com/docker/docker/api/server.(*routerSwapper).ServeHTTP(0x14088390, 0x17fdd88, 0x137866c0, 0x13a30180) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router_swapper.go:29 +0x58 net/http.serverHandler.ServeHTTP(0x13711d00, 0x17fdd88, 0x137866c0, 0x13a30180) /usr/lib/go/src/net/http/server.go:2619 +0x74 net/http.(*conn).serve(0x140858c0, 0x17fed68, 0x13d11d80) /usr/lib/go/src/net/http/server.go:1801 +0x57c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:2720 +0x208 goroutine 327 [IO wait, 649 minutes]: internal/poll.runtime_pollWait(0xb5b79748, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13aa8e24, 0x72, 0xffffff00, 0x17f71a0, 0x17f1ce8) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13aa8e24, 0x13d11d00, 0x1, 0x1) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x13aa8e10, 0x13d11ded, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:126 +0x148 net.(*netFD).Read(0x13aa8e10, 0x13d11ded, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x1370ee70, 0x13d11ded, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x137ef5e0, 0x13d11ded, 0x1, 0x1, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x13d11de0) /usr/lib/go/src/net/http/server.go:660 +0x48 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:656 +0xb0 goroutine 328 [select, 649 minutes]: github.com/docker/docker/api/server/router.cancellableHandler.func1.1(0x13a26d80, 0x1370eeb8, 0x13a26dc0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:85 +0x90 created by github.com/docker/docker/api/server/router.cancellableHandler.func1 /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/local.go:84 +0x15c goroutine 329 [select, 649 minutes]: github.com/docker/docker/daemon/logger/journald.(*journald).followJournal(0x13eee3c0, 0x13d4e140, 0xb5800900, 0x36, 0x37, 0xb5a00f98, 0x0, 0x0, 0x0) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:300 +0x1bc github.com/docker/docker/daemon/logger/journald.(*journald).readLogs(0x13eee3c0, 0x13d4e140, 0x0, 0x0, 0x7791f700, 0xe, 0x1857ad8, 0x0, 0x0, 0x0, ...) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:425 +0x60c created by github.com/docker/docker/daemon/logger/journald.(*journald).ReadLogs /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:439 +0x100 goroutine 330 [select]: github.com/docker/docker/daemon.(*Daemon).ContainerLogs.func2(0x13d4e140, 0x138db600, 0x13af83c0, 0xb5b7e238, 0x13d4e040) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:113 +0x18c created by github.com/docker/docker/daemon.(*Daemon).ContainerLogs /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logs.go:103 +0x578 goroutine 335 [syscall, locked to thread]: github.com/docker/docker/daemon/logger/journald._Cfunc_wait_for_data_cancelable(0x33017a8, 0x2b, 0x0) github.com/docker/docker/daemon/logger/journald/_obj/_cgo_gotypes.go:393 +0x38 github.com/docker/docker/daemon/logger/journald.(*journald).followJournal.func1.1(0x33017a8, 0x2b, 0x33017a8) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:272 +0x4c github.com/docker/docker/daemon/logger/journald.(*journald).followJournal.func1(0x33017a8, 0x2b, 0x34, 0x13eee3c0, 0x145bbff8, 0x13d11ca0, 0x0, 0x0, 0x145d1e00) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:272 +0x24 created by github.com/docker/docker/daemon/logger/journald.(*journald).followJournal /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:268 +0x124 goroutine 336 [syscall, locked to thread]: github.com/docker/docker/daemon/logger/journald._Cfunc_wait_for_data_cancelable(0xb5800900, 0x36, 0x0) github.com/docker/docker/daemon/logger/journald/_obj/_cgo_gotypes.go:393 +0x38 github.com/docker/docker/daemon/logger/journald.(*journald).followJournal.func1.1(0xb5800900, 0x36, 0xb5800900) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:272 +0x4c github.com/docker/docker/daemon/logger/journald.(*journald).followJournal.func1(0xb5800900, 0x36, 0x37, 0x13eee3c0, 0x14670fa8, 0x13d4e140, 0x0, 0x0, 0x14686f40) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:272 +0x24 created by github.com/docker/docker/daemon/logger/journald.(*journald).followJournal /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/journald/read.go:268 +0x124 goroutine 8289 [IO wait]: internal/poll.runtime_pollWait(0xb5b796d0, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:173 +0x44 internal/poll.(*pollDesc).wait(0x13a42dd4, 0x72, 0xffffff00, 0x17f71a0, 0x17f1ce8) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:85 +0x8c internal/poll.(*pollDesc).waitRead(0x13a42dd4, 0x13e65c00, 0x1, 0x1) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:90 +0x2c internal/poll.(*FD).Read(0x13a42dc0, 0x13e65ced, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:126 +0x148 net.(*netFD).Read(0x13a42dc0, 0x13e65ced, 0x1, 0x1, 0x13eef4b0, 0x0, 0x1) /usr/lib/go/src/net/fd_unix.go:202 +0x38 net.(*conn).Read(0x14446510, 0x13e65ced, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:176 +0x58 github.com/docker/docker/cmd/dockerd/hack.(*MalformedHostHeaderOverrideConn).Read(0x13d1ba70, 0x13e65ced, 0x1, 0x1, 0x13f9fb60, 0x17f4a01, 0x13f9fb60) /yocto/resin-board/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/balena/17.13.3-dev+gitfe78e2c9a69313007c53c83fff4b5525fbc2ba45-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/hack/malformed_host_override.go:110 +0x54 net/http.(*connReader).backgroundRead(0x13e65ce0) /usr/lib/go/src/net/http/server.go:660 +0x48 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:656 +0xb0 real 0m 0.11s user 0m 0.03s sys 0m 0.02s --- balena --version --- 2020-05-27 00:01:17.372929006+00:00 balena-engine version 17.13.3-dev, build fe78e2c9a69313007c53c83fff4b5525fbc2ba45 real 0m 0.50s user 0m 0.34s sys 0m 0.10s --- balena images --- 2020-05-27 00:01:17.967712535+00:00 REPOSITORY TAG IMAGE ID CREATED SIZE 3dce08250f7f 4 days ago 18B balena/rpi-supervisor v9.15.7 7c53451a328c 12 months ago 58.9MB real 0m 0.53s user 0m 0.37s sys 0m 0.09s --- balena ps -a --- 2020-05-27 00:01:18.593341988+00:00 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES fd551838df03 3dce08250f7f "/usr/bin/entry.sh /…" 4 days ago Up 11 hours solmon_2296070_1391272 21d1e5fd5426 balena/rpi-supervisor:v9.15.7 "./entry.sh" 8 months ago Up 11 hours (healthy) resin_supervisor real 0m 0.54s user 0m 0.38s sys 0m 0.08s --- balena stats --all --no-stream --- 2020-05-27 00:01:19.217732444+00:00 CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS fd551838df03 solmon_2296070_1391272 0.11% 8.422MiB / 479.9MiB 1.75% 0B / 0B 56.6MB / 860kB 0 21d1e5fd5426 resin_supervisor 0.04% 41.21MiB / 479.9MiB 8.59% 0B / 0B 59.4MB / 49.2kB 0 real 0m 3.02s user 0m 0.42s sys 0m 0.12s --- balena system df --- 2020-05-27 00:01:22.382649619+00:00 TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 2 2 58.93MB 0B (0%) Containers 2 2 70.04kB 0B (0%) Local Volumes 1 1 592.1MB 0B (0%) Build Cache 0B 0B real 0m 1.05s user 0m 0.34s sys 0m 0.13s --- balena volume ls --- 2020-05-27 00:01:23.536124767+00:00 DRIVER VOLUME NAME local 1273333_resin-data real 0m 0.50s user 0m 0.34s sys 0m 0.11s --- systemctl status balena --no-pager --- 2020-05-27 00:01:24.132010294+00:00 ● balena.service - Balena Application Container Engine Loaded: loaded (/lib/systemd/system/balena.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2020-05-26 13:11:53 UTC; 10h ago Docs: https://www.balena.io/docs/getting-started Main PID: 878 (balenad) CGroup: /system.slice/balena.service ├─ 878 /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 ├─ 884 /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 878 ├─ 934 balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml ├─ 1220 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/fd551838df036b601523f714ef3d7c43d00126223e987f578501d0827fa4093d -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 ├─ 1234 /bin/bash -c . cmd.sh ├─ 1273 udevd --daemon ├─ 1326 python3 LED.py ├─ 1327 /bin/bash ./connectCheck.sh ├─ 1482 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f -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 ├─ 1521 node /usr/src/app/dist/app.js ├─ 1545 /usr/bin/dbus-daemon --system ├─ 1552 avahi-daemon: running [71b132b.local] ├─ 1553 avahi-daemon: chroot helper ├─ 6800 python3 LED.py ├─11891 sleep 600 ├─12354 nmcli c show comms-wifi └─12355 grep -q connection.id May 27 00:01:23 71b132b balenad[878]: time="2020-05-27T00:01:23.369326180Z" level=warning msg="found leaked image layer sha256:f88248cb42f0615c29b6220849e4f667f9a5d87474e728901839086e59438ab0 platform linux" May 27 00:01:23 71b132b balenad[878]: time="2020-05-27T00:01:23.369568179Z" level=warning msg="found leaked image layer sha256:28b469f462c1a5d12f506d242c44533e859c3fe09c8d28e38b105978736df329 platform linux" May 27 00:01:23 71b132b balenad[878]: time="2020-05-27T00:01:23.378371157Z" level=warning msg="found leaked image layer sha256:cb56831f70ff1f1659f140fcf775c530a47f95c6479ef39c521dcc34c039da95 platform linux" May 27 00:01:23 71b132b balenad[878]: time="2020-05-27T00:01:23.378662157Z" level=warning msg="found leaked image layer sha256:25434c73611a40397ff592d30d40796ba05bafebfcb999f53ac1c781e979b7df platform linux" May 27 00:01:23 71b132b balenad[878]: time="2020-05-27T00:01:23.379642154Z" level=warning msg="found leaked image layer sha256:625ab016357e4cf5f8904b1823453eaf5130f80f6e716be2eac1ccc43dd161c7 platform linux" May 27 00:01:23 71b132b balenad[878]: time="2020-05-27T00:01:23.379942154Z" level=warning msg="found leaked image layer sha256:d63bd0854dcd26b62f535b72507b2c8d9d4478746bef662efe78ac86648dabc1 platform linux" May 27 00:01:23 71b132b balenad[878]: time="2020-05-27T00:01:23.380299153Z" level=warning msg="found leaked image layer sha256:d4c722ba1f3145827ef2e0d5718a6a517cab5cc3d3f8a210a166d5ad7c146788 platform linux" May 27 00:01:23 71b132b balenad[878]: time="2020-05-27T00:01:23.385764139Z" level=warning msg="found leaked image layer sha256:9f8a96fd4886aa4dafb9d86154b9a8503a258c6beef8b5bb470b65700c77b27d platform linux" May 27 00:01:23 71b132b balenad[878]: time="2020-05-27T00:01:23.386044138Z" level=warning msg="found leaked image layer sha256:d9daff6c94e6953df45ead29fd5ab89c19b08302fb9a7da957d501df7a09be8f platform linux" May 27 00:01:23 71b132b balenad[878]: time="2020-05-27T00:01:23.415232066Z" level=warning msg="found leaked image layer sha256:26c2779a67ce53d237ccb65adaf71ce3762d2dba749da5bc1793b5a196dcb975 platform linux" real 0m 0.14s user 0m 0.06s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n 200 -a -u balena --- 2020-05-27 00:01:24.353659746+00:00 -- Logs begin at Tue 2020-05-26 11:32:00 UTC, end at Wed 2020-05-27 00:01:23 UTC. -- May 26 23:35:19 balenad[878]: CONNECT Tue May 26 23:35:19 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:35:19 balenad[878]: CONNECT Tue May 26 23:35:19 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:35:47 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:35:47 balenad[878]: CONNECT Tue May 26 23:35:47 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:35:47 balenad[878]: CONNECT Tue May 26 23:35:47 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:36:15 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:36:15 balenad[878]: CONNECT Tue May 26 23:36:15 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:36:15 balenad[878]: CONNECT Tue May 26 23:36:15 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:36:42 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:36:42 balenad[878]: CONNECT Tue May 26 23:36:42 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:36:42 balenad[878]: CONNECT Tue May 26 23:36:42 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:37:09 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:37:09 balenad[878]: CONNECT Tue May 26 23:37:09 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:37:10 balenad[878]: CONNECT Tue May 26 23:37:10 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:37:37 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:37:37 balenad[878]: CONNECT Tue May 26 23:37:37 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:37:37 balenad[878]: CONNECT Tue May 26 23:37:37 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:37:39 balenad[878]: time="2020-05-26T23:37:39.305029939Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:37:39 balenad[878]: Supervisor API: GET /v1/healthy 200 - 83.999 ms May 26 23:37:40 balenad[878]: time="2020-05-26T23:37:40.374612541Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:38:06 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:38:06 balenad[878]: CONNECT Tue May 26 23:38:06 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:38:07 balenad[878]: CONNECT Tue May 26 23:38:07 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:38:35 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:38:35 balenad[878]: CONNECT Tue May 26 23:38:35 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:38:35 balenad[878]: CONNECT Tue May 26 23:38:35 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:39:10 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:39:10 balenad[878]: CONNECT Tue May 26 23:39:10 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:39:10 balenad[878]: CONNECT Tue May 26 23:39:10 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:39:38 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:39:38 balenad[878]: CONNECT Tue May 26 23:39:38 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:39:38 balenad[878]: CONNECT Tue May 26 23:39:38 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:40:07 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:40:07 balenad[878]: CONNECT Tue May 26 23:40:07 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:40:07 balenad[878]: CONNECT Tue May 26 23:40:07 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:40:34 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:40:34 balenad[878]: CONNECT Tue May 26 23:40:34 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:40:34 balenad[878]: CONNECT Tue May 26 23:40:34 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:41:01 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:41:01 balenad[878]: CONNECT Tue May 26 23:41:01 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:41:01 balenad[878]: CONNECT Tue May 26 23:41:01 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:41:28 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:41:28 balenad[878]: CONNECT Tue May 26 23:41:28 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:41:28 balenad[878]: CONNECT Tue May 26 23:41:28 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:41:53 balenad[878]: Idling... May 26 23:41:55 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:41:55 balenad[878]: CONNECT Tue May 26 23:41:55 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:41:55 balenad[878]: CONNECT Tue May 26 23:41:55 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:42:29 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:42:29 balenad[878]: CONNECT Tue May 26 23:42:29 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:42:29 balenad[878]: CONNECT Tue May 26 23:42:29 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:42:41 balenad[878]: Attempting container log timestamp flush... May 26 23:42:41 balenad[878]: Container log timestamp flush complete May 26 23:42:41 balenad[878]: time="2020-05-26T23:42:41.811866784Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:42:41 balenad[878]: Supervisor API: GET /v1/healthy 200 - 44.004 ms May 26 23:42:42 balenad[878]: time="2020-05-26T23:42:42.833127539Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:42:54 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:42:54 balenad[878]: CONNECT Tue May 26 23:42:54 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:42:55 balenad[878]: CONNECT Tue May 26 23:42:55 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:43:20 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:43:20 balenad[878]: CONNECT Tue May 26 23:43:20 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:43:20 balenad[878]: CONNECT Tue May 26 23:43:20 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:43:46 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:43:46 balenad[878]: CONNECT Tue May 26 23:43:46 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:43:46 balenad[878]: CONNECT Tue May 26 23:43:46 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:44:17 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:44:17 balenad[878]: CONNECT Tue May 26 23:44:17 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:44:17 balenad[878]: CONNECT Tue May 26 23:44:17 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:44:48 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:44:48 balenad[878]: CONNECT Tue May 26 23:44:48 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:44:49 balenad[878]: CONNECT Tue May 26 23:44:49 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:45:15 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:45:15 balenad[878]: CONNECT Tue May 26 23:45:15 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:45:16 balenad[878]: CONNECT Tue May 26 23:45:16 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:45:45 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:45:45 balenad[878]: CONNECT Tue May 26 23:45:45 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:45:45 balenad[878]: CONNECT Tue May 26 23:45:45 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:46:14 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:46:14 balenad[878]: CONNECT Tue May 26 23:46:14 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:46:14 balenad[878]: CONNECT Tue May 26 23:46:14 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:46:43 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:46:43 balenad[878]: CONNECT Tue May 26 23:46:43 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:46:43 balenad[878]: CONNECT Tue May 26 23:46:43 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:47:11 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:47:11 balenad[878]: CONNECT Tue May 26 23:47:11 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:47:11 balenad[878]: CONNECT Tue May 26 23:47:11 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:47:36 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:47:36 balenad[878]: CONNECT Tue May 26 23:47:36 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:47:37 balenad[878]: CONNECT Tue May 26 23:47:37 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:47:44 balenad[878]: time="2020-05-26T23:47:44.229170912Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:47:44 balenad[878]: Supervisor API: GET /v1/healthy 200 - 39.848 ms May 26 23:47:45 balenad[878]: time="2020-05-26T23:47:45.244505686Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:48:05 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:48:05 balenad[878]: CONNECT Tue May 26 23:48:05 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:48:05 balenad[878]: CONNECT Tue May 26 23:48:05 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:48:37 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:48:37 balenad[878]: CONNECT Tue May 26 23:48:37 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:48:37 balenad[878]: CONNECT Tue May 26 23:48:37 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:49:03 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:49:03 balenad[878]: CONNECT Tue May 26 23:49:03 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:49:03 balenad[878]: CONNECT Tue May 26 23:49:03 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:49:36 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:49:36 balenad[878]: CONNECT Tue May 26 23:49:36 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:49:36 balenad[878]: CONNECT Tue May 26 23:49:36 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:50:05 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:50:05 balenad[878]: CONNECT Tue May 26 23:50:05 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:50:05 balenad[878]: CONNECT Tue May 26 23:50:05 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:50:33 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:50:33 balenad[878]: CONNECT Tue May 26 23:50:33 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:50:33 balenad[878]: CONNECT Tue May 26 23:50:33 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:51:00 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:51:00 balenad[878]: CONNECT Tue May 26 23:51:00 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:51:00 balenad[878]: CONNECT Tue May 26 23:51:00 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:51:32 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:51:32 balenad[878]: CONNECT Tue May 26 23:51:32 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:51:32 balenad[878]: CONNECT Tue May 26 23:51:32 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:51:53 balenad[878]: Idling... May 26 23:52:00 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:52:00 balenad[878]: CONNECT Tue May 26 23:52:00 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:52:00 balenad[878]: CONNECT Tue May 26 23:52:00 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:52:28 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:52:28 balenad[878]: CONNECT Tue May 26 23:52:28 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:52:28 balenad[878]: CONNECT Tue May 26 23:52:28 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:52:41 balenad[878]: Attempting container log timestamp flush... May 26 23:52:41 balenad[878]: Container log timestamp flush complete May 26 23:52:46 balenad[878]: time="2020-05-26T23:52:46.746846722Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:52:46 balenad[878]: Supervisor API: GET /v1/healthy 200 - 47.551 ms May 26 23:52:47 balenad[878]: time="2020-05-26T23:52:47.623352938Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:52:55 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:52:55 balenad[878]: CONNECT Tue May 26 23:52:55 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:52:55 balenad[878]: CONNECT Tue May 26 23:52:55 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:53:24 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:53:24 balenad[878]: CONNECT Tue May 26 23:53:24 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:53:24 balenad[878]: CONNECT Tue May 26 23:53:24 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:53:54 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:53:54 balenad[878]: CONNECT Tue May 26 23:53:54 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:53:54 balenad[878]: CONNECT Tue May 26 23:53:54 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:54:20 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:54:20 balenad[878]: CONNECT Tue May 26 23:54:20 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:54:20 balenad[878]: CONNECT Tue May 26 23:54:20 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:54:53 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:54:53 balenad[878]: CONNECT Tue May 26 23:54:53 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:54:53 balenad[878]: CONNECT Tue May 26 23:54:53 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:55:20 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:55:20 balenad[878]: CONNECT Tue May 26 23:55:20 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:55:20 balenad[878]: CONNECT Tue May 26 23:55:20 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:55:50 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:55:50 balenad[878]: CONNECT Tue May 26 23:55:50 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:55:50 balenad[878]: CONNECT Tue May 26 23:55:50 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:56:18 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:56:18 balenad[878]: CONNECT Tue May 26 23:56:18 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:56:18 balenad[878]: CONNECT Tue May 26 23:56:18 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:56:44 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:56:44 balenad[878]: CONNECT Tue May 26 23:56:44 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:56:45 balenad[878]: CONNECT Tue May 26 23:56:45 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:57:12 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:57:12 balenad[878]: CONNECT Tue May 26 23:57:12 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:57:12 balenad[878]: CONNECT Tue May 26 23:57:12 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:57:39 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:57:39 balenad[878]: CONNECT Tue May 26 23:57:39 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:57:39 balenad[878]: CONNECT Tue May 26 23:57:39 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:57:49 balenad[878]: time="2020-05-26T23:57:49.119031906Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:57:49 balenad[878]: Supervisor API: GET /v1/healthy 200 - 69.560 ms May 26 23:57:50 balenad[878]: time="2020-05-26T23:57:50.155580343Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:58:11 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:58:11 balenad[878]: CONNECT Tue May 26 23:58:11 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:58:11 balenad[878]: CONNECT Tue May 26 23:58:11 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:58:40 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:58:40 balenad[878]: CONNECT Tue May 26 23:58:40 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:58:40 balenad[878]: CONNECT Tue May 26 23:58:40 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:59:06 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:59:06 balenad[878]: CONNECT Tue May 26 23:59:06 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:59:07 balenad[878]: CONNECT Tue May 26 23:59:07 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:59:40 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:59:40 balenad[878]: CONNECT Tue May 26 23:59:40 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:59:40 balenad[878]: CONNECT Tue May 26 23:59:40 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 27 00:00:06 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 27 00:00:06 balenad[878]: CONNECT Wed May 27 00:00:06 UTC 2020 - No SolSense-Hotspot configured in system connections May 27 00:00:06 balenad[878]: CONNECT Wed May 27 00:00:06 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 27 00:00:35 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 27 00:00:35 balenad[878]: CONNECT Wed May 27 00:00:35 UTC 2020 - No SolSense-Hotspot configured in system connections May 27 00:00:35 balenad[878]: CONNECT Wed May 27 00:00:35 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 27 00:01:05 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 27 00:01:05 balenad[878]: CONNECT Wed May 27 00:01:05 UTC 2020 - No SolSense-Hotspot configured in system connections May 27 00:01:05 balenad[878]: CONNECT Wed May 27 00:01:05 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.362537197Z" level=warning msg="found leaked image layer sha256:ca54481c76221b8fe3f49f3f69aa542dca22c491075dda417c96ed5f1aa2b285 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.368220183Z" level=warning msg="found leaked image layer sha256:f2e3f2d0e6893cf29bbcddae567da04752e173c6dec93b4e1632886f2ec822cb platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.368565182Z" level=warning msg="found leaked image layer sha256:7ce4b502767a77499362efe6d6123e6fcd07ad49fe9a2b686f2952d51897c242 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.368825181Z" level=warning msg="found leaked image layer sha256:bd04091dc8fcb674cd3e5c8d4c7985212305e2933c57068d328694eb4af054e7 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.369075180Z" level=warning msg="found leaked image layer sha256:46ae17c9798f82e8248947ef4aec9057b67c0a2dd7b055104f2896b6b39f7f0e platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.369326180Z" level=warning msg="found leaked image layer sha256:f88248cb42f0615c29b6220849e4f667f9a5d87474e728901839086e59438ab0 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.369568179Z" level=warning msg="found leaked image layer sha256:28b469f462c1a5d12f506d242c44533e859c3fe09c8d28e38b105978736df329 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.378371157Z" level=warning msg="found leaked image layer sha256:cb56831f70ff1f1659f140fcf775c530a47f95c6479ef39c521dcc34c039da95 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.378662157Z" level=warning msg="found leaked image layer sha256:25434c73611a40397ff592d30d40796ba05bafebfcb999f53ac1c781e979b7df platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.379642154Z" level=warning msg="found leaked image layer sha256:625ab016357e4cf5f8904b1823453eaf5130f80f6e716be2eac1ccc43dd161c7 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.379942154Z" level=warning msg="found leaked image layer sha256:d63bd0854dcd26b62f535b72507b2c8d9d4478746bef662efe78ac86648dabc1 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.380299153Z" level=warning msg="found leaked image layer sha256:d4c722ba1f3145827ef2e0d5718a6a517cab5cc3d3f8a210a166d5ad7c146788 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.385764139Z" level=warning msg="found leaked image layer sha256:9f8a96fd4886aa4dafb9d86154b9a8503a258c6beef8b5bb470b65700c77b27d platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.386044138Z" level=warning msg="found leaked image layer sha256:d9daff6c94e6953df45ead29fd5ab89c19b08302fb9a7da957d501df7a09be8f platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.415232066Z" level=warning msg="found leaked image layer sha256:26c2779a67ce53d237ccb65adaf71ce3762d2dba749da5bc1793b5a196dcb975 platform linux" real 0m 0.13s user 0m 0.07s sys 0m 0.03s --- journalctl --no-pager --no-hostname -n 1000 -at balenad --- 2020-05-27 00:01:24.578410190+00:00 -- Logs begin at Tue 2020-05-26 11:32:00 UTC, end at Wed 2020-05-27 00:01:23 UTC. -- May 26 11:33:07 balenad[878]: time="2020-05-26T11:33:07Z" level=warning msg="Running experimental build" May 26 11:33:07 balenad[878]: time="2020-05-26T11:33:07.751600414Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=934 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="starting containerd" module=containerd revision= version=1.0.0+unknown May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="setting subreaper..." module=containerd May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="changing OOM score to -500" module=containerd May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." module=containerd type=io.containerd.content.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." module=containerd type=io.containerd.snapshotter.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." module=containerd type=io.containerd.metadata.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." module=containerd type=io.containerd.differ.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." module=containerd type=io.containerd.gc.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." module=containerd type=io.containerd.grpc.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." module=containerd type=io.containerd.grpc.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." module=containerd type=io.containerd.grpc.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." module=containerd type=io.containerd.grpc.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." module=containerd type=io.containerd.grpc.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." module=containerd type=io.containerd.grpc.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." module=containerd type=io.containerd.grpc.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." module=containerd type=io.containerd.grpc.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." module=containerd type=io.containerd.grpc.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." module=containerd type=io.containerd.monitor.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." module=containerd type=io.containerd.runtime.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." module=containerd type=io.containerd.grpc.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." module=containerd type=io.containerd.grpc.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." module=containerd type=io.containerd.grpc.v1 May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock module=containerd/debug May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock module=containerd/grpc May 26 11:33:09 balenad[878]: time="2020-05-26T11:33:09Z" level=info msg="containerd successfully booted in 0.264562s" module=containerd May 26 11:33:14 balenad[878]: time="2020-05-26T11:33:14.354795559Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" May 26 11:33:14 balenad[878]: time="2020-05-26T11:33:14.370636487Z" level=warning msg="Your kernel does not support cgroup rt period" May 26 11:33:14 balenad[878]: time="2020-05-26T11:33:14.377949454Z" level=warning msg="Your kernel does not support cgroup rt runtime" May 26 11:33:14 balenad[878]: time="2020-05-26T11:33:14.383504429Z" level=warning msg="Unable to find cpuset cgroup in mounts" May 26 11:33:14 balenad[878]: time="2020-05-26T11:33:14.385998418Z" level=warning msg="mountpoint for pids not found" May 26 11:33:14 balenad[878]: time="2020-05-26T11:33:14.499825903Z" level=info msg="Loading containers: start." May 26 11:33:15 balenad[878]: time="2020-05-26T11:33:15.505343357Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/containers/delete type="*events.ContainerDelete" May 26 11:33:15 balenad[878]: time="2020-05-26T11:33:15.524178271Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/containers/delete type="*events.ContainerDelete" -- Reboot -- May 26 11:36:02 balenad[860]: time="2020-05-26T11:36:02.506870453Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 11:36:03 balenad[860]: time="2020-05-26T11:36:03.715220800Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 11:41:05 balenad[860]: time="2020-05-26T11:41:05.216234060Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 11:41:06 balenad[860]: time="2020-05-26T11:41:06.290456034Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 11:46:07 balenad[860]: time="2020-05-26T11:46:07.828721120Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 11:46:08 balenad[860]: time="2020-05-26T11:46:08.853123327Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 11:51:10 balenad[860]: time="2020-05-26T11:51:10.336787673Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 11:51:11 balenad[860]: time="2020-05-26T11:51:11.225698598Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 11:56:12 balenad[860]: time="2020-05-26T11:56:12.716153601Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 11:56:13 balenad[860]: time="2020-05-26T11:56:13.774280751Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:01:15 balenad[860]: time="2020-05-26T12:01:15.378276233Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:01:16 balenad[860]: time="2020-05-26T12:01:16.300554006Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:06:18 balenad[860]: time="2020-05-26T12:06:18.996550483Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:06:20 balenad[860]: time="2020-05-26T12:06:20.008722843Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:11:21 balenad[860]: time="2020-05-26T12:11:21.666273432Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:11:22 balenad[860]: time="2020-05-26T12:11:22.894706250Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:16:24 balenad[860]: time="2020-05-26T12:16:24.450857821Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:16:25 balenad[860]: time="2020-05-26T12:16:25.454382406Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:21:27 balenad[860]: time="2020-05-26T12:21:27.026189923Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:21:28 balenad[860]: time="2020-05-26T12:21:28.161692058Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:26:29 balenad[860]: time="2020-05-26T12:26:29.656661837Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:26:30 balenad[860]: time="2020-05-26T12:26:30.723674205Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:31:32 balenad[860]: time="2020-05-26T12:31:32.171370146Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:31:33 balenad[860]: time="2020-05-26T12:31:33.086613030Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:36:34 balenad[860]: time="2020-05-26T12:36:34.596153760Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:36:35 balenad[860]: time="2020-05-26T12:36:35.589885377Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:41:37 balenad[860]: time="2020-05-26T12:41:37.116492049Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:41:38 balenad[860]: time="2020-05-26T12:41:38.124833617Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:46:39 balenad[860]: time="2020-05-26T12:46:39.677058201Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:46:40 balenad[860]: time="2020-05-26T12:46:40.552176222Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:51:42 balenad[860]: time="2020-05-26T12:51:42.058436963Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:51:43 balenad[860]: time="2020-05-26T12:51:43.070539518Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:56:44 balenad[860]: time="2020-05-26T12:56:44.588752218Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 12:56:45 balenad[860]: time="2020-05-26T12:56:45.476351197Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:01:46 balenad[860]: time="2020-05-26T13:01:46.975787805Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:01:48 balenad[860]: time="2020-05-26T13:01:48.005750350Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:06:49 balenad[860]: time="2020-05-26T13:06:49.456741395Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:06:50 balenad[860]: time="2020-05-26T13:06:50.450993094Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby -- Reboot -- May 26 13:11:39 balenad[878]: time="2020-05-26T13:11:39.077869005Z" level=info msg="Removing stale sandbox 651ff0b713d9c33c517cf7d73ddd3bd871525aca568505a349f52d76172d43a2 (21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f)" May 26 13:11:39 balenad[878]: time="2020-05-26T13:11:39.184764522Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint b19dc00647e8e09b6ef01460af8d27d56cabb87dbbace6b6a69e5617925d2839 e71d625c66051a70f0930db8f2812dcb001ba0969e6487885ad3f064cc5966e7], retrying...." May 26 13:11:40 balenad[878]: time="2020-05-26T13:11:40.281729952Z" level=info msg="Removing stale sandbox 9f4f80401b035eec481bc9567d1281ae0add3d37b971735d05b6ef846da4554d (fd551838df036b601523f714ef3d7c43d00126223e987f578501d0827fa4093d)" May 26 13:11:40 balenad[878]: time="2020-05-26T13:11:40.316615215Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint b19dc00647e8e09b6ef01460af8d27d56cabb87dbbace6b6a69e5617925d2839 5a86c9ea84b6779a4dfa0eb17a0cf692c51644bedfe2acac5f575a30ae1d69a6], retrying...." May 26 13:11:43 balenad[878]: time="2020-05-26T13:11:43.403370996Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/containers/create type="*events.ContainerCreate" May 26 13:11:43 balenad[878]: time="2020-05-26T13:11:43Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/fd551838df036b601523f714ef3d7c43d00126223e987f578501d0827fa4093d/shim.sock debug=false module=containerd/tasks pid=1220 May 26 13:11:45 balenad[878]: time="2020-05-26T13:11:45.753223836Z" level=warning msg="unknown container" container=fd551838df036b601523f714ef3d7c43d00126223e987f578501d0827fa4093d module=libcontainerd namespace=plugins.moby May 26 13:11:46 balenad[878]: time="2020-05-26T13:11:46.886743882Z" level=warning msg="unknown container" container=fd551838df036b601523f714ef3d7c43d00126223e987f578501d0827fa4093d module=libcontainerd namespace=plugins.moby May 26 13:11:48 balenad[878]: time="2020-05-26T13:11:48.058502506Z" level=info msg="Loading containers: done." May 26 13:11:51 balenad[878]: time="2020-05-26T13:11:51.731404124Z" level=info msg="Docker daemon" commit=fe78e2c9a69313007c53c83fff4b5525fbc2ba45 graphdriver(s)=aufs version=17.13.3-dev May 26 13:11:51 balenad[878]: time="2020-05-26T13:11:51.740061934Z" level=info msg="Daemon has completed initialization" May 26 13:11:53 balenad[878]: time="2020-05-26T13:11:53.542724581Z" level=info msg="API listen on /var/run/balena-engine.sock" May 26 13:11:53 balenad[878]: time="2020-05-26T13:11:53.556503871Z" level=info msg="API listen on /var/run/balena.sock" May 26 13:11:53 balenad[878]: time="2020-05-26T13:11:53.521737618Z" level=info msg="API listen on /var/run/balena-engine.sock" May 26 13:12:07 balenad[878]: time="2020-05-26T13:12:07.883117960Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/containers/create type="*events.ContainerCreate" May 26 13:12:08 balenad[878]: time="2020-05-26T13:12:08Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/moby/21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f/shim.sock debug=false module=containerd/tasks pid=1482 May 26 13:12:12 balenad[878]: time="2020-05-26T13:12:12.366937685Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:12:13 balenad[878]: time="2020-05-26T13:12:13.483646636Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:17:17 balenad[878]: time="2020-05-26T13:17:17.452517341Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:17:18 balenad[878]: time="2020-05-26T13:17:18.864252736Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:22:20 balenad[878]: time="2020-05-26T13:22:20.265902766Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:22:21 balenad[878]: time="2020-05-26T13:22:21.321539993Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:27:22 balenad[878]: time="2020-05-26T13:27:22.707235311Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:27:23 balenad[878]: time="2020-05-26T13:27:23.735559661Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:32:25 balenad[878]: time="2020-05-26T13:32:25.752112126Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:32:27 balenad[878]: time="2020-05-26T13:32:27.884422485Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:37:29 balenad[878]: time="2020-05-26T13:37:29.295160690Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:37:30 balenad[878]: time="2020-05-26T13:37:30.325026033Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:42:32 balenad[878]: time="2020-05-26T13:42:32.163311305Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:42:33 balenad[878]: time="2020-05-26T13:42:33.199554619Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:47:34 balenad[878]: time="2020-05-26T13:47:34.615995403Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:47:35 balenad[878]: time="2020-05-26T13:47:35.744864392Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:52:37 balenad[878]: time="2020-05-26T13:52:37.193352548Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:52:38 balenad[878]: time="2020-05-26T13:52:38.209936901Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:57:39 balenad[878]: time="2020-05-26T13:57:39.625395523Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 13:57:40 balenad[878]: time="2020-05-26T13:57:40.667959214Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:02:42 balenad[878]: time="2020-05-26T14:02:42.087053379Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:02:43 balenad[878]: time="2020-05-26T14:02:43.171910658Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:07:44 balenad[878]: time="2020-05-26T14:07:44.685691085Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:07:45 balenad[878]: time="2020-05-26T14:07:45.541075576Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:12:47 balenad[878]: time="2020-05-26T14:12:47.115568025Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:12:48 balenad[878]: time="2020-05-26T14:12:48.122920300Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:17:50 balenad[878]: time="2020-05-26T14:17:50.726250498Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:17:52 balenad[878]: time="2020-05-26T14:17:52.490842987Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:22:54 balenad[878]: time="2020-05-26T14:22:54.181622312Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:22:55 balenad[878]: time="2020-05-26T14:22:55.312831113Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:27:57 balenad[878]: time="2020-05-26T14:27:57.606595190Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:27:58 balenad[878]: time="2020-05-26T14:27:58.602348444Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:32:59 balenad[878]: time="2020-05-26T14:32:59.988583327Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:33:01 balenad[878]: time="2020-05-26T14:33:01.025176362Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:38:02 balenad[878]: time="2020-05-26T14:38:02.533629082Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:38:03 balenad[878]: time="2020-05-26T14:38:03.531346437Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:43:04 balenad[878]: time="2020-05-26T14:43:04.907660516Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:43:05 balenad[878]: time="2020-05-26T14:43:05.954382606Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:48:07 balenad[878]: time="2020-05-26T14:48:07.424108429Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:48:08 balenad[878]: time="2020-05-26T14:48:08.387027992Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:53:09 balenad[878]: time="2020-05-26T14:53:09.877442431Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:53:10 balenad[878]: time="2020-05-26T14:53:10.904643294Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:58:12 balenad[878]: time="2020-05-26T14:58:12.405142036Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 14:58:13 balenad[878]: time="2020-05-26T14:58:13.288986476Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:03:14 balenad[878]: time="2020-05-26T15:03:14.803209163Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:03:15 balenad[878]: time="2020-05-26T15:03:15.825037048Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:08:17 balenad[878]: time="2020-05-26T15:08:17.433777354Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:08:18 balenad[878]: time="2020-05-26T15:08:18.327130756Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:13:19 balenad[878]: time="2020-05-26T15:13:19.816575543Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:13:20 balenad[878]: time="2020-05-26T15:13:20.808351548Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:18:22 balenad[878]: time="2020-05-26T15:18:22.285592384Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:18:23 balenad[878]: time="2020-05-26T15:18:23.181579776Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:23:24 balenad[878]: time="2020-05-26T15:23:24.685308505Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:23:26 balenad[878]: time="2020-05-26T15:23:26.244194226Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:28:27 balenad[878]: time="2020-05-26T15:28:27.899484444Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:28:28 balenad[878]: time="2020-05-26T15:28:28.789747131Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:33:30 balenad[878]: time="2020-05-26T15:33:30.286424322Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:33:31 balenad[878]: time="2020-05-26T15:33:31.316516802Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:38:33 balenad[878]: time="2020-05-26T15:38:33.240714849Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:38:34 balenad[878]: time="2020-05-26T15:38:34.221942766Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:43:35 balenad[878]: time="2020-05-26T15:43:35.799607408Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:43:36 balenad[878]: time="2020-05-26T15:43:36.817563246Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:48:38 balenad[878]: time="2020-05-26T15:48:38.323725040Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:48:40 balenad[878]: time="2020-05-26T15:48:40.435612556Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:53:41 balenad[878]: time="2020-05-26T15:53:41.866873908Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:53:42 balenad[878]: time="2020-05-26T15:53:42.965328645Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:58:44 balenad[878]: time="2020-05-26T15:58:44.438432055Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 15:58:45 balenad[878]: time="2020-05-26T15:58:45.484527852Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:03:47 balenad[878]: time="2020-05-26T16:03:47.395616758Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:03:49 balenad[878]: time="2020-05-26T16:03:49.554466276Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:08:50 balenad[878]: time="2020-05-26T16:08:50.939302788Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:08:51 balenad[878]: time="2020-05-26T16:08:51.950985625Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:13:53 balenad[878]: time="2020-05-26T16:13:53.388290075Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:13:54 balenad[878]: time="2020-05-26T16:13:54.394366919Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:18:55 balenad[878]: time="2020-05-26T16:18:55.802041404Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:18:56 balenad[878]: time="2020-05-26T16:18:56.834937216Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:23:58 balenad[878]: time="2020-05-26T16:23:58.546177352Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:23:59 balenad[878]: time="2020-05-26T16:23:59.445557318Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:29:00 balenad[878]: time="2020-05-26T16:29:00.935518749Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:29:01 balenad[878]: time="2020-05-26T16:29:01.959237147Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:34:03 balenad[878]: time="2020-05-26T16:34:03.417922831Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:34:04 balenad[878]: time="2020-05-26T16:34:04.405780320Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:39:05 balenad[878]: time="2020-05-26T16:39:05.809027145Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:39:06 balenad[878]: time="2020-05-26T16:39:06.903449363Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:44:08 balenad[878]: time="2020-05-26T16:44:08.368349032Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:44:09 balenad[878]: time="2020-05-26T16:44:09.346545545Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:49:10 balenad[878]: time="2020-05-26T16:49:10.755319357Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:49:11 balenad[878]: time="2020-05-26T16:49:11.793210718Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:54:13 balenad[878]: time="2020-05-26T16:54:13.311993250Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:54:14 balenad[878]: time="2020-05-26T16:54:14.201518989Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:59:15 balenad[878]: time="2020-05-26T16:59:15.715487533Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 16:59:16 balenad[878]: time="2020-05-26T16:59:16.763333869Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:04:18 balenad[878]: time="2020-05-26T17:04:18.200384608Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:04:19 balenad[878]: time="2020-05-26T17:04:19.196554076Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:09:20 balenad[878]: time="2020-05-26T17:09:20.603745891Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:09:21 balenad[878]: time="2020-05-26T17:09:21.671617177Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:14:23 balenad[878]: time="2020-05-26T17:14:23.404384164Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:14:24 balenad[878]: time="2020-05-26T17:14:24.275806949Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:19:25 balenad[878]: time="2020-05-26T17:19:25.778249522Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:19:26 balenad[878]: time="2020-05-26T17:19:26.821406871Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:24:28 balenad[878]: time="2020-05-26T17:24:28.265762591Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:24:29 balenad[878]: time="2020-05-26T17:24:29.422258652Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:29:30 balenad[878]: time="2020-05-26T17:29:30.828522469Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:29:31 balenad[878]: time="2020-05-26T17:29:31.859896847Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:34:33 balenad[878]: time="2020-05-26T17:34:33.380509374Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:34:34 balenad[878]: time="2020-05-26T17:34:34.265735124Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:39:35 balenad[878]: time="2020-05-26T17:39:35.795396628Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:39:36 balenad[878]: time="2020-05-26T17:39:36.790251099Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:44:38 balenad[878]: time="2020-05-26T17:44:38.299480655Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:44:39 balenad[878]: time="2020-05-26T17:44:39.176233426Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:49:40 balenad[878]: time="2020-05-26T17:49:40.698371949Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:49:41 balenad[878]: time="2020-05-26T17:49:41.856373006Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:54:43 balenad[878]: time="2020-05-26T17:54:43.323721668Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:54:44 balenad[878]: time="2020-05-26T17:54:44.335448096Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:59:45 balenad[878]: time="2020-05-26T17:59:45.806626749Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 17:59:46 balenad[878]: time="2020-05-26T17:59:46.706124462Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:04:48 balenad[878]: time="2020-05-26T18:04:48.207634038Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:04:49 balenad[878]: time="2020-05-26T18:04:49.223119456Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:09:50 balenad[878]: time="2020-05-26T18:09:50.649652390Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:09:51 balenad[878]: time="2020-05-26T18:09:51.676638337Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:14:53 balenad[878]: time="2020-05-26T18:14:53.096812836Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:14:54 balenad[878]: time="2020-05-26T18:14:54.085836933Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:19:55 balenad[878]: time="2020-05-26T18:19:55.527563348Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:19:56 balenad[878]: time="2020-05-26T18:19:56.521767424Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:24:58 balenad[878]: time="2020-05-26T18:24:58.087150351Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:24:59 balenad[878]: time="2020-05-26T18:24:59.068105480Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:30:00 balenad[878]: time="2020-05-26T18:30:00.466676063Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:30:01 balenad[878]: time="2020-05-26T18:30:01.494264120Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:35:02 balenad[878]: time="2020-05-26T18:35:02.885357039Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:35:03 balenad[878]: time="2020-05-26T18:35:03.920406008Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:40:05 balenad[878]: time="2020-05-26T18:40:05.415941713Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:40:06 balenad[878]: time="2020-05-26T18:40:06.273935741Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:45:07 balenad[878]: time="2020-05-26T18:45:07.810692967Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:45:08 balenad[878]: time="2020-05-26T18:45:08.821665216Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:50:10 balenad[878]: time="2020-05-26T18:50:10.247236734Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:50:11 balenad[878]: time="2020-05-26T18:50:11.293785570Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:55:12 balenad[878]: time="2020-05-26T18:55:12.656530819Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 18:55:13 balenad[878]: time="2020-05-26T18:55:13.756383035Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:00:15 balenad[878]: time="2020-05-26T19:00:15.229566000Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:00:16 balenad[878]: time="2020-05-26T19:00:16.177374984Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:05:17 balenad[878]: time="2020-05-26T19:05:17.658844246Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:05:18 balenad[878]: time="2020-05-26T19:05:18.655205986Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:10:20 balenad[878]: time="2020-05-26T19:10:20.163099432Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:10:21 balenad[878]: time="2020-05-26T19:10:21.280949774Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:15:22 balenad[878]: time="2020-05-26T19:15:22.677493584Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:15:23 balenad[878]: time="2020-05-26T19:15:23.705427221Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:20:26 balenad[878]: time="2020-05-26T19:20:26.794865836Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:20:28 balenad[878]: time="2020-05-26T19:20:28.390719835Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:25:29 balenad[878]: time="2020-05-26T19:25:29.916804991Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:25:30 balenad[878]: time="2020-05-26T19:25:30.927311191Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:30:32 balenad[878]: time="2020-05-26T19:30:32.387355595Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:30:33 balenad[878]: time="2020-05-26T19:30:33.399219790Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:35:35 balenad[878]: time="2020-05-26T19:35:35.491640922Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:35:36 balenad[878]: time="2020-05-26T19:35:36.590023217Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:40:38 balenad[878]: time="2020-05-26T19:40:38.117702437Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:40:39 balenad[878]: time="2020-05-26T19:40:39.011165356Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:45:40 balenad[878]: time="2020-05-26T19:45:40.504039852Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:45:41 balenad[878]: time="2020-05-26T19:45:41.514605843Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:50:43 balenad[878]: time="2020-05-26T19:50:43.038788091Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:50:43 balenad[878]: time="2020-05-26T19:50:43.911320176Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:55:45 balenad[878]: time="2020-05-26T19:55:45.404122672Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 19:55:46 balenad[878]: time="2020-05-26T19:55:46.446631410Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:00:47 balenad[878]: time="2020-05-26T20:00:47.827851791Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:00:48 balenad[878]: time="2020-05-26T20:00:48.844988730Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:05:50 balenad[878]: time="2020-05-26T20:05:50.285694639Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:05:51 balenad[878]: time="2020-05-26T20:05:51.664590711Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:10:53 balenad[878]: time="2020-05-26T20:10:53.161547175Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:10:54 balenad[878]: time="2020-05-26T20:10:54.060477050Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:15:55 balenad[878]: time="2020-05-26T20:15:55.526836756Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:15:56 balenad[878]: time="2020-05-26T20:15:56.577122432Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:20:57 balenad[878]: time="2020-05-26T20:20:57.944649922Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:20:58 balenad[878]: time="2020-05-26T20:20:58.984384681Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:26:00 balenad[878]: time="2020-05-26T20:26:00.399200796Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:26:01 balenad[878]: time="2020-05-26T20:26:01.504394037Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:31:03 balenad[878]: time="2020-05-26T20:31:03.224258734Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:31:04 balenad[878]: time="2020-05-26T20:31:04.405898369Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:36:05 balenad[878]: time="2020-05-26T20:36:05.750167778Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:36:06 balenad[878]: time="2020-05-26T20:36:06.773127663Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:41:08 balenad[878]: time="2020-05-26T20:41:08.195543301Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:41:09 balenad[878]: time="2020-05-26T20:41:09.234331122Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:46:10 balenad[878]: time="2020-05-26T20:46:10.626197523Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:46:11 balenad[878]: time="2020-05-26T20:46:11.645080802Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:51:13 balenad[878]: time="2020-05-26T20:51:13.122203919Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:51:14 balenad[878]: time="2020-05-26T20:51:14.017527649Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:56:15 balenad[878]: time="2020-05-26T20:56:15.626356285Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 20:56:16 balenad[878]: time="2020-05-26T20:56:16.791644030Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:01:18 balenad[878]: time="2020-05-26T21:01:18.185036452Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:01:19 balenad[878]: time="2020-05-26T21:01:19.561084427Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:06:21 balenad[878]: time="2020-05-26T21:06:21.128722213Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:06:22 balenad[878]: time="2020-05-26T21:06:22.145386500Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:11:23 balenad[878]: time="2020-05-26T21:11:23.616753638Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:11:24 balenad[878]: time="2020-05-26T21:11:24.637136912Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:16:26 balenad[878]: time="2020-05-26T21:16:26.063024215Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:16:27 balenad[878]: time="2020-05-26T21:16:27.690001274Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:21:29 balenad[878]: time="2020-05-26T21:21:29.311273170Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:21:30 balenad[878]: time="2020-05-26T21:21:30.319372148Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:26:31 balenad[878]: time="2020-05-26T21:26:31.736427581Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:26:32 balenad[878]: time="2020-05-26T21:26:32.781722410Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:31:34 balenad[878]: time="2020-05-26T21:31:34.433242907Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:31:35 balenad[878]: time="2020-05-26T21:31:35.444400873Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:36:36 balenad[878]: time="2020-05-26T21:36:36.816143684Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:36:37 balenad[878]: time="2020-05-26T21:36:37.843067400Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:41:39 balenad[878]: time="2020-05-26T21:41:39.231645512Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:41:40 balenad[878]: time="2020-05-26T21:41:40.475639533Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:44:32 balenad[878]: time="2020-05-26T21:44:32.278645080Z" level=error msg="Can't add file /var/lib/docker/tmp/docker-export-049812893/ac29a8fb16b228efb6c5f1e2ec907f5d0fb129419f51be80e1989709b5df3c29/layer.tar to tar: io: read/write on closed pipe" May 26 21:44:32 balenad[878]: time="2020-05-26T21:44:32.313228970Z" level=error msg="Can't close tar writer: io: read/write on closed pipe" May 26 21:46:41 balenad[878]: time="2020-05-26T21:46:41.940075403Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:46:42 balenad[878]: time="2020-05-26T21:46:42.814418607Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:51:44 balenad[878]: time="2020-05-26T21:51:44.342085274Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:51:45 balenad[878]: time="2020-05-26T21:51:45.374880971Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:56:46 balenad[878]: time="2020-05-26T21:56:46.784448016Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 21:56:47 balenad[878]: time="2020-05-26T21:56:47.812567727Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:01:49 balenad[878]: time="2020-05-26T22:01:49.262985642Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:01:50 balenad[878]: time="2020-05-26T22:01:50.174399727Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:06:52 balenad[878]: time="2020-05-26T22:06:52.951591398Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:06:54 balenad[878]: time="2020-05-26T22:06:54.257301222Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:11:55 balenad[878]: time="2020-05-26T22:11:55.915235473Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:11:56 balenad[878]: time="2020-05-26T22:11:56.941455190Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:16:58 balenad[878]: time="2020-05-26T22:16:58.336609281Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:16:59 balenad[878]: time="2020-05-26T22:16:59.364947993Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:22:01 balenad[878]: time="2020-05-26T22:22:01.223743601Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:22:02 balenad[878]: time="2020-05-26T22:22:02.220750412Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:27:03 balenad[878]: time="2020-05-26T22:27:03.606670533Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:27:04 balenad[878]: time="2020-05-26T22:27:04.685771082Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:32:06 balenad[878]: time="2020-05-26T22:32:06.134450001Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:32:07 balenad[878]: time="2020-05-26T22:32:07.161234718Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:37:08 balenad[878]: time="2020-05-26T22:37:08.775238109Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:37:09 balenad[878]: time="2020-05-26T22:37:09.805564813Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:42:11 balenad[878]: time="2020-05-26T22:42:11.358645399Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:42:12 balenad[878]: time="2020-05-26T22:42:12.246564560Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:47:13 balenad[878]: time="2020-05-26T22:47:13.853929972Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:47:15 balenad[878]: time="2020-05-26T22:47:15.315156299Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:52:16 balenad[878]: time="2020-05-26T22:52:16.877223854Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:52:17 balenad[878]: time="2020-05-26T22:52:17.909120553Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:57:19 balenad[878]: time="2020-05-26T22:57:19.315505469Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 22:57:20 balenad[878]: time="2020-05-26T22:57:20.372280089Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:02:21 balenad[878]: time="2020-05-26T23:02:21.866596611Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:02:22 balenad[878]: time="2020-05-26T23:02:22.837303846Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:07:24 balenad[878]: time="2020-05-26T23:07:24.401109092Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:07:25 balenad[878]: time="2020-05-26T23:07:25.445833039Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:12:27 balenad[878]: time="2020-05-26T23:12:27.025180218Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:12:28 balenad[878]: time="2020-05-26T23:12:28.038060289Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:17:29 balenad[878]: time="2020-05-26T23:17:29.486664976Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:17:30 balenad[878]: time="2020-05-26T23:17:30.507143017Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:22:31 balenad[878]: time="2020-05-26T23:22:31.963382602Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:22:32 balenad[878]: time="2020-05-26T23:22:32.857088101Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:27:34 balenad[878]: time="2020-05-26T23:27:34.377222067Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:27:35 balenad[878]: time="2020-05-26T23:27:35.423019971Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:32:36 balenad[878]: time="2020-05-26T23:32:36.826627394Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:32:37 balenad[878]: time="2020-05-26T23:32:37.913760136Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:37:39 balenad[878]: time="2020-05-26T23:37:39.305029939Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:37:40 balenad[878]: time="2020-05-26T23:37:40.374612541Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:42:41 balenad[878]: time="2020-05-26T23:42:41.811866784Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:42:42 balenad[878]: time="2020-05-26T23:42:42.833127539Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:47:44 balenad[878]: time="2020-05-26T23:47:44.229170912Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:47:45 balenad[878]: time="2020-05-26T23:47:45.244505686Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:52:46 balenad[878]: time="2020-05-26T23:52:46.746846722Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:52:47 balenad[878]: time="2020-05-26T23:52:47.623352938Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:57:49 balenad[878]: time="2020-05-26T23:57:49.119031906Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:57:50 balenad[878]: time="2020-05-26T23:57:50.155580343Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.362537197Z" level=warning msg="found leaked image layer sha256:ca54481c76221b8fe3f49f3f69aa542dca22c491075dda417c96ed5f1aa2b285 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.368220183Z" level=warning msg="found leaked image layer sha256:f2e3f2d0e6893cf29bbcddae567da04752e173c6dec93b4e1632886f2ec822cb platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.368565182Z" level=warning msg="found leaked image layer sha256:7ce4b502767a77499362efe6d6123e6fcd07ad49fe9a2b686f2952d51897c242 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.368825181Z" level=warning msg="found leaked image layer sha256:bd04091dc8fcb674cd3e5c8d4c7985212305e2933c57068d328694eb4af054e7 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.369075180Z" level=warning msg="found leaked image layer sha256:46ae17c9798f82e8248947ef4aec9057b67c0a2dd7b055104f2896b6b39f7f0e platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.369326180Z" level=warning msg="found leaked image layer sha256:f88248cb42f0615c29b6220849e4f667f9a5d87474e728901839086e59438ab0 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.369568179Z" level=warning msg="found leaked image layer sha256:28b469f462c1a5d12f506d242c44533e859c3fe09c8d28e38b105978736df329 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.378371157Z" level=warning msg="found leaked image layer sha256:cb56831f70ff1f1659f140fcf775c530a47f95c6479ef39c521dcc34c039da95 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.378662157Z" level=warning msg="found leaked image layer sha256:25434c73611a40397ff592d30d40796ba05bafebfcb999f53ac1c781e979b7df platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.379642154Z" level=warning msg="found leaked image layer sha256:625ab016357e4cf5f8904b1823453eaf5130f80f6e716be2eac1ccc43dd161c7 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.379942154Z" level=warning msg="found leaked image layer sha256:d63bd0854dcd26b62f535b72507b2c8d9d4478746bef662efe78ac86648dabc1 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.380299153Z" level=warning msg="found leaked image layer sha256:d4c722ba1f3145827ef2e0d5718a6a517cab5cc3d3f8a210a166d5ad7c146788 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.385764139Z" level=warning msg="found leaked image layer sha256:9f8a96fd4886aa4dafb9d86154b9a8503a258c6beef8b5bb470b65700c77b27d platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.386044138Z" level=warning msg="found leaked image layer sha256:d9daff6c94e6953df45ead29fd5ab89c19b08302fb9a7da957d501df7a09be8f platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.415232066Z" level=warning msg="found leaked image layer sha256:26c2779a67ce53d237ccb65adaf71ce3762d2dba749da5bc1793b5a196dcb975 platform linux" real 0m 0.16s user 0m 0.10s sys 0m 0.03s --- balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" --- 2020-05-27 00:01:24.827944573+00:00 [ { "Id": "fd551838df036b601523f714ef3d7c43d00126223e987f578501d0827fa4093d", "Created": "2020-05-22T05:26:17.137405344Z", "Path": "/usr/bin/entry.sh", "Args": [ "/bin/bash", "-c", ". cmd.sh" ], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 1234, "ExitCode": 0, "Error": "", "StartedAt": "2020-05-26T13:11:47.989078011Z", "FinishedAt": "2020-05-26T11:33:15.079283283Z" }, "Image": "sha256:3dce08250f7f6ede41796ce443c31b0d42a2e6b6149bc0e487424f167f313e5b", "ResolvConfPath": "/var/lib/docker/containers/fd551838df036b601523f714ef3d7c43d00126223e987f578501d0827fa4093d/resolv.conf", "HostnamePath": "/var/lib/docker/containers/fd551838df036b601523f714ef3d7c43d00126223e987f578501d0827fa4093d/hostname", "HostsPath": "/var/lib/docker/containers/fd551838df036b601523f714ef3d7c43d00126223e987f578501d0827fa4093d/hosts", "LogPath": "", "Name": "/solmon_2296070_1391272", "RestartCount": 0, "Driver": "aufs", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "1273333_resin-data:/data", "/tmp/balena-supervisor/services/1273333/solmon:/tmp/resin", "/tmp/balena-supervisor/services/1273333/solmon:/tmp/balena", "/run/dbus:/host/run/dbus", "/var/run/balena-engine.sock:/var/run/balena-engine.sock", "/var/run/balena-engine.sock:/var/run/balena.sock" ], "ContainerIDFile": "", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "host", "PortBindings": { "2999/tcp": [ { "HostIp": "", "HostPort": "2999" } ], "9001/tcp": [ { "HostIp": "", "HostPort": "9001" } ] }, "RestartPolicy": { "Name": "always", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": [], "CapDrop": [], "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IpcMode": "shareable", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "host", "Privileged": true, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": [], "UTSMode": "", "UsernsMode": "", "ShmSize": 67108864, "Runtime": "runc", "ConsoleSize": [ 0, 0 ], "Isolation": "", "CpuShares": 0, "Memory": 0, "NanoCpus": 0, "CgroupParent": "", "BlkioWeight": 0, "BlkioWeightDevice": null, "BlkioDeviceReadBps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteIOps": null, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "DeviceCgroupRules": null, "DiskQuota": 0, "KernelMemory": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": 0, "Ulimits": [], "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0 }, "GraphDriver": { "Data": null, "Name": "aufs" }, "Mounts": [ { "Type": "bind", "Source": "/tmp/balena-supervisor/services/1273333/solmon", "Destination": "/tmp/balena", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/1273333/solmon", "Destination": "/tmp/resin", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Destination": "/var/run/balena-engine.sock", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Destination": "/var/run/balena.sock", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "volume", "Name": "1273333_resin-data", "Source": "/var/lib/docker/volumes/1273333_resin-data/_data", "Destination": "/data", "Driver": "local", "Mode": "z", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "/run/dbus", "Destination": "/host/run/dbus", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "71b132b", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "2999/tcp": {}, "9001/tcp": {} }, "Tty": true, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "/bin/bash", "-c", ". cmd.sh" ], "Healthcheck": { "Test": [ "NONE" ] }, "Image": "sha256:3dce08250f7f6ede41796ce443c31b0d42a2e6b6149bc0e487424f167f313e5b", "Volumes": null, "WorkingDir": "/usr/src/app", "Entrypoint": [ "/usr/bin/entry.sh" ], "OnBuild": null, "Labels": { "io.balena.app-id": "1273333", "io.balena.architecture": "rpi", "io.balena.device-type": "raspberry-pi", "io.balena.features.balena-socket": "1", "io.balena.features.dbus": "1", "io.balena.features.supervisor-api": "1", "io.balena.qemu.version": "4.0.0+balena-arm", "io.balena.service-id": "239090", "io.balena.service-name": "solmon", "io.balena.supervised": "true" }, "StopSignal": "SIGTERM", "StopTimeout": 10 }, "NetworkSettings": { "Bridge": "", "SandboxID": "8c553400eda952e3b7c2aaf2870e0f3019701490b328af971edf2d21e9dda4e6", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": {}, "SandboxKey": "/var/run/balena-engine/netns/default", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "host": { "IPAMConfig": null, "Links": null, "Aliases": null, "NetworkID": "b19dc00647e8e09b6ef01460af8d27d56cabb87dbbace6b6a69e5617925d2839", "EndpointID": "e948dfdcf258393fc130253e481a1f7986fa0f70dff2bf09a7004bce3b566ea4", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } }, { "Id": "21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f", "Created": "2019-09-19T21:01:30.620041186Z", "Path": "./entry.sh", "Args": [], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 1521, "ExitCode": 0, "Error": "", "StartedAt": "2020-05-26T13:12:14.49773105Z", "FinishedAt": "2020-05-26T11:33:15.186688797Z", "Health": { "Status": "healthy", "FailingStreak": 0, "Log": [ { "Start": "2020-05-26T23:37:37.953839232Z", "End": "2020-05-26T23:37:40.364091574Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2020-05-26T23:42:40.426701185Z", "End": "2020-05-26T23:42:42.809668613Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2020-05-26T23:47:42.877708206Z", "End": "2020-05-26T23:47:45.222406757Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2020-05-26T23:52:45.288434356Z", "End": "2020-05-26T23:52:47.736671577Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2020-05-26T23:57:47.793927182Z", "End": "2020-05-26T23:57:50.141547378Z", "ExitCode": 0, "Output": "OK" } ] } }, "Image": "sha256:7c53451a328c82ae2a9ed353aaa49476817c853a685c43055c14128f9f39811d", "ResolvConfPath": "/var/lib/docker/containers/21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f/resolv.conf", "HostnamePath": "/var/lib/docker/containers/21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f/hostname", "HostsPath": "/var/lib/docker/containers/21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f/hosts", "LogPath": "", "Name": "/resin_supervisor", "RestartCount": 0, "Driver": "aufs", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "/:/mnt/root", "/var/run/balena-engine.sock:/var/run/balena-engine.sock", "/mnt/boot/config.json:/boot/config.json", "/mnt/data/apps.json:/boot/apps.json", "/resin-data/resin-supervisor:/data", "/proc/net/fib_trie:/mnt/fib_trie", "/var/log/supervisor-log:/var/log" ], "ContainerIDFile": "", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "host", "PortBindings": {}, "RestartPolicy": { "Name": "no", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": null, "CapDrop": null, "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": null, "GroupAdd": null, "IpcMode": "shareable", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": true, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": null, "UTSMode": "", "UsernsMode": "", "ShmSize": 67108864, "Runtime": "runc", "ConsoleSize": [ 0, 0 ], "Isolation": "", "CpuShares": 0, "Memory": 0, "NanoCpus": 0, "CgroupParent": "", "BlkioWeight": 0, "BlkioWeightDevice": [], "BlkioDeviceReadBps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteIOps": null, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "DeviceCgroupRules": null, "DiskQuota": 0, "KernelMemory": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": 0, "Ulimits": null, "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0 }, "GraphDriver": { "Data": null, "Name": "aufs" }, "Mounts": [ { "Type": "bind", "Source": "/", "Destination": "/mnt/root", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/var/log/supervisor-log", "Destination": "/var/log", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Destination": "/var/run/balena-engine.sock", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/mnt/data/apps.json", "Destination": "/boot/apps.json", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/mnt/boot/config.json", "Destination": "/boot/config.json", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/resin-data/resin-supervisor", "Destination": "/data", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/proc/net/fib_trie", "Destination": "/mnt/fib_trie", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "71b132b", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": true, "AttachStderr": true, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "./entry.sh" ], "Healthcheck": { "Test": [ "CMD-SHELL", "wget -qO- http://127.0.0.1:${LISTEN_PORT:-48484}/v1/healthy || exit 1" ], "Interval": 300000000000, "Timeout": 30000000000, "StartPeriod": 60000000000, "Retries": 3 }, "ArgsEscaped": true, "Image": "balena/rpi-supervisor:v9.15.7", "Volumes": { "/data": {} }, "WorkingDir": "/usr/src/app", "Entrypoint": null, "OnBuild": null, "Labels": {} }, "NetworkSettings": { "Bridge": "", "SandboxID": "925ad0d7fe1ebbe48adb4c0363275fccea468e486a7448f1f8272b1b103ae9bd", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": {}, "SandboxKey": "/var/run/balena-engine/netns/default", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "host": { "IPAMConfig": null, "Links": null, "Aliases": null, "NetworkID": "b19dc00647e8e09b6ef01460af8d27d56cabb87dbbace6b6a69e5617925d2839", "EndpointID": "6d72ca761f380c0ee12a24ebb1249335fda8f382b965930fc17a2f93f4afc00c", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } } ] real 0m 1.16s user 0m 0.85s sys 0m 0.20s --- echo === HARDWARE === --- 2020-05-27 00:01:26.083316470+00:00 === HARDWARE === real 0m 0.02s user 0m 0.00s sys 0m 0.02s --- cat /proc/cpuinfo --- 2020-05-27 00:01:26.189416207+00:00 processor : 0 model name : ARMv6-compatible processor rev 7 (v6l) BogoMIPS : 997.08 Features : half thumb fastmult vfp edsp java tls CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xb76 CPU revision : 7 Hardware : BCM2835 Revision : 9000c1 Serial : 00000000300062d3 real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- cat /proc/device-tree/model --- 2020-05-27 00:01:26.302872927+00:00 Raspberry Pi Zero W Rev 1.1real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- cat /proc/meminfo --- 2020-05-27 00:01:26.414836650+00:00 MemTotal: 491452 kB MemFree: 135184 kB MemAvailable: 364084 kB Buffers: 55288 kB Cached: 177028 kB SwapCached: 0 kB Active: 211512 kB Inactive: 110104 kB Active(anon): 77200 kB Inactive(anon): 868 kB Active(file): 134312 kB Inactive(file): 109236 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 100 kB Writeback: 0 kB AnonPages: 89312 kB Mapped: 79420 kB Shmem: 1220 kB Slab: 23128 kB SReclaimable: 15128 kB SUnreclaim: 8000 kB KernelStack: 1152 kB PageTables: 1984 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 245724 kB Committed_AS: 652332 kB VmallocTotal: 524288 kB VmallocUsed: 0 kB VmallocChunk: 0 kB CmaTotal: 8192 kB CmaFree: 6800 kB real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- ps --- 2020-05-27 00:01:26.536544349+00:00 PID USER VSZ STAT COMMAND 1 root 25992 S {systemd} /sbin/init 2 root 0 SW [kthreadd] 4 root 0 IW< [kworker/0:0H] 6 root 0 IW< [mm_percpu_wq] 7 root 0 SW [ksoftirqd/0] 8 root 0 SW [kdevtmpfs] 9 root 0 IW< [netns] 11 root 0 SW [khungtaskd] 12 root 0 SW [oom_reaper] 13 root 0 IW< [writeback] 14 root 0 SW [kcompactd0] 15 root 0 IW< [crypto] 16 root 0 IW< [kblockd] 17 root 0 IW< [watchdogd] 18 root 0 IW< [rpciod] 19 root 0 IW< [xprtiod] 20 root 0 SW [kswapd0] 21 root 0 IW< [nfsiod] 31 root 0 IW< [kthrotld] 32 root 0 IW< [iscsi_eh] 33 root 0 IW< [dwc_otg] 34 root 0 IW< [DWC Notificatio] 35 root 0 SW< [vchiq-slot/0] 36 root 0 SW< [vchiq-recy/0] 37 root 0 SW< [vchiq-sync/0] 38 root 0 SW [vchiq-keep/0] 39 root 0 IW< [ipv6_addrconf] 40 root 0 SW [irq/86-mmc1] 56 root 0 SW [mmcqd/0] 257 root 0 IW< [kworker/0:1H] 380 root 0 SW [jbd2/mmcblk0p2-] 381 root 0 IW< [ext4-rsv-conver] 403 root 0 SW [jbd2/mmcblk0p5-] 404 root 0 IW< [ext4-rsv-conver] 449 root 23800 S /lib/systemd/systemd-journald 588 root 12644 S /lib/systemd/systemd-udevd 601 root 0 SW [jbd2/mmcblk0p6-] 602 root 0 IW< [ext4-rsv-conver] 651 root 0 SW [spi0] 671 root 0 IW< [cfg80211] 676 root 0 IW< [brcmf_wq/mmc1:0] 677 root 0 SW [brcmf_wdog/mmc1] 730 root 0 SW [jbd2/mmcblk0p3-] 731 root 0 IW< [ext4-rsv-conver] 758 root 5296 S /lib/systemd/systemd-logind 759 root 12404 S /usr/sbin/chronyd -s -d 760 root 2900 S /sbin/klogd -n 761 root 2900 S /sbin/syslogd -n 764 messageb 4936 S /usr/bin/dbus-daemon --system --address=systemd: --n 847 root 54416 S /usr/sbin/NetworkManager --no-daemon 859 avahi 5284 S avahi-daemon: running [71b132b.local] 863 avahi 5156 S avahi-daemon: chroot helper 867 nobody 4368 S /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10 878 root 905m S /usr/bin/balenad --experimental --log-driver=journal 884 root 4864 S /proc/self/exe --healthcheck /usr/lib/balena/balena- 900 root 0 IW< [kworker/u3:0] 901 root 1832 S /usr/bin/hciattach /dev/serial1 bcm43xx 3000000 flow 903 root 0 IW< [kworker/u3:2] 933 root 10260 S /usr/sbin/wpa_supplicant -u 934 root 865m S balena-engine-containerd --config /var/run/balena-en 1002 nobody 4368 S /usr/bin/dnsmasq --conf-file=/dev/null --no-hosts -- 1220 root 856m S balena-engine-containerd-shim -namespace moby -workd 1234 root 2660 S /bin/bash -c . cmd.sh 1273 root 10152 S udevd --daemon 1326 root 8448 S python3 LED.py 1327 root 2256 S /bin/bash ./connectCheck.sh 1365 root 3052 S {start-resin-sup} /bin/sh /usr/bin/start-resin-super 1369 root 4864 S /proc/self/exe --healthcheck /usr/lib/resin-supervis 1423 openvpn 5452 S /usr/sbin/openvpn --writepid /var/run/openvpn/openvp 1470 root 840m S balena start --attach resin_supervisor 1482 root 865m S balena-engine-containerd-shim -namespace moby -workd 1521 root 140m S node /usr/src/app/dist/app.js 1545 redsocks 2872 S /usr/bin/dbus-daemon --system 1552 messageb 3564 S avahi-daemon: running [71b132b.local] 1553 messageb 3432 S avahi-daemon: chroot helper 5909 root 0 IW [kworker/u2:1] 6800 root 8468 S python3 LED.py 10492 root 0 IW [kworker/0:0] 10746 root 0 IW [kworker/0:1] 10997 root 0 IW [kworker/0:2] 11891 root 1676 S sleep 600 12031 root 0 IW [kworker/u2:0] 12354 root 10692 S nmcli c show comms-wifi 12355 root 1676 S grep -q connection.id 12369 root 2516 S /usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_ 12370 root 2960 S bash -s -- 12619 root 2768 S /usr/bin/time -o /dev/stdout timeout --preserve-stat 12620 root 2000 S timeout --preserve-status --kill-after=20 10 bash -c 12621 root 2992 R ps 23274 root 2516 S /usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_ 23290 root 3052 S /bin/bash -l real 0m 0.08s user 0m 0.02s sys 0m 0.04s --- top -b -n 1 --- 2020-05-27 00:01:26.709257922+00:00 Mem: 356424K used, 135028K free, 1220K shrd, 55288K buff, 177028K cached CPU: 9% usr 9% sys 0% nic 81% idle 0% io 0% irq 0% sirq Load average: 0.43 0.38 0.36 1/144 12631 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 12631 12630 root R 2900 1% 9% top -b -n 1 878 1 root S 905m 188% 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 934 878 root S 865m 180% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml 1482 934 root S 865m 180% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f -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 1220 934 root S 856m 178% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/fd551838df036b601523f714ef3d7c43d00126223e987f578501d0827fa4093d -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 1470 1365 root S 840m 175% 0% balena start --attach resin_supervisor 1521 1482 root S 140m 29% 0% node /usr/src/app/dist/app.js 847 1 root S 54416 11% 0% /usr/sbin/NetworkManager --no-daemon 1 0 root S 25992 5% 0% {systemd} /sbin/init 449 1 root S 23800 5% 0% /lib/systemd/systemd-journald 588 1 root S 12644 3% 0% /lib/systemd/systemd-udevd 759 1 root S 12404 3% 0% /usr/sbin/chronyd -s -d 12354 1327 root S 10692 2% 0% nmcli c show comms-wifi 933 1 root S 10260 2% 0% /usr/sbin/wpa_supplicant -u 1273 1220 root S 10152 2% 0% udevd --daemon 6800 1326 root S 8468 2% 0% python3 LED.py 1326 1234 root S 8448 2% 0% python3 LED.py 1423 1 openvpn S 5452 1% 0% /usr/sbin/openvpn --writepid /var/run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 758 1 root S 5296 1% 0% /lib/systemd/systemd-logind 859 1 avahi S 5284 1% 0% avahi-daemon: running [71b132b.local] 863 859 avahi S 5156 1% 0% avahi-daemon: chroot helper 764 1 messageb S 4936 1% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 1369 1365 root S 4864 1% 0% /proc/self/exe --healthcheck /usr/lib/resin-supervisor/resin-supervisor-healthcheck --pid 1365 884 878 root S 4864 1% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 878 867 1 nobody S 4368 1% 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=- 1002 847 nobody S 4368 1% 0% /usr/bin/dnsmasq --conf-file=/dev/null --no-hosts --keep-in-foreground --bind-interfaces --except-interface=lo --clear-on-reload --strict-order --listen-address=10.42.0.1 --dhcp-range=10.42.0.10,10.42.0.254,60m --dhcp-lease-max=50 --dhcp-leasefile=/var/lib/NetworkManager/dnsmasq-wlan0.leases --pid-file=/var/run/nm-dnsmasq-wlan0.pid --conf-dir=/etc/NetworkManager/dnsmasq-shared.d 1552 1521 messageb S 3564 1% 0% avahi-daemon: running [71b132b.local] 1553 1552 messageb S 3432 1% 0% avahi-daemon: chroot helper 1365 1 root S 3052 1% 0% {start-resin-sup} /bin/sh /usr/bin/start-resin-supervisor 23290 23274 root S 3052 1% 0% /bin/bash -l 12370 12369 root S 2960 1% 0% bash -s -- 760 1 root S 2900 1% 0% /sbin/klogd -n 761 1 root S 2900 1% 0% /sbin/syslogd -n 1545 1521 redsocks S 2872 1% 0% /usr/bin/dbus-daemon --system 12629 12370 root S 2768 1% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 10 bash -c top -b -n 1 1234 1220 root S 2660 1% 0% /bin/bash -c . cmd.sh 23274 1 root S 2516 1% 0% /usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_host_key -s 12369 1 root S 2516 1% 0% /usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_host_key -s 1327 1234 root S 2256 0% 0% /bin/bash ./connectCheck.sh 12630 12629 root S 2000 0% 0% timeout --preserve-status --kill-after=20 10 bash -c top -b -n 1 901 1 root S 1832 0% 0% /usr/bin/hciattach /dev/serial1 bcm43xx 3000000 flow - b8:27:eb:aa:c8:79 11891 1234 root S 1676 0% 0% sleep 600 12355 1327 root S 1676 0% 0% grep -q connection.id 7 2 root SW 0 0% 0% [ksoftirqd/0] 56 2 root SW 0 0% 0% [mmcqd/0] 10492 2 root IW 0 0% 0% [kworker/0:0] 40 2 root SW 0 0% 0% [irq/86-mmc1] 677 2 root SW 0 0% 0% [brcmf_wdog/mmc1] 601 2 root SW 0 0% 0% [jbd2/mmcblk0p6-] 5909 2 root IW 0 0% 0% [kworker/u2:1] 10997 2 root IW 0 0% 0% [kworker/0:2] 403 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 257 2 root IW< 0 0% 0% [kworker/0:1H] 10746 2 root IW 0 0% 0% [kworker/0:1] 11 2 root SW 0 0% 0% [khungtaskd] 2 0 root SW 0 0% 0% [kthreadd] 8 2 root SW 0 0% 0% [kdevtmpfs] 4 2 root IW< 0 0% 0% [kworker/0:0H] 6 2 root IW< 0 0% 0% [mm_percpu_wq] 9 2 root IW< 0 0% 0% [netns] 12 2 root SW 0 0% 0% [oom_reaper] 13 2 root IW< 0 0% 0% [writeback] 14 2 root SW 0 0% 0% [kcompactd0] 15 2 root IW< 0 0% 0% [crypto] 16 2 root IW< 0 0% 0% [kblockd] 17 2 root IW< 0 0% 0% [watchdogd] 18 2 root IW< 0 0% 0% [rpciod] 19 2 root IW< 0 0% 0% [xprtiod] 20 2 root SW 0 0% 0% [kswapd0] 21 2 root IW< 0 0% 0% [nfsiod] 31 2 root IW< 0 0% 0% [kthrotld] 32 2 root IW< 0 0% 0% [iscsi_eh] 33 2 root IW< 0 0% 0% [dwc_otg] 34 2 root IW< 0 0% 0% [DWC Notificatio] 35 2 root SW< 0 0% 0% [vchiq-slot/0] 36 2 root SW< 0 0% 0% [vchiq-recy/0] 37 2 root SW< 0 0% 0% [vchiq-sync/0] 38 2 root SW 0 0% 0% [vchiq-keep/0] 39 2 root IW< 0 0% 0% [ipv6_addrconf] 380 2 root SW 0 0% 0% [jbd2/mmcblk0p2-] 381 2 root IW< 0 0% 0% [ext4-rsv-conver] 404 2 root IW< 0 0% 0% [ext4-rsv-conver] 602 2 root IW< 0 0% 0% [ext4-rsv-conver] 651 2 root SW 0 0% 0% [spi0] 671 2 root IW< 0 0% 0% [cfg80211] 676 2 root IW< 0 0% 0% [brcmf_wq/mmc1:0] 730 2 root SW 0 0% 0% [jbd2/mmcblk0p3-] 731 2 root IW< 0 0% 0% [ext4-rsv-conver] 900 2 root IW< 0 0% 0% [kworker/u3:0] 903 2 root IW< 0 0% 0% [kworker/u3:2] 12031 2 root IW 0 0% 0% [kworker/u2:0] real 0m 0.20s user 0m 0.00s sys 0m 0.08s --- cat /var/log/provisioning-progress.log --- 2020-05-27 00:01:26.991303225+00:00 Command exited with non-zero status 1 real 0m 0.03s user 0m 0.00s sys 0m 0.03s --- df -h --- 2020-05-27 00:01:27.115913916+00:00 Filesystem Size Used Avail Use% Mounted on devtmpfs 233M 0 233M 0% /dev /dev/disk/by-partuuid/9af45c83-02 300M 219M 61M 79% /mnt/sysroot/active /dev/disk/by-label/resin-state 19M 8.6M 8.5M 51% /mnt/state none 300M 219M 61M 79% / tmpfs 240M 144K 240M 1% /dev/shm tmpfs 240M 780K 240M 1% /run tmpfs 240M 0 240M 0% /sys/fs/cgroup tmpfs 240M 228K 240M 1% /tmp /dev/mmcblk0p1 40M 8.2M 32M 21% /mnt/boot tmpfs 240M 36K 240M 1% /var/volatile /dev/mmcblk0p6 14G 7.1G 5.9G 55% /mnt/data /dev/mmcblk0p3 300M 79M 201M 29% /mnt/sysroot/inactive real 0m 0.04s user 0m 0.00s sys 0m 0.03s --- df -ih --- 2020-05-27 00:01:27.240529608+00:00 Filesystem Inodes IUsed IFree IUse% Mounted on devtmpfs 59K 375 58K 1% /dev /dev/disk/by-partuuid/9af45c83-02 39K 5.7K 34K 15% /mnt/sysroot/active /dev/disk/by-label/resin-state 5.1K 94 5.0K 2% /mnt/state none 39K 5.7K 34K 15% / tmpfs 60K 5 60K 1% /dev/shm tmpfs 60K 534 60K 1% /run tmpfs 60K 11 60K 1% /sys/fs/cgroup tmpfs 60K 10 60K 1% /tmp /dev/mmcblk0p1 0 0 0 - /mnt/boot tmpfs 60K 40 60K 1% /var/volatile /dev/mmcblk0p6 1.8M 277K 1.6M 16% /mnt/data /dev/mmcblk0p3 39K 2.4K 37K 6% /mnt/sysroot/inactive real 0m 0.04s user 0m 0.01s 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-05-27 00:01:27.364089303+00:00 /sys/class/thermal/thermal_zone0 70212 real 0m 0.03s user 0m 0.00s sys 0m 0.03s --- 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-05-27 00:01:27.487475998+00:00 /sys/class/mmc_host/mmc0/mmc0:e624 manfid:0x000003 oemid:0x5344 name:SL16G hwrev:0x8 fwrev:0x0 real 0m 0.10s user 0m 0.00s sys 0m 0.07s --- free -h --- 2020-05-27 00:01:27.672284541+00:00 total used free shared buffers cached Mem: 491452 356344 135108 1220 55288 177028 -/+ buffers/cache: 124028 367424 Swap: 0 0 0 real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- ls -l /dev --- 2020-05-27 00:01:27.790092250+00:00 total 0 crw-r--r-- 1 root root 10, 235 May 26 13:11 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 May 26 13:11 cachefiles drwxr-xr-x 2 root root 2460 May 26 11:33 char crw------- 1 root root 5, 1 May 26 13:11 console crw------- 1 root root 10, 62 May 26 13:11 cpu_dma_latency crw------- 1 root root 10, 203 Mar 18 2019 cuse drwxr-xr-x 8 root root 160 Mar 18 2019 disk crw-rw---- 1 root video 29, 0 May 26 13:11 fb0 lrwxrwxrwx 1 root root 13 Jan 1 1970 fd -> /proc/self/fd crw-rw-rw- 1 root root 1, 7 May 26 13:11 full crw-rw-rw- 1 root root 10, 229 May 26 13:11 fuse crw------- 1 root root 254, 0 May 26 13:11 gpiochip0 crw------- 1 root root 248, 0 May 26 13:11 gpiomem crw------- 1 root root 10, 183 May 26 13:11 hwrng crw------- 1 root root 89, 1 May 26 13:11 i2c-1 lrwxrwxrwx 1 root root 25 Mar 18 2019 initctl -> /run/systemd/initctl/fifo drwxr-xr-x 2 root root 60 Jan 1 1970 input crw-r--r-- 1 root root 1, 11 May 26 13:11 kmsg lrwxrwxrwx 1 root root 28 Mar 18 2019 log -> /run/systemd/journal/dev-log crw-rw---- 1 root disk 10, 237 May 26 13:11 loop-control brw-rw---- 1 root disk 7, 0 May 26 13:11 loop0 brw-rw---- 1 root disk 7, 1 May 26 13:11 loop1 brw-rw---- 1 root disk 7, 2 May 26 13:11 loop2 brw-rw---- 1 root disk 7, 3 May 26 13:11 loop3 brw-rw---- 1 root disk 7, 4 May 26 13:11 loop4 brw-rw---- 1 root disk 7, 5 May 26 13:11 loop5 brw-rw---- 1 root disk 7, 6 May 26 13:11 loop6 brw-rw---- 1 root disk 7, 7 May 26 13:11 loop7 drwxr-xr-x 2 root root 60 Mar 18 2019 mapper crw-r----- 1 root kmem 1, 1 May 26 13:11 mem crw------- 1 root root 10, 59 May 26 13:11 memory_bandwidth brw-rw---- 1 root disk 179, 0 May 26 13:11 mmcblk0 brw-rw---- 1 root disk 179, 1 May 26 13:11 mmcblk0p1 brw-rw---- 1 root disk 179, 2 May 26 13:11 mmcblk0p2 brw-rw---- 1 root disk 179, 3 May 26 13:11 mmcblk0p3 brw-rw---- 1 root disk 179, 4 May 26 13:11 mmcblk0p4 brw-rw---- 1 root disk 179, 5 May 26 13:11 mmcblk0p5 brw-rw---- 1 root disk 179, 6 May 26 13:11 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 May 26 13:11 network_latency crw------- 1 root root 10, 60 May 26 13:11 network_throughput crw-rw-rw- 1 root root 1, 3 May 26 13:11 null crw------- 1 root root 108, 0 Mar 18 2019 ppp lrwxrwxrwx 1 root root 13 May 26 13:11 ptmx -> /dev/pts/ptmx drwxr-xr-x 2 root root 0 Mar 18 2019 pts brw-rw---- 1 root disk 1, 0 May 26 13:11 ram0 brw-rw---- 1 root disk 1, 1 May 26 13:11 ram1 brw-rw---- 1 root disk 1, 10 May 26 13:11 ram10 brw-rw---- 1 root disk 1, 11 May 26 13:11 ram11 brw-rw---- 1 root disk 1, 12 May 26 13:11 ram12 brw-rw---- 1 root disk 1, 13 May 26 13:11 ram13 brw-rw---- 1 root disk 1, 14 May 26 13:11 ram14 brw-rw---- 1 root disk 1, 15 May 26 13:11 ram15 brw-rw---- 1 root disk 1, 2 May 26 13:11 ram2 brw-rw---- 1 root disk 1, 3 May 26 13:11 ram3 brw-rw---- 1 root disk 1, 4 May 26 13:11 ram4 brw-rw---- 1 root disk 1, 5 May 26 13:11 ram5 brw-rw---- 1 root disk 1, 6 May 26 13:11 ram6 brw-rw---- 1 root disk 1, 7 May 26 13:11 ram7 brw-rw---- 1 root disk 1, 8 May 26 13:11 ram8 brw-rw---- 1 root disk 1, 9 May 26 13:11 ram9 crw-rw-rw- 1 root root 1, 8 May 26 13:11 random drwxr-xr-x 2 root root 60 Jan 1 1970 raw crw-rw-r-- 1 root root 10, 58 May 26 13:11 rfkill lrwxrwxrwx 1 root root 5 May 26 13:11 serial0 -> ttyS0 lrwxrwxrwx 1 root root 7 May 26 13:11 serial1 -> ttyAMA0 drwxrwxrwt 2 root root 40 May 26 13:12 shm drwxr-xr-x 3 root root 160 Mar 18 2019 snd crw------- 1 root root 153, 0 May 26 13:11 spidev0.0 crw------- 1 root root 153, 1 May 26 13:11 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 May 26 13:11 tty crw--w---- 1 root tty 4, 0 May 26 13:11 tty0 crw--w---- 1 root tty 4, 1 May 26 13:11 tty1 crw--w---- 1 root tty 4, 10 May 26 13:11 tty10 crw--w---- 1 root tty 4, 11 May 26 13:11 tty11 crw--w---- 1 root tty 4, 12 May 26 13:11 tty12 crw--w---- 1 root tty 4, 13 May 26 13:11 tty13 crw--w---- 1 root tty 4, 14 May 26 13:11 tty14 crw--w---- 1 root tty 4, 15 May 26 13:11 tty15 crw--w---- 1 root tty 4, 16 May 26 13:11 tty16 crw--w---- 1 root tty 4, 17 May 26 13:11 tty17 crw--w---- 1 root tty 4, 18 May 26 13:11 tty18 crw--w---- 1 root tty 4, 19 May 26 13:11 tty19 crw--w---- 1 root tty 4, 2 May 26 13:11 tty2 crw--w---- 1 root tty 4, 20 May 26 13:11 tty20 crw--w---- 1 root tty 4, 21 May 26 13:11 tty21 crw--w---- 1 root tty 4, 22 May 26 13:11 tty22 crw--w---- 1 root tty 4, 23 May 26 13:11 tty23 crw--w---- 1 root tty 4, 24 May 26 13:11 tty24 crw--w---- 1 root tty 4, 25 May 26 13:11 tty25 crw--w---- 1 root tty 4, 26 May 26 13:11 tty26 crw--w---- 1 root tty 4, 27 May 26 13:11 tty27 crw--w---- 1 root tty 4, 28 May 26 13:11 tty28 crw--w---- 1 root tty 4, 29 May 26 13:11 tty29 crw--w---- 1 root tty 4, 3 May 26 13:11 tty3 crw--w---- 1 root tty 4, 30 May 26 13:11 tty30 crw--w---- 1 root tty 4, 31 May 26 13:11 tty31 crw--w---- 1 root tty 4, 32 May 26 13:11 tty32 crw--w---- 1 root tty 4, 33 May 26 13:11 tty33 crw--w---- 1 root tty 4, 34 May 26 13:11 tty34 crw--w---- 1 root tty 4, 35 May 26 13:11 tty35 crw--w---- 1 root tty 4, 36 May 26 13:11 tty36 crw--w---- 1 root tty 4, 37 May 26 13:11 tty37 crw--w---- 1 root tty 4, 38 May 26 13:11 tty38 crw--w---- 1 root tty 4, 39 May 26 13:11 tty39 crw--w---- 1 root tty 4, 4 May 26 13:11 tty4 crw--w---- 1 root tty 4, 40 May 26 13:11 tty40 crw--w---- 1 root tty 4, 41 May 26 13:11 tty41 crw--w---- 1 root tty 4, 42 May 26 13:11 tty42 crw--w---- 1 root tty 4, 43 May 26 13:11 tty43 crw--w---- 1 root tty 4, 44 May 26 13:11 tty44 crw--w---- 1 root tty 4, 45 May 26 13:11 tty45 crw--w---- 1 root tty 4, 46 May 26 13:11 tty46 crw--w---- 1 root tty 4, 47 May 26 13:11 tty47 crw--w---- 1 root tty 4, 48 May 26 13:11 tty48 crw--w---- 1 root tty 4, 49 May 26 13:11 tty49 crw--w---- 1 root tty 4, 5 May 26 13:11 tty5 crw--w---- 1 root tty 4, 50 May 26 13:11 tty50 crw--w---- 1 root tty 4, 51 May 26 13:11 tty51 crw--w---- 1 root tty 4, 52 May 26 13:11 tty52 crw--w---- 1 root tty 4, 53 May 26 13:11 tty53 crw--w---- 1 root tty 4, 54 May 26 13:11 tty54 crw--w---- 1 root tty 4, 55 May 26 13:11 tty55 crw--w---- 1 root tty 4, 56 May 26 13:11 tty56 crw--w---- 1 root tty 4, 57 May 26 13:11 tty57 crw--w---- 1 root tty 4, 58 May 26 13:11 tty58 crw--w---- 1 root tty 4, 59 May 26 13:11 tty59 crw--w---- 1 root tty 4, 6 May 26 13:11 tty6 crw--w---- 1 root tty 4, 60 May 26 13:11 tty60 crw--w---- 1 root tty 4, 61 May 26 13:11 tty61 crw--w---- 1 root tty 4, 62 May 26 13:11 tty62 crw--w---- 1 root tty 4, 63 May 26 13:11 tty63 crw--w---- 1 root tty 4, 7 May 26 13:11 tty7 crw--w---- 1 root tty 4, 8 May 26 13:11 tty8 crw--w---- 1 root tty 4, 9 May 26 13:11 tty9 crw-rw---- 1 root dialout 204, 64 May 26 13:11 ttyAMA0 crw-rw---- 1 root dialout 4, 64 May 26 13:11 ttyS0 crw------- 1 root root 5, 3 May 26 13:11 ttyprintk crw------- 1 root root 10, 239 Mar 18 2019 uhid crw------- 1 root root 10, 223 Mar 18 2019 uinput crw-rw-rw- 1 root root 1, 9 May 26 13:11 urandom crw------- 1 root root 250, 0 May 26 13:11 vc-mem crw------- 1 root root 246, 0 May 26 13:12 vchiq crw------- 1 root root 249, 0 May 26 13:11 vcio crw-rw---- 1 root tty 7, 0 May 26 13:11 vcs crw-rw---- 1 root tty 7, 1 May 26 13:11 vcs1 crw-rw---- 1 root tty 7, 2 May 26 13:11 vcs2 crw-rw---- 1 root tty 7, 3 May 26 13:11 vcs3 crw-rw---- 1 root tty 7, 4 May 26 13:11 vcs4 crw-rw---- 1 root tty 7, 5 May 26 13:11 vcs5 crw-rw---- 1 root tty 7, 6 May 26 13:11 vcs6 crw-rw---- 1 root tty 7, 128 May 26 13:11 vcsa crw-rw---- 1 root tty 7, 129 May 26 13:11 vcsa1 crw-rw---- 1 root tty 7, 130 May 26 13:11 vcsa2 crw-rw---- 1 root tty 7, 131 May 26 13:11 vcsa3 crw-rw---- 1 root tty 7, 132 May 26 13:11 vcsa4 crw-rw---- 1 root tty 7, 133 May 26 13:12 vcsa5 crw-rw---- 1 root tty 7, 134 May 26 13:12 vcsa6 crw------- 1 root root 10, 137 Mar 18 2019 vhci crw------- 1 root root 10, 130 May 26 13:11 watchdog crw------- 1 root root 252, 0 May 26 13:11 watchdog0 crw-rw-rw- 1 root root 1, 5 May 26 13:11 zero real 0m 0.06s user 0m 0.02s sys 0m 0.02s --- lsusb -vvv --- 2020-05-27 00:01:27.938418883+00:00 Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 255 Vendor Specific Class bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 idVendor 0x0424 Standard Microsystems Corp. idProduct 0xec00 SMSC9512/9514 Fast Ethernet Adapter bcdDevice 2.00 iManufacturer 0 iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 39 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 Vendor Specific Class 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 Vendor Specific Class bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. SMC9512/9514 USB Hub Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 bDeviceProtocol 2 TT per port bMaxPacketSize0 64 idVendor 0x0424 Standard Microsystems Corp. idProduct 0x9512 SMC9512/9514 USB Hub bcdDevice 2.00 iManufacturer 0 iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 41 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 Hub bInterfaceSubClass 0 bInterfaceProtocol 1 Single TT 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 Hub bInterfaceSubClass 0 bInterfaceProtocol 2 TT per port 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 3 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 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 bDeviceProtocol 1 Single TT bMaxPacketSize0 64 idVendor 0x1d6b Linux Foundation idProduct 0x0002 2.0 root hub bcdDevice 4.14 iManufacturer 3 Linux 4.14.98 dwc_otg_hcd iProduct 2 DWC OTG Controller iSerial 1 20980000.usb bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 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 Hub bInterfaceSubClass 0 bInterfaceProtocol 0 Full speed (or root) hub 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.12s user 0m 0.04s sys 0m 0.03s --- mount --- 2020-05-27 00:01:28.142614378+00:00 proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,relatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=237604k,nr_inodes=59401,mode=755) /dev/mmcblk0p2 on /mnt/sysroot/active type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /mnt/state type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /etc/machine-id type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p2 on /mnt/sysroot/active/balena/aufs type ext4 (rw,relatime,data=ordered) none on / type aufs (ro,relatime,si=8ef44792,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) cgroup 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/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/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls) tmpfs on /tmp type tmpfs (rw,nosuid,nodev) debugfs on /sys/kernel/debug type debugfs (rw,relatime) configfs on /sys/kernel/config type configfs (rw,relatime) /dev/mmcblk0p1 on /mnt/boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro) mqueue on /dev/mqueue type mqueue (rw,relatime) tmpfs on /var/volatile type tmpfs (rw,relatime) tmpfs on /var/lib type tmpfs (rw,relatime) tmpfs on /var/cache type tmpfs (rw,relatime) tmpfs on /var/spool type tmpfs (rw,relatime) tmpfs on /srv type tmpfs (rw,relatime) /dev/mmcblk0p5 on /home/root/.rnd type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /etc/NetworkManager/conf.d type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /etc/dropbear type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /var/lib/systemd type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /var/volatile/lib/systemd type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /etc/docker type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /etc/hostname type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /etc/resin-supervisor type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /etc/NetworkManager/system-connections type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /etc/openvpn type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /home/root/.docker type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /var/lib/chrony type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /var/volatile/lib/chrony type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /var/lib/NetworkManager type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /var/volatile/lib/NetworkManager type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /home/root/.ssh type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /etc/udev/rules.d type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p6 on /mnt/data type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p6 on /resin-data type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p6 on /var/lib/docker type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p6 on /var/volatile/lib/docker type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p3 on /mnt/sysroot/inactive type ext4 (rw,relatime,data=ordered) /dev/mmcblk0p5 on /var/volatile/log/journal type ext4 (rw,relatime,data=ordered) real 0m 0.05s user 0m 0.02s sys 0m 0.01s --- uname -a --- 2020-05-27 00:01:28.277833044+00:00 Linux 71b132b 4.14.98 #1 Tue Apr 30 09:25:03 UTC 2019 armv6l armv6l armv6l GNU/Linux real 0m 0.03s user 0m 0.00s sys 0m 0.03s --- echo === NETWORK === --- 2020-05-27 00:01:28.398575745+00:00 === NETWORK === real 0m 0.02s user 0m 0.00s sys 0m 0.02s --- /sbin/ip addr --- 2020-05-27 00:01:28.504829482+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: wlan0: mtu 1500 qdisc fq_codel qlen 1000 link/ether b8:27:eb:55:37:86 brd ff:ff:ff:ff:ff:ff inet 10.42.0.1/24 brd 10.42.0.255 scope global wlan0 valid_lft forever preferred_lft forever inet6 fe80::d2e3:f2c8:47a7:eaf6/64 scope link valid_lft forever preferred_lft forever 3: eth0: mtu 1500 qdisc fq_codel qlen 1000 link/ether b8:27:eb:00:62:d3 brd ff:ff:ff:ff:ff:ff inet 192.168.1.101/24 brd 192.168.1.255 scope global dynamic eth0 valid_lft 1049638sec preferred_lft 1049638sec inet6 fe80::16c5:5e49:392b:fd35/64 scope link valid_lft forever preferred_lft forever 4: resin-dns: mtu 1500 qdisc noqueue qlen 1000 link/ether 26:67:14:cd:db:ed 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::2467:14ff:fecd:dbed/64 scope link valid_lft forever preferred_lft forever 5: balena0: mtu 1500 qdisc noqueue link/ether 02:42:6f:7d:10:47 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 6: br-0ff49d466a90: mtu 1500 qdisc noqueue link/ether 02:42:9b:d4:c5:e3 brd ff:ff:ff:ff:ff:ff inet 172.17.0.1/16 brd 172.17.255.255 scope global br-0ff49d466a90 valid_lft forever preferred_lft forever 8: supervisor0: mtu 1500 qdisc noqueue link/ether 02:42:12:6a:d2:81 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 9: resin-vpn: mtu 1500 qdisc fq_codel qlen 100 link/[65534] inet 10.240.38.59 peer 52.4.252.97/32 scope global resin-vpn valid_lft forever preferred_lft forever inet6 fe80::175c:9001:1bf2:e312/64 scope link valid_lft forever preferred_lft forever real 0m 0.05s user 0m 0.01s sys 0m 0.01s --- cat /etc/resolv.conf --- 2020-05-27 00:01:28.635966158+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 real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- cat /proc/net/dev --- 2020-05-27 00:01:28.756431860+00:00 Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed supervisor0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 wlan0: 996059 6871 0 0 0 0 0 0 777345 4911 0 0 0 0 0 0 br-0ff49d466a90: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 eth0: 4351210 33762 0 0 0 0 0 0 5231040 41326 0 0 0 0 0 0 lo: 644188 9061 0 0 0 0 0 0 644188 9061 0 0 0 0 0 0 resin-vpn: 520310 6248 0 0 0 0 0 0 751968 6271 0 0 0 0 0 0 resin-dns: 0 0 0 0 0 0 0 0 12423 89 0 0 0 0 0 0 balena0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- cat /proc/net/snmp --- 2020-05-27 00:01:28.870173579+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 55210 0 0 10063 0 0 45146 60622 8 112 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: 23 0 0 20 0 0 0 0 0 3 0 0 0 0 429 0 426 0 0 0 0 3 0 0 0 0 0 IcmpMsg: InType0 InType3 OutType3 OutType8 IcmpMsg: 3 20 426 3 Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors Tcp: 1 200 120000 -1 1989 132 0 1 3 36025 39115 1915 2288 17 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti Udp: 8755 426 0 9191 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.03s user 0m 0.00s sys 0m 0.02s --- cat /proc/net/udp --- 2020-05-27 00:01:28.985169295+00:00 sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops 19: 00000000:B1C4 00000000:0000 07 00000000:00000000 00:00000000 00000000 996 0 13312 2 dda06840 0 56: 00000000:14E9 00000000:0000 07 00000000:00000000 00:00000000 00000000 998 0 18401 2 dcf26b00 0 56: 00000000:14E9 00000000:0000 07 00000000:00000000 00:00000000 00000000 996 0 13310 2 dda06580 0 132: 01002A0A:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 15389 2 dcf27600 0 132: 0200007F:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 13549 2 dda06dc0 0 132: 0166720A:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 13547 2 dda06b00 0 146: 00000000:0043 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 15386 2 dcf27340 0 146: 0100007F:0143 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 12231 2 dda062c0 0 147: 6501A8C0:0044 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 14605 2 dda07600 0 255: 00000000:ECB0 00000000:0000 07 00000000:00000000 00:00000000 00000000 998 0 18405 2 dcf26840 0 real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- CURL_CA_BUNDLE=/tmp/tmp.Fn6i2ah8Am curl https://api.balena-cloud.com/ping --- 2020-05-27 00:01:29.114042976+00:00 OKreal 0m 1.38s user 0m 0.27s sys 0m 0.06s --- CURL_CA_BUNDLE=/tmp/tmp.Fn6i2ah8Am curl https://www.google.co.uk --- 2020-05-27 00:01:30.581506348+00:00 Google



 

B�squeda avanzada

Ofrecido por Google en: English

© 2020 - Privacidad - Condiciones

real 0m 2.07s user 0m 0.33s sys 0m 0.03s --- ifconfig --- 2020-05-27 00:01:32.735653022+00:00 balena0 Link encap:Ethernet HWaddr 02:42:6F:7D:10:47 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-0ff49d466a90 Link encap:Ethernet HWaddr 02:42:9B:D4:C5:E3 inet addr:172.17.0.1 Bcast:172.17.255.255 Mask:255.255.0.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) eth0 Link encap:Ethernet HWaddr B8:27:EB:00:62:D3 inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::16c5:5e49:392b:fd35/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:33834 errors:0 dropped:0 overruns:0 frame:0 TX packets:41421 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:4379964 (4.1 MiB) TX bytes:5267672 (5.0 MiB) 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:9069 errors:0 dropped:0 overruns:0 frame:0 TX packets:9069 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:645018 (629.9 KiB) TX bytes:645018 (629.9 KiB) resin-dns Link encap:Ethernet HWaddr 26:67:14:CD:DB:ED inet addr:10.114.102.1 Bcast:0.0.0.0 Mask:255.255.255.0 inet6 addr: fe80::2467:14ff:fecd:dbed/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:89 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:12423 (12.1 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.38.59 P-t-P:52.4.252.97 Mask:255.255.255.255 inet6 addr: fe80::175c:9001:1bf2:e312/64 Scope:Link UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:6266 errors:0 dropped:0 overruns:0 frame:0 TX packets:6297 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:521246 (509.0 KiB) TX bytes:779175 (760.9 KiB) supervisor0 Link encap:Ethernet HWaddr 02:42:12:6A:D2:81 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) wlan0 Link encap:Ethernet HWaddr B8:27:EB:55:37:86 inet addr:10.42.0.1 Bcast:10.42.0.255 Mask:255.255.255.0 inet6 addr: fe80::d2e3:f2c8:47a7:eaf6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:6872 errors:0 dropped:0 overruns:0 frame:0 TX packets:4912 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:996158 (972.8 KiB) TX bytes:777530 (759.3 KiB) real 0m 0.04s user 0m 0.02s sys 0m 0.01s --- iptables -n -L --- 2020-05-27 00:01:32.858071719+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 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:67 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:67 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:53 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:53 REJECT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 reject-with icmp-port-unreachable Chain FORWARD (policy ACCEPT) target prot opt source destination DOCKER-USER all -- 0.0.0.0/0 0.0.0.0/0 DOCKER-ISOLATION 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 ACCEPT all -- 0.0.0.0/0 10.42.0.0/24 state RELATED,ESTABLISHED ACCEPT all -- 10.42.0.0/24 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain DOCKER (3 references) target prot opt source destination Chain DOCKER-ISOLATION (1 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 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.04s user 0m 0.01s sys 0m 0.03s --- iptables -n -t nat -L --- 2020-05-27 00:01:32.992277387+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 -- 10.114.104.0/25 0.0.0.0/0 MASQUERADE all -- 172.17.0.0/16 0.0.0.0/0 MASQUERADE all -- 10.42.0.0/24 !10.42.0.0/24 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 real 0m 0.04s user 0m 0.01s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" --- 2020-05-27 00:01:33.125273059+00:00 -- Logs begin at Tue 2020-05-26 11:32:00 UTC, end at Wed 2020-05-27 00:01:23 UTC. -- May 26 11:33:02 systemd[1]: Started OpenVPN. May 26 11:33:03 openvpn[865]: Tue May 26 11:33:03 2020 WARNING: file '/var/volatile/vpn-auth' is group or others accessible May 26 11:33:03 openvpn[865]: Tue May 26 11:33:03 2020 OpenVPN 2.4.3 arm-poky-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Mar 18 2019 May 26 11:33:03 openvpn[865]: Tue May 26 11:33:03 2020 library versions: OpenSSL 1.0.2o 27 Mar 2018, LZO 2.10 May 26 11:33:03 openvpn[865]: Tue May 26 11:33:03 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts May 26 11:33:03 openvpn[865]: Tue May 26 11:33:03 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Name or service not known) May 26 11:33:03 openvpn[865]: Tue May 26 11:33:03 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Name or service not known) May 26 11:33:03 openvpn[865]: Tue May 26 11:33:03 2020 Could not determine IPv4/IPv6 protocol May 26 11:33:03 openvpn[865]: Tue May 26 11:33:03 2020 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay May 26 11:33:03 openvpn[865]: Tue May 26 11:33:03 2020 SIGUSR1[soft,init_instance] received, process restarting May 26 11:33:03 openvpn[865]: Tue May 26 11:33:03 2020 Restart pause, 5 second(s) May 26 11:33:08 openvpn[865]: Tue May 26 11:33:08 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts May 26 11:33:08 openvpn[865]: Tue May 26 11:33:08 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Name or service not known) May 26 11:33:08 openvpn[865]: Tue May 26 11:33:08 2020 RESOLVE: Cannot resolve host address: vpn.balena-cloud.com:443 (Name or service not known) May 26 11:33:08 openvpn[865]: Tue May 26 11:33:08 2020 Could not determine IPv4/IPv6 protocol May 26 11:33:08 openvpn[865]: Tue May 26 11:33:08 2020 SIGUSR1[soft,init_instance] received, process restarting May 26 11:33:08 openvpn[865]: Tue May 26 11:33:08 2020 Restart pause, 5 second(s) May 26 11:33:13 openvpn[865]: Tue May 26 11:33:13 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts May 26 11:33:14 openvpn[865]: Tue May 26 11:33:14 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]3.227.28.93:443 May 26 11:33:14 openvpn[865]: Tue May 26 11:33:14 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] May 26 11:33:14 openvpn[865]: Tue May 26 11:33:14 2020 Attempting to establish TCP connection with [AF_INET]3.227.28.93:443 [nonblock] May 26 11:33:15 openvpn[865]: Tue May 26 11:33:15 2020 TCP connection established with [AF_INET]3.227.28.93:443 May 26 11:33:15 openvpn[865]: Tue May 26 11:33:15 2020 TCP_CLIENT link local: (not bound) May 26 11:33:15 openvpn[865]: Tue May 26 11:33:15 2020 TCP_CLIENT link remote: [AF_INET]3.227.28.93:443 May 26 11:33:15 openvpn[865]: Tue May 26 11:33:15 2020 TLS: Initial packet from [AF_INET]3.227.28.93:443, sid=5bef3c86 2b229c16 May 26 11:33:15 openvpn[865]: Tue May 26 11:33:15 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this May 26 11:33:16 openvpn[865]: Tue May 26 11:33:16 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd May 26 11:33:16 openvpn[865]: Tue May 26 11:33:16 2020 VERIFY KU OK May 26 11:33:16 openvpn[865]: Tue May 26 11:33:16 2020 Validating certificate extended key usage May 26 11:33:16 openvpn[865]: Tue May 26 11:33:16 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication May 26 11:33:16 openvpn[865]: Tue May 26 11:33:16 2020 VERIFY EKU OK May 26 11:33:16 openvpn[865]: Tue May 26 11:33:16 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com May 26 11:33:16 openvpn[865]: Tue May 26 11:33:16 2020 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA May 26 11:33:16 openvpn[865]: Tue May 26 11:33:16 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]3.227.28.93:443 May 26 11:33:17 openvpn[865]: Tue May 26 11:33:17 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 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.59.51 52.4.252.97,peer-id 0,cipher AES-256-GCM' May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 OPTIONS IMPORT: timers and/or timeouts modified May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 Socket Buffers: R=[341760->341760] S=[44800->44800] May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 OPTIONS IMPORT: --socket-flags option modified May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 Socket flags: TCP_NODELAY=1 succeeded May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 OPTIONS IMPORT: --ifconfig/up options modified May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 OPTIONS IMPORT: route options modified May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 OPTIONS IMPORT: peer-id set May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 OPTIONS IMPORT: data channel crypto options modified May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 Data Channel: using negotiated cipher 'AES-256-GCM' May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 Data Channel Encrypt: Cipher 'AES-256-GCM' initialized with 256 bit key May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 Data Channel Decrypt: Cipher 'AES-256-GCM' initialized with 256 bit key May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:00:62:d3 May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 TUN/TAP device resin-vpn opened May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 TUN/TAP TX queue length set to 100 May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 do_ifconfig, tt->did_ifconfig_ipv6_setup=0 May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 /sbin/ip link set dev resin-vpn up mtu 1500 May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 /sbin/ip addr add dev resin-vpn local 10.240.59.51 peer 52.4.252.97 May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.59.51 52.4.252.97 init May 26 11:33:18 openvpn[865]: resin-ntp-config: Found config.json in /mnt/boot/config.json . May 26 11:33:18 openvpn[865]: Tue May 26 11:33:18 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 May 26 11:33:18 openvpn[865]: ip: RTNETLINK answers: File exists May 26 11:33:19 openvpn[865]: Tue May 26 11:33:19 2020 ERROR: Linux route add command failed: external program exited with error status: 2 May 26 11:33:19 openvpn[865]: Tue May 26 11:33:19 2020 GID set to openvpn May 26 11:33:19 openvpn[865]: Tue May 26 11:33:19 2020 UID set to openvpn May 26 11:33:19 openvpn[865]: Tue May 26 11:33:19 2020 Initialization Sequence Completed May 26 13:11:38 openvpn[865]: Tue May 26 13:11:38 2020 [vpn.balena-cloud.com] Inactivity timeout (--ping-restart), restarting May 26 13:11:38 openvpn[865]: Tue May 26 13:11:38 2020 /etc/openvpn-misc/downscript.sh resin-vpn 1500 1555 10.240.59.51 52.4.252.97 restart May 26 13:11:39 openvpn[865]: Tue May 26 13:11:39 2020 SIGUSR1[soft,ping-restart] received, process restarting May 26 13:11:39 openvpn[865]: Tue May 26 13:11:39 2020 Restart pause, 5 second(s) May 26 13:11:44 openvpn[865]: Tue May 26 13:11:44 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts May 26 13:11:44 openvpn[865]: Tue May 26 13:11:44 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]3.227.28.93:443 May 26 13:11:44 openvpn[865]: Tue May 26 13:11:44 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] May 26 13:11:44 openvpn[865]: Tue May 26 13:11:44 2020 Attempting to establish TCP connection with [AF_INET]3.227.28.93:443 [nonblock] May 26 13:11:45 openvpn[865]: Tue May 26 13:11:45 2020 TCP connection established with [AF_INET]3.227.28.93:443 May 26 13:11:45 openvpn[865]: Tue May 26 13:11:45 2020 Socket flags: TCP_NODELAY=1 succeeded May 26 13:11:45 openvpn[865]: Tue May 26 13:11:45 2020 TCP_CLIENT link local: (not bound) May 26 13:11:45 openvpn[865]: Tue May 26 13:11:45 2020 TCP_CLIENT link remote: [AF_INET]3.227.28.93:443 May 26 13:11:45 openvpn[865]: Tue May 26 13:11:45 2020 TLS: Initial packet from [AF_INET]3.227.28.93:443, sid=cb5bd552 ce73abd4 May 26 13:11:47 openvpn[865]: Tue May 26 13:11:47 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd May 26 13:11:47 openvpn[865]: Tue May 26 13:11:47 2020 VERIFY KU OK May 26 13:11:47 openvpn[865]: Tue May 26 13:11:47 2020 Validating certificate extended key usage May 26 13:11:47 openvpn[865]: Tue May 26 13:11:47 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication May 26 13:11:47 openvpn[865]: Tue May 26 13:11:47 2020 VERIFY EKU OK May 26 13:11:47 openvpn[865]: Tue May 26 13:11:47 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com May 26 13:11:47 openvpn[865]: Tue May 26 13:11:47 2020 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA May 26 13:11:47 openvpn[865]: Tue May 26 13:11:47 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]3.227.28.93:443 May 26 13:11:48 openvpn[865]: Tue May 26 13:11:48 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 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.240 52.4.252.97,peer-id 0,cipher AES-256-GCM' May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 OPTIONS IMPORT: timers and/or timeouts modified May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 Socket Buffers: R=[341760->341760] S=[44800->44800] May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 OPTIONS IMPORT: --socket-flags option modified May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 Socket flags: TCP_NODELAY=1 succeeded May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 OPTIONS IMPORT: --ifconfig/up options modified May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 OPTIONS IMPORT: route options modified May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 OPTIONS IMPORT: peer-id set May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 OPTIONS IMPORT: data channel crypto options modified May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 Data Channel: using negotiated cipher 'AES-256-GCM' May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 Data Channel Encrypt: Cipher 'AES-256-GCM' initialized with 256 bit key May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 Data Channel Decrypt: Cipher 'AES-256-GCM' initialized with 256 bit key May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 Preserving previous TUN/TAP instance: resin-vpn May 26 13:11:49 openvpn[865]: Tue May 26 13:11:49 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.59.51 52.4.252.97 restart May 26 13:11:50 openvpn[865]: resin-ntp-config: Found config.json in /mnt/boot/config.json . May 26 13:11:50 openvpn[865]: Tue May 26 13:11:50 2020 NOTE: Pulled options changed on restart, will need to close and reopen TUN/TAP device. May 26 13:11:50 openvpn[865]: Tue May 26 13:11:50 2020 Closing TUN/TAP interface May 26 13:11:50 openvpn[865]: Tue May 26 13:11:50 2020 /sbin/ip addr del dev resin-vpn local 10.240.59.51 peer 52.4.252.97 May 26 13:11:50 openvpn[865]: ip: RTNETLINK answers: Operation not permitted May 26 13:11:50 openvpn[865]: Tue May 26 13:11:50 2020 Linux ip addr del failed: external program exited with error status: 2 May 26 13:11:50 openvpn[865]: Tue May 26 13:11:50 2020 /etc/openvpn-misc/downscript.sh resin-vpn 1500 1555 10.240.59.51 52.4.252.97 init May 26 13:11:51 openvpn[865]: Tue May 26 13:11:51 2020 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:00:62:d3 May 26 13:11:51 openvpn[865]: Tue May 26 13:11:51 2020 ERROR: Cannot ioctl TUNSETIFF resin-vpn: Operation not permitted (errno=1) May 26 13:11:51 openvpn[865]: Tue May 26 13:11:51 2020 Exiting due to fatal error May 26 13:11:51 systemd[1]: openvpn.service: Main process exited, code=exited, status=1/FAILURE May 26 13:11:51 systemd[1]: openvpn.service: Failed with result 'exit-code'. May 26 13:12:01 systemd[1]: openvpn.service: Service hold-off time over, scheduling restart. May 26 13:12:01 systemd[1]: openvpn.service: Scheduled restart job, restart counter is at 1. May 26 13:12:01 systemd[1]: Stopped OpenVPN. May 26 13:12:02 systemd[1]: Started OpenVPN. May 26 13:12:03 openvpn[1423]: Tue May 26 13:12:03 2020 WARNING: file '/var/volatile/vpn-auth' is group or others accessible May 26 13:12:03 openvpn[1423]: Tue May 26 13:12:03 2020 OpenVPN 2.4.3 arm-poky-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Mar 18 2019 May 26 13:12:03 openvpn[1423]: Tue May 26 13:12:03 2020 library versions: OpenSSL 1.0.2o 27 Mar 2018, LZO 2.10 May 26 13:12:03 openvpn[1423]: Tue May 26 13:12:03 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts May 26 13:12:04 openvpn[1423]: Tue May 26 13:12:04 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]35.169.89.252:443 May 26 13:12:04 openvpn[1423]: Tue May 26 13:12:04 2020 Socket Buffers: R=[87380->87380] S=[16384->16384] May 26 13:12:04 openvpn[1423]: Tue May 26 13:12:04 2020 Attempting to establish TCP connection with [AF_INET]35.169.89.252:443 [nonblock] May 26 13:12:07 openvpn[1423]: Tue May 26 13:12:07 2020 TCP connection established with [AF_INET]35.169.89.252:443 May 26 13:12:07 openvpn[1423]: Tue May 26 13:12:07 2020 TCP_CLIENT link local: (not bound) May 26 13:12:07 openvpn[1423]: Tue May 26 13:12:07 2020 TCP_CLIENT link remote: [AF_INET]35.169.89.252:443 May 26 13:12:07 openvpn[1423]: Tue May 26 13:12:07 2020 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay May 26 13:12:07 openvpn[1423]: Tue May 26 13:12:07 2020 TLS: Initial packet from [AF_INET]35.169.89.252:443, sid=ffa4acf7 5ecee178 May 26 13:12:07 openvpn[1423]: Tue May 26 13:12:07 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this May 26 13:12:07 openvpn[1423]: Tue May 26 13:12:07 2020 VERIFY OK: depth=1, C=AU, ST=Some-State, O=Internet Widgits Pty Ltd May 26 13:12:07 openvpn[1423]: Tue May 26 13:12:07 2020 VERIFY KU OK May 26 13:12:07 openvpn[1423]: Tue May 26 13:12:07 2020 Validating certificate extended key usage May 26 13:12:07 openvpn[1423]: Tue May 26 13:12:07 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication May 26 13:12:07 openvpn[1423]: Tue May 26 13:12:07 2020 VERIFY EKU OK May 26 13:12:07 openvpn[1423]: Tue May 26 13:12:07 2020 VERIFY OK: depth=0, CN=vpn.balena-cloud.com May 26 13:12:08 openvpn[1423]: Tue May 26 13:12:08 2020 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA May 26 13:12:08 openvpn[1423]: Tue May 26 13:12:08 2020 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]35.169.89.252:443 May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 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.38.59 52.4.252.97,peer-id 0,cipher AES-256-GCM' May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 OPTIONS IMPORT: timers and/or timeouts modified May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 Socket Buffers: R=[341760->341760] S=[44800->44800] May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 OPTIONS IMPORT: --socket-flags option modified May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 Socket flags: TCP_NODELAY=1 succeeded May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 OPTIONS IMPORT: --ifconfig/up options modified May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 OPTIONS IMPORT: route options modified May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 OPTIONS IMPORT: peer-id set May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 OPTIONS IMPORT: adjusting link_mtu to 1627 May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 OPTIONS IMPORT: data channel crypto options modified May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 Data Channel: using negotiated cipher 'AES-256-GCM' May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 Data Channel Encrypt: Cipher 'AES-256-GCM' initialized with 256 bit key May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 Data Channel Decrypt: Cipher 'AES-256-GCM' initialized with 256 bit key May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:00:62:d3 May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 TUN/TAP device resin-vpn opened May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 TUN/TAP TX queue length set to 100 May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 do_ifconfig, tt->did_ifconfig_ipv6_setup=0 May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 /sbin/ip link set dev resin-vpn up mtu 1500 May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 /sbin/ip addr add dev resin-vpn local 10.240.38.59 peer 52.4.252.97 May 26 13:12:09 openvpn[1423]: Tue May 26 13:12:09 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.38.59 52.4.252.97 init May 26 13:12:10 openvpn[1423]: resin-ntp-config: Found config.json in /mnt/boot/config.json . May 26 13:12:10 openvpn[1423]: Tue May 26 13:12:10 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 May 26 13:12:10 openvpn[1423]: ip: RTNETLINK answers: File exists May 26 13:12:11 openvpn[1423]: Tue May 26 13:12:11 2020 ERROR: Linux route add command failed: external program exited with error status: 2 May 26 13:12:11 openvpn[1423]: Tue May 26 13:12:11 2020 GID set to openvpn May 26 13:12:11 openvpn[1423]: Tue May 26 13:12:11 2020 UID set to openvpn May 26 13:12:11 openvpn[1423]: Tue May 26 13:12:11 2020 Initialization Sequence Completed real 0m 0.12s user 0m 0.06s sys 0m 0.04s --- ls -l /mnt/boot/system-connections --- 2020-05-27 00:01:33.337817533+00:00 total 3 -rwxr-xr-x 1 root root 253 Jan 25 01:50 10-mbps -rwxr-xr-x 1 root root 301 May 3 2019 README.ignore -rwxr-xr-x 1 root root 144 Jul 22 2019 cellular-generic -rwxr-xr-x 1 root root 418 Jul 22 2019 comms-hotspot -rwxr-xr-x 1 root root 245 May 3 2019 resin-sample.ignore real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- netstat -ntl --- 2020-05-27 00:01:33.459031233+00:00 Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 10.42.0.1:53 0.0.0.0:* LISTEN 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 :::48484 :::* LISTEN tcp 0 0 :::22222 :::* LISTEN real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- nmcli --version --- 2020-05-27 00:01:33.594652898+00:00 nmcli tool, version 1.14.4 real 0m 0.23s user 0m 0.07s sys 0m 0.03s --- ping -c 1 -W 3 google.co.uk --- 2020-05-27 00:01:33.992660914+00:00 PING google.co.uk (172.217.28.99): 56 data bytes 64 bytes from 172.217.28.99: seq=0 ttl=49 time=97.803 ms --- google.co.uk ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 97.803/97.803/97.803 ms real 0m 0.31s user 0m 0.01s sys 0m 0.02s --- systemctl kill -s USR1 dnsmasq --- 2020-05-27 00:01:34.455885769+00:00 real 0m 0.16s user 0m 0.01s sys 0m 0.04s --- systemctl status openvpn-resin --no-pager --- 2020-05-27 00:01:34.721002113+00:00 ● openvpn.service - OpenVPN Loaded: loaded (/lib/systemd/system/openvpn.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2020-05-26 13:12:02 UTC; 10h ago Main PID: 1423 (openvpn) CGroup: /system.slice/openvpn.service └─1423 /usr/sbin/openvpn --writepid /var/run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 May 26 13:12:09 71b132b openvpn[1423]: Tue May 26 13:12:09 2020 /sbin/ip link set dev resin-vpn up mtu 1500 May 26 13:12:09 71b132b openvpn[1423]: Tue May 26 13:12:09 2020 /sbin/ip addr add dev resin-vpn local 10.240.38.59 peer 52.4.252.97 May 26 13:12:09 71b132b openvpn[1423]: Tue May 26 13:12:09 2020 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.38.59 52.4.252.97 init May 26 13:12:10 71b132b openvpn[1423]: resin-ntp-config: Found config.json in /mnt/boot/config.json . May 26 13:12:10 71b132b openvpn[1423]: Tue May 26 13:12:10 2020 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 May 26 13:12:10 71b132b openvpn[1423]: ip: RTNETLINK answers: File exists May 26 13:12:11 71b132b openvpn[1423]: Tue May 26 13:12:11 2020 ERROR: Linux route add command failed: external program exited with error status: 2 May 26 13:12:11 71b132b openvpn[1423]: Tue May 26 13:12:11 2020 GID set to openvpn May 26 13:12:11 71b132b openvpn[1423]: Tue May 26 13:12:11 2020 UID set to openvpn May 26 13:12:11 71b132b openvpn[1423]: Tue May 26 13:12:11 2020 Initialization Sequence Completed real 0m 0.15s user 0m 0.03s sys 0m 0.04s --- echo === OS === --- 2020-05-27 00:01:34.956666530+00:00 === OS === real 0m 0.02s user 0m 0.02s sys 0m 0.00s --- cat /etc/os-release --- 2020-05-27 00:01:35.076204235+00:00 ID="balena-os" NAME="balenaOS" VERSION="2.32.0+rev1" VERSION_ID="2.32.0" PRETTY_NAME="balenaOS 2.32.0+rev1" MACHINE="raspberrypi" VARIANT="Production" VARIANT_ID="prod" RESIN_BOARD_REV="11f5617" META_RESIN_REV="d0f6b80" SLUG="raspberry-pi" real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- 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-05-27 00:01:35.189969954+00:00 { "apiEndpoint": "https://api.balena-cloud.com", "appUpdatePollInterval": 900000, "applicationId": "1273333", "applicationName": "BaaS", "deltaEndpoint": "https://delta.balena-cloud.com", "deviceApiKey": "", "deviceApiKeys": "", "deviceType": "raspberry-pi", "listenPort": "48484", "mixpanelToken": "", "pubnubPublishKey": "", "pubnubSubscribeKey": "", "registryEndpoint": "registry2.balena-cloud.com", "userId": "39351", "username": "ajcappon", "vpnEndpoint": "vpn.balena-cloud.com", "vpnPort": "443", "uuid": "71b132b65186d1c80107c86a5af6cd35", "registered_at": 1564004396243, "deviceId": 1667369, "persistentLogging": true } real 0m 0.11s user 0m 0.07s sys 0m 0.04s --- cat /mnt/boot/config.txt --- 2020-05-27 00:01:35.388485463+00:00 disable_splash=0 enable_uart=1 avoid_warnings=1 dtparam=i2c_arm=on dtparam=spi=on dtparam=audio=on gpu_mem=16 real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- cat /mnt/boot/resinOS_uEnv.txt --- 2020-05-27 00:01:35.496136197+00:00 Command exited with non-zero status 1 real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- cat /mnt/boot/uEnv.txt --- 2020-05-27 00:01:35.614635904+00:00 Command exited with non-zero status 1 real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- 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-05-27 00:01:35.728551622+00:00 real 0m 0.11s user 0m 0.08s sys 0m 0.02s --- 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-05-27 00:01:35.927098131+00:00 real 0m 0.12s user 0m 0.07s sys 0m 0.04s --- cat /var/log/messages --- 2020-05-27 00:01:36.134631618+00:00 May 3 14:50:41 localhost syslog.info syslogd started: BusyBox v1.27.2 May 26 11:32:57 localhost daemon.info dbus-daemon[764]: [system] Successfully activated service 'org.freedesktop.systemd1' May 26 11:33:02 localhost daemon.info dbus-daemon[764]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=847 comm="/usr/sbin/NetworkManager --no-daemon ") May 26 11:33:04 localhost daemon.info dbus-daemon[764]: [system] Successfully activated service 'org.freedesktop.hostname1' May 26 11:33:04 localhost daemon.info dbus-daemon[764]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=847 comm="/usr/sbin/NetworkManager --no-daemon ") May 26 11:33:05 localhost daemon.info dbus-daemon[764]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' May 26 11:33:05 localhost daemon.info bluetoothd[916]: Bluetooth daemon 5.48 May 26 11:33:05 localhost daemon.info bluetoothd[916]: Starting SDP server May 26 11:33:05 localhost daemon.info bluetoothd[916]: Bluetooth management interface 1.14 initialized May 26 11:33:05 localhost daemon.info nm-dispatcher: req:1 'hostname': new request (1 scripts) May 26 11:33:05 localhost daemon.info nm-dispatcher: req:1 'hostname': start running ordered scripts... May 26 11:33:05 localhost daemon.err bluetoothd[916]: Failed to set privacy: Rejected (0x0b) May 26 11:33:06 localhost daemon.info nm-dispatcher: req:2 'connectivity-change': new request (1 scripts) May 26 11:33:06 localhost daemon.info nm-dispatcher: req:2 'connectivity-change': start running ordered scripts... May 26 11:33:07 localhost daemon.info dbus-daemon[764]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.3' (uid=0 pid=847 comm="/usr/sbin/NetworkManager --no-daemon ") May 26 11:33:08 localhost daemon.info dbus-daemon[764]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' May 26 11:33:08 localhost user.warn wpa_supplicant: Libgcrypt warning: missing initialization - please fix the application May 26 11:33:09 localhost daemon.info nm-dispatcher: req:3 'up' [eth0]: new request (1 scripts) May 26 11:33:09 localhost daemon.info nm-dispatcher: req:3 'up' [eth0]: start running ordered scripts... May 26 11:33:09 localhost daemon.info nm-dispatcher: req:4 'connectivity-change': new request (1 scripts) May 26 11:33:10 localhost daemon.info nm-dispatcher: req:4 'connectivity-change': start running ordered scripts... May 26 11:33:14 localhost daemon.info dnsmasq[1002]: started, version 2.78 cachesize 150 May 26 11:33:14 localhost daemon.info dnsmasq[1002]: compile time options: IPv6 GNU-getopt DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth no-DNSSEC loop-detect inotify May 26 11:33:14 localhost daemon.info dnsmasq-dhcp[1002]: DHCP, IP range 10.42.0.10 -- 10.42.0.254, lease time 1h May 26 11:33:14 localhost daemon.info dnsmasq[1002]: reading /etc/resolv.conf May 26 11:33:14 localhost daemon.info dnsmasq[1002]: using nameserver 127.0.0.2#53 May 26 11:33:14 localhost daemon.info dnsmasq[1002]: cleared cache May 26 11:33:14 localhost daemon.info nm-dispatcher: req:5 'up' [wlan0]: new request (1 scripts) May 26 11:33:14 localhost daemon.info nm-dispatcher: req:5 'up' [wlan0]: start running ordered scripts... May 26 13:11:37 localhost daemon.info nm-dispatcher: req:6 'up' [supervisor0]: new request (1 scripts) May 26 13:11:37 localhost daemon.info nm-dispatcher: req:6 'up' [supervisor0]: start running ordered scripts... May 26 13:11:48 localhost daemon.info dnsmasq-dhcp[1002]: DHCPDISCOVER(wlan0) cc:50:e3:bf:3c:c0 May 26 13:11:48 localhost daemon.info dnsmasq-dhcp[1002]: DHCPOFFER(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 13:11:48 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 13:11:48 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 13:11:54 localhost daemon.info bluetoothd[916]: Terminating May 26 13:11:54 localhost daemon.info bluetoothd[916]: Stopping SDP server May 26 13:11:54 localhost daemon.info bluetoothd[916]: Exit May 26 13:37:59 localhost daemon.info dnsmasq-dhcp[1002]: DHCPDISCOVER(wlan0) cc:50:e3:bf:3c:c0 May 26 13:37:59 localhost daemon.info dnsmasq-dhcp[1002]: DHCPOFFER(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 13:37:59 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 13:37:59 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 14:07:57 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 14:07:57 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 14:37:40 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 14:37:40 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 15:07:40 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 15:07:40 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 15:37:38 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 15:37:38 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 16:07:24 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 16:07:24 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 16:37:24 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 16:37:24 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 16:52:42 localhost authpriv.warn dropbear[23274]: Failed loading /etc/dropbear/dropbear_dss_host_key May 26 16:52:42 localhost authpriv.warn dropbear[23274]: Failed loading /etc/dropbear/dropbear_ecdsa_host_key May 26 16:52:42 localhost authpriv.info dropbear[23274]: Child connection from ::ffff:52.4.252.97:57210 May 26 16:52:54 localhost authpriv.notice dropbear[23274]: Pubkey auth succeeded for 'root' with key md5 4b:a1:6d:4b:1b:a1:58:0b:0d:bb:82:06:ea:26:16:c8 from ::ffff:52.4.252.97:57210 May 26 17:07:16 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 17:07:16 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 17:37:17 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 17:37:17 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 17:40:00 localhost daemon.info dnsmasq-dhcp[1002]: DHCPDISCOVER(wlan0) cc:50:e3:bf:3c:c0 May 26 17:40:00 localhost daemon.info dnsmasq-dhcp[1002]: DHCPOFFER(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 17:40:00 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 17:40:00 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 18:09:40 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 18:09:40 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 18:39:33 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 18:39:33 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 19:09:34 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 19:09:34 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 19:38:46 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 19:38:46 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 20:08:41 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 20:08:41 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 20:38:42 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 20:38:42 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 21:08:37 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 21:08:37 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 21:38:38 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 21:38:38 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 21:40:41 localhost daemon.info dnsmasq-dhcp[1002]: DHCPDISCOVER(wlan0) cc:50:e3:bf:3c:c0 May 26 21:40:41 localhost daemon.info dnsmasq-dhcp[1002]: DHCPOFFER(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 21:40:41 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 21:40:41 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 21:42:04 localhost authpriv.warn dropbear[5281]: Failed loading /etc/dropbear/dropbear_dss_host_key May 26 21:42:04 localhost authpriv.warn dropbear[5281]: Failed loading /etc/dropbear/dropbear_ecdsa_host_key May 26 21:42:04 localhost authpriv.info dropbear[5281]: Child connection from ::ffff:52.4.252.97:49368 May 26 21:42:14 localhost authpriv.notice dropbear[5281]: Pubkey auth succeeded for 'root' with key md5 4b:a1:6d:4b:1b:a1:58:0b:0d:bb:82:06:ea:26:16:c8 from ::ffff:52.4.252.97:49368 May 26 21:44:07 localhost daemon.info dbus-daemon[764]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.2380' (uid=0 pid=5571 comm="timedatectl ") May 26 21:44:07 localhost daemon.info dbus-daemon[764]: [system] Successfully activated service 'org.freedesktop.timedate1' May 26 21:44:20 localhost authpriv.info dropbear[5281]: Exit (root): Disconnect received May 26 22:10:13 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 22:10:13 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 22:30:49 localhost daemon.info dnsmasq-dhcp[1002]: DHCPDISCOVER(wlan0) cc:50:e3:bf:3c:c0 May 26 22:30:49 localhost daemon.info dnsmasq-dhcp[1002]: DHCPOFFER(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 22:30:49 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 22:30:49 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 22:35:53 localhost daemon.info dnsmasq-dhcp[1002]: DHCPDISCOVER(wlan0) cc:50:e3:bf:3c:c0 May 26 22:35:53 localhost daemon.info dnsmasq-dhcp[1002]: DHCPOFFER(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 22:35:53 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 22:35:53 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 23:04:44 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 23:04:44 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 26 23:34:38 localhost daemon.info dnsmasq-dhcp[1002]: DHCPREQUEST(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 May 26 23:34:38 localhost daemon.info dnsmasq-dhcp[1002]: DHCPACK(wlan0) 10.42.0.19 cc:50:e3:bf:3c:c0 espressif May 27 00:01:12 localhost authpriv.warn dropbear[12369]: Failed loading /etc/dropbear/dropbear_dss_host_key May 27 00:01:12 localhost authpriv.warn dropbear[12369]: Failed loading /etc/dropbear/dropbear_ecdsa_host_key May 27 00:01:12 localhost authpriv.info dropbear[12369]: Child connection from ::ffff:52.4.252.97:52886 May 27 00:01:14 localhost authpriv.notice dropbear[12369]: Pubkey auth succeeded for 'root' with key md5 4b:a1:6d:4b:1b:a1:58:0b:0d:bb:82:06:ea:26:16:c8 from ::ffff:52.4.252.97:52886 real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- cat /var/log/provisioning-progress.log --- 2020-05-27 00:01:36.254225322+00:00 Command exited with non-zero status 1 real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- dmesg -T --- 2020-05-27 00:01:36.367214043+00:00 [Tue May 26 13:10:51 2020] Booting Linux on physical CPU 0x0 [Tue May 26 13:10:51 2020] Linux version 4.14.98 (oe-user@oe-host) (gcc version 7.3.0 (GCC)) #1 Tue Apr 30 09:25:03 UTC 2019 [Tue May 26 13:10:51 2020] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d [Tue May 26 13:10:51 2020] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache [Tue May 26 13:10:51 2020] OF: fdt: Machine model: Raspberry Pi Zero W Rev 1.1 [Tue May 26 13:10:51 2020] Memory policy: Data cache writeback [Tue May 26 13:10:51 2020] cma: Reserved 8 MiB at 0x1e400000 [Tue May 26 13:10:51 2020] On node 0 totalpages: 126976 [Tue May 26 13:10:51 2020] free_area_init_node: node 0, pgdat c124b130, node_mem_map ddfa4000 [Tue May 26 13:10:51 2020] Normal zone: 1116 pages used for memmap [Tue May 26 13:10:51 2020] Normal zone: 0 pages reserved [Tue May 26 13:10:51 2020] Normal zone: 126976 pages, LIFO batch:31 [Tue May 26 13:10:51 2020] random: get_random_bytes called from start_kernel+0x94/0x438 with crng_init=0 [Tue May 26 13:10:51 2020] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [Tue May 26 13:10:51 2020] pcpu-alloc: [0] 0 [Tue May 26 13:10:51 2020] Built 1 zonelists, mobility grouping on. Total pages: 125860 [Tue May 26 13:10:51 2020] Kernel command line: 8250.nr_uarts=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:00:62:D3 vc_mem.mem_base=0x1fa00000 vc_mem.mem_size=0x20000000 dwc_otg.lpm_enable=0 console=null rootfstype=ext4 rootwait vt.global_cursor_default=0 root=PARTUUID=9af45c83-02 rootwait [Tue May 26 13:10:51 2020] PID hash table entries: 2048 (order: 1, 8192 bytes) [Tue May 26 13:10:51 2020] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [Tue May 26 13:10:51 2020] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [Tue May 26 13:10:51 2020] Memory: 475212K/507904K available (7309K kernel code, 607K rwdata, 2172K rodata, 8048K init, 676K bss, 24500K reserved, 8192K cma-reserved) [Tue May 26 13:10:51 2020] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xdf800000 - 0xff800000 ( 512 MB) lowmem : 0xc0000000 - 0xdf000000 ( 496 MB) modules : 0xbf000000 - 0xc0000000 ( 16 MB) .text : 0xc0008000 - 0xc072b9d0 (7311 kB) .init : 0xc09e2000 - 0xc11be000 (8048 kB) .data : 0xc11be000 - 0xc1255e80 ( 608 kB) .bss : 0xc125bf34 - 0xc130519c ( 677 kB) [Tue May 26 13:10:51 2020] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [Tue May 26 13:10:51 2020] ftrace: allocating 26511 entries in 78 pages [Tue May 26 13:10:51 2020] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [Tue May 26 13:10:51 2020] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns [Tue May 26 13:10:51 2020] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns [Tue May 26 13:10:51 2020] bcm2835: system timer (irq = 27) [Tue May 26 13:10:51 2020] Console: colour dummy device 80x30 [Tue May 26 13:10:51 2020] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792) [Tue May 26 13:10:51 2020] pid_max: default: 32768 minimum: 301 [Tue May 26 13:10:51 2020] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [Tue May 26 13:10:51 2020] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [Tue May 26 13:10:51 2020] CPU: Testing write buffer coherency: ok [Tue May 26 13:10:51 2020] Setting up static identity map for 0x8200 - 0x8238 [Tue May 26 13:10:51 2020] devtmpfs: initialized [Tue May 26 13:10:51 2020] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5 [Tue May 26 13:10:51 2020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [Tue May 26 13:10:51 2020] futex hash table entries: 256 (order: -1, 3072 bytes) [Tue May 26 13:10:51 2020] pinctrl core: initialized pinctrl subsystem [Tue May 26 13:10:51 2020] NET: Registered protocol family 16 [Tue May 26 13:10:51 2020] DMA: preallocated 1024 KiB pool for atomic coherent allocations [Tue May 26 13:10:51 2020] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers. [Tue May 26 13:10:51 2020] hw-breakpoint: maximum watchpoint size is 4 bytes. [Tue May 26 13:10:51 2020] Serial: AMBA PL011 UART driver [Tue May 26 13:10:51 2020] bcm2835-mbox 2000b880.mailbox: mailbox enabled [Tue May 26 13:10:51 2020] uart-pl011 20201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe [Tue May 26 13:10:51 2020] bcm2835-dma 20007000.dma: DMA legacy API manager at df80d000, dmachans=0x1 [Tue May 26 13:10:51 2020] SCSI subsystem initialized [Tue May 26 13:10:51 2020] usbcore: registered new interface driver usbfs [Tue May 26 13:10:51 2020] usbcore: registered new interface driver hub [Tue May 26 13:10:51 2020] usbcore: registered new device driver usb [Tue May 26 13:10:51 2020] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-11-04 16:32 [Tue May 26 13:10:51 2020] clocksource: Switched to clocksource timer [Tue May 26 13:10:51 2020] VFS: Disk quotas dquot_6.6.0 [Tue May 26 13:10:51 2020] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [Tue May 26 13:10:51 2020] FS-Cache: Loaded [Tue May 26 13:10:51 2020] CacheFiles: Loaded [Tue May 26 13:10:51 2020] NET: Registered protocol family 2 [Tue May 26 13:10:51 2020] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [Tue May 26 13:10:51 2020] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [Tue May 26 13:10:51 2020] TCP: Hash tables configured (established 4096 bind 4096) [Tue May 26 13:10:51 2020] UDP hash table entries: 256 (order: 0, 4096 bytes) [Tue May 26 13:10:51 2020] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [Tue May 26 13:10:51 2020] NET: Registered protocol family 1 [Tue May 26 13:10:51 2020] RPC: Registered named UNIX socket transport module. [Tue May 26 13:10:51 2020] RPC: Registered udp transport module. [Tue May 26 13:10:51 2020] RPC: Registered tcp transport module. [Tue May 26 13:10:51 2020] RPC: Registered tcp NFSv4.1 backchannel transport module. [Tue May 26 13:10:51 2020] hw perfevents: no irqs for PMU, sampling events not supported [Tue May 26 13:10:51 2020] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available [Tue May 26 13:10:51 2020] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [Tue May 26 13:10:51 2020] squashfs: version 4.0 (2009/01/31) Phillip Lougher [Tue May 26 13:10:51 2020] FS-Cache: Netfs 'nfs' registered for caching [Tue May 26 13:10:51 2020] NFS: Registering the id_resolver key type [Tue May 26 13:10:51 2020] Key type id_resolver registered [Tue May 26 13:10:51 2020] Key type id_legacy registered [Tue May 26 13:10:51 2020] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [Tue May 26 13:10:51 2020] aufs 4.14.73+-20190211 [Tue May 26 13:10:51 2020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [Tue May 26 13:10:51 2020] io scheduler noop registered [Tue May 26 13:10:51 2020] io scheduler deadline registered [Tue May 26 13:10:51 2020] io scheduler cfq registered (default) [Tue May 26 13:10:51 2020] io scheduler mq-deadline registered [Tue May 26 13:10:51 2020] io scheduler kyber registered [Tue May 26 13:10:51 2020] BCM2708FB: allocated DMA memory 5e500000 [Tue May 26 13:10:51 2020] BCM2708FB: allocated DMA channel 0 @ df80d000 [Tue May 26 13:10:51 2020] Console: switching to colour frame buffer device 82x26 [Tue May 26 13:10:51 2020] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [Tue May 26 13:10:51 2020] bcm2835-rng 20104000.rng: hwrng registered [Tue May 26 13:10:51 2020] vc-mem: phys_addr:0x00000000 mem_base=0x1fa00000 mem_size:0x20000000(512 MiB) [Tue May 26 13:10:51 2020] vc-sm: Videocore shared memory driver [Tue May 26 13:10:51 2020] gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000 [Tue May 26 13:10:51 2020] brd: module loaded [Tue May 26 13:10:51 2020] loop: module loaded [Tue May 26 13:10:51 2020] Loading iSCSI transport class v2.0-870. [Tue May 26 13:10:51 2020] tun: Universal TUN/TAP device driver, 1.6 [Tue May 26 13:10:51 2020] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [Tue May 26 13:10:51 2020] dwc_otg 20980000.usb: base=0xf0980000 [Tue May 26 13:10:51 2020] Core Release: 2.80a [Tue May 26 13:10:51 2020] Setting default values for core params [Tue May 26 13:10:51 2020] Finished setting default values for core params [Tue May 26 13:10:51 2020] Using Buffer DMA mode [Tue May 26 13:10:51 2020] Periodic Transfer Interrupt Enhancement - disabled [Tue May 26 13:10:51 2020] Multiprocessor Interrupt Enhancement - disabled [Tue May 26 13:10:51 2020] OTG VER PARAM: 0, OTG VER FLAG: 0 [Tue May 26 13:10:51 2020] Dedicated Tx FIFOs mode [Tue May 26 13:10:51 2020] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xde514000 dma = 0x5e514000 len=9024 [Tue May 26 13:10:51 2020] FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled [Tue May 26 13:10:51 2020] dwc_otg: Microframe scheduler enabled [Tue May 26 13:10:51 2020] WARN::hcd_init_fiq:459: FIQ on core 0 at 0xc04fd994 [Tue May 26 13:10:51 2020] WARN::hcd_init_fiq:460: FIQ ASM at 0xc04fdc64 length 36 [Tue May 26 13:10:51 2020] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000 [Tue May 26 13:10:51 2020] dwc_otg 20980000.usb: DWC OTG Controller [Tue May 26 13:10:51 2020] dwc_otg 20980000.usb: new USB bus registered, assigned bus number 1 [Tue May 26 13:10:51 2020] dwc_otg 20980000.usb: irq 56, io mem 0x00000000 [Tue May 26 13:10:51 2020] Init: Port Power? op_state=1 [Tue May 26 13:10:51 2020] Init: Power Port (0) [Tue May 26 13:10:51 2020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [Tue May 26 13:10:51 2020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Tue May 26 13:10:51 2020] usb usb1: Product: DWC OTG Controller [Tue May 26 13:10:51 2020] usb usb1: Manufacturer: Linux 4.14.98 dwc_otg_hcd [Tue May 26 13:10:51 2020] usb usb1: SerialNumber: 20980000.usb [Tue May 26 13:10:51 2020] hub 1-0:1.0: USB hub found [Tue May 26 13:10:51 2020] hub 1-0:1.0: 1 port detected [Tue May 26 13:10:51 2020] dwc_otg: FIQ enabled [Tue May 26 13:10:51 2020] dwc_otg: NAK holdoff enabled [Tue May 26 13:10:51 2020] dwc_otg: FIQ split-transaction FSM enabled [Tue May 26 13:10:51 2020] Module dwc_common_port init [Tue May 26 13:10:51 2020] usbcore: registered new interface driver usb-storage [Tue May 26 13:10:51 2020] mousedev: PS/2 mouse device common for all mice [Tue May 26 13:10:51 2020] IR NEC protocol handler initialized [Tue May 26 13:10:51 2020] IR RC5(x/sz) protocol handler initialized [Tue May 26 13:10:51 2020] IR RC6 protocol handler initialized [Tue May 26 13:10:51 2020] IR JVC protocol handler initialized [Tue May 26 13:10:51 2020] IR Sony protocol handler initialized [Tue May 26 13:10:51 2020] IR SANYO protocol handler initialized [Tue May 26 13:10:51 2020] IR Sharp protocol handler initialized [Tue May 26 13:10:51 2020] IR MCE Keyboard/mouse protocol handler initialized [Tue May 26 13:10:51 2020] IR XMP protocol handler initialized [Tue May 26 13:10:51 2020] bcm2835-wdt 20100000.watchdog: Broadcom BCM2835 watchdog timer [Tue May 26 13:10:51 2020] bcm2835-cpufreq: min=700000 max=1000000 [Tue May 26 13:10:51 2020] sdhci: Secure Digital Host Controller Interface driver [Tue May 26 13:10:51 2020] sdhci: Copyright(c) Pierre Ossman [Tue May 26 13:10:51 2020] mmc-bcm2835 20300000.mmc: could not get clk, deferring probe [Tue May 26 13:10:51 2020] sdhost-bcm2835 20202000.mmc: could not get clk, deferring probe [Tue May 26 13:10:51 2020] sdhci-pltfm: SDHCI platform and OF driver helper [Tue May 26 13:10:51 2020] ledtrig-cpu: registered to indicate activity on CPUs [Tue May 26 13:10:51 2020] hidraw: raw HID events driver (C) Jiri Kosina [Tue May 26 13:10:51 2020] usbcore: registered new interface driver usbhid [Tue May 26 13:10:51 2020] usbhid: USB HID core driver [Tue May 26 13:10:51 2020] vchiq: vchiq_init_state: slot_zero = de580000, is_master = 0 [Tue May 26 13:10:51 2020] [vc_sm_connected_init]: start [Tue May 26 13:10:51 2020] vc_vchi_sm_init: failed to open VCHI service (-1) [Tue May 26 13:10:51 2020] [vc_sm_connected_init]: failed to initialize shared memory service [Tue May 26 13:10:51 2020] [vc_sm_connected_init]: end - returning -1 [Tue May 26 13:10:51 2020] nf_conntrack version 0.5.0 (8192 buckets, 32768 max) [Tue May 26 13:10:51 2020] ip_tables: (C) 2000-2006 Netfilter Core Team [Tue May 26 13:10:51 2020] Initializing XFRM netlink socket [Tue May 26 13:10:51 2020] NET: Registered protocol family 10 [Tue May 26 13:10:51 2020] Segment Routing with IPv6 [Tue May 26 13:10:51 2020] NET: Registered protocol family 17 [Tue May 26 13:10:51 2020] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [Tue May 26 13:10:51 2020] Key type dns_resolver registered [Tue May 26 13:10:51 2020] registered taskstats version 1 [Tue May 26 13:10:51 2020] uart-pl011 20201000.serial: cts_event_workaround enabled [Tue May 26 13:10:51 2020] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2 [Tue May 26 13:10:51 2020] 20215040.serial: ttyS0 at MMIO 0x0 (irq = 160, base_baud = 31250000) is a 16550 [Tue May 26 13:10:51 2020] mmc-bcm2835 20300000.mmc: mmc_debug:0 mmc_debug2:0 [Tue May 26 13:10:51 2020] mmc-bcm2835 20300000.mmc: DMA channel allocated [Tue May 26 13:10:51 2020] sdhost: log_buf @ de513000 (5e513000) [Tue May 26 13:10:52 2020] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [Tue May 26 13:10:52 2020] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [Tue May 26 13:10:52 2020] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [Tue May 26 13:10:52 2020] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [Tue May 26 13:10:52 2020] random: fast init done [Tue May 26 13:10:52 2020] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) [Tue May 26 13:10:52 2020] of_cfs_init [Tue May 26 13:10:52 2020] of_cfs_init: OK [Tue May 26 13:10:52 2020] Warning: unable to open an initial console. [Tue May 26 13:10:52 2020] Freeing unused kernel memory: 8048K [Tue May 26 13:10:52 2020] This architecture does not have kernel memory protection. [Tue May 26 13:10:52 2020] Indeed it is in host mode hprt0 = 00021501 [Tue May 26 13:10:52 2020] mmc1: new high speed SDIO card at address 0001 [Tue May 26 13:10:52 2020] mmc0: host does not support reading read-only switch, assuming write-enable [Tue May 26 13:10:52 2020] mmc0: new high speed SDHC card at address e624 [Tue May 26 13:10:52 2020] mmcblk0: mmc0:e624 SL16G 14.8 GiB [Tue May 26 13:10:52 2020] mmcblk0: p1 p2 p3 p4 < p5 p6 > [Tue May 26 13:10:52 2020] usb 1-1: new high-speed USB device number 2 using dwc_otg [Tue May 26 13:10:52 2020] Indeed it is in host mode hprt0 = 00001101 [Tue May 26 13:10:52 2020] usb 1-1: New USB device found, idVendor=0424, idProduct=9512 [Tue May 26 13:10:52 2020] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Tue May 26 13:10:52 2020] hub 1-1:1.0: USB hub found [Tue May 26 13:10:52 2020] hub 1-1:1.0: 3 ports detected [Tue May 26 13:10:52 2020] usb 1-1.1: new high-speed USB device number 3 using dwc_otg [Tue May 26 13:10:53 2020] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00 [Tue May 26 13:10:53 2020] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Tue May 26 13:10:53 2020] udevd[247]: starting version 237 [Tue May 26 13:10:56 2020] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [Tue May 26 13:10:57 2020] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null) [Tue May 26 13:10:57 2020] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [Tue May 26 13:10:57 2020] aufs au_opts_verify:1609:init[1]: dirperm1 breaks the protection by the permission bits on the lower branch [Tue May 26 13:10:58 2020] systemd[1]: System time before build time, advancing clock. [Tue May 26 13:10:58 2020] systemd[1]: systemd 237 running in system mode. (-PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid) [Tue May 26 13:10:58 2020] systemd[1]: Detected architecture arm. [Tue May 26 13:10:58 2020] systemd[1]: No hostname configured. [Tue May 26 13:10:58 2020] systemd[1]: Set hostname to . [Tue May 26 13:10:58 2020] systemd[1]: Hardware watchdog 'Broadcom BCM2835 Watchdog timer', version 0 [Tue May 26 13:10:58 2020] systemd[1]: Set hardware watchdog to 10s. [Tue May 26 13:10:58 2020] systemd[1]: File /lib/systemd/system/systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. [Tue May 26 13:10:58 2020] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) [Tue May 26 13:10:59 2020] systemd[1]: Unnecessary job for /dev/disk/by-label/resin-state was removed. [Tue May 26 13:10:59 2020] random: systemd: uninitialized urandom read (16 bytes read) [Tue May 26 13:10:59 2020] systemd[1]: Reached target Remote File Systems. [Tue May 26 13:10:59 2020] random: systemd: uninitialized urandom read (16 bytes read) [Tue May 26 13:10:59 2020] random: systemd: uninitialized urandom read (16 bytes read) [Tue May 26 13:11:05 2020] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null) [Tue May 26 13:11:07 2020] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [Tue May 26 13:11:07 2020] bcm2835_alsa bcm2835_alsa: card created with 8 channels [Tue May 26 13:11:08 2020] brcmfmac: F1 signature read @0x18000000=0x1541a9a6 [Tue May 26 13:11:08 2020] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43430-sdio.bin for chip 0x00a9a6(43430) rev 0x000001 [Tue May 26 13:11:08 2020] usbcore: registered new interface driver brcmfmac [Tue May 26 13:11:08 2020] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 23 2017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f [Tue May 26 13:11:08 2020] brcmfmac: brcmf_c_preinit_dcmds: CLM version = API: 12.2 Data: 7.11.15 Compiler: 1.24.2 ClmImport: 1.24.1 Creation: 2014-05-26 10:53:55 Inc Data: 9.10.39 Inc Compiler: 1.29.4 Inc ClmImport: 1.36.3 Creation: 2017-10-23 03:47:14 [Tue May 26 13:11:09 2020] smsc95xx v1.0.6 [Tue May 26 13:11:09 2020] random: crng init done [Tue May 26 13:11:09 2020] random: 7 urandom warning(s) missed due to ratelimiting [Tue May 26 13:11:09 2020] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-20980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:00:62:d3 [Tue May 26 13:11:09 2020] usbcore: registered new interface driver smsc95xx [Tue May 26 13:11:10 2020] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null) [Tue May 26 13:11:15 2020] uart-pl011 20201000.serial: no DMA platform data [Tue May 26 13:11:16 2020] systemd-journald[449]: Received request to flush runtime journal from PID 1 [Tue May 26 13:11:16 2020] systemd-journald[449]: File /var/log/journal/ee065be936e448199eeeedeeffd18537/system.journal corrupted or uncleanly shut down, renaming and replacing. [Tue May 26 13:11:19 2020] i2c /dev entries driver [Tue May 26 13:11:19 2020] brcmfmac: power management disabled [Tue May 26 13:11:20 2020] Bluetooth: Core ver 2.22 [Tue May 26 13:11:20 2020] NET: Registered protocol family 31 [Tue May 26 13:11:20 2020] Bluetooth: HCI device and connection manager initialized [Tue May 26 13:11:20 2020] Bluetooth: HCI socket layer initialized [Tue May 26 13:11:20 2020] Bluetooth: L2CAP socket layer initialized [Tue May 26 13:11:20 2020] Bluetooth: SCO socket layer initialized [Tue May 26 13:11:20 2020] Bluetooth: HCI UART driver ver 2.3 [Tue May 26 13:11:20 2020] Bluetooth: HCI UART protocol H4 registered [Tue May 26 13:11:20 2020] Bluetooth: HCI UART protocol Three-wire (H5) registered [Tue May 26 13:11:20 2020] Bluetooth: HCI UART protocol Broadcom registered [Tue May 26 13:11:22 2020] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [Tue May 26 13:11:22 2020] Bluetooth: BNEP filters: protocol multicast [Tue May 26 13:11:22 2020] Bluetooth: BNEP socket layer initialized [Tue May 26 13:11:22 2020] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [Tue May 26 13:11:22 2020] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup [Tue May 26 13:11:23 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Tue May 26 13:11:23 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Tue May 26 13:11:23 2020] brcmfmac: power management disabled [Tue May 26 13:11:23 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Tue May 26 13:11:23 2020] brcmfmac: power management disabled [Tue May 26 13:11:24 2020] smsc95xx 1-1.1:1.0 eth0: link up, 10Mbps, full-duplex, lpa 0x4461 [Tue May 26 13:11:25 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Tue May 26 13:11:27 2020] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [Tue May 26 13:11:27 2020] brcmfmac: power management disabled [Tue May 26 13:11:28 2020] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [Tue May 26 13:11:32 2020] Bridge firewalling registered [Tue May 26 13:11:33 2020] Netfilter messages via NETLINK v0.30. [Tue May 26 13:11:33 2020] ctnetlink v0.93: registering with nfnetlink. [Tue May 26 13:11:33 2020] IPv6: ADDRCONF(NETDEV_UP): balena0: link is not ready [Tue May 26 13:11:35 2020] IPv6: ADDRCONF(NETDEV_UP): br-0ff49d466a90: link is not ready [Tue May 26 13:11:36 2020] IPv6: ADDRCONF(NETDEV_UP): supervisor0: link is not ready [Tue May 26 13:11:47 2020] udevd[1272]: starting version 3.2.9 [Tue May 26 13:11:47 2020] udevd[1273]: starting eudev-3.2.9 [Tue May 26 13:12:14 2020] ip6_tables: (C) 2000-2006 Netfilter Core Team real 0m 0.08s user 0m 0.03s sys 0m 0.02s --- find /mnt/data/*hup/*log -mtime -30 | xargs tail -n 10 -v --- 2020-05-27 00:01:36.541961611+00:00 ==> standard input <== real 0m 0.06s user 0m 0.02s sys 0m 0.03s --- journalctl --no-pager --no-hostname --list-boots --- 2020-05-27 00:01:36.700380219+00:00 -1 b1b3303a2920493f84759daaf58e0dd1 Tue 2020-05-26 11:32:00 UTC—Tue 2020-05-26 13:09:47 UTC 0 569507c776fe4bc1867a029195f17b14 Tue 2020-05-26 13:11:36 UTC—Wed 2020-05-27 00:01:34 UTC real 0m 0.06s user 0m 0.00s sys 0m 0.04s --- journalctl --no-pager --no-hostname -n500 -a --- 2020-05-27 00:01:36.842275868+00:00 -- Logs begin at Tue 2020-05-26 11:32:00 UTC, end at Wed 2020-05-27 00:01:34 UTC. -- May 26 22:58:06 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 22:58:06 balenad[878]: CONNECT Tue May 26 22:58:06 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 22:58:06 balenad[878]: CONNECT Tue May 26 22:58:06 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 22:58:33 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 22:58:33 balenad[878]: CONNECT Tue May 26 22:58:33 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 22:58:34 balenad[878]: CONNECT Tue May 26 22:58:34 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 22:59:12 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 22:59:12 balenad[878]: CONNECT Tue May 26 22:59:12 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 22:59:12 balenad[878]: CONNECT Tue May 26 22:59:12 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 22:59:40 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 22:59:40 balenad[878]: CONNECT Tue May 26 22:59:40 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 22:59:41 balenad[878]: CONNECT Tue May 26 22:59:41 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:00:08 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:00:08 balenad[878]: CONNECT Tue May 26 23:00:08 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:00:08 balenad[878]: CONNECT Tue May 26 23:00:08 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:00:38 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:00:38 balenad[878]: CONNECT Tue May 26 23:00:38 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:00:38 balenad[878]: CONNECT Tue May 26 23:00:38 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:01:06 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:01:06 balenad[878]: CONNECT Tue May 26 23:01:06 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:01:06 balenad[878]: CONNECT Tue May 26 23:01:06 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:01:37 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:01:37 balenad[878]: CONNECT Tue May 26 23:01:37 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:01:37 balenad[878]: CONNECT Tue May 26 23:01:37 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:01:53 balenad[878]: Idling... May 26 23:02:04 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:02:04 balenad[878]: CONNECT Tue May 26 23:02:04 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:02:05 balenad[878]: CONNECT Tue May 26 23:02:05 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:02:21 balenad[878]: time="2020-05-26T23:02:21.866596611Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:02:21 balenad[878]: Supervisor API: GET /v1/healthy 200 - 63.572 ms May 26 23:02:21 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 63.572 ms May 26 23:02:22 balenad[878]: time="2020-05-26T23:02:22.837303846Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:02:33 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:02:33 balenad[878]: CONNECT Tue May 26 23:02:33 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:02:33 balenad[878]: CONNECT Tue May 26 23:02:33 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:02:41 balenad[878]: Attempting container log timestamp flush... May 26 23:02:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:02:41 balenad[878]: Container log timestamp flush complete May 26 23:02:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 23:03:07 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:03:07 balenad[878]: CONNECT Tue May 26 23:03:07 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:03:07 balenad[878]: CONNECT Tue May 26 23:03:07 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:03:37 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:03:37 balenad[878]: CONNECT Tue May 26 23:03:37 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:03:37 balenad[878]: CONNECT Tue May 26 23:03:37 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:04:02 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:04:02 balenad[878]: CONNECT Tue May 26 23:04:02 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:04:03 balenad[878]: CONNECT Tue May 26 23:04:03 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:04:30 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:04:30 balenad[878]: CONNECT Tue May 26 23:04:30 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:04:30 balenad[878]: CONNECT Tue May 26 23:04:30 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:04:56 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:04:57 balenad[878]: CONNECT Tue May 26 23:04:57 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:04:57 balenad[878]: CONNECT Tue May 26 23:04:57 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:05:25 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:05:25 balenad[878]: CONNECT Tue May 26 23:05:25 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:05:25 balenad[878]: CONNECT Tue May 26 23:05:25 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:05:54 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:05:54 balenad[878]: CONNECT Tue May 26 23:05:54 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:05:55 balenad[878]: CONNECT Tue May 26 23:05:55 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:06:21 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:06:21 balenad[878]: CONNECT Tue May 26 23:06:21 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:06:21 balenad[878]: CONNECT Tue May 26 23:06:21 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:06:49 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:06:49 balenad[878]: CONNECT Tue May 26 23:06:49 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:06:49 balenad[878]: CONNECT Tue May 26 23:06:49 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:07:18 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:07:18 balenad[878]: CONNECT Tue May 26 23:07:18 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:07:18 balenad[878]: CONNECT Tue May 26 23:07:18 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:07:24 balenad[878]: time="2020-05-26T23:07:24.401109092Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:07:24 balenad[878]: Supervisor API: GET /v1/healthy 200 - 57.353 ms May 26 23:07:24 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 57.353 ms May 26 23:07:25 balenad[878]: time="2020-05-26T23:07:25.445833039Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:07:48 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:07:48 balenad[878]: CONNECT Tue May 26 23:07:48 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:07:48 balenad[878]: CONNECT Tue May 26 23:07:48 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:08:16 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:08:16 balenad[878]: CONNECT Tue May 26 23:08:16 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:08:16 balenad[878]: CONNECT Tue May 26 23:08:16 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:08:43 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:08:43 balenad[878]: CONNECT Tue May 26 23:08:43 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:08:43 balenad[878]: CONNECT Tue May 26 23:08:43 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:09:11 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:09:11 balenad[878]: CONNECT Tue May 26 23:09:11 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:09:12 balenad[878]: CONNECT Tue May 26 23:09:12 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:09:37 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:09:37 balenad[878]: CONNECT Tue May 26 23:09:37 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:09:37 balenad[878]: CONNECT Tue May 26 23:09:37 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:10:03 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:10:03 balenad[878]: CONNECT Tue May 26 23:10:03 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:10:03 balenad[878]: CONNECT Tue May 26 23:10:03 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:10:30 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:10:30 balenad[878]: CONNECT Tue May 26 23:10:30 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:10:30 balenad[878]: CONNECT Tue May 26 23:10:30 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:11:00 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:11:00 balenad[878]: CONNECT Tue May 26 23:11:00 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:11:00 balenad[878]: CONNECT Tue May 26 23:11:00 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:11:25 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:11:25 balenad[878]: CONNECT Tue May 26 23:11:25 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:11:25 balenad[878]: CONNECT Tue May 26 23:11:25 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:11:53 balenad[878]: Idling... May 26 23:11:54 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:11:54 balenad[878]: CONNECT Tue May 26 23:11:54 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:11:54 balenad[878]: CONNECT Tue May 26 23:11:54 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:12:22 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:12:22 balenad[878]: CONNECT Tue May 26 23:12:22 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:12:22 balenad[878]: CONNECT Tue May 26 23:12:22 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:12:27 balenad[878]: time="2020-05-26T23:12:27.025180218Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:12:27 balenad[878]: Supervisor API: GET /v1/healthy 200 - 53.750 ms May 26 23:12:27 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 53.750 ms May 26 23:12:28 balenad[878]: time="2020-05-26T23:12:28.038060289Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:12:41 balenad[878]: Attempting container log timestamp flush... May 26 23:12:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:12:41 balenad[878]: Container log timestamp flush complete May 26 23:12:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 23:12:51 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:12:51 balenad[878]: CONNECT Tue May 26 23:12:51 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:12:51 balenad[878]: CONNECT Tue May 26 23:12:51 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:13:23 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:13:23 balenad[878]: CONNECT Tue May 26 23:13:23 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:13:23 balenad[878]: CONNECT Tue May 26 23:13:23 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:13:56 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:13:56 balenad[878]: CONNECT Tue May 26 23:13:56 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:13:56 balenad[878]: CONNECT Tue May 26 23:13:56 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:14:25 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:14:25 balenad[878]: CONNECT Tue May 26 23:14:25 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:14:25 balenad[878]: CONNECT Tue May 26 23:14:25 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:14:56 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:14:56 balenad[878]: CONNECT Tue May 26 23:14:56 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:14:56 balenad[878]: CONNECT Tue May 26 23:14:56 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:15:25 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:15:25 balenad[878]: CONNECT Tue May 26 23:15:25 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:15:25 balenad[878]: CONNECT Tue May 26 23:15:25 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:15:54 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:15:54 balenad[878]: CONNECT Tue May 26 23:15:54 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:15:54 balenad[878]: CONNECT Tue May 26 23:15:54 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:16:23 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:16:23 balenad[878]: CONNECT Tue May 26 23:16:23 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:16:23 balenad[878]: CONNECT Tue May 26 23:16:23 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:16:54 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:16:54 balenad[878]: CONNECT Tue May 26 23:16:54 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:16:54 balenad[878]: CONNECT Tue May 26 23:16:54 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:17:27 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:17:27 balenad[878]: CONNECT Tue May 26 23:17:27 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:17:27 balenad[878]: CONNECT Tue May 26 23:17:27 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:17:29 balenad[878]: time="2020-05-26T23:17:29.486664976Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:17:29 balenad[878]: Supervisor API: GET /v1/healthy 200 - 71.026 ms May 26 23:17:29 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 71.026 ms May 26 23:17:30 balenad[878]: time="2020-05-26T23:17:30.507143017Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:17:56 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:17:56 balenad[878]: CONNECT Tue May 26 23:17:56 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:17:57 balenad[878]: CONNECT Tue May 26 23:17:57 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:18:30 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:18:30 balenad[878]: CONNECT Tue May 26 23:18:30 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:18:30 balenad[878]: CONNECT Tue May 26 23:18:30 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:19:00 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:19:00 balenad[878]: CONNECT Tue May 26 23:19:00 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:19:00 balenad[878]: CONNECT Tue May 26 23:19:00 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:19:29 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:19:29 balenad[878]: CONNECT Tue May 26 23:19:29 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:19:29 balenad[878]: CONNECT Tue May 26 23:19:29 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:19:56 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:19:56 balenad[878]: CONNECT Tue May 26 23:19:56 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:19:56 balenad[878]: CONNECT Tue May 26 23:19:56 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:20:23 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:20:23 balenad[878]: CONNECT Tue May 26 23:20:23 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:20:23 balenad[878]: CONNECT Tue May 26 23:20:23 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:20:51 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:20:51 balenad[878]: CONNECT Tue May 26 23:20:51 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:20:51 balenad[878]: CONNECT Tue May 26 23:20:51 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:21:18 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:21:18 balenad[878]: CONNECT Tue May 26 23:21:18 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:21:18 balenad[878]: CONNECT Tue May 26 23:21:18 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:21:44 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:21:44 balenad[878]: CONNECT Tue May 26 23:21:44 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:21:45 balenad[878]: CONNECT Tue May 26 23:21:45 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:21:53 balenad[878]: Idling... May 26 23:22:11 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:22:11 balenad[878]: CONNECT Tue May 26 23:22:11 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:22:12 balenad[878]: CONNECT Tue May 26 23:22:12 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:22:31 balenad[878]: time="2020-05-26T23:22:31.963382602Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:22:31 balenad[878]: Supervisor API: GET /v1/healthy 200 - 46.037 ms May 26 23:22:31 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 46.037 ms May 26 23:22:32 balenad[878]: time="2020-05-26T23:22:32.857088101Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:22:41 balenad[878]: Attempting container log timestamp flush... May 26 23:22:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:22:41 balenad[878]: Container log timestamp flush complete May 26 23:22:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 23:22:41 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:22:41 balenad[878]: CONNECT Tue May 26 23:22:41 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:22:42 balenad[878]: CONNECT Tue May 26 23:22:42 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:23:11 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:23:11 balenad[878]: CONNECT Tue May 26 23:23:11 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:23:11 balenad[878]: CONNECT Tue May 26 23:23:11 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:23:38 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:23:38 balenad[878]: CONNECT Tue May 26 23:23:38 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:23:38 balenad[878]: CONNECT Tue May 26 23:23:38 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:24:09 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:24:09 balenad[878]: CONNECT Tue May 26 23:24:09 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:24:09 balenad[878]: CONNECT Tue May 26 23:24:09 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:24:34 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:24:34 balenad[878]: CONNECT Tue May 26 23:24:34 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:24:35 balenad[878]: CONNECT Tue May 26 23:24:35 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:25:06 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:25:06 balenad[878]: CONNECT Tue May 26 23:25:06 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:25:06 balenad[878]: CONNECT Tue May 26 23:25:06 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:25:34 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:25:34 balenad[878]: CONNECT Tue May 26 23:25:34 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:25:34 balenad[878]: CONNECT Tue May 26 23:25:34 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:26:05 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:26:05 balenad[878]: CONNECT Tue May 26 23:26:05 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:26:05 balenad[878]: CONNECT Tue May 26 23:26:05 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:26:33 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:26:33 balenad[878]: CONNECT Tue May 26 23:26:33 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:26:33 balenad[878]: CONNECT Tue May 26 23:26:33 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:27:08 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:27:08 balenad[878]: CONNECT Tue May 26 23:27:08 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:27:08 balenad[878]: CONNECT Tue May 26 23:27:08 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:27:34 balenad[878]: time="2020-05-26T23:27:34.377222067Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:27:34 balenad[878]: Supervisor API: GET /v1/healthy 200 - 53.188 ms May 26 23:27:34 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 53.188 ms May 26 23:27:35 balenad[878]: time="2020-05-26T23:27:35.423019971Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:27:40 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:27:40 balenad[878]: CONNECT Tue May 26 23:27:40 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:27:41 balenad[878]: CONNECT Tue May 26 23:27:41 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:28:07 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:28:07 balenad[878]: CONNECT Tue May 26 23:28:07 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:28:07 balenad[878]: CONNECT Tue May 26 23:28:07 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:28:34 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:28:34 balenad[878]: CONNECT Tue May 26 23:28:34 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:28:34 balenad[878]: CONNECT Tue May 26 23:28:34 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:29:03 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:29:04 balenad[878]: CONNECT Tue May 26 23:29:04 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:29:04 balenad[878]: CONNECT Tue May 26 23:29:04 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:29:33 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:29:33 balenad[878]: CONNECT Tue May 26 23:29:33 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:29:33 balenad[878]: CONNECT Tue May 26 23:29:33 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:30:04 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:30:04 balenad[878]: CONNECT Tue May 26 23:30:04 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:30:04 balenad[878]: CONNECT Tue May 26 23:30:04 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:30:32 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:30:32 balenad[878]: CONNECT Tue May 26 23:30:32 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:30:32 balenad[878]: CONNECT Tue May 26 23:30:32 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:31:01 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:31:01 balenad[878]: CONNECT Tue May 26 23:31:01 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:31:01 balenad[878]: CONNECT Tue May 26 23:31:01 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:31:29 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:31:29 balenad[878]: CONNECT Tue May 26 23:31:29 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:31:29 balenad[878]: CONNECT Tue May 26 23:31:29 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:31:53 balenad[878]: Idling... May 26 23:31:55 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:31:55 balenad[878]: CONNECT Tue May 26 23:31:55 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:31:55 balenad[878]: CONNECT Tue May 26 23:31:55 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:32:23 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:32:23 balenad[878]: CONNECT Tue May 26 23:32:23 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:32:23 balenad[878]: CONNECT Tue May 26 23:32:23 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:32:36 balenad[878]: time="2020-05-26T23:32:36.826627394Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:32:36 balenad[878]: Supervisor API: GET /v1/healthy 200 - 43.437 ms May 26 23:32:36 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 43.437 ms May 26 23:32:37 balenad[878]: time="2020-05-26T23:32:37.913760136Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:32:41 balenad[878]: Attempting container log timestamp flush... May 26 23:32:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:32:41 balenad[878]: Container log timestamp flush complete May 26 23:32:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 23:32:52 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:32:53 balenad[878]: CONNECT Tue May 26 23:32:53 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:32:53 balenad[878]: CONNECT Tue May 26 23:32:53 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:33:19 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:33:19 balenad[878]: CONNECT Tue May 26 23:33:19 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:33:19 balenad[878]: CONNECT Tue May 26 23:33:19 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:33:52 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:33:52 balenad[878]: CONNECT Tue May 26 23:33:52 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:33:52 balenad[878]: CONNECT Tue May 26 23:33:52 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:34:22 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:34:22 balenad[878]: CONNECT Tue May 26 23:34:22 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:34:22 balenad[878]: CONNECT Tue May 26 23:34:22 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:34:51 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:34:51 balenad[878]: CONNECT Tue May 26 23:34:51 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:34:51 balenad[878]: CONNECT Tue May 26 23:34:51 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:35:19 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:35:19 balenad[878]: CONNECT Tue May 26 23:35:19 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:35:19 balenad[878]: CONNECT Tue May 26 23:35:19 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:35:47 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:35:47 balenad[878]: CONNECT Tue May 26 23:35:47 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:35:47 balenad[878]: CONNECT Tue May 26 23:35:47 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:36:15 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:36:15 balenad[878]: CONNECT Tue May 26 23:36:15 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:36:15 balenad[878]: CONNECT Tue May 26 23:36:15 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:36:42 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:36:42 balenad[878]: CONNECT Tue May 26 23:36:42 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:36:42 balenad[878]: CONNECT Tue May 26 23:36:42 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:37:09 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:37:09 balenad[878]: CONNECT Tue May 26 23:37:09 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:37:10 balenad[878]: CONNECT Tue May 26 23:37:10 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:37:37 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:37:37 balenad[878]: CONNECT Tue May 26 23:37:37 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:37:37 balenad[878]: CONNECT Tue May 26 23:37:37 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:37:39 balenad[878]: time="2020-05-26T23:37:39.305029939Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:37:39 balenad[878]: Supervisor API: GET /v1/healthy 200 - 83.999 ms May 26 23:37:39 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 83.999 ms May 26 23:37:40 balenad[878]: time="2020-05-26T23:37:40.374612541Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:38:06 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:38:06 balenad[878]: CONNECT Tue May 26 23:38:06 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:38:07 balenad[878]: CONNECT Tue May 26 23:38:07 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:38:35 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:38:35 balenad[878]: CONNECT Tue May 26 23:38:35 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:38:35 balenad[878]: CONNECT Tue May 26 23:38:35 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:39:10 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:39:10 balenad[878]: CONNECT Tue May 26 23:39:10 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:39:10 balenad[878]: CONNECT Tue May 26 23:39:10 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:39:38 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:39:38 balenad[878]: CONNECT Tue May 26 23:39:38 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:39:38 balenad[878]: CONNECT Tue May 26 23:39:38 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:40:07 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:40:07 balenad[878]: CONNECT Tue May 26 23:40:07 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:40:07 balenad[878]: CONNECT Tue May 26 23:40:07 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:40:34 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:40:34 balenad[878]: CONNECT Tue May 26 23:40:34 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:40:34 balenad[878]: CONNECT Tue May 26 23:40:34 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:41:01 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:41:01 balenad[878]: CONNECT Tue May 26 23:41:01 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:41:01 balenad[878]: CONNECT Tue May 26 23:41:01 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:41:28 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:41:28 balenad[878]: CONNECT Tue May 26 23:41:28 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:41:28 balenad[878]: CONNECT Tue May 26 23:41:28 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:41:53 balenad[878]: Idling... May 26 23:41:55 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:41:55 balenad[878]: CONNECT Tue May 26 23:41:55 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:41:55 balenad[878]: CONNECT Tue May 26 23:41:55 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:42:29 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:42:29 balenad[878]: CONNECT Tue May 26 23:42:29 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:42:29 balenad[878]: CONNECT Tue May 26 23:42:29 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:42:41 balenad[878]: Attempting container log timestamp flush... May 26 23:42:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:42:41 balenad[878]: Container log timestamp flush complete May 26 23:42:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 23:42:41 balenad[878]: time="2020-05-26T23:42:41.811866784Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:42:41 balenad[878]: Supervisor API: GET /v1/healthy 200 - 44.004 ms May 26 23:42:41 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 44.004 ms May 26 23:42:42 balenad[878]: time="2020-05-26T23:42:42.833127539Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:42:54 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:42:54 balenad[878]: CONNECT Tue May 26 23:42:54 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:42:55 balenad[878]: CONNECT Tue May 26 23:42:55 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:43:20 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:43:20 balenad[878]: CONNECT Tue May 26 23:43:20 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:43:20 balenad[878]: CONNECT Tue May 26 23:43:20 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:43:46 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:43:46 balenad[878]: CONNECT Tue May 26 23:43:46 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:43:46 balenad[878]: CONNECT Tue May 26 23:43:46 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:44:17 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:44:17 balenad[878]: CONNECT Tue May 26 23:44:17 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:44:17 balenad[878]: CONNECT Tue May 26 23:44:17 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:44:48 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:44:48 balenad[878]: CONNECT Tue May 26 23:44:48 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:44:49 balenad[878]: CONNECT Tue May 26 23:44:49 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:45:15 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:45:15 balenad[878]: CONNECT Tue May 26 23:45:15 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:45:16 balenad[878]: CONNECT Tue May 26 23:45:16 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:45:45 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:45:45 balenad[878]: CONNECT Tue May 26 23:45:45 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:45:45 balenad[878]: CONNECT Tue May 26 23:45:45 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:46:14 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:46:14 balenad[878]: CONNECT Tue May 26 23:46:14 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:46:14 balenad[878]: CONNECT Tue May 26 23:46:14 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:46:43 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:46:43 balenad[878]: CONNECT Tue May 26 23:46:43 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:46:43 balenad[878]: CONNECT Tue May 26 23:46:43 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:47:11 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:47:11 balenad[878]: CONNECT Tue May 26 23:47:11 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:47:11 balenad[878]: CONNECT Tue May 26 23:47:11 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:47:36 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:47:36 balenad[878]: CONNECT Tue May 26 23:47:36 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:47:37 balenad[878]: CONNECT Tue May 26 23:47:37 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:47:44 balenad[878]: time="2020-05-26T23:47:44.229170912Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:47:44 balenad[878]: Supervisor API: GET /v1/healthy 200 - 39.848 ms May 26 23:47:44 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 39.848 ms May 26 23:47:45 balenad[878]: time="2020-05-26T23:47:45.244505686Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:48:05 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:48:05 balenad[878]: CONNECT Tue May 26 23:48:05 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:48:05 balenad[878]: CONNECT Tue May 26 23:48:05 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:48:37 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:48:37 balenad[878]: CONNECT Tue May 26 23:48:37 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:48:37 balenad[878]: CONNECT Tue May 26 23:48:37 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:49:03 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:49:03 balenad[878]: CONNECT Tue May 26 23:49:03 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:49:03 balenad[878]: CONNECT Tue May 26 23:49:03 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:49:36 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:49:36 balenad[878]: CONNECT Tue May 26 23:49:36 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:49:36 balenad[878]: CONNECT Tue May 26 23:49:36 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:50:05 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:50:05 balenad[878]: CONNECT Tue May 26 23:50:05 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:50:05 balenad[878]: CONNECT Tue May 26 23:50:05 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:50:33 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:50:33 balenad[878]: CONNECT Tue May 26 23:50:33 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:50:33 balenad[878]: CONNECT Tue May 26 23:50:33 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:51:00 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:51:00 balenad[878]: CONNECT Tue May 26 23:51:00 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:51:00 balenad[878]: CONNECT Tue May 26 23:51:00 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:51:32 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:51:32 balenad[878]: CONNECT Tue May 26 23:51:32 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:51:32 balenad[878]: CONNECT Tue May 26 23:51:32 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:51:53 balenad[878]: Idling... May 26 23:52:00 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:52:00 balenad[878]: CONNECT Tue May 26 23:52:00 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:52:00 balenad[878]: CONNECT Tue May 26 23:52:00 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:52:28 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:52:28 balenad[878]: CONNECT Tue May 26 23:52:28 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:52:28 balenad[878]: CONNECT Tue May 26 23:52:28 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:52:41 balenad[878]: Attempting container log timestamp flush... May 26 23:52:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:52:41 balenad[878]: Container log timestamp flush complete May 26 23:52:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 23:52:46 balenad[878]: time="2020-05-26T23:52:46.746846722Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:52:46 balenad[878]: Supervisor API: GET /v1/healthy 200 - 47.551 ms May 26 23:52:46 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 47.551 ms May 26 23:52:47 balenad[878]: time="2020-05-26T23:52:47.623352938Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:52:55 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:52:55 balenad[878]: CONNECT Tue May 26 23:52:55 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:52:55 balenad[878]: CONNECT Tue May 26 23:52:55 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:53:24 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:53:24 balenad[878]: CONNECT Tue May 26 23:53:24 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:53:24 balenad[878]: CONNECT Tue May 26 23:53:24 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:53:54 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:53:54 balenad[878]: CONNECT Tue May 26 23:53:54 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:53:54 balenad[878]: CONNECT Tue May 26 23:53:54 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:54:20 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:54:20 balenad[878]: CONNECT Tue May 26 23:54:20 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:54:20 balenad[878]: CONNECT Tue May 26 23:54:20 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:54:53 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:54:53 balenad[878]: CONNECT Tue May 26 23:54:53 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:54:53 balenad[878]: CONNECT Tue May 26 23:54:53 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:55:20 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:55:20 balenad[878]: CONNECT Tue May 26 23:55:20 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:55:20 balenad[878]: CONNECT Tue May 26 23:55:20 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:55:50 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:55:50 balenad[878]: CONNECT Tue May 26 23:55:50 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:55:50 balenad[878]: CONNECT Tue May 26 23:55:50 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:56:18 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:56:18 balenad[878]: CONNECT Tue May 26 23:56:18 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:56:18 balenad[878]: CONNECT Tue May 26 23:56:18 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:56:44 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:56:44 balenad[878]: CONNECT Tue May 26 23:56:44 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:56:45 balenad[878]: CONNECT Tue May 26 23:56:45 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:57:12 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:57:12 balenad[878]: CONNECT Tue May 26 23:57:12 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:57:12 balenad[878]: CONNECT Tue May 26 23:57:12 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:57:39 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:57:39 balenad[878]: CONNECT Tue May 26 23:57:39 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:57:39 balenad[878]: CONNECT Tue May 26 23:57:39 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:57:49 balenad[878]: time="2020-05-26T23:57:49.119031906Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:57:49 balenad[878]: Supervisor API: GET /v1/healthy 200 - 69.560 ms May 26 23:57:49 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 69.560 ms May 26 23:57:50 balenad[878]: time="2020-05-26T23:57:50.155580343Z" level=warning msg="unknown container" container=21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f module=libcontainerd namespace=plugins.moby May 26 23:58:11 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:58:11 balenad[878]: CONNECT Tue May 26 23:58:11 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:58:11 balenad[878]: CONNECT Tue May 26 23:58:11 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:58:40 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:58:40 balenad[878]: CONNECT Tue May 26 23:58:40 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:58:40 balenad[878]: CONNECT Tue May 26 23:58:40 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:59:06 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:59:06 balenad[878]: CONNECT Tue May 26 23:59:06 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:59:07 balenad[878]: CONNECT Tue May 26 23:59:07 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 26 23:59:40 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 26 23:59:40 balenad[878]: CONNECT Tue May 26 23:59:40 UTC 2020 - No SolSense-Hotspot configured in system connections May 26 23:59:40 balenad[878]: CONNECT Tue May 26 23:59:40 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 27 00:00:06 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 27 00:00:06 balenad[878]: CONNECT Wed May 27 00:00:06 UTC 2020 - No SolSense-Hotspot configured in system connections May 27 00:00:06 balenad[878]: CONNECT Wed May 27 00:00:06 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 27 00:00:35 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 27 00:00:35 balenad[878]: CONNECT Wed May 27 00:00:35 UTC 2020 - No SolSense-Hotspot configured in system connections May 27 00:00:35 balenad[878]: CONNECT Wed May 27 00:00:35 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 27 00:01:05 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 27 00:01:05 balenad[878]: CONNECT Wed May 27 00:01:05 UTC 2020 - No SolSense-Hotspot configured in system connections May 27 00:01:05 balenad[878]: CONNECT Wed May 27 00:01:05 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 27 00:01:12 systemd[1]: Starting SSH Per-Connection Server (52.4.252.97:52886)... May 27 00:01:12 systemd[1]: Started SSH Per-Connection Server (52.4.252.97:52886). May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.362537197Z" level=warning msg="found leaked image layer sha256:ca54481c76221b8fe3f49f3f69aa542dca22c491075dda417c96ed5f1aa2b285 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.368220183Z" level=warning msg="found leaked image layer sha256:f2e3f2d0e6893cf29bbcddae567da04752e173c6dec93b4e1632886f2ec822cb platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.368565182Z" level=warning msg="found leaked image layer sha256:7ce4b502767a77499362efe6d6123e6fcd07ad49fe9a2b686f2952d51897c242 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.368825181Z" level=warning msg="found leaked image layer sha256:bd04091dc8fcb674cd3e5c8d4c7985212305e2933c57068d328694eb4af054e7 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.369075180Z" level=warning msg="found leaked image layer sha256:46ae17c9798f82e8248947ef4aec9057b67c0a2dd7b055104f2896b6b39f7f0e platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.369326180Z" level=warning msg="found leaked image layer sha256:f88248cb42f0615c29b6220849e4f667f9a5d87474e728901839086e59438ab0 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.369568179Z" level=warning msg="found leaked image layer sha256:28b469f462c1a5d12f506d242c44533e859c3fe09c8d28e38b105978736df329 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.378371157Z" level=warning msg="found leaked image layer sha256:cb56831f70ff1f1659f140fcf775c530a47f95c6479ef39c521dcc34c039da95 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.378662157Z" level=warning msg="found leaked image layer sha256:25434c73611a40397ff592d30d40796ba05bafebfcb999f53ac1c781e979b7df platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.379642154Z" level=warning msg="found leaked image layer sha256:625ab016357e4cf5f8904b1823453eaf5130f80f6e716be2eac1ccc43dd161c7 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.379942154Z" level=warning msg="found leaked image layer sha256:d63bd0854dcd26b62f535b72507b2c8d9d4478746bef662efe78ac86648dabc1 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.380299153Z" level=warning msg="found leaked image layer sha256:d4c722ba1f3145827ef2e0d5718a6a517cab5cc3d3f8a210a166d5ad7c146788 platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.385764139Z" level=warning msg="found leaked image layer sha256:9f8a96fd4886aa4dafb9d86154b9a8503a258c6beef8b5bb470b65700c77b27d platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.386044138Z" level=warning msg="found leaked image layer sha256:d9daff6c94e6953df45ead29fd5ab89c19b08302fb9a7da957d501df7a09be8f platform linux" May 27 00:01:23 balenad[878]: time="2020-05-27T00:01:23.415232066Z" level=warning msg="found leaked image layer sha256:26c2779a67ce53d237ccb65adaf71ce3762d2dba749da5bc1793b5a196dcb975 platform linux" May 27 00:01:33 balenad[878]: Error: Could not create NMClient object: Timeout was reached. May 27 00:01:33 balenad[878]: CONNECT Wed May 27 00:01:33 UTC 2020 - No SolSense-Hotspot configured in system connections May 27 00:01:33 balenad[878]: CONNECT Wed May 27 00:01:33 UTC 2020 - ssid file does not yet exist--it is generated with solmon reads reset text from primary board May 27 00:01:34 dnsmasq[867]: dnsmasq[867]: time 1590537694 May 27 00:01:34 dnsmasq[867]: dnsmasq[867]: cache size 150, 0/741 cache insertions re-used unexpired cache entries. May 27 00:01:34 dnsmasq[867]: dnsmasq[867]: queries forwarded 551, queries answered locally 3350 May 27 00:01:34 dnsmasq[867]: dnsmasq[867]: queries for authoritative zones 0 May 27 00:01:34 dnsmasq[867]: dnsmasq[867]: server 8.8.8.8#53: queries sent 522, retried or failed 8 May 27 00:01:34 dnsmasq[867]: dnsmasq[867]: server 192.168.1.1#53: queries sent 451, retried or failed 45 real 0m 0.24s user 0m 0.14s sys 0m 0.02s --- journalctl --no-pager --no-hostname -pwarning -a --- 2020-05-27 00:01:37.169270060+00:00 -- Logs begin at Tue 2020-05-26 11:32:00 UTC, end at Wed 2020-05-27 00:01:34 UTC. -- May 26 11:33:00 kernel[760]: [ 25.979585] systemd-journald[449]: File /var/log/journal/ee065be936e448199eeeedeeffd18537/system.journal corrupted or uncleanly shut down, renaming and replacing. May 26 13:11:49 systemd-udevd[1279]: Process '/usr/sbin/crda' failed with exit code 234. May 26 13:11:49 NetworkManager[847]: [1590498709.4685] modem-manager: error creating ModemManager client: Timeout was reached May 26 13:11:51 systemd[1]: openvpn.service: Failed with result 'exit-code'. May 26 13:12:42 balenad[878]: (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. May 26 13:13:23 systemd[1]: ModemManager.service: State 'stop-sigterm' timed out. Killing. May 26 13:13:23 systemd[1]: ModemManager.service: Main process exited, code=killed, status=9/KILL May 26 13:13:23 systemd[1]: ModemManager.service: Failed with result 'timeout'. May 26 21:44:07 systemd-timedated[5573]: /etc/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/. real 0m 0.06s user 0m 0.04s sys 0m 0.01s --- ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) --- 2020-05-27 00:01:37.311422708+00:00 Command exited with non-zero status 1 real 0m 7.87s user 0m 3.37s sys 0m 4.16s --- ps --- 2020-05-27 00:01:45.262194050+00:00 PID USER VSZ STAT COMMAND 1 root 25992 S {systemd} /sbin/init 2 root 0 SW [kthreadd] 4 root 0 IW< [kworker/0:0H] 6 root 0 IW< [mm_percpu_wq] 7 root 0 SW [ksoftirqd/0] 8 root 0 SW [kdevtmpfs] 9 root 0 IW< [netns] 11 root 0 SW [khungtaskd] 12 root 0 SW [oom_reaper] 13 root 0 IW< [writeback] 14 root 0 SW [kcompactd0] 15 root 0 IW< [crypto] 16 root 0 IW< [kblockd] 17 root 0 IW< [watchdogd] 18 root 0 IW< [rpciod] 19 root 0 IW< [xprtiod] 20 root 0 SW [kswapd0] 21 root 0 IW< [nfsiod] 31 root 0 IW< [kthrotld] 32 root 0 IW< [iscsi_eh] 33 root 0 IW< [dwc_otg] 34 root 0 IW< [DWC Notificatio] 35 root 0 SW< [vchiq-slot/0] 36 root 0 SW< [vchiq-recy/0] 37 root 0 SW< [vchiq-sync/0] 38 root 0 SW [vchiq-keep/0] 39 root 0 IW< [ipv6_addrconf] 40 root 0 SW [irq/86-mmc1] 56 root 0 SW [mmcqd/0] 257 root 0 IW< [kworker/0:1H] 380 root 0 SW [jbd2/mmcblk0p2-] 381 root 0 IW< [ext4-rsv-conver] 403 root 0 SW [jbd2/mmcblk0p5-] 404 root 0 IW< [ext4-rsv-conver] 449 root 23800 S /lib/systemd/systemd-journald 588 root 12644 S /lib/systemd/systemd-udevd 601 root 0 SW [jbd2/mmcblk0p6-] 602 root 0 IW< [ext4-rsv-conver] 651 root 0 SW [spi0] 671 root 0 IW< [cfg80211] 676 root 0 IW< [brcmf_wq/mmc1:0] 677 root 0 SW [brcmf_wdog/mmc1] 730 root 0 SW [jbd2/mmcblk0p3-] 731 root 0 IW< [ext4-rsv-conver] 758 root 5296 S /lib/systemd/systemd-logind 759 root 12404 S /usr/sbin/chronyd -s -d 760 root 2900 S /sbin/klogd -n 761 root 2900 S /sbin/syslogd -n 764 messageb 4936 S /usr/bin/dbus-daemon --system --address=systemd: --n 847 root 54416 S /usr/sbin/NetworkManager --no-daemon 859 avahi 5284 S avahi-daemon: running [71b132b.local] 863 avahi 5156 S avahi-daemon: chroot helper 867 nobody 4368 S /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10 878 root 905m S /usr/bin/balenad --experimental --log-driver=journal 884 root 4864 S /proc/self/exe --healthcheck /usr/lib/balena/balena- 900 root 0 IW< [kworker/u3:0] 901 root 1832 S /usr/bin/hciattach /dev/serial1 bcm43xx 3000000 flow 903 root 0 IW< [kworker/u3:2] 933 root 10260 S /usr/sbin/wpa_supplicant -u 934 root 865m S balena-engine-containerd --config /var/run/balena-en 1002 nobody 4368 S /usr/bin/dnsmasq --conf-file=/dev/null --no-hosts -- 1220 root 856m S balena-engine-containerd-shim -namespace moby -workd 1234 root 2660 S /bin/bash -c . cmd.sh 1273 root 10152 S udevd --daemon 1326 root 8448 S python3 LED.py 1327 root 2256 S /bin/bash ./connectCheck.sh 1365 root 3052 S {start-resin-sup} /bin/sh /usr/bin/start-resin-super 1369 root 4864 S /proc/self/exe --healthcheck /usr/lib/resin-supervis 1423 openvpn 5452 S /usr/sbin/openvpn --writepid /var/run/openvpn/openvp 1470 root 840m S balena start --attach resin_supervisor 1482 root 865m S balena-engine-containerd-shim -namespace moby -workd 1521 root 140m S node /usr/src/app/dist/app.js 1545 redsocks 2872 S /usr/bin/dbus-daemon --system 1552 messageb 3564 S avahi-daemon: running [71b132b.local] 1553 messageb 3432 S avahi-daemon: chroot helper 5909 root 0 IW [kworker/u2:1] 6800 root 8468 S python3 LED.py 10492 root 0 IW [kworker/0:0] 10746 root 0 IW [kworker/0:1] 10997 root 0 IW [kworker/0:2] 11891 root 1676 S sleep 600 12031 root 0 IW [kworker/u2:0] 12369 root 2516 S /usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_ 12370 root 2960 S bash -s -- 12912 root 10692 S nmcli c show comms-wifi 12913 root 1676 S grep -q connection.id 13116 root 2768 S /usr/bin/time -o /dev/stdout timeout --preserve-stat 13117 root 2000 S timeout --preserve-status --kill-after=20 10 bash -c 13118 root 2992 R ps 23274 root 2516 S /usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_ 23290 root 3052 S /bin/bash -l real 0m 0.07s user 0m 0.02s sys 0m 0.03s --- stat /var/lock/*hup.lock --- 2020-05-27 00:01:45.414553674+00:00 Command exited with non-zero status 1 real 0m 0.04s user 0m 0.00s sys 0m 0.03s --- sysctl -a --- 2020-05-27 00:01:45.532287383+00:00 debug.kprobes-optimization = 1 dev.scsi.logging_level = 0 fs.aio-max-nr = 65536 fs.aio-nr = 0 fs.dentry-state = 50402 37007 45 0 0 0 fs.dir-notify-enable = 1 fs.epoll.max_user_watches = 170690 fs.file-max = 47382 fs.file-nr = 1301 0 47382 fs.inode-nr = 38794 7 fs.inode-state = 38794 7 0 0 0 0 0 fs.inotify.max_queued_events = 16384 fs.inotify.max_user_instances = 128 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 = 22208 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 = 1048576 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 = 0 fs.protected_hardlinks = 1 fs.protected_regular = 0 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 = 12 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 = |/bin/false 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 = 71b132b kernel.hung_task_check_count = 32768 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.14.98 kernel.ostype = Linux kernel.overflowgid = 65534 kernel.overflowuid = 65534 kernel.panic = 1 kernel.panic_on_oops = 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 = 2 kernel.pty.reserve = 1024 kernel.random.boot_id = 569507c7-76fe-4bc1-867a-029195f17b14 kernel.random.entropy_avail = 3395 kernel.random.poolsize = 4096 kernel.random.read_wakeup_threshold = 64 kernel.random.urandom_min_reseed_secs = 60 kernel.random.uuid = c2155e1e-00f2-44f4-9eca-820619b4f236 kernel.random.write_wakeup_threshold = 896 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_latency_ns = 6000000 kernel.sched_min_granularity_ns = 750000 kernel.sched_rr_timeslice_ms = 100 kernel.sched_rt_period_us = 1000000 kernel.sched_rt_runtime_us = 950000 kernel.sched_wakeup_granularity_ns = 1000000 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 = 4278190079 kernel.shmmax = 4278190079 kernel.shmmni = 4096 kernel.stack_tracer_enabled = 0 kernel.sysctl_writes_strict = 1 kernel.sysrq = 16 kernel.tainted = 1024 kernel.threads-max = 7425 kernel.traceoff_on_warning = 0 kernel.tracepoint_printk = 0 kernel.usermodehelper.bset = 4294967295 63 kernel.usermodehelper.inheritable = 4294967295 63 kernel.version = #1 Tue Apr 30 09:25:03 UTC 2019 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.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 = 10240 net.core.rmem_default = 163840 net.core.rmem_max = 163840 net.core.somaxconn = 128 net.core.tstamp_allow_data = 1 net.core.warnings = 0 net.core.wmem_default = 163840 net.core.wmem_max = 163840 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.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 = 1 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.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-0ff49d466a90.accept_local = 0 net.ipv4.conf.br-0ff49d466a90.accept_redirects = 1 net.ipv4.conf.br-0ff49d466a90.accept_source_route = 1 net.ipv4.conf.br-0ff49d466a90.arp_accept = 0 net.ipv4.conf.br-0ff49d466a90.arp_announce = 0 net.ipv4.conf.br-0ff49d466a90.arp_filter = 0 net.ipv4.conf.br-0ff49d466a90.arp_ignore = 0 net.ipv4.conf.br-0ff49d466a90.arp_notify = 0 net.ipv4.conf.br-0ff49d466a90.bootp_relay = 0 net.ipv4.conf.br-0ff49d466a90.disable_policy = 0 net.ipv4.conf.br-0ff49d466a90.disable_xfrm = 0 net.ipv4.conf.br-0ff49d466a90.drop_gratuitous_arp = 0 net.ipv4.conf.br-0ff49d466a90.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.br-0ff49d466a90.force_igmp_version = 0 net.ipv4.conf.br-0ff49d466a90.forwarding = 1 net.ipv4.conf.br-0ff49d466a90.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.br-0ff49d466a90.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.br-0ff49d466a90.ignore_routes_with_linkdown = 0 net.ipv4.conf.br-0ff49d466a90.log_martians = 0 net.ipv4.conf.br-0ff49d466a90.mc_forwarding = 0 net.ipv4.conf.br-0ff49d466a90.medium_id = 0 net.ipv4.conf.br-0ff49d466a90.promote_secondaries = 0 net.ipv4.conf.br-0ff49d466a90.proxy_arp = 0 net.ipv4.conf.br-0ff49d466a90.proxy_arp_pvlan = 0 net.ipv4.conf.br-0ff49d466a90.route_localnet = 0 net.ipv4.conf.br-0ff49d466a90.rp_filter = 0 net.ipv4.conf.br-0ff49d466a90.secure_redirects = 1 net.ipv4.conf.br-0ff49d466a90.send_redirects = 1 net.ipv4.conf.br-0ff49d466a90.shared_media = 1 net.ipv4.conf.br-0ff49d466a90.src_valid_mark = 0 net.ipv4.conf.br-0ff49d466a90.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.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.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 = 2 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.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.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.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.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.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.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 = 1 net.ipv4.ip_early_demux = 1 net.ipv4.ip_forward = 1 net.ipv4.ip_forward_use_pmtu = 0 net.ipv4.ip_local_port_range = 32768 60999 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 = 86 net.ipv4.neigh.balena0.unres_qlen_bytes = 163840 net.ipv4.neigh.br-0ff49d466a90.anycast_delay = 100 net.ipv4.neigh.br-0ff49d466a90.app_solicit = 0 net.ipv4.neigh.br-0ff49d466a90.base_reachable_time = 30 net.ipv4.neigh.br-0ff49d466a90.base_reachable_time_ms = 30000 net.ipv4.neigh.br-0ff49d466a90.delay_first_probe_time = 5 net.ipv4.neigh.br-0ff49d466a90.gc_stale_time = 60 net.ipv4.neigh.br-0ff49d466a90.locktime = 100 net.ipv4.neigh.br-0ff49d466a90.mcast_resolicit = 0 net.ipv4.neigh.br-0ff49d466a90.mcast_solicit = 3 net.ipv4.neigh.br-0ff49d466a90.proxy_delay = 80 net.ipv4.neigh.br-0ff49d466a90.proxy_qlen = 64 net.ipv4.neigh.br-0ff49d466a90.retrans_time = 100 net.ipv4.neigh.br-0ff49d466a90.retrans_time_ms = 1000 net.ipv4.neigh.br-0ff49d466a90.ucast_solicit = 3 net.ipv4.neigh.br-0ff49d466a90.unres_qlen = 86 net.ipv4.neigh.br-0ff49d466a90.unres_qlen_bytes = 163840 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 = 86 net.ipv4.neigh.default.unres_qlen_bytes = 163840 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 = 86 net.ipv4.neigh.eth0.unres_qlen_bytes = 163840 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 = 86 net.ipv4.neigh.lo.unres_qlen_bytes = 163840 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 = 86 net.ipv4.neigh.resin-dns.unres_qlen_bytes = 163840 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 = 86 net.ipv4.neigh.resin-vpn.unres_qlen_bytes = 163840 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 = 86 net.ipv4.neigh.supervisor0.unres_qlen_bytes = 163840 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 = 86 net.ipv4.neigh.wlan0.unres_qlen_bytes = 163840 net.ipv4.ping_group_range = 1 0 net.ipv4.route.error_burst = 500 net.ipv4.route.error_cost = 100 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 = 2 net.ipv4.route.redirect_number = 9 net.ipv4.route.redirect_silence = 2048 net.ipv4.tcp_abort_on_overflow = 0 net.ipv4.tcp_adv_win_scale = 1 net.ipv4.tcp_allowed_congestion_control = cubic reno net.ipv4.tcp_app_win = 31 net.ipv4.tcp_autocorking = 1 net.ipv4.tcp_available_congestion_control = cubic reno net.ipv4.tcp_available_ulp = net.ipv4.tcp_base_mss = 1024 net.ipv4.tcp_challenge_ack_limit = 1000 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 = 2048 net.ipv4.tcp_max_reordering = 300 net.ipv4.tcp_max_syn_backlog = 128 net.ipv4.tcp_max_tw_buckets = 2048 net.ipv4.tcp_mem = 5616 7488 11232 net.ipv4.tcp_min_rtt_wlen = 300 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 3834176 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 = 0 net.ipv4.tcp_window_scaling = 1 net.ipv4.tcp_wmem = 4096 16384 3834176 net.ipv4.tcp_workaround_signed_windows = 0 net.ipv4.udp_early_demux = 1 net.ipv4.udp_l3mdev_accept = 0 net.ipv4.udp_mem = 11232 14977 22464 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_rt_info_max_plen = 0 net.ipv6.conf.all.accept_ra_rt_info_min_plen = 0 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.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_rt_info_max_plen = 0 net.ipv6.conf.balena0.accept_ra_rt_info_min_plen = 0 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.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-0ff49d466a90.accept_dad = 1 net.ipv6.conf.br-0ff49d466a90.accept_ra = 1 net.ipv6.conf.br-0ff49d466a90.accept_ra_defrtr = 1 net.ipv6.conf.br-0ff49d466a90.accept_ra_from_local = 0 net.ipv6.conf.br-0ff49d466a90.accept_ra_min_hop_limit = 1 net.ipv6.conf.br-0ff49d466a90.accept_ra_mtu = 1 net.ipv6.conf.br-0ff49d466a90.accept_ra_pinfo = 1 net.ipv6.conf.br-0ff49d466a90.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.br-0ff49d466a90.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.br-0ff49d466a90.accept_ra_rtr_pref = 1 net.ipv6.conf.br-0ff49d466a90.accept_redirects = 1 net.ipv6.conf.br-0ff49d466a90.accept_source_route = 0 net.ipv6.conf.br-0ff49d466a90.addr_gen_mode = 0 net.ipv6.conf.br-0ff49d466a90.autoconf = 1 net.ipv6.conf.br-0ff49d466a90.dad_transmits = 1 net.ipv6.conf.br-0ff49d466a90.disable_ipv6 = 0 net.ipv6.conf.br-0ff49d466a90.disable_policy = 0 net.ipv6.conf.br-0ff49d466a90.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.br-0ff49d466a90.drop_unsolicited_na = 0 net.ipv6.conf.br-0ff49d466a90.enhanced_dad = 1 net.ipv6.conf.br-0ff49d466a90.force_mld_version = 0 net.ipv6.conf.br-0ff49d466a90.force_tllao = 0 net.ipv6.conf.br-0ff49d466a90.forwarding = 0 net.ipv6.conf.br-0ff49d466a90.hop_limit = 64 net.ipv6.conf.br-0ff49d466a90.ignore_routes_with_linkdown = 0 net.ipv6.conf.br-0ff49d466a90.keep_addr_on_down = 0 net.ipv6.conf.br-0ff49d466a90.max_addresses = 16 net.ipv6.conf.br-0ff49d466a90.max_desync_factor = 600 net.ipv6.conf.br-0ff49d466a90.mc_forwarding = 0 net.ipv6.conf.br-0ff49d466a90.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.br-0ff49d466a90.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.br-0ff49d466a90.mtu = 1500 net.ipv6.conf.br-0ff49d466a90.ndisc_notify = 0 net.ipv6.conf.br-0ff49d466a90.proxy_ndp = 0 net.ipv6.conf.br-0ff49d466a90.regen_max_retry = 3 net.ipv6.conf.br-0ff49d466a90.router_probe_interval = 60 net.ipv6.conf.br-0ff49d466a90.router_solicitation_delay = 1 net.ipv6.conf.br-0ff49d466a90.router_solicitation_interval = 4 net.ipv6.conf.br-0ff49d466a90.router_solicitation_max_interval = 3600 net.ipv6.conf.br-0ff49d466a90.router_solicitations = -1 net.ipv6.conf.br-0ff49d466a90.seg6_enabled = 0 net.ipv6.conf.br-0ff49d466a90.suppress_frag_ndisc = 1 net.ipv6.conf.br-0ff49d466a90.temp_prefered_lft = 86400 net.ipv6.conf.br-0ff49d466a90.temp_valid_lft = 604800 net.ipv6.conf.br-0ff49d466a90.use_oif_addrs_only = 0 net.ipv6.conf.br-0ff49d466a90.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_rt_info_max_plen = 0 net.ipv6.conf.default.accept_ra_rt_info_min_plen = 0 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.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 = 1 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_rt_info_max_plen = 0 net.ipv6.conf.eth0.accept_ra_rt_info_min_plen = 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.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_rt_info_max_plen = 0 net.ipv6.conf.lo.accept_ra_rt_info_min_plen = 0 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.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_rt_info_max_plen = 0 net.ipv6.conf.resin-dns.accept_ra_rt_info_min_plen = 0 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.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_rt_info_max_plen = 0 net.ipv6.conf.resin-vpn.accept_ra_rt_info_min_plen = 0 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.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 = 2eb9:9ece:c380:7139:e4ed:7502:22e5:77d2 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_rt_info_max_plen = 0 net.ipv6.conf.supervisor0.accept_ra_rt_info_min_plen = 0 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.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.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_rt_info_max_plen = 0 net.ipv6.conf.wlan0.accept_ra_rt_info_min_plen = 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.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.flowlabel_consistency = 1 net.ipv6.flowlabel_reflect = 0 net.ipv6.flowlabel_state_ranges = 0 net.ipv6.fwmark_reflect = 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.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 = 100 net.ipv6.neigh.balena0.retrans_time_ms = 1000 net.ipv6.neigh.balena0.ucast_solicit = 3 net.ipv6.neigh.balena0.unres_qlen = 86 net.ipv6.neigh.balena0.unres_qlen_bytes = 163840 net.ipv6.neigh.br-0ff49d466a90.anycast_delay = 100 net.ipv6.neigh.br-0ff49d466a90.app_solicit = 0 net.ipv6.neigh.br-0ff49d466a90.base_reachable_time = 30 net.ipv6.neigh.br-0ff49d466a90.base_reachable_time_ms = 30000 net.ipv6.neigh.br-0ff49d466a90.delay_first_probe_time = 5 net.ipv6.neigh.br-0ff49d466a90.gc_stale_time = 60 net.ipv6.neigh.br-0ff49d466a90.locktime = 0 net.ipv6.neigh.br-0ff49d466a90.mcast_resolicit = 0 net.ipv6.neigh.br-0ff49d466a90.mcast_solicit = 3 net.ipv6.neigh.br-0ff49d466a90.proxy_delay = 80 net.ipv6.neigh.br-0ff49d466a90.proxy_qlen = 64 net.ipv6.neigh.br-0ff49d466a90.retrans_time = 100 net.ipv6.neigh.br-0ff49d466a90.retrans_time_ms = 1000 net.ipv6.neigh.br-0ff49d466a90.ucast_solicit = 3 net.ipv6.neigh.br-0ff49d466a90.unres_qlen = 86 net.ipv6.neigh.br-0ff49d466a90.unres_qlen_bytes = 163840 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 = 100 net.ipv6.neigh.default.retrans_time_ms = 1000 net.ipv6.neigh.default.ucast_solicit = 3 net.ipv6.neigh.default.unres_qlen = 86 net.ipv6.neigh.default.unres_qlen_bytes = 163840 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 = 100 net.ipv6.neigh.eth0.retrans_time_ms = 1000 net.ipv6.neigh.eth0.ucast_solicit = 3 net.ipv6.neigh.eth0.unres_qlen = 86 net.ipv6.neigh.eth0.unres_qlen_bytes = 163840 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 = 100 net.ipv6.neigh.lo.retrans_time_ms = 1000 net.ipv6.neigh.lo.ucast_solicit = 3 net.ipv6.neigh.lo.unres_qlen = 86 net.ipv6.neigh.lo.unres_qlen_bytes = 163840 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 = 100 net.ipv6.neigh.resin-dns.retrans_time_ms = 1000 net.ipv6.neigh.resin-dns.ucast_solicit = 3 net.ipv6.neigh.resin-dns.unres_qlen = 86 net.ipv6.neigh.resin-dns.unres_qlen_bytes = 163840 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 = 100 net.ipv6.neigh.resin-vpn.retrans_time_ms = 1000 net.ipv6.neigh.resin-vpn.ucast_solicit = 3 net.ipv6.neigh.resin-vpn.unres_qlen = 86 net.ipv6.neigh.resin-vpn.unres_qlen_bytes = 163840 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 = 100 net.ipv6.neigh.supervisor0.retrans_time_ms = 1000 net.ipv6.neigh.supervisor0.ucast_solicit = 3 net.ipv6.neigh.supervisor0.unres_qlen = 86 net.ipv6.neigh.supervisor0.unres_qlen_bytes = 163840 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 = 100 net.ipv6.neigh.wlan0.retrans_time_ms = 1000 net.ipv6.neigh.wlan0.ucast_solicit = 3 net.ipv6.neigh.wlan0.unres_qlen = 86 net.ipv6.neigh.wlan0.unres_qlen_bytes = 163840 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.xfrm6_gc_thresh = 32768 net.netfilter.nf_conntrack_acct = 0 net.netfilter.nf_conntrack_buckets = 8192 net.netfilter.nf_conntrack_checksum = 1 net.netfilter.nf_conntrack_count = 28 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 = 128 net.netfilter.nf_conntrack_generic_timeout = 600 net.netfilter.nf_conntrack_helper = 0 net.netfilter.nf_conntrack_icmp_timeout = 30 net.netfilter.nf_conntrack_log_invalid = 0 net.netfilter.nf_conntrack_max = 32768 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 = 32768 net.unix.max_dgram_qlen = 512 user.max_cgroup_namespaces = 3712 user.max_inotify_instances = 128 user.max_inotify_watches = 8192 user.max_ipc_namespaces = 3712 user.max_mnt_namespaces = 3712 user.max_net_namespaces = 3712 user.max_pid_namespaces = 3712 user.max_user_namespaces = 3712 user.max_uts_namespaces = 3712 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 = 32 vm.max_map_count = 65530 vm.min_free_kbytes = 8192 vm.mmap_min_addr = 4096 vm.mmap_rnd_bits = 8 vm.nr_pdflush_threads = 0 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.swappiness = 60 vm.user_reserve_kbytes = 15019 vm.vfs_cache_pressure = 100 vm.watermark_scale_factor = 10 real 0m 0.33s user 0m 0.08s sys 0m 0.17s --- systemctl list-units --failed --no-pager --- 2020-05-27 00:01:45.948576353+00:00 UNIT LOAD ACTIVE SUB DESCRIPTION ● ModemManager.service loaded failed failed Modem Manager LOAD = Reflects whether the unit definition was properly loaded. ACTIVE = The high-level unit activation state, i.e. generalization of SUB. SUB = The low-level unit activation state, values depend on unit type. 1 loaded units listed. Pass --all to see loaded but inactive units, too. To show all installed unit files use 'systemctl list-unit-files'. real 0m 0.09s user 0m 0.01s sys 0m 0.04s --- top -b -n 1 --- 2020-05-27 00:01:46.128019910+00:00 Mem: 366780K used, 124672K free, 1220K shrd, 55440K buff, 177372K cached CPU: 0% usr 16% sys 0% nic 83% idle 0% io 0% irq 0% sirq Load average: 0.74 0.46 0.39 1/144 13158 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 13158 13157 root R 2900 1% 8% top -b -n 1 878 1 root S 905m 188% 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 934 878 root S 865m 180% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml 1482 934 root S 865m 180% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/21d1e5fd54262ddd4353350df749e81179a3473abe8b5d4c587fa7574c1c845f -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 1220 934 root S 856m 178% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/fd551838df036b601523f714ef3d7c43d00126223e987f578501d0827fa4093d -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 1470 1365 root S 840m 175% 0% balena start --attach resin_supervisor 1521 1482 root S 140m 29% 0% node /usr/src/app/dist/app.js 847 1 root S 54416 11% 0% /usr/sbin/NetworkManager --no-daemon 1 0 root S 25992 5% 0% {systemd} /sbin/init 449 1 root S 23800 5% 0% /lib/systemd/systemd-journald 588 1 root S 12644 3% 0% /lib/systemd/systemd-udevd 759 1 root S 12404 3% 0% /usr/sbin/chronyd -s -d 12912 1327 root S 10692 2% 0% nmcli c show comms-wifi 933 1 root S 10260 2% 0% /usr/sbin/wpa_supplicant -u 1273 1220 root S 10152 2% 0% udevd --daemon 6800 1326 root S 8468 2% 0% python3 LED.py 1326 1234 root S 8448 2% 0% python3 LED.py 1423 1 openvpn S 5452 1% 0% /usr/sbin/openvpn --writepid /var/run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 758 1 root S 5296 1% 0% /lib/systemd/systemd-logind 859 1 avahi S 5284 1% 0% avahi-daemon: running [71b132b.local] 863 859 avahi S 5156 1% 0% avahi-daemon: chroot helper 764 1 messageb S 4936 1% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 1369 1365 root S 4864 1% 0% /proc/self/exe --healthcheck /usr/lib/resin-supervisor/resin-supervisor-healthcheck --pid 1365 884 878 root S 4864 1% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 878 867 1 nobody S 4368 1% 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=- 1002 847 nobody S 4368 1% 0% /usr/bin/dnsmasq --conf-file=/dev/null --no-hosts --keep-in-foreground --bind-interfaces --except-interface=lo --clear-on-reload --strict-order --listen-address=10.42.0.1 --dhcp-range=10.42.0.10,10.42.0.254,60m --dhcp-lease-max=50 --dhcp-leasefile=/var/lib/NetworkManager/dnsmasq-wlan0.leases --pid-file=/var/run/nm-dnsmasq-wlan0.pid --conf-dir=/etc/NetworkManager/dnsmasq-shared.d 1552 1521 messageb S 3564 1% 0% avahi-daemon: running [71b132b.local] 1553 1552 messageb S 3432 1% 0% avahi-daemon: chroot helper 1365 1 root S 3052 1% 0% {start-resin-sup} /bin/sh /usr/bin/start-resin-supervisor 23290 23274 root S 3052 1% 0% /bin/bash -l 12370 12369 root S 2960 1% 0% bash -s -- 760 1 root S 2900 1% 0% /sbin/klogd -n 761 1 root S 2900 1% 0% /sbin/syslogd -n 1545 1521 redsocks S 2872 1% 0% /usr/bin/dbus-daemon --system 13156 12370 root S 2768 1% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 10 bash -c top -b -n 1 1234 1220 root S 2660 1% 0% /bin/bash -c . cmd.sh 23274 1 root S 2516 1% 0% /usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_host_key -s 12369 1 root S 2516 1% 0% /usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_host_key -s 1327 1234 root S 2256 0% 0% /bin/bash ./connectCheck.sh 13157 13156 root S 2000 0% 0% timeout --preserve-status --kill-after=20 10 bash -c top -b -n 1 901 1 root S 1832 0% 0% /usr/bin/hciattach /dev/serial1 bcm43xx 3000000 flow - b8:27:eb:aa:c8:79 11891 1234 root S 1676 0% 0% sleep 600 12913 1327 root S 1676 0% 0% grep -q connection.id 7 2 root SW 0 0% 0% [ksoftirqd/0] 56 2 root SW 0 0% 0% [mmcqd/0] 10492 2 root IW 0 0% 0% [kworker/0:0] 40 2 root SW 0 0% 0% [irq/86-mmc1] 677 2 root SW 0 0% 0% [brcmf_wdog/mmc1] 601 2 root SW 0 0% 0% [jbd2/mmcblk0p6-] 5909 2 root IW 0 0% 0% [kworker/u2:1] 10997 2 root IW 0 0% 0% [kworker/0:2] 403 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 257 2 root IW< 0 0% 0% [kworker/0:1H] 10746 2 root IW 0 0% 0% [kworker/0:1] 11 2 root SW 0 0% 0% [khungtaskd] 2 0 root SW 0 0% 0% [kthreadd] 8 2 root SW 0 0% 0% [kdevtmpfs] 4 2 root IW< 0 0% 0% [kworker/0:0H] 6 2 root IW< 0 0% 0% [mm_percpu_wq] 9 2 root IW< 0 0% 0% [netns] 12 2 root SW 0 0% 0% [oom_reaper] 13 2 root IW< 0 0% 0% [writeback] 14 2 root SW 0 0% 0% [kcompactd0] 15 2 root IW< 0 0% 0% [crypto] 16 2 root IW< 0 0% 0% [kblockd] 17 2 root IW< 0 0% 0% [watchdogd] 18 2 root IW< 0 0% 0% [rpciod] 19 2 root IW< 0 0% 0% [xprtiod] 20 2 root SW 0 0% 0% [kswapd0] 21 2 root IW< 0 0% 0% [nfsiod] 31 2 root IW< 0 0% 0% [kthrotld] 32 2 root IW< 0 0% 0% [iscsi_eh] 33 2 root IW< 0 0% 0% [dwc_otg] 34 2 root IW< 0 0% 0% [DWC Notificatio] 35 2 root SW< 0 0% 0% [vchiq-slot/0] 36 2 root SW< 0 0% 0% [vchiq-recy/0] 37 2 root SW< 0 0% 0% [vchiq-sync/0] 38 2 root SW 0 0% 0% [vchiq-keep/0] 39 2 root IW< 0 0% 0% [ipv6_addrconf] 380 2 root SW 0 0% 0% [jbd2/mmcblk0p2-] 381 2 root IW< 0 0% 0% [ext4-rsv-conver] 404 2 root IW< 0 0% 0% [ext4-rsv-conver] 602 2 root IW< 0 0% 0% [ext4-rsv-conver] 651 2 root SW 0 0% 0% [spi0] 671 2 root IW< 0 0% 0% [cfg80211] 676 2 root IW< 0 0% 0% [brcmf_wq/mmc1:0] 730 2 root SW 0 0% 0% [jbd2/mmcblk0p3-] 731 2 root IW< 0 0% 0% [ext4-rsv-conver] 900 2 root IW< 0 0% 0% [kworker/u3:0] 903 2 root IW< 0 0% 0% [kworker/u3:2] 12031 2 root IW 0 0% 0% [kworker/u2:0] real 0m 0.19s user 0m 0.01s sys 0m 0.07s --- echo === SUPERVISOR === --- 2020-05-27 00:01:46.404594226+00:00 === SUPERVISOR === real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- balena exec resin_supervisor cat /etc/resolv.conf --- 2020-05-27 00:01:46.511693961+00:00 nameserver 10.114.102.1 real 0m 2.98s user 0m 0.37s sys 0m 0.10s --- balena logs resin_supervisor --- 2020-05-27 00:01:49.647863207+00:00 Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 50.498 ms Supervisor API: GET /v1/healthy 200 - 39.319 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 51.595 ms Supervisor API: GET /v1/healthy 200 - 47.725 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 48.547 ms Supervisor API: GET /v1/healthy 200 - 44.130 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 37.360 ms Supervisor API: GET /v1/healthy 200 - 53.499 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 43.980 ms Supervisor API: GET /v1/healthy 200 - 82.390 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 39.937 ms Supervisor API: GET /v1/healthy 200 - 52.459 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 42.851 ms Supervisor API: GET /v1/healthy 200 - 54.458 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 42.366 ms Supervisor API: GET /v1/healthy 200 - 49.811 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 40.908 ms Supervisor API: GET /v1/healthy 200 - 52.741 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 66.179 ms Starting system message bus: dbus. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon ...done. Starting event tracker Starting up api binder Starting logging infrastructure Event: Supervisor start {} Performing database cleanup for container log timestamps Connectivity check enabled: true Starting periodic check for IP addresses Reporting initial state, supervisor version and API info VPN status path exists. Waiting for connectivity... Internet Connectivity: OK Skipping preloading Starting API server Applying target state Ensuring device is provisioned Starting current state report Starting target state poll Supervisor API listening on allowed interfaces only Finished applying target state Apply success! Applying target state Finished applying target state Apply success! Supervisor API: GET /v1/healthy 200 - 334.321 ms Supervisor API: GET /v1/healthy 200 - 91.526 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 76.056 ms Supervisor API: GET /v1/healthy 200 - 440.717 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 85.426 ms Supervisor API: GET /v1/healthy 200 - 69.143 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 90.634 ms Supervisor API: GET /v1/healthy 200 - 70.292 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 63.252 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 121.170 ms Supervisor API: GET /v1/healthy 200 - 57.907 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 75.556 ms Supervisor API: GET /v1/healthy 200 - 91.681 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 148.962 ms Supervisor API: GET /v1/healthy 200 - 75.416 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 58.751 ms Supervisor API: GET /v1/healthy 200 - 74.182 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 65.827 ms Supervisor API: GET /v1/healthy 200 - 50.423 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 57.266 ms Supervisor API: GET /v1/healthy 200 - 46.543 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 58.607 ms Supervisor API: GET /v1/healthy 200 - 51.277 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 54.733 ms Supervisor API: GET /v1/healthy 200 - 50.003 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 58.789 ms Supervisor API: GET /v1/healthy 200 - 47.005 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 54.507 ms Supervisor API: GET /v1/healthy 200 - 55.260 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 55.294 ms Supervisor API: GET /v1/healthy 200 - 114.024 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 51.691 ms Supervisor API: GET /v1/healthy 200 - 96.539 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 117.918 ms Supervisor API: GET /v1/healthy 200 - 52.574 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 65.405 ms Supervisor API: GET /v1/healthy 200 - 65.090 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 49.881 ms Supervisor API: GET /v1/healthy 200 - 53.984 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 60.812 ms Supervisor API: GET /v1/healthy 200 - 89.947 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 49.773 ms Supervisor API: GET /v1/healthy 200 - 53.398 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 46.616 ms Supervisor API: GET /v1/healthy 200 - 50.233 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 44.998 ms Supervisor API: GET /v1/healthy 200 - 68.618 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 44.934 ms Supervisor API: GET /v1/healthy 200 - 53.567 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 54.538 ms Supervisor API: GET /v1/healthy 200 - 79.379 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 48.012 ms Supervisor API: GET /v1/healthy 200 - 49.340 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 44.996 ms Supervisor API: GET /v1/healthy 200 - 45.149 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 54.823 ms Supervisor API: GET /v1/healthy 200 - 43.981 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 49.867 ms Supervisor API: GET /v1/healthy 200 - 44.331 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 56.592 ms Supervisor API: GET /v1/healthy 200 - 41.368 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 63.929 ms Supervisor API: GET /v1/healthy 200 - 72.223 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 51.759 ms Supervisor API: GET /v1/healthy 200 - 48.868 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 45.756 ms Supervisor API: GET /v1/healthy 200 - 49.263 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 99.334 ms Supervisor API: GET /v1/healthy 200 - 42.989 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 54.098 ms Supervisor API: GET /v1/healthy 200 - 109.280 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 37.660 ms Supervisor API: GET /v1/healthy 200 - 114.369 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 48.449 ms Supervisor API: GET /v1/healthy 200 - 48.249 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 74.403 ms Supervisor API: GET /v1/healthy 200 - 44.332 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 53.435 ms Supervisor API: GET /v1/healthy 200 - 44.230 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 54.980 ms Supervisor API: GET /v1/healthy 200 - 49.625 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 54.343 ms Supervisor API: GET /v1/healthy 200 - 54.099 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 56.542 ms Supervisor API: GET /v1/healthy 200 - 58.696 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 57.061 ms Supervisor API: GET /v1/healthy 200 - 64.242 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 51.691 ms Supervisor API: GET /v1/healthy 200 - 44.991 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 50.451 ms Supervisor API: GET /v1/healthy 200 - 48.153 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 60.090 ms Supervisor API: GET /v1/healthy 200 - 49.761 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 43.536 ms Supervisor API: GET /v1/healthy 200 - 53.048 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 53.206 ms Supervisor API: GET /v1/healthy 200 - 51.727 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 67.835 ms Supervisor API: GET /v1/healthy 200 - 56.452 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 49.172 ms Supervisor API: GET /v1/healthy 200 - 229.099 ms Supervisor API: GET /v1/healthy 200 - 23.210 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 50.796 ms Supervisor API: GET /v1/healthy 200 - 54.395 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 43.774 ms Supervisor API: GET /v1/healthy 200 - 42.548 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 63.177 ms Supervisor API: GET /v1/healthy 200 - 53.720 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 50.809 ms Supervisor API: GET /v1/healthy 200 - 61.011 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 91.343 ms Supervisor API: GET /v1/healthy 200 - 40.604 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 49.027 ms Supervisor API: GET /v1/healthy 200 - 43.477 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 64.114 ms Supervisor API: GET /v1/healthy 200 - 43.392 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 46.934 ms Supervisor API: GET /v1/healthy 200 - 63.572 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 57.353 ms Supervisor API: GET /v1/healthy 200 - 53.750 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 71.026 ms Supervisor API: GET /v1/healthy 200 - 46.037 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 53.188 ms Supervisor API: GET /v1/healthy 200 - 43.437 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 83.999 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 44.004 ms Supervisor API: GET /v1/healthy 200 - 39.848 ms Attempting container log timestamp flush... Container log timestamp flush complete Supervisor API: GET /v1/healthy 200 - 47.551 ms Supervisor API: GET /v1/healthy 200 - 69.560 ms real 0m 2.34s user 0m 0.56s sys 0m 0.30s --- curl --max-time 5 localhost:48484/v1/healthy --- 2020-05-27 00:01:52.101067142+00:00 OKreal 0m 0.12s user 0m 0.02s sys 0m 0.04s --- journalctl --no-pager --no-hostname -n 200 -a -u resin-supervisor --- 2020-05-27 00:01:52.306443634+00:00 -- Logs begin at Tue 2020-05-26 11:32:00 UTC, end at Wed 2020-05-27 00:01:52 UTC. -- May 26 15:42:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 15:43:35 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 55.294 ms May 26 15:48:38 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 114.024 ms May 26 15:52:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 15:52:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 15:53:41 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 51.691 ms May 26 15:58:44 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 96.539 ms May 26 16:02:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 16:02:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 16:03:47 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 117.918 ms May 26 16:08:51 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 52.574 ms May 26 16:12:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 16:12:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 16:13:53 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 65.405 ms May 26 16:18:55 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 65.090 ms May 26 16:22:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 16:22:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 16:23:58 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 49.881 ms May 26 16:29:01 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 53.984 ms May 26 16:32:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 16:32:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 16:34:03 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 60.812 ms May 26 16:39:05 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 89.947 ms May 26 16:42:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 16:42:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 16:44:08 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 49.773 ms May 26 16:49:10 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 53.398 ms May 26 16:52:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 16:52:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 16:54:13 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 46.616 ms May 26 16:59:15 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 50.233 ms May 26 17:02:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 17:02:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 17:04:18 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 44.998 ms May 26 17:09:20 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 68.618 ms May 26 17:12:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 17:12:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 17:14:23 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 44.934 ms May 26 17:19:25 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 53.567 ms May 26 17:22:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 17:22:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 17:24:28 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 54.538 ms May 26 17:29:30 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 79.379 ms May 26 17:32:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 17:32:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 17:34:33 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 48.012 ms May 26 17:39:35 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 49.340 ms May 26 17:42:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 17:42:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 17:44:38 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 44.996 ms May 26 17:49:40 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 45.149 ms May 26 17:52:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 17:52:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 17:54:43 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 54.823 ms May 26 17:59:45 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 43.981 ms May 26 18:02:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 18:02:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 18:04:48 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 49.867 ms May 26 18:09:50 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 44.331 ms May 26 18:12:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 18:12:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 18:14:53 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 56.592 ms May 26 18:19:55 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 41.368 ms May 26 18:22:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 18:22:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 18:24:58 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 63.929 ms May 26 18:30:00 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 72.223 ms May 26 18:32:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 18:32:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 18:35:02 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 51.759 ms May 26 18:40:05 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 48.868 ms May 26 18:42:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 18:42:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 18:45:07 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 45.756 ms May 26 18:50:10 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 49.263 ms May 26 18:52:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 18:52:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 18:55:12 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 99.334 ms May 26 19:00:15 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 42.989 ms May 26 19:02:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 19:02:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 19:05:17 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 54.098 ms May 26 19:10:20 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 109.280 ms May 26 19:12:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 19:12:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 19:15:22 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 37.660 ms May 26 19:20:26 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 114.369 ms May 26 19:22:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 19:22:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 19:25:30 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 48.449 ms May 26 19:30:32 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 48.249 ms May 26 19:32:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 19:32:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 19:35:35 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 74.403 ms May 26 19:40:38 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 44.332 ms May 26 19:42:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 19:42:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 19:45:40 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 53.435 ms May 26 19:50:43 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 44.230 ms May 26 19:52:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 19:52:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 19:55:45 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 54.980 ms May 26 20:00:47 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 49.625 ms May 26 20:02:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 20:02:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 20:05:50 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 54.343 ms May 26 20:10:53 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 54.099 ms May 26 20:12:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 20:12:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 20:15:55 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 56.542 ms May 26 20:20:58 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 58.696 ms May 26 20:22:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 20:22:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 20:26:00 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 57.061 ms May 26 20:31:03 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 64.242 ms May 26 20:32:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 20:32:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 20:36:05 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 51.691 ms May 26 20:41:08 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 44.991 ms May 26 20:42:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 20:42:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 20:46:10 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 50.451 ms May 26 20:51:13 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 48.153 ms May 26 20:52:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 20:52:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 20:56:15 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 60.090 ms May 26 21:01:18 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 49.761 ms May 26 21:02:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 21:02:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 21:06:21 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 43.536 ms May 26 21:11:23 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 53.048 ms May 26 21:12:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 21:12:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 21:16:26 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 53.206 ms May 26 21:21:29 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 51.727 ms May 26 21:22:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 21:22:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 21:26:31 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 67.835 ms May 26 21:31:34 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 56.452 ms May 26 21:32:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 21:32:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 21:36:36 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 49.172 ms May 26 21:41:39 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 229.099 ms May 26 21:42:24 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 23.210 ms May 26 21:42:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 21:42:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 21:46:41 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 50.796 ms May 26 21:51:44 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 54.395 ms May 26 21:52:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 21:52:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 21:56:46 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 43.774 ms May 26 22:01:49 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 42.548 ms May 26 22:02:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 22:02:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 22:06:53 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 63.177 ms May 26 22:11:56 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 53.720 ms May 26 22:12:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 22:12:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 22:16:58 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 50.809 ms May 26 22:22:01 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 61.011 ms May 26 22:22:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 22:22:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 22:27:03 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 91.343 ms May 26 22:32:06 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 40.604 ms May 26 22:32:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 22:32:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 22:37:08 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 49.027 ms May 26 22:42:11 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 43.477 ms May 26 22:42:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 22:42:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 22:47:13 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 64.114 ms May 26 22:52:16 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 43.392 ms May 26 22:52:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 22:52:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 22:57:19 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 46.934 ms May 26 23:02:21 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 63.572 ms May 26 23:02:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:02:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 23:07:24 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 57.353 ms May 26 23:12:27 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 53.750 ms May 26 23:12:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:12:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 23:17:29 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 71.026 ms May 26 23:22:31 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 46.037 ms May 26 23:22:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:22:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 23:27:34 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 53.188 ms May 26 23:32:36 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 43.437 ms May 26 23:32:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:32:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 23:37:39 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 83.999 ms May 26 23:42:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:42:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 23:42:41 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 44.004 ms May 26 23:47:44 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 39.848 ms May 26 23:52:41 resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:52:41 resin-supervisor[1365]: Container log timestamp flush complete May 26 23:52:46 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 47.551 ms May 26 23:57:49 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 69.560 ms May 27 00:01:52 resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 22.584 ms real 0m 0.12s user 0m 0.08s sys 0m 0.02s --- systemctl status resin-supervisor --no-pager --- 2020-05-27 00:01:52.511239127+00:00 ● resin-supervisor.service - Resin supervisor Loaded: loaded (/lib/systemd/system/resin-supervisor.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2020-05-26 13:11:56 UTC; 10h ago Process: 1359 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Process: 1343 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=0/SUCCESS) Main PID: 1365 (start-resin-sup) CGroup: /system.slice/resin-supervisor.service ├─1365 /bin/sh /usr/bin/start-resin-supervisor ├─1369 /proc/self/exe --healthcheck /usr/lib/resin-supervisor/resin-supervisor-healthcheck --pid 1365 └─1470 balena start --attach resin_supervisor May 26 23:37:39 71b132b resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 83.999 ms May 26 23:42:41 71b132b resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:42:41 71b132b resin-supervisor[1365]: Container log timestamp flush complete May 26 23:42:41 71b132b resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 44.004 ms May 26 23:47:44 71b132b resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 39.848 ms May 26 23:52:41 71b132b resin-supervisor[1365]: Attempting container log timestamp flush... May 26 23:52:41 71b132b resin-supervisor[1365]: Container log timestamp flush complete May 26 23:52:46 71b132b resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 47.551 ms May 26 23:57:49 71b132b resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 69.560 ms May 27 00:01:52 71b132b resin-supervisor[1365]: Supervisor API: GET /v1/healthy 200 - 22.584 ms real 0m 0.15s user 0m 0.04s sys 0m 0.03s --- tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log --- 2020-05-27 00:01:52.748343541+00:00 Command exited with non-zero status 1 real 0m 0.03s user 0m 0.00s sys 0m 0.03s --- echo === TIME === --- 2020-05-27 00:01:52.863487257+00:00 === TIME === real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- date --- 2020-05-27 00:01:52.969106995+00:00 Wed May 27 00:01:53 UTC 2020 real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- timedatectl status --- 2020-05-27 00:01:53.096929679+00:00 Local time: Wed 2020-05-27 00:01:53 UTC Universal time: Wed 2020-05-27 00:01:53 UTC RTC time: n/a Time zone: n/a (UTC, +0000) System clock synchronized: yes systemd-timesyncd.service active: n/a RTC in local TZ: no real 0m 0.34s user 0m 0.05s sys 0m 0.00s --- uptime --- 2020-05-27 00:01:53.539299586+00:00 00:01:53 up 10:51, 1 user, load average: 0.84, 0.48, 0.40 real 0m 0.04s user 0m 0.00s sys 0m 0.03s STDERR: bash: line 27: timeout -v 1: command not found --- diagnose 4.17.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 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 100 100k 0 100k 0 0 1771k 0 --:--:-- --:--:-- --:--:-- 1870k --- 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 --- 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 --- 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.Fn6i2ah8Am 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 1 0 0:00:02 0:00:01 0:00:01 1 100 2 100 2 0 0 1 0 0:00:02 0:00:01 0:00:01 1 --- CURL_CA_BUNDLE=/tmp/tmp.Fn6i2ah8Am 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11304 0 11304 0 0 6061 0 --:--:-- 0:00:01 --:--:-- 6061 100 13362 0 13362 0 0 6741 0 --:--:-- 0:00:01 --:--:-- 6741 --- 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 --- --- 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/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 -30 | xargs tail -n 10 -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 --- 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-0ff49d466a90.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.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. --- 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 100 2 100 2 0 0 46 0 --:--:-- --:--:-- --:--:-- 46 --- journalctl --no-pager --no-hostname -n 200 -a -u resin-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 === --- --- date --- --- timedatectl status --- --- uptime ---