STDOUT: real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- diagnose 4.22.13 --- --- NOTE: not all commands are expected to succeed on all device types --- --- COMMANDS --- --- prefixing commands with 'date --utc --rfc-3339=ns ; /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c' --- echo === BALENA === curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 balena --version balena images balena ps -a balena stats --all --no-stream balena system df balena volume ls balena network 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)" balena network inspect $(balena network ls --quiet | tr "\n" " ") test -f /mnt/state/balena-engine-storage-migration.log && cat /mnt/state/balena-engine-storage-migration.log echo === BOOT === systemd-analyze systemd-analyze critical-chain echo === HARDWARE === cat /proc/cpuinfo cat /proc/device-tree/model cat /proc/meminfo ps top -b -n 1 cat /var/log/provisioning-progress.log df -h df -ih for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done free -h ls -l /dev lsusb -vvv mmcli -L mount uname -a echo === NETWORK === /sbin/ip addr cat /etc/resolv.conf cat /proc/net/dev cat /proc/net/snmp cat /proc/net/udp CURL_CA_BUNDLE=/tmp/tmp.g9WpeMAIoM curl https://api.balena-cloud.com/ping CURL_CA_BUNDLE=/tmp/tmp.g9WpeMAIoM curl https://www.google.co.uk ifconfig iptables -n -L iptables -n -t nat -L journalctl --no-pager --no-hostname -a -u ModemManager journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" ls -l /mnt/boot/system-connections mmcli -m 0 netstat -ntl nmcli --version ping -c 1 -W 3 google.co.uk systemctl kill -s USR1 dnsmasq systemctl status openvpn-resin --no-pager echo === OS === cat /etc/os-release cat /mnt/boot/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" cat /mnt/boot/config.txt cat /mnt/boot/device-type.json cat /mnt/boot/extlinux/extlinux.conf cat /mnt/boot/resinOS_uEnv.txt cat /mnt/boot/uEnv.txt cat /mnt/conf/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" cat /mnt/data-disk/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" cat /var/log/messages cat /var/log/provisioning-progress.log dmesg -T find /mnt/data/*hup/*log -mtime -180 | xargs tail -n 250 -v journalctl --no-pager --no-hostname --list-boots journalctl --no-pager --no-hostname -n500 -a journalctl --no-pager --no-hostname -pwarning -perr -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 grep -vE "/var/cache/ldconfig/aux-cache|md5sum|/etc/hostname|/etc/machine-id|/etc/balena-supervisor/supervisor.conf|/etc/resin-supervisor/supervisor.conf|/etc/systemd/timesyncd.conf|/home/root/.rnd" /resinos.fingerprint | md5sum --quiet -c echo === SUPERVISOR === balena exec 70b074addbe1 cat /etc/resolv.conf balena logs 70b074addbe1 curl --max-time 5 localhost:48484/v1/healthy journalctl --no-pager --no-hostname -n 200 -a -u balena-supervisor -u resin-supervisor ls -lR /tmp/*-supervisor/**/* systemctl status balena-supervisor resin-supervisor --no-pager tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log echo === TIME === cat /tmp/chrony_added_dhcp_ntp_servers chronyc sources chronyc tracking date journalctl --no-pager --no-hostname -u chronyd timedatectl status uptime --- echo === BALENA === --- 2023-02-06 15:19:32.894500934+00:00 === BALENA === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 --- 2023-02-06 15:19:32.936974513+00:00 goroutine 2553 [running]: runtime/pprof.writeGoroutineStacks(0x19adbb4, 0x398aaa0, 0x0, 0xa4) /usr/lib/go/src/runtime/pprof/pprof.go:693 +0x80 runtime/pprof.writeGoroutine(0x19adbb4, 0x398aaa0, 0x2, 0x96afc, 0x18) /usr/lib/go/src/runtime/pprof/pprof.go:682 +0x30 runtime/pprof.(*Profile).WriteTo(0x2490350, 0x19adbb4, 0x398aaa0, 0x2, 0x398aaa0, 0x251d200) /usr/lib/go/src/runtime/pprof/pprof.go:331 +0x2c0 net/http/pprof.handler.ServeHTTP(0x42ea371, 0x9, 0x19befac, 0x398aaa0, 0x395ab00) /usr/lib/go/src/net/http/pprof/pprof.go:253 +0x2fc github.com/docker/docker/api/server/router/debug.handlePprof(0x19c02c4, 0x3e62f30, 0x19befac, 0x398aaa0, 0x395ab00, 0x40d1300, 0x18b6840, 0x1) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/debug/debug_routes.go:10 +0x6c github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x19c02c4, 0x3e62f30, 0x19befac, 0x398aaa0, 0x395ab00, 0x40d1300, 0x19c02c4, 0x3e62f30) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x13c github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x19c02c4, 0x3e62f18, 0x19befac, 0x398aaa0, 0x395ab00, 0x40d1300, 0x3fc4ab0, 0x66426050) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x4d0 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x19c02c4, 0x3e62f18, 0x19befac, 0x398aaa0, 0x395ab00, 0x40d1300, 0x19c02c4, 0x3e62f18) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x618 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x19befac, 0x398aaa0, 0x395aa80) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x1c4 net/http.HandlerFunc.ServeHTTP(0x3f1cfa0, 0x19befac, 0x398aaa0, 0x395aa80) /usr/lib/go/src/net/http/server.go:2069 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x4451da0, 0x19befac, 0x398aaa0, 0x395a900) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0x9c net/http.serverHandler.ServeHTTP(0x3b2eab0, 0x19befac, 0x398aaa0, 0x395a900) /usr/lib/go/src/net/http/server.go:2887 +0x90 net/http.(*conn).serve(0x3b8fe60, 0x19c02c4, 0x40d11e0) /usr/lib/go/src/net/http/server.go:1952 +0x854 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x360 goroutine 1 [chan receive, 16 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).start(0x3b32588, 0x3a402d0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:231 +0x890 github.com/docker/docker/cmd/dockerd.runDaemon(...) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker_unix.go:13 github.com/docker/docker/cmd/dockerd.newDaemonCommand.func1(0x3b40000, 0x3b36300, 0x0, 0x10, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:34 +0x70 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).execute(0x3b40000, 0x392a098, 0x10, 0x11, 0x3b40000, 0x392a098) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:850 +0x358 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0x3b40000, 0x0, 0x0, 0x10) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:958 +0x298 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).Execute(...) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:895 github.com/docker/docker/cmd/dockerd.Main() /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:98 +0x19c main.main() /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/balena-engine/main.go:29 +0x218 goroutine 55 [select, 16 minutes]: github.com/docker/docker/libcontainerd/remote.(*client).processEventStream(0x38b1630, 0x19c0264, 0x380c4e0, 0x139b57b, 0xc) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:782 +0x21c created by github.com/docker/docker/libcontainerd/remote.NewClient /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:70 +0x218 goroutine 54 [select, 16 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x3a41230, 0x1, 0x0, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0xc0 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0x3a41260, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x1c4 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0x383a120) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:346 +0x60 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:344 +0xc94 goroutine 40 [select, 16 minutes]: github.com/docker/docker/libcontainerd/supervisor.(*remote).monitorDaemon(0x3bc6300, 0x19c0264, 0x380c4e0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:318 +0xbe8 created by github.com/docker/docker/libcontainerd/supervisor.Start /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:90 +0x348 goroutine 41 [syscall, 16 minutes]: syscall.Syscall6(0x118, 0x1, 0x848, 0x3853e0c, 0x1000004, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/syscall/asm_linux_arm.s:45 +0x8 os.(*Process).blockUntilWaitable(0x3cfe7e0, 0x0, 0x0, 0x0) /usr/lib/go/src/os/wait_waitid.go:32 +0x60 os.(*Process).wait(0x3cfe7e0, 0x0, 0x0, 0x0) /usr/lib/go/src/os/exec_unix.go:22 +0x2c os.(*Process).Wait(...) /usr/lib/go/src/os/exec.go:129 os/exec.(*Cmd).Wait(0x3b904d0, 0x0, 0x0) /usr/lib/go/src/os/exec/exec.go:507 +0x50 github.com/docker/docker/libcontainerd/supervisor.(*remote).startContainerd.func1(0x3b904d0, 0x3bc6300) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:214 +0x20 created by github.com/docker/docker/libcontainerd/supervisor.(*remote).startContainerd /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:212 +0x398 goroutine 42 [select, 16 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x393e5d0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:69 +0x88 created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:60 +0x12c goroutine 43 [chan receive, 16 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0x3cee000) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1179 +0x47c created by github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:815 +0xac goroutine 53 [IO wait, 16 minutes]: internal/poll.runtime_pollWait(0x66463830, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x38b12d4, 0x72, 0x8000, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x38b12c0, 0x38ee000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x38b12c0, 0x38ee000, 0x8000, 0x8000, 0x0, 0x10601, 0x8) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x3ca7040, 0x38ee000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c bufio.(*Reader).Read(0x3a411d0, 0x38d1aa0, 0x9, 0x9, 0x0, 0xbb299759, 0xc0f0638c) /usr/lib/go/src/bufio/bufio.go:227 +0x23c io.ReadAtLeast(0x19ab51c, 0x3a411d0, 0x38d1aa0, 0x9, 0x9, 0x9, 0x50ab1c, 0x38b1324, 0x0) /usr/lib/go/src/io/io.go:328 +0x6c io.ReadFull(...) /usr/lib/go/src/io/io.go:347 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x38d1aa0, 0x9, 0x9, 0x19ab51c, 0x3a411d0, 0x0, 0x0, 0x0, 0x4cabcc99, 0x3f4ec18e) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x54 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x38d1a80, 0x38424f8, 0x38424f8, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-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/internal/transport.(*http2Client).reader(0x383a120) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1265 +0x114 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:300 +0xa40 goroutine 46 [syscall, 16 minutes]: os/signal.signal_recv(0x46) /usr/lib/go/src/runtime/sigqueue.go:168 +0x178 os/signal.loop() /usr/lib/go/src/os/signal/signal_unix.go:23 +0x14 created by os/signal.Notify.func1.1 /usr/lib/go/src/os/signal/signal.go:151 +0x38 goroutine 6 [chan receive, 16 minutes]: github.com/docker/docker/pkg/signal.Trap.func1(0x39bfec0, 0x19ad0c4, 0x3932100, 0x380e9c0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:38 +0x4c created by github.com/docker/docker/pkg/signal.Trap /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:36 +0xec goroutine 8 [select, 16 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func5(0x3b3c700, 0x398a0a0, 0x19c02c4, 0x3d423f0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:319 +0x98 created by github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:318 +0xb7c goroutine 30 [chan receive, 16 minutes]: github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap.func1(0x3d50740, 0x13af1ea, 0x16) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:18 +0x34 created by github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:17 +0xa4 goroutine 33 [IO wait, 16 minutes]: internal/poll.runtime_pollWait(0x66463798, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3950294, 0x72, 0x0, 0x0, 0x1390b9a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x3950280, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x3950280, 0x18, 0x3d42330, 0x3880000) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*UnixListener).accept(0x3a2a220, 0x119a64, 0x18, 0x18b6840) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x3a2a220, 0x3d42330, 0x3b83928, 0x178ded8, 0x248d280) /usr/lib/go/src/net/unixsock.go:260 +0x5c net/http.(*Server).Serve(0x3b838c0, 0x19bee94, 0x3a2a220, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2981 +0x268 net/http.Serve(...) /usr/lib/go/src/net/http/server.go:2529 github.com/docker/docker/daemon.(*Daemon).listenMetricsSock.func1(0x19bee94, 0x3a2a220, 0x3896030) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:33 +0xe8 created by github.com/docker/docker/daemon.(*Daemon).listenMetricsSock /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:31 +0x15c goroutine 66 [select, 16 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x3896270) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:69 +0x88 created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:60 +0x12c goroutine 67 [chan receive, 16 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0x39b8000) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1179 +0x47c created by github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:815 +0xac goroutine 69 [IO wait]: internal/poll.runtime_pollWait(0x66463700, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3950384, 0x72, 0x8000, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x3950370, 0x3d6c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x3950370, 0x3d6c000, 0x8000, 0x8000, 0x0, 0x10601, 0x8) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x3b84510, 0x3d6c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c bufio.(*Reader).Read(0x3896330, 0x3bca620, 0x9, 0x9, 0x0, 0x6a81e2f6, 0xc0f06475) /usr/lib/go/src/bufio/bufio.go:227 +0x23c io.ReadAtLeast(0x19ab51c, 0x3896330, 0x3bca620, 0x9, 0x9, 0x9, 0x50ab1c, 0x39503d4, 0x0) /usr/lib/go/src/io/io.go:328 +0x6c io.ReadFull(...) /usr/lib/go/src/io/io.go:347 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x3bca620, 0x9, 0x9, 0x19ab51c, 0x3896330, 0x0, 0x0, 0x0, 0x432a258, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x54 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x3bca600, 0x432a258, 0x432a258, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-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/internal/transport.(*http2Client).reader(0x3928120) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1265 +0x114 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:300 +0xa40 goroutine 70 [select]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x3896390, 0x1, 0x0, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0xc0 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0x38963c0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x1c4 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0x3928120) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:346 +0x60 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:344 +0xc94 goroutine 71 [select, 16 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x38966c0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:69 +0x88 created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:60 +0x12c goroutine 72 [chan receive, 16 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0x39b8600) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:1179 +0x47c created by github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).connect /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:815 +0xac goroutine 74 [IO wait, 16 minutes]: internal/poll.runtime_pollWait(0x66463668, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3950744, 0x72, 0x8000, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x3950730, 0x3d90000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x3950730, 0x3d90000, 0x8000, 0x8000, 0x0, 0x3d2a8cf, 0x8) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x3b84728, 0x3d90000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c bufio.(*Reader).Read(0x3896750, 0x3bca920, 0x9, 0x9, 0x1a, 0x14, 0x76f10088) /usr/lib/go/src/bufio/bufio.go:227 +0x23c io.ReadAtLeast(0x19ab51c, 0x3896750, 0x3bca920, 0x9, 0x9, 0x9, 0xc, 0x4dc400, 0x8c) /usr/lib/go/src/io/io.go:328 +0x6c io.ReadFull(...) /usr/lib/go/src/io/io.go:347 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x3bca920, 0x9, 0x9, 0x19ab51c, 0x3896750, 0x0, 0x0, 0x0, 0x38967b8, 0xffffffff) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x54 github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x3bca900, 0x3898258, 0x3898258, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-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/internal/transport.(*http2Client).reader(0x3928480) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1265 +0x114 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:300 +0xa40 goroutine 75 [select, 16 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x38967b0, 0x1, 0x0, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0xc0 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0x38967e0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x1c4 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0x3928480) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:346 +0x60 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:344 +0xc94 goroutine 9 [select, 16 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).waitOnHeader(0x3b839e0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:318 +0x8c github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).RecvCompress(...) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:333 github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0x3b4f360, 0x193cf70, 0x3d50a80, 0x0, 0xffffffff, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:871 +0x600 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x3b4f360, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:736 +0x34 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).withRetry(0x398a0a0, 0x3854744, 0x385472c, 0x5147c, 0x6641ba00) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:594 +0x60 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x398a0a0, 0x193cf70, 0x3d50a80, 0x0, 0x39bb9b0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:735 +0xd4 github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0x3919ed0, 0x39bb980, 0x3854798, 0xa1ad8) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:354 +0x50 github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe.func1(0x3d50900, 0x19c9e3c, 0x3919ed0, 0x3c10800, 0x19c0264, 0x3d25660) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:99 +0x68 created by github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x180 goroutine 11 [select]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*recvBufferReader).readClient(0x3c3c660, 0x3d2a978, 0x5, 0x5, 0xa1ad8, 0x3898270, 0x1) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:186 +0x88 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*recvBufferReader).Read(0x3c3c660, 0x3d2a978, 0x5, 0x5, 0x3898270, 0x0, 0x3898270) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:166 +0x190 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*transportReader).Read(0x3d42558, 0x3d2a978, 0x5, 0x5, 0x41300a0, 0x443008c, 0x51a450) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:479 +0x40 io.ReadAtLeast(0x19ad7cc, 0x3d42558, 0x3d2a978, 0x5, 0x5, 0x5, 0x0, 0x3d25820, 0x1cb50) /usr/lib/go/src/io/io.go:328 +0x6c io.ReadFull(...) /usr/lib/go/src/io/io.go:347 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).Read(0x3b83b00, 0x3d2a978, 0x5, 0x5, 0x21, 0xb4, 0x24) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:463 +0x98 github.com/docker/docker/vendor/google.golang.org/grpc.(*parser).recvMsg(0x3d2a970, 0x1000000, 0x3af6e40, 0x4874000, 0xd8, 0xd8, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:508 +0x3c github.com/docker/docker/vendor/google.golang.org/grpc.recvAndDecompress(0x3d2a970, 0x3b83b00, 0x0, 0x0, 0x1000000, 0x0, 0x0, 0x0, 0x4874000, 0xd8, ...) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:639 +0x24 github.com/docker/docker/vendor/google.golang.org/grpc.recv(0x3d2a970, 0x65080850, 0x251cc10, 0x3b83b00, 0x0, 0x0, 0x193cf70, 0x3d0e180, 0x1000000, 0x0, ...) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:707 +0x54 github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0x3b4f400, 0x193cf70, 0x3d0e180, 0x0, 0xffffffff, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:885 +0xb4 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x3b4f400, 0x3c10980, 0x3d50dc0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:736 +0x34 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).withRetry(0x398a140, 0x3b78f44, 0x3b78f2c, 0x393e210, 0x6641bff0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:590 +0x260 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x398a140, 0x193cf70, 0x3d0e180, 0x2, 0x2) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:735 +0xd4 github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0x3919f58, 0x3b78f98, 0x0, 0x1) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:354 +0x50 github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe.func1(0x3d50cc0, 0x19c9e3c, 0x3919f58, 0x3c10980, 0x19c0264, 0x3d257a0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:99 +0x68 created by github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x180 goroutine 348 [IO wait]: internal/poll.runtime_pollWait(0x664639f8, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3b4f0a4, 0x72, 0x0, 0x0, 0x1390b9a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x3b4f090, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x3b4f090, 0x4a8600, 0x3b8fea0, 0xe11a8400) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*UnixListener).accept(0x3b8d000, 0x3b2eab0, 0x3988bb73, 0x5a5f4) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x3b8d000, 0x3869f18, 0xc, 0x390cee0, 0x4a8630) /usr/lib/go/src/net/unixsock.go:260 +0x5c net/http.(*Server).Serve(0x3b2eab0, 0x19bee94, 0x3b8d000, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2981 +0x268 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x39f33c0, 0x3924e90) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0xb8 created by github.com/docker/docker/api/server.(*Server).serveAPI /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x74 goroutine 10 [select, 16 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func5(0x3b3c540, 0x398a140, 0x19c02c4, 0x3d42510) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:319 +0x98 created by github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:318 +0xb7c goroutine 293 [IO wait]: internal/poll.runtime_pollWait(0x66462fe0, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3bd1d14, 0x72, 0x8001, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x3bd1d00, 0x4276000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac os.(*File).read(...) /usr/lib/go/src/os/file_posix.go:31 os.(*File).Read(0x3edb2d0, 0x4276000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/os/file.go:117 +0x5c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x3bf0780, 0x4276000, 0x8000, 0x8000, 0xb0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:174 +0x144 io.copyBuffer(0x19abbe8, 0x3efa7e0, 0x63ec20a0, 0x3bf0780, 0x4276000, 0x8000, 0x8000, 0x0, 0x0, 0x3, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abbe8, 0x3efa7e0, 0x63ec20a0, 0x3bf0780, 0x4276000, 0x8000, 0x8000, 0x3d5b7b0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abbe8, 0x3efa7e0, 0x63ec20a0, 0x3bf0780, 0x3bf0780, 0x3d5b7dc, 0x1, 0x131f70) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x80 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x19abbe8, 0x3efa7e0, 0x6505fbc0, 0x3bf0780, 0x3b88030) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x54 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x6c goroutine 64 [sync.Cond.Wait, 16 minutes]: sync.runtime_notifyListWait(0x3ebf1c8, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x3ebf1c0) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/daemon/stats.(*Collector).Run(0x3a41f20) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats/collector.go:95 +0x2c created by github.com/docker/docker/daemon.(*Daemon).newStatsCollector /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats_collector.go:24 +0x70 goroutine 65 [chan receive]: github.com/docker/docker/daemon.(*Daemon).execCommandGC(0x3b44100) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/exec.go:309 +0x114 created by github.com/docker/docker/daemon.NewDaemon /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/daemon.go:1189 +0x2340 goroutine 82 [select]: github.com/docker/docker/libcontainerd/remote.(*client).processEventStream(0x3eca280, 0x19c0264, 0x380c4e0, 0x138c5b0, 0x4) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:782 +0x21c created by github.com/docker/docker/libcontainerd/remote.NewClient /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:70 +0x218 goroutine 291 [sync.Cond.Wait]: sync.runtime_notifyListWait(0x4223768, 0x77) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x4223760) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x42187b0, 0x426e000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4218810, 0x138fab8, 0x6, 0x6505fc20, 0x42187b0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x804 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 292 [sync.Cond.Wait, 16 minutes]: sync.runtime_notifyListWait(0x4223788, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x4223780) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x42187e0, 0x4272000, 0x800, 0x4000, 0x0, 0x59f00, 0x3e28040) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4218810, 0x138fab2, 0x6, 0x6505fc20, 0x42187e0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x804 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 300 [sync.Cond.Wait, 16 minutes]: sync.runtime_notifyListWait(0x40e2648, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x40e2640) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4219c20, 0x3b5e000, 0x800, 0x4000, 0x0, 0x59f00, 0x3e1a62e) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4219c50, 0x138fab2, 0x6, 0x6505fc20, 0x4219c20) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x804 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 299 [sync.Cond.Wait, 15 minutes]: sync.runtime_notifyListWait(0x40e2628, 0x3) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x40e2620) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4219bf0, 0x3b58000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4219c50, 0x138fab8, 0x6, 0x6505fc20, 0x4219bf0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x804 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 385 [chan receive, 16 minutes]: github.com/docker/docker/api/server.(*Server).serveAPI(0x3a40390, 0x1d, 0x131f70) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:94 +0x138 github.com/docker/docker/api/server.(*Server).Wait(0x3a40390, 0x3b71dc0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-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 /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:224 +0x868 goroutine 364 [IO wait, 16 minutes]: internal/poll.runtime_pollWait(0x66462e18, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3ee2e24, 0x72, 0x0, 0x0, 0x1390b9a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x3ee2e10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x3ee2e10, 0x38fac50, 0x1, 0x0) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*TCPListener).accept(0x3f1d430, 0x0, 0xe9a138, 0x38fac40) /usr/lib/go/src/net/tcpsock_posix.go:139 +0x20 net.(*TCPListener).Accept(0x3f1d430, 0x3aef801, 0x1, 0x3880600, 0x3880601) /usr/lib/go/src/net/tcpsock.go:261 +0x5c github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).serveTCP(0x38fabe0, 0x19bee78, 0x3f1d430, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:419 +0xdc github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).ActivateAndServe(0x38fabe0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:337 +0x108 github.com/docker/docker/vendor/github.com/docker/libnetwork.(*resolver).Start.func3(0x38fabe0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:166 +0x1c created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*resolver).Start /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:165 +0x214 goroutine 78 [select, 6 minutes]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).watchLoop(0x3fc5a70) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:424 +0x80 created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startWatch /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:441 +0xd0 goroutine 340 [IO wait, 16 minutes]: internal/poll.runtime_pollWait(0x66463538, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3ee22e4, 0x72, 0x0, 0x0, 0x1390b9a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x3ee22d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x3ee22d0, 0x398a610, 0x1, 0x0) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*TCPListener).accept(0x3d2be60, 0x0, 0xe9a138, 0x398a600) /usr/lib/go/src/net/tcpsock_posix.go:139 +0x20 net.(*TCPListener).Accept(0x3d2be60, 0x4145501, 0x1, 0x3880600, 0x3880601) /usr/lib/go/src/net/tcpsock.go:261 +0x5c github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).serveTCP(0x398a5a0, 0x19bee78, 0x3d2be60, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:419 +0xdc github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).ActivateAndServe(0x398a5a0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:337 +0x108 github.com/docker/docker/vendor/github.com/docker/libnetwork.(*resolver).Start.func3(0x398a5a0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:166 +0x1c created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*resolver).Start /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:165 +0x214 goroutine 438 [semacquire, 16 minutes]: sync.runtime_Semacquire(0x4324634) /usr/lib/go/src/runtime/sema.go:56 +0x34 sync.(*WaitGroup).Wait(0x4324634) /usr/lib/go/src/sync/waitgroup.go:130 +0x84 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Wait(0x4324630, 0x387cb00, 0x3858fdc) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:40 +0x24 github.com/docker/docker/container/stream.(*Config).CopyStreams.func5.1(0x432e4c0, 0x4324630) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:138 +0x1c created by github.com/docker/docker/container/stream.(*Config).CopyStreams.func5 /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:137 +0xb0 goroutine 504 [IO wait, 15 minutes]: internal/poll.runtime_pollWait(0x65090ec0, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x421a014, 0x72, 0x0, 0x1, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x421a000, 0x3ed002d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x421a000, 0x3ed002d, 0x1, 0x1, 0x1, 0x3933580, 0x0) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x4024008, 0x3ed002d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c net/http.(*connReader).backgroundRead(0x3ed0020) /usr/lib/go/src/net/http/server.go:692 +0x44 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:688 +0xc8 goroutine 426 [IO wait, 16 minutes]: internal/poll.runtime_pollWait(0x66463078, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4229d74, 0x72, 0x0, 0x1, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4229d60, 0x4146fad, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x4229d60, 0x4146fad, 0x1, 0x1, 0x1, 0x3bf0f80, 0x0) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x41fd7c8, 0x4146fad, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c net/http.(*connReader).backgroundRead(0x4146fa0) /usr/lib/go/src/net/http/server.go:692 +0x44 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:688 +0xc8 goroutine 339 [IO wait]: internal/poll.runtime_pollWait(0x66463240, 0x72, 0x20) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3ee2294, 0x72, 0x200, 0x200, 0x42c0340) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).ReadMsg(0x3ee2280, 0x41f2200, 0x200, 0x200, 0x42c0340, 0x20, 0x20, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/internal/poll/fd_unix.go:249 +0x1cc net.(*netFD).readMsg(0x3ee2280, 0x41f2200, 0x200, 0x200, 0x42c0340, 0x20, 0x20, 0x178f240, 0x664632d4, 0x73, ...) /usr/lib/go/src/net/fd_posix.go:67 +0x50 net.(*UDPConn).readMsg(0x3edaa70, 0x41f2200, 0x200, 0x200, 0x42c0340, 0x20, 0x20, 0x76f102e0, 0x20, 0x42c0340, ...) /usr/lib/go/src/net/udpsock_posix.go:59 +0x50 net.(*UDPConn).ReadMsgUDP(0x3edaa70, 0x41f2200, 0x200, 0x200, 0x42c0340, 0x20, 0x20, 0xa1e44, 0x398a4e8, 0x4, ...) /usr/lib/go/src/net/udpsock.go:139 +0x58 github.com/docker/docker/vendor/github.com/miekg/dns.ReadFromSessionUDP(0x3edaa70, 0x41f2200, 0x200, 0x200, 0xe8, 0x250bc60, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/udp.go:42 +0x7c github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).readUDP(0x398a460, 0x3edaa70, 0x77359400, 0x0, 0xffffffff, 0x0, 0xe9a4d0, 0x398a4c0, 0x19ad901, 0x398a4c0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:645 +0xa0 github.com/docker/docker/vendor/github.com/miekg/dns.defaultReader.ReadUDP(0x398a460, 0x3edaa70, 0x77359400, 0x0, 0x393f320, 0x1, 0x0, 0x0, 0x19ad9ac, 0x393f320) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:153 +0x34 github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).serveUDP(0x398a460, 0x3edaa70, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:462 +0x134 github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).ActivateAndServe(0x398a460, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:331 +0x1ec github.com/docker/docker/vendor/github.com/docker/libnetwork.(*resolver).Start.func2(0x398a460) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:160 +0x1c created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*resolver).Start /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:159 +0x190 goroutine 383 [chan receive, 16 minutes]: github.com/docker/docker/vendor/github.com/moby/buildkit/solver.(*scheduler).loop.func2(0x3bc0f50) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:76 +0x28 created by github.com/docker/docker/vendor/github.com/moby/buildkit/solver.(*scheduler).loop /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:75 +0x5c goroutine 301 [IO wait, 15 minutes]: internal/poll.runtime_pollWait(0x66463408, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x39b0414, 0x72, 0x8001, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x39b0400, 0x3e84000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac os.(*File).read(...) /usr/lib/go/src/os/file_posix.go:31 os.(*File).Read(0x40240c8, 0x3e84000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/os/file.go:117 +0x5c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x3bf0dc0, 0x3e84000, 0x8000, 0x8000, 0x63, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:174 +0x144 io.copyBuffer(0x19abbe8, 0x3efac60, 0x63ec20a0, 0x3bf0dc0, 0x3e84000, 0x8000, 0x8000, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abbe8, 0x3efac60, 0x63ec20a0, 0x3bf0dc0, 0x3e84000, 0x8000, 0x8000, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abbe8, 0x3efac60, 0x63ec20a0, 0x3bf0dc0, 0x3bf0dc0, 0x3d5a7dc, 0x1, 0x131f70) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x80 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x19abbe8, 0x3efac60, 0x6505fbc0, 0x3bf0dc0, 0x3b886c0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x54 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x6c goroutine 373 [sync.Cond.Wait, 16 minutes]: sync.runtime_notifyListWait(0x3ed1888, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x3ed1880) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x3e06a20, 0x3ea6000, 0x800, 0x4000, 0x0, 0x59f00, 0x3e1c600) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x3e06a50, 0x138fab2, 0x6, 0x6505fc20, 0x3e06a20) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x804 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 374 [sync.Cond.Wait, 15 minutes]: sync.runtime_notifyListWait(0x3ed1868, 0x20) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x3ed1860) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x3e069f0, 0x3eb6000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x3e06a50, 0x138fab8, 0x6, 0x6505fc20, 0x3e069f0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x804 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 375 [IO wait, 15 minutes]: internal/poll.runtime_pollWait(0x65091088, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x39b1a14, 0x72, 0x8001, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x39b1a00, 0x3fe4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac os.(*File).read(...) /usr/lib/go/src/os/file_posix.go:31 os.(*File).Read(0x4025430, 0x3fe4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/os/file.go:117 +0x5c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x3bd2380, 0x3fe4000, 0x8000, 0x8000, 0x2, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:174 +0x144 io.copyBuffer(0x19abbe8, 0x38aad38, 0x63ec20a0, 0x3bd2380, 0x3fe4000, 0x8000, 0x8000, 0x0, 0x0, 0x3, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abbe8, 0x38aad38, 0x63ec20a0, 0x3bd2380, 0x3fe4000, 0x8000, 0x8000, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abbe8, 0x38aad38, 0x63ec20a0, 0x3bd2380, 0x3bd2380, 0x3f157dc, 0x1, 0x131f70) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x80 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x19abbe8, 0x38aad38, 0x6505fbc0, 0x3bd2380, 0x393ef00) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x54 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x6c goroutine 425 [chan receive, 16 minutes]: github.com/docker/docker/daemon.(*Daemon).containerAttach(0x3b44100, 0x3b7c000, 0x430ee10, 0x41f0100, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:177 +0x11c github.com/docker/docker/daemon.(*Daemon).ContainerAttach(0x3b44100, 0x4352f47, 0x40, 0x3e62840, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:74 +0x29c github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersAttach(0x417dae0, 0x19c02c4, 0x3e62828, 0x19befac, 0x3b7a820, 0x395b980, 0x4033660, 0x76f10201, 0x38c3130) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:624 +0x2e8 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x19c02c4, 0x3e62828, 0x19befac, 0x3b7a820, 0x395b980, 0x4033660, 0x19c02c4, 0x3e62828) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x13c github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x19c02c4, 0x3e62810, 0x19befac, 0x3b7a820, 0x395b980, 0x4033660, 0x26708, 0x76f1b258) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x4d0 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x19c02c4, 0x3e62810, 0x19befac, 0x3b7a820, 0x395b980, 0x4033660, 0x19c02c4, 0x3e62810) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x618 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x19befac, 0x3b7a820, 0x395b900) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x1c4 net/http.HandlerFunc.ServeHTTP(0x3d2b240, 0x19befac, 0x3b7a820, 0x395b900) /usr/lib/go/src/net/http/server.go:2069 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x3b8ea20, 0x19befac, 0x3b7a820, 0x395b800) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0x9c net/http.serverHandler.ServeHTTP(0x3b2eb40, 0x19befac, 0x3b7a820, 0x395b800) /usr/lib/go/src/net/http/server.go:2887 +0x90 net/http.(*conn).serve(0x4207080, 0x19c02c4, 0x4033540) /usr/lib/go/src/net/http/server.go:1952 +0x854 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x360 goroutine 423 [chan receive, 16 minutes]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersWait(0x417dae0, 0x19c02c4, 0x43127b0, 0x19befac, 0x3bcd360, 0x38d1c80, 0x3e65da0, 0x76f10001, 0x3e9a420) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:364 +0x220 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x19c02c4, 0x43127b0, 0x19befac, 0x3bcd360, 0x38d1c80, 0x3e65da0, 0x19c02c4, 0x43127b0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x13c github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x19c02c4, 0x4312798, 0x19befac, 0x3bcd360, 0x38d1c80, 0x3e65da0, 0x66d9c18f, 0x6504a380) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x4d0 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x19c02c4, 0x4312798, 0x19befac, 0x3bcd360, 0x38d1c80, 0x3e65da0, 0x19c02c4, 0x4312798) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x618 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x19befac, 0x3bcd360, 0x38d1c00) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x1c4 net/http.HandlerFunc.ServeHTTP(0x3d2aef0, 0x19befac, 0x3bcd360, 0x38d1c00) /usr/lib/go/src/net/http/server.go:2069 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x3b8ea20, 0x19befac, 0x3bcd360, 0x38d1980) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0x9c net/http.serverHandler.ServeHTTP(0x3b2eb40, 0x19befac, 0x3bcd360, 0x38d1980) /usr/lib/go/src/net/http/server.go:2887 +0x90 net/http.(*conn).serve(0x4206f60, 0x19c02c4, 0x4146f80) /usr/lib/go/src/net/http/server.go:1952 +0x854 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x360 goroutine 437 [select, 16 minutes]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func5(0x4324630, 0x19c0264, 0x40338c0, 0x430ee10, 0x432e480) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:140 +0x130 created by github.com/docker/docker/container/stream.(*Config).CopyStreams /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:134 +0xec goroutine 347 [IO wait, 16 minutes]: internal/poll.runtime_pollWait(0x66463a90, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3b4f054, 0x72, 0x0, 0x0, 0x1390b9a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x3b4f040, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x3b4f040, 0x18, 0x4234ff0, 0x38818c0) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*UnixListener).accept(0x391bd00, 0x119a64, 0x18, 0x18b6840) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x391bd00, 0x4234ff0, 0x3b2ea88, 0x178ded8, 0x248d280) /usr/lib/go/src/net/unixsock.go:260 +0x5c net/http.(*Server).Serve(0x3b2ea20, 0x19bee94, 0x391bd00, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2981 +0x268 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x39f33c0, 0x3924e30) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0xb8 created by github.com/docker/docker/api/server.(*Server).serveAPI /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x74 goroutine 343 [IO wait, 16 minutes]: internal/poll.runtime_pollWait(0x66462c50, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3bc0c44, 0x72, 0x0, 0x0, 0x1390b9a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x3bc0c30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x3bc0c30, 0x398a7f0, 0x1, 0x0) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*TCPListener).accept(0x42b4a40, 0x0, 0xe9a138, 0x398a7e0) /usr/lib/go/src/net/tcpsock_posix.go:139 +0x20 net.(*TCPListener).Accept(0x42b4a40, 0x3f4d501, 0x1, 0x250c300, 0x250c301) /usr/lib/go/src/net/tcpsock.go:261 +0x5c github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).serveTCP(0x398a780, 0x19bee78, 0x42b4a40, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:419 +0xdc github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).ActivateAndServe(0x398a780, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:337 +0x108 github.com/docker/docker/vendor/github.com/docker/libnetwork.(*resolver).Start.func3(0x398a780) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:166 +0x1c created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*resolver).Start /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:165 +0x214 goroutine 234 [IO wait, 16 minutes]: internal/poll.runtime_pollWait(0x664634a0, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x38b0834, 0x72, 0x0, 0x0, 0x1390b9a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x38b0820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x38b0820, 0x3edb6e0, 0x0, 0x5a5f4) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*UnixListener).accept(0x40e21a0, 0x3db8fa4, 0x3db8fa8, 0xc) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x40e21a0, 0x1985a38, 0x19cbc8c, 0x3edb6e0, 0x3fc5a70) /usr/lib/go/src/net/unixsock.go:260 +0x5c github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).acceptClientConnections(0x3fc5a70, 0x39e1300, 0x33, 0x19bee94, 0x40e21a0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:144 +0x24 created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startExternalKeyListener /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:138 +0x264 goroutine 435 [sync.Cond.Wait]: sync.runtime_notifyListWait(0x4033848, 0xae) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x4033840) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x43245a0, 0x4366000, 0x8000, 0x8000, 0x3d, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 io.copyBuffer(0x19abc9c, 0x380f030, 0x6505fc20, 0x43245a0, 0x4366000, 0x8000, 0x8000, 0x0, 0x0, 0x1, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abc9c, 0x380f030, 0x6505fc20, 0x43245a0, 0x4366000, 0x8000, 0x8000, 0x250c3a0, 0x3932118, 0x0, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abc9c, 0x380f030, 0x6505fc20, 0x43245a0, 0x43245a0, 0x1, 0x1, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x80 github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x138fab8, 0x6, 0x19abc9c, 0x380f030, 0x19b1770, 0x43245a0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x190 github.com/docker/docker/container/stream.(*Config).CopyStreams.func3(0x4324600, 0x65060ba0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:124 +0x54 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0x4324630, 0x380f050) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x54 created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x54 goroutine 349 [IO wait]: internal/poll.runtime_pollWait(0x66463960, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3b4f0f4, 0x72, 0x0, 0x0, 0x1390b9a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x3b4f0e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x3b4f0e0, 0x4a8600, 0x3aed3c0, 0xe11a8400) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*UnixListener).accept(0x3b64560, 0x3b2eb40, 0x32101c03, 0x5a5f4) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x3b64560, 0x3865f18, 0xc, 0x3f41180, 0x4a8630) /usr/lib/go/src/net/unixsock.go:260 +0x5c net/http.(*Server).Serve(0x3b2eb40, 0x19bee94, 0x3b64560, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2981 +0x268 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x39f33c0, 0x3924ee0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0xb8 created by github.com/docker/docker/api/server.(*Server).serveAPI /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x74 goroutine 350 [IO wait, 16 minutes]: internal/poll.runtime_pollWait(0x664638c8, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3bc0064, 0x72, 0x0, 0x0, 0x1390b9a) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x3bc0050, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x3bc0050, 0x18, 0x76f10088, 0x18) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*TCPListener).accept(0x380e030, 0x119a64, 0x18, 0x18b6840) /usr/lib/go/src/net/tcpsock_posix.go:139 +0x20 net.(*TCPListener).Accept(0x380e030, 0x41bb650, 0x3838608, 0x178ded8, 0x248d280) /usr/lib/go/src/net/tcpsock.go:261 +0x5c net/http.(*Server).Serve(0x38385a0, 0x19bee78, 0x380e030, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2981 +0x268 github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x39f33c0, 0x380e0a0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0xb8 created by github.com/docker/docker/api/server.(*Server).serveAPI /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x74 goroutine 363 [IO wait]: internal/poll.runtime_pollWait(0x66462eb0, 0x72, 0x20) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3ee2dd4, 0x72, 0x200, 0x200, 0x42c03a0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).ReadMsg(0x3ee2dc0, 0x4803a00, 0x200, 0x200, 0x42c03a0, 0x20, 0x20, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/internal/poll/fd_unix.go:249 +0x1cc net.(*netFD).readMsg(0x3ee2dc0, 0x4803a00, 0x200, 0x200, 0x42c03a0, 0x20, 0x20, 0x178f240, 0x66462f44, 0xdb, ...) /usr/lib/go/src/net/fd_posix.go:67 +0x50 net.(*UDPConn).readMsg(0x3edb6c0, 0x4803a00, 0x200, 0x200, 0x42c03a0, 0x20, 0x20, 0x76f102e0, 0x20, 0x42c03a0, ...) /usr/lib/go/src/net/udpsock_posix.go:59 +0x50 net.(*UDPConn).ReadMsgUDP(0x3edb6c0, 0x4803a00, 0x200, 0x200, 0x42c03a0, 0x20, 0x20, 0x4002480, 0x16f8178, 0x380eb80, ...) /usr/lib/go/src/net/udpsock.go:139 +0x58 github.com/docker/docker/vendor/github.com/miekg/dns.ReadFromSessionUDP(0x3edb6c0, 0x4803a00, 0x200, 0x200, 0xe8, 0x250bc60, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/udp.go:42 +0x7c github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).readUDP(0x38faaa0, 0x3edb6c0, 0x77359400, 0x0, 0xffffffff, 0x0, 0xe9a4d0, 0x38fab00, 0x3f41601, 0x38fab00) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:645 +0xa0 github.com/docker/docker/vendor/github.com/miekg/dns.defaultReader.ReadUDP(0x38faaa0, 0x3edb6c0, 0x77359400, 0x0, 0x40ece00, 0x1a, 0x200, 0x3edb6c0, 0x380ece0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:153 +0x34 github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).serveUDP(0x38faaa0, 0x3edb6c0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:462 +0x134 github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).ActivateAndServe(0x38faaa0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:331 +0x1ec github.com/docker/docker/vendor/github.com/docker/libnetwork.(*resolver).Start.func2(0x38faaa0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:160 +0x1c created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*resolver).Start /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:159 +0x190 goroutine 452 [sync.Cond.Wait, 15 minutes]: sync.runtime_notifyListWait(0x4146308, 0x1) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x4146300) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x45022d0, 0x45bc000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4502300, 0x138fab2, 0x6, 0x6505fc20, 0x45022d0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x804 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 451 [sync.Cond.Wait]: sync.runtime_notifyListWait(0x4146288, 0xac) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x4146280) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x45022a0, 0x45c0000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4502300, 0x138fab8, 0x6, 0x6505fc20, 0x45022a0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x804 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 259 [select]: github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.removeUnusedPaths() /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:105 +0x258 created by github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.createBasePath /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:90 +0xa8 goroutine 436 [sync.Cond.Wait, 15 minutes]: sync.runtime_notifyListWait(0x4033868, 0x1) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x4033860) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x43245d0, 0x436e000, 0x8000, 0x8000, 0x106, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 io.copyBuffer(0x19abc9c, 0x380f020, 0x6505fc20, 0x43245d0, 0x436e000, 0x8000, 0x8000, 0x0, 0x0, 0x1, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abc9c, 0x380f020, 0x6505fc20, 0x43245d0, 0x436e000, 0x8000, 0x8000, 0x250c3a0, 0x3932118, 0x0, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abc9c, 0x380f020, 0x6505fc20, 0x43245d0, 0x43245d0, 0x1, 0x1, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x80 github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x138fab2, 0x6, 0x19abc9c, 0x380f020, 0x19b1770, 0x43245d0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x190 github.com/docker/docker/container/stream.(*Config).CopyStreams.func4(0x4324540, 0x65060ba0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:129 +0x54 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0x4324630, 0x380f060) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x54 created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x54 goroutine 454 [IO wait, 15 minutes]: internal/poll.runtime_pollWait(0x65090ff0, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x432e454, 0x72, 0x8001, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x432e440, 0x462a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac os.(*File).read(...) /usr/lib/go/src/os/file_posix.go:31 os.(*File).Read(0x3eda1c0, 0x462a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/os/file.go:117 +0x5c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x4554f40, 0x462a000, 0x8000, 0x8000, 0x106, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:174 +0x144 io.copyBuffer(0x19abbe8, 0x3b12ab0, 0x63ec20a0, 0x4554f40, 0x462a000, 0x8000, 0x8000, 0x0, 0x0, 0x3, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abbe8, 0x3b12ab0, 0x63ec20a0, 0x4554f40, 0x462a000, 0x8000, 0x8000, 0x4146188, 0x8972c, 0x3dbf7bc, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abbe8, 0x3b12ab0, 0x63ec20a0, 0x4554f40, 0x4554f40, 0x0, 0x89730, 0x1987648) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x80 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x19abbe8, 0x3b12ab0, 0x6505fbc0, 0x4554f40, 0x3896810) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x54 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x6c goroutine 455 [select]: github.com/docker/docker/daemon.monitor(0x3b44100, 0x3b7c000, 0x4534b80, 0x19aba44, 0x4553608) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:215 +0x150 created by github.com/docker/docker/daemon.(*Daemon).updateHealthMonitor /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:305 +0xd0 goroutine 331 [sync.Cond.Wait]: sync.runtime_notifyListWait(0x41462e8, 0x14) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x41462e0) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x3b88960, 0x3e50000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x3b889c0, 0x138fab8, 0x6, 0x6505fc20, 0x3b88960) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x804 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 332 [sync.Cond.Wait, 16 minutes]: sync.runtime_notifyListWait(0x4146328, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x4146320) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x3b88990, 0x3e54000, 0x800, 0x4000, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x3b889c0, 0x138fab2, 0x6, 0x6505fc20, 0x3b88990) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x804 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 333 [IO wait]: internal/poll.runtime_pollWait(0x664631a8, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3b0d314, 0x72, 0x8001, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x3b0d300, 0x4010000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac os.(*File).read(...) /usr/lib/go/src/os/file_posix.go:31 os.(*File).Read(0x3edab18, 0x4010000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/os/file.go:117 +0x5c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x39f3a80, 0x4010000, 0x8000, 0x8000, 0x83, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:174 +0x144 io.copyBuffer(0x19abbe8, 0x38aacf0, 0x63ec20a0, 0x39f3a80, 0x4010000, 0x8000, 0x8000, 0x0, 0x0, 0x2, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abbe8, 0x38aacf0, 0x63ec20a0, 0x39f3a80, 0x4010000, 0x8000, 0x8000, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abbe8, 0x38aacf0, 0x63ec20a0, 0x39f3a80, 0x39f3a80, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x80 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x19abbe8, 0x38aacf0, 0x6505fbc0, 0x39f3a80, 0x393eed0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x54 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x6c goroutine 453 [IO wait]: internal/poll.runtime_pollWait(0x65090f58, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x432e414, 0x72, 0x8001, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x432e400, 0x45c4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac os.(*File).read(...) /usr/lib/go/src/os/file_posix.go:31 os.(*File).Read(0x3eda1b0, 0x45c4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/os/file.go:117 +0x5c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x4554ec0, 0x45c4000, 0x8000, 0x8000, 0x3d, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:174 +0x144 io.copyBuffer(0x19abbe8, 0x3b12ac8, 0x63ec20a0, 0x4554ec0, 0x45c4000, 0x8000, 0x8000, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abbe8, 0x3b12ac8, 0x63ec20a0, 0x4554ec0, 0x45c4000, 0x8000, 0x8000, 0x3fa1f40, 0x5257bc, 0x3fa1f40, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abbe8, 0x3b12ac8, 0x63ec20a0, 0x4554ec0, 0x4554ec0, 0x3fa1f70, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x80 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x19abbe8, 0x3b12ac8, 0x6505fbc0, 0x4554ec0, 0x3896810) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x54 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x6c goroutine 346 [sync.Cond.Wait, 16 minutes]: sync.runtime_notifyListWait(0x417d9c8, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x417d9c0) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/vendor/github.com/moby/buildkit/util/cond.(*StatefulCond).Wait(0x417acc0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/util/cond/cond.go:28 +0x88 github.com/docker/docker/vendor/github.com/moby/buildkit/solver.(*scheduler).loop(0x3bc0f50) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:101 +0x164 created by github.com/docker/docker/vendor/github.com/moby/buildkit/solver.newScheduler /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:35 +0x1b4 goroutine 342 [IO wait]: internal/poll.runtime_pollWait(0x66462ce8, 0x72, 0x20) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3bc0bf4, 0x72, 0x200, 0x200, 0x4394e40) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).ReadMsg(0x3bc0be0, 0x40eca00, 0x200, 0x200, 0x4394e40, 0x20, 0x20, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/internal/poll/fd_unix.go:249 +0x1cc net.(*netFD).readMsg(0x3bc0be0, 0x40eca00, 0x200, 0x200, 0x4394e40, 0x20, 0x20, 0x178f240, 0x66462d7c, 0xe, ...) /usr/lib/go/src/net/fd_posix.go:67 +0x50 net.(*UDPConn).readMsg(0x41242b8, 0x40eca00, 0x200, 0x200, 0x4394e40, 0x20, 0x20, 0x76f10790, 0x20, 0x4394e40, ...) /usr/lib/go/src/net/udpsock_posix.go:59 +0x50 net.(*UDPConn).ReadMsgUDP(0x41242b8, 0x40eca00, 0x200, 0x200, 0x4394e40, 0x20, 0x20, 0xa1e44, 0x398a768, 0x4, ...) /usr/lib/go/src/net/udpsock.go:139 +0x58 github.com/docker/docker/vendor/github.com/miekg/dns.ReadFromSessionUDP(0x41242b8, 0x40eca00, 0x200, 0x200, 0xe8, 0x250bc60, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/udp.go:42 +0x7c github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).readUDP(0x398a6e0, 0x41242b8, 0x77359400, 0x0, 0xffffffff, 0x0, 0xe9a4d0, 0x398a740, 0x19ad901, 0x398a740) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:645 +0xa0 github.com/docker/docker/vendor/github.com/miekg/dns.defaultReader.ReadUDP(0x398a6e0, 0x41242b8, 0x77359400, 0x0, 0x40d6bd0, 0x1, 0x0, 0x0, 0x19ad9ac, 0x40d6bd0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:153 +0x34 github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).serveUDP(0x398a6e0, 0x41242b8, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:462 +0x134 github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).ActivateAndServe(0x398a6e0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/miekg/dns/server.go:331 +0x1ec github.com/docker/docker/vendor/github.com/docker/libnetwork.(*resolver).Start.func2(0x398a6e0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:160 +0x1c created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*resolver).Start /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:159 +0x190 goroutine 384 [chan receive, 16 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap.func1(0x39f3380, 0x3b32588) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:83 +0x54 created by github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:82 +0x9c goroutine 358 [sync.Cond.Wait]: sync.runtime_notifyListWait(0x3ed0348, 0x70) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x3ed0340) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4006810, 0x4040000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4006870, 0x138fab8, 0x6, 0x6505fc20, 0x4006810) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x804 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 359 [sync.Cond.Wait, 16 minutes]: sync.runtime_notifyListWait(0x3ed0368, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x3ed0360) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4006840, 0x405e000, 0x800, 0x4000, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4006870, 0x138fab2, 0x6, 0x6505fc20, 0x4006840) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x804 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 360 [IO wait]: internal/poll.runtime_pollWait(0x65091120, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x3d51c94, 0x72, 0x8001, 0x8000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x3d51c80, 0x4386000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac os.(*File).read(...) /usr/lib/go/src/os/file_posix.go:31 os.(*File).Read(0x41242f0, 0x4386000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/os/file.go:117 +0x5c github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x39b0040, 0x4386000, 0x8000, 0x8000, 0x32, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:174 +0x144 io.copyBuffer(0x19abbe8, 0x3d42588, 0x63ec20a0, 0x39b0040, 0x4386000, 0x8000, 0x8000, 0x0, 0x0, 0x3, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abbe8, 0x3d42588, 0x63ec20a0, 0x39b0040, 0x4386000, 0x8000, 0x8000, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abbe8, 0x3d42588, 0x63ec20a0, 0x39b0040, 0x39b0040, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x80 github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x19abbe8, 0x3d42588, 0x6505fbc0, 0x39b0040, 0x3c3c720) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x54 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x6c goroutine 427 [select, 16 minutes]: github.com/docker/docker/container.(*State).Wait.func1(0x19c02c4, 0x43127b0, 0x43ac100, 0x3b70c00, 0x3b70c40, 0x3aecf00) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:213 +0x80 created by github.com/docker/docker/container.(*State).Wait /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:212 +0xec goroutine 428 [IO wait, 15 minutes]: internal/poll.runtime_pollWait(0x664635d0, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x43b2104, 0x72, 0x1000, 0x1000, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x43b20f0, 0x40ff000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x43b20f0, 0x40ff000, 0x1000, 0x1000, 0x0, 0x1, 0x0) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x41fd8e8, 0x40ff000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c net/http.(*connReader).Read(0x3e65e80, 0x40ff000, 0x1000, 0x1000, 0xb, 0x250bc60, 0x0) /usr/lib/go/src/net/http/server.go:800 +0x160 bufio.(*Reader).fill(0x419be60) /usr/lib/go/src/bufio/bufio.go:101 +0x108 bufio.(*Reader).Peek(0x419be60, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/bufio/bufio.go:139 +0x38 net/http.(*conn).readRequest(0x42070e0, 0x19c0264, 0x3e65e60, 0x0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:983 +0xea4 net/http.(*conn).serve(0x42070e0, 0x19c02c4, 0x3e65e60) /usr/lib/go/src/net/http/server.go:1878 +0x69c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x360 goroutine 503 [select]: github.com/docker/docker/api/server/router/system.(*systemRouter).getEvents(0x393ea20, 0x19c02c4, 0x44aae70, 0x19befac, 0x38fa000, 0x38d0280, 0x417ca60, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/system/system_routes.go:198 +0x5d0 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x19c02c4, 0x44aae70, 0x19befac, 0x38fa000, 0x38d0280, 0x417ca60, 0x19c02c4, 0x44aae70) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x13c github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x19c02c4, 0x44aae58, 0x19befac, 0x38fa000, 0x38d0280, 0x417ca60, 0x2, 0x6504c180) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x4d0 github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x19c02c4, 0x44aae58, 0x19befac, 0x38fa000, 0x38d0280, 0x417ca60, 0x19c02c4, 0x44aae58) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x618 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x19befac, 0x38fa000, 0x38d0200) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x1c4 net/http.HandlerFunc.ServeHTTP(0x40733f0, 0x19befac, 0x38fa000, 0x38d0200) /usr/lib/go/src/net/http/server.go:2069 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x3b8ea20, 0x19befac, 0x38fa000, 0x46bc000) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.17+git13db38c82bdb056f013f5497b0662ad34ffb98f7-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0x9c net/http.serverHandler.ServeHTTP(0x3b2eb40, 0x19befac, 0x38fa000, 0x46bc000) /usr/lib/go/src/net/http/server.go:2887 +0x90 net/http.(*conn).serve(0x4412000, 0x19c02c4, 0x3ed0000) /usr/lib/go/src/net/http/server.go:1952 +0x854 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x360 goroutine 2593 [IO wait]: internal/poll.runtime_pollWait(0x65090d90, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x44e9694, 0x72, 0x0, 0x1, 0xffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x30 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x44e9680, 0x40d120d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x44e9680, 0x40d120d, 0x1, 0x1, 0x2, 0x3af6f80, 0x0) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x3eda028, 0x40d120d, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c net/http.(*connReader).backgroundRead(0x40d1200) /usr/lib/go/src/net/http/server.go:692 +0x44 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:688 +0xc8 real 0m 0.07s user 0m 0.02s sys 0m 0.00s --- balena --version --- 2023-02-06 15:19:33.040226451+00:00 balenaEngine version 20.10.17, build 13db38c82bdb056f013f5497b0662ad34ffb98f7 real 0m 0.20s user 0m 0.18s sys 0m 0.07s --- balena images --- 2023-02-06 15:19:33.271947662+00:00 REPOSITORY TAG IMAGE ID CREATED SIZE registry2.balena-cloud.com/v2/4aee5a963737f9887bdb8e36a2edf8ad delta-79e904f5dd641a23 8975cb6921f9 2 days ago 83.1MB registry2.balena-cloud.com/v2/4aee5a963737f9887bdb8e36a2edf8ad latest 8975cb6921f9 2 days ago 83.1MB registry2.balena-cloud.com/v2/23432fe74f0603a23c6da6e76c2d6bba latest 0645584356b7 4 weeks ago 98.3MB balena_supervisor v14.4.10 0645584356b7 4 weeks ago 98.3MB registry2.balena-cloud.com/v2/6720dc321cb6b3cef3d2fe3c65e41b0c latest a64155af70d8 2 months ago 431MB registry2.balena-cloud.com/v2/5077619fca487484ea5e93b0157cef5a latest 84ffde0d0a3e 2 months ago 10.5MB registry2.balena-cloud.com/v2/354af6803f7eba7a994e8963d68d3136 latest 987ca2ae5de1 10 months ago 251MB registry2.balena-cloud.com/v2/0fe306d14f8ad31db9584ec1f0382fb6 latest 732816c1dc71 2 years ago 447MB registry2.balena-cloud.com/v2/426cb307b2390477b69e8871dc23ff6c latest e94cd084778c 2 years ago 13.6MB real 0m 0.21s user 0m 0.21s sys 0m 0.04s --- balena ps -a --- 2023-02-06 15:19:33.516195459+00:00 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES b18511ab77a8 8975cb6921f9 "docker-entrypoint.s…" 2 days ago Created 0.0.0.0:8008->8008/tcp, :::8008->8008/tcp zigbee2mqtt_6073902_2465347_23bb06eeae4d49b12eb42a3af13315be 4fede34da06e 84ffde0d0a3e "/docker-entrypoint.…" 11 days ago Up 16 minutes mqtt_6073901_2465347_23bb06eeae4d49b12eb42a3af13315be 769d4389705a 987ca2ae5de1 "/entrypoint.sh infl…" 3 weeks ago Up 16 minutes 8086/tcp influxdb_6073899_2465347_23bb06eeae4d49b12eb42a3af13315be 1745d7df4c51 732816c1dc71 "/usr/bin/entry.sh /…" 3 weeks ago Up 16 minutes 0.0.0.0:8080->80/tcp, :::8080->80/tcp grafana_6073900_2465347_23bb06eeae4d49b12eb42a3af13315be 4b10fc315e7b a64155af70d8 "/usr/bin/entry.sh b…" 3 weeks ago Up 16 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp node-red_6073898_2465347_23bb06eeae4d49b12eb42a3af13315be 4b3752c74949 e94cd084778c "/bin/busybox sh sta…" 3 weeks ago Up 16 minutes wifi-connect_6073897_2465347_23bb06eeae4d49b12eb42a3af13315be 70b074addbe1 registry2.balena-cloud.com/v2/23432fe74f0603a23c6da6e76c2d6bba "/usr/src/app/entry.…" 3 weeks ago Up 15 minutes (healthy) balena_supervisor real 0m 0.20s user 0m 0.22s sys 0m 0.03s --- balena stats --all --no-stream --- 2023-02-06 15:19:33.747904170+00:00 CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS b18511ab77a8 zigbee2mqtt_6073902_2465347_23bb06eeae4d49b12eb42a3af13315be 0.00% 0B / 0B 0.00% 0B / 0B 0B / 0B 0 4fede34da06e mqtt_6073901_2465347_23bb06eeae4d49b12eb42a3af13315be 0.06% 1.449MiB / 971.9MiB 0.15% 0B / 0B 0B / 0B 1 769d4389705a influxdb_6073899_2465347_23bb06eeae4d49b12eb42a3af13315be 0.20% 13.76MiB / 971.9MiB 1.42% 66.3kB / 74.8kB 0B / 0B 14 1745d7df4c51 grafana_6073900_2465347_23bb06eeae4d49b12eb42a3af13315be 0.78% 26.71MiB / 971.9MiB 2.75% 102kB / 62.8kB 0B / 0B 13 4b10fc315e7b node-red_6073898_2465347_23bb06eeae4d49b12eb42a3af13315be 0.72% 91.67MiB / 971.9MiB 9.43% 878kB / 10.4MB 0B / 0B 12 4b3752c74949 wifi-connect_6073897_2465347_23bb06eeae4d49b12eb42a3af13315be 0.00% 1.25MiB / 971.9MiB 0.13% 0B / 0B 0B / 0B 2 70b074addbe1 balena_supervisor 0.04% 40.98MiB / 971.9MiB 4.22% 0B / 0B 0B / 0B 12 real 0m 3.04s user 0m 0.20s sys 0m 0.09s --- balena system df --- 2023-02-06 15:19:36.818536261+00:00 TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 7 7 1.334GB 0B (0%) Containers 7 6 23.76MB 0B (0%) Local Volumes 7 7 100.1MB 0B (0%) Build Cache 0 0 0B 0B real 0m 2.85s user 0m 0.21s sys 0m 0.07s --- balena volume ls --- 2023-02-06 15:19:39.700004156+00:00 DRIVER VOLUME NAME local 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 local 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 local 2009215_grafana-data local 2009215_influxdb-data local 2009215_influxdb-etc local 2009215_node-red-data local 2009215_volume_zigbee2mqtt real 0m 0.17s user 0m 0.18s sys 0m 0.05s --- balena network ls --- 2023-02-06 15:19:39.909165097+00:00 NETWORK ID NAME DRIVER SCOPE 0a3286b79bce 370c800736e140d4b17fa9ed65027581_default bridge local e66d6b8afc1d bridge bridge local 4fb0d21ebd67 host host local 538e04497620 none null local a714d4701d64 supervisor0 bridge local real 0m 0.20s user 0m 0.21s sys 0m 0.04s --- systemctl status balena --no-pager --- 2023-02-06 15:19:40.142542391+00:00 ● balena.service - Balena Application Container Engine Loaded: loaded (/lib/systemd/system/balena.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/balena.service.d └─storagemigration.conf Active: active (running) since Mon 2023-02-06 15:03:29 UTC; 16min ago TriggeredBy: ● balena-engine.socket Docs: https://www.balena.io/docs/getting-started Main PID: 1889 (balenad) Tasks: 128 (limit: 2159) Memory: 165.6M CGroup: /system.slice/balena.service ├─1889 /usr/bin/balenad --experimental --log-driver=journald --storage-driver=overlay2 -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock --dns=10.114.102.1 --bip=10.114.101.1/24 --fixed-cidr=10.114.101.0/25 --max-download-attempts=10 --exec-opt=native.cgroupdriver=systemd -H tcp://0.0.0.0:2375 ├─1894 /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1889 ├─2120 balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info ├─2318 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/769d4389705ab0ca736d2afa785d298a1709410c9ca3dfce1de4c23484647878 -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-balena-engine-runc -systemd-cgroup ├─2329 /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8080 -container-ip 172.17.0.3 -container-port 80 ├─2339 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4fede34da06e664be451c3f6fc0a886dfece1a808c4ce082eb50146530d7348e -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-balena-engine-runc -systemd-cgroup ├─2348 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4b3752c749494adaa5cf2a2ac8778f43535ad21649331d2f11f0a6615b3239e3 -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-balena-engine-runc -systemd-cgroup ├─2358 /usr/bin/balena-engine-proxy -proto tcp -host-ip :: -host-port 8080 -container-ip 172.17.0.3 -container-port 80 ├─2371 /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0.0.0 -host-port 80 -container-ip 172.17.0.4 -container-port 80 ├─2399 /usr/bin/balena-engine-proxy -proto tcp -host-ip :: -host-port 80 -container-ip 172.17.0.4 -container-port 80 ├─2424 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/1745d7df4c51bf088872ad306acac762450ecc293b03f769cfc779b5d680f4ef -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-balena-engine-runc -systemd-cgroup ├─2516 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b -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-balena-engine-runc -systemd-cgroup └─2916 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/70b074addbe13f1f40d7e9a44ba3d3dada6df4826215d8ce98ddf2de5cd48b52 -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-balena-engine-runc -systemd-cgroup Feb 06 15:19:01 214acfe 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:19:11 214acfe 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:19:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 9c0956df-a631-11ed-805b-0242ac110002 1667 Feb 06 15:19:11 214acfe 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:19:22 214acfe 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:19:22 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" a2021679-a631-11ed-805c-0242ac110002 1251 Feb 06 15:19:22 214acfe 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:19:31 214acfe 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:19:31 214acfe 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:19:31 214acfe 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:19:32 214acfe 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:19:32 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" a7fb1267-a631-11ed-805d-0242ac110002 1946 Feb 06 15:19:32 214acfe 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. real 0m 0.07s user 0m 0.00s sys 0m 0.02s --- journalctl --no-pager --no-hostname -n 200 -a -u balena --- 2023-02-06 15:19:40.243281167+00:00 -- Journal begins at Fri 2023-02-03 18:31:30 UTC, ends at Mon 2023-02-06 15:19:32 UTC. -- Feb 06 15:08:30 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:08:30 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 1ddff05a-a630-11ed-801b-0242ac110002 2946 Feb 06 15:08:30 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:08:33 70b074addbe1[1889]: [info] Applying target state Feb 06 15:08:33 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:08:33 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:08:33 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 70b074addbe1[1889]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:08:34 balenad[1889]: time="2023-02-06T15:08:34.850491036Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:08:34 balenad[1889]: time="2023-02-06T15:08:34.850842180Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:08:34 70b074addbe1[1889]: [error] Scheduling another update attempt in 256000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:08:34 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:08:34 70b074addbe1[1889]: [error] at runMicrotasks () Feb 06 15:08:34 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:08:34 70b074addbe1[1889]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:08:34 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:08:34 70b074addbe1[1889]: [error] at runMicrotasks () Feb 06 15:08:34 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:08:40 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:08:40 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 23d91bc6-a630-11ed-801c-0242ac110002 1155 Feb 06 15:08:40 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:08:44 70b074addbe1[1889]: [api] GET /v1/healthy 200 - 26.587 ms Feb 06 15:08:50 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:08:50 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 29d18484-a630-11ed-801d-0242ac110002 1020 Feb 06 15:08:50 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:09:00 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:09:00 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 2fca3bcf-a630-11ed-801e-0242ac110002 3280 Feb 06 15:09:00 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:09:03 70b074addbe1[1889]: [info] Reported current state to the cloud Feb 06 15:09:10 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:09:10 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 35c26214-a630-11ed-801f-0242ac110002 1204 Feb 06 15:09:10 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:09:20 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:09:20 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 3bbac091-a630-11ed-8020-0242ac110002 839 Feb 06 15:09:20 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:09:29 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:09:30 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:09:30 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:09:30 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:09:30 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 41b36aae-a630-11ed-8021-0242ac110002 1233 Feb 06 15:09:30 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:09:40 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:09:40 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 47ac7216-a630-11ed-8022-0242ac110002 1438 Feb 06 15:09:40 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:09:50 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:09:50 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 4da435af-a630-11ed-8023-0242ac110002 1231 Feb 06 15:09:50 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:10:00 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:10:00 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 539d396c-a630-11ed-8024-0242ac110002 1330 Feb 06 15:10:00 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:10:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:10:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 59963d94-a630-11ed-8025-0242ac110002 1257 Feb 06 15:10:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:10:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:10:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 5f8f34d3-a630-11ed-8026-0242ac110002 1160 Feb 06 15:10:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:10:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:10:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 6587bd7b-a630-11ed-8027-0242ac110002 1217 Feb 06 15:10:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:10:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:10:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 6b807739-a630-11ed-8028-0242ac110002 1438 Feb 06 15:10:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:10:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:10:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 71795f58-a630-11ed-8029-0242ac110002 1421 Feb 06 15:10:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:11:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:11:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 7772695b-a630-11ed-802a-0242ac110002 3712 Feb 06 15:11:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:11:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:11:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 7d6a96ca-a630-11ed-802b-0242ac110002 1467 Feb 06 15:11:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:11:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:11:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 83633e06-a630-11ed-802c-0242ac110002 842 Feb 06 15:11:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:11:30 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:11:30 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:11:30 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:11:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:11:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 895be807-a630-11ed-802d-0242ac110002 1187 Feb 06 15:11:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:11:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:11:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 8f542924-a630-11ed-802e-0242ac110002 1256 Feb 06 15:11:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:11:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:11:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 954c3d30-a630-11ed-802f-0242ac110002 1112 Feb 06 15:11:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:12:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 9b449096-a630-11ed-8030-0242ac110002 1130 Feb 06 15:12:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:12:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" a13d152d-a630-11ed-8031-0242ac110002 1525 Feb 06 15:12:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:12:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" a734f5c1-a630-11ed-8032-0242ac110002 2393 Feb 06 15:12:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:12:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" ad2ce42f-a630-11ed-8033-0242ac110002 1660 Feb 06 15:12:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:12:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" b325e53d-a630-11ed-8034-0242ac110002 1269 Feb 06 15:12:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:50 70b074addbe1[1889]: [info] Applying target state Feb 06 15:12:50 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:12:50 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:12:51 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:12:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" b91e7f32-a630-11ed-8035-0242ac110002 852 Feb 06 15:12:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:51 70b074addbe1[1889]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:12:52 balenad[1889]: time="2023-02-06T15:12:52.533336770Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:12:52 balenad[1889]: time="2023-02-06T15:12:52.533732444Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:12:52 70b074addbe1[1889]: [error] Scheduling another update attempt in 512000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:12:52 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:12:52 70b074addbe1[1889]: [error] at runMicrotasks () Feb 06 15:12:52 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:12:52 70b074addbe1[1889]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:12:52 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:12:52 70b074addbe1[1889]: [error] at runMicrotasks () Feb 06 15:12:52 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:13:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:13:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" bf16f964-a630-11ed-8036-0242ac110002 1259 Feb 06 15:13:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:13:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:13:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" c50f0dfc-a630-11ed-8037-0242ac110002 3787 Feb 06 15:13:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:13:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:13:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" cb083a81-a630-11ed-8038-0242ac110002 1117 Feb 06 15:13:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:13:30 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:13:30 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:13:30 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:13:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:13:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" d1014193-a630-11ed-8039-0242ac110002 1116 Feb 06 15:13:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:13:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:13:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" d6fa22d2-a630-11ed-803a-0242ac110002 2111 Feb 06 15:13:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:13:44 70b074addbe1[1889]: [api] GET /v1/healthy 200 - 10.299 ms Feb 06 15:13:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:13:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" dcf1a139-a630-11ed-803b-0242ac110002 1144 Feb 06 15:13:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:13:51 70b074addbe1[1889]: [debug] Attempting container log timestamp flush... Feb 06 15:13:51 70b074addbe1[1889]: [debug] Container log timestamp flush complete Feb 06 15:14:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:14:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" e2ea95e8-a630-11ed-803c-0242ac110002 1220 Feb 06 15:14:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:14:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:14:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" e8e37a6a-a630-11ed-803d-0242ac110002 1256 Feb 06 15:14:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:14:16 769d4389705a[1889]: 2023-02-06T15:14:16.802780Z info Cache snapshot (start) {"log_id": "0fqowyF0000", "engine": "tsm1", "trace_id": "0fqpWdOW000", "op_name": "tsm1_cache_snapshot", "op_event": "start"} Feb 06 15:14:16 769d4389705a[1889]: 2023-02-06T15:14:16.877203Z info Snapshot for path written {"log_id": "0fqowyF0000", "engine": "tsm1", "trace_id": "0fqpWdOW000", "op_name": "tsm1_cache_snapshot", "path": "/var/lib/influxdb/data/_internal/monitor/23", "duration": "74.544ms"} Feb 06 15:14:16 769d4389705a[1889]: 2023-02-06T15:14:16.877925Z info Cache snapshot (end) {"log_id": "0fqowyF0000", "engine": "tsm1", "trace_id": "0fqpWdOW000", "op_name": "tsm1_cache_snapshot", "op_event": "end", "op_elapsed": "75.190ms"} Feb 06 15:14:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:14:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" eedce24a-a630-11ed-803e-0242ac110002 1272 Feb 06 15:14:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:14:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:14:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" f4d5e051-a630-11ed-803f-0242ac110002 1251 Feb 06 15:14:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:14:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:14:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" face135e-a630-11ed-8040-0242ac110002 1948 Feb 06 15:14:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:14:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:14:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 00c654d5-a631-11ed-8041-0242ac110002 1237 Feb 06 15:14:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:15:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:15:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 06bde897-a631-11ed-8042-0242ac110002 1324 Feb 06 15:15:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:15:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:15:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 0cb6c7c9-a631-11ed-8043-0242ac110002 2123 Feb 06 15:15:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:15:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:15:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 12afe4bd-a631-11ed-8044-0242ac110002 1172 Feb 06 15:15:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:15:30 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:15:30 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:15:30 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:15:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:15:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 18a8c93e-a631-11ed-8045-0242ac110002 1288 Feb 06 15:15:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:15:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:15:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 1ea12932-a631-11ed-8046-0242ac110002 1316 Feb 06 15:15:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:15:47 70b074addbe1[1889]: [info] Reported current state to the cloud Feb 06 15:15:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:15:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 249a1110-a631-11ed-8047-0242ac110002 1360 Feb 06 15:15:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:16:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:16:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 2a92ea1f-a631-11ed-8048-0242ac110002 1277 Feb 06 15:16:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:16:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:16:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 308c0855-a631-11ed-8049-0242ac110002 2104 Feb 06 15:16:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:16:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:16:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 36845ebc-a631-11ed-804a-0242ac110002 1244 Feb 06 15:16:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:16:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:16:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 3c7cfc44-a631-11ed-804b-0242ac110002 1229 Feb 06 15:16:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:16:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:16:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 42758f78-a631-11ed-804c-0242ac110002 1279 Feb 06 15:16:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:16:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:16:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 486e69f8-a631-11ed-804d-0242ac110002 1411 Feb 06 15:16:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:17:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:17:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 4e679893-a631-11ed-804e-0242ac110002 3560 Feb 06 15:17:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:17:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:17:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 545f4bba-a631-11ed-804f-0242ac110002 1181 Feb 06 15:17:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:17:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:17:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 5a583dbc-a631-11ed-8050-0242ac110002 1094 Feb 06 15:17:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:17:30 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:17:31 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:17:31 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:17:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:17:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 60513321-a631-11ed-8051-0242ac110002 2518 Feb 06 15:17:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:17:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:17:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 6649a1ed-a631-11ed-8052-0242ac110002 1144 Feb 06 15:17:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:17:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:17:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 6c4180bd-a631-11ed-8053-0242ac110002 1336 Feb 06 15:17:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:18:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:18:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 723ac8b6-a631-11ed-8054-0242ac110002 1912 Feb 06 15:18:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:18:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:18:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 7833c2b1-a631-11ed-8055-0242ac110002 1202 Feb 06 15:18:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:18:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:18:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 7e2ca779-a631-11ed-8056-0242ac110002 1106 Feb 06 15:18:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:18:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:18:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 8425eee9-a631-11ed-8057-0242ac110002 4158 Feb 06 15:18:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:18:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:18:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 8a1f21da-a631-11ed-8058-0242ac110002 1517 Feb 06 15:18:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:18:45 70b074addbe1[1889]: [api] GET /v1/healthy 200 - 8.953 ms Feb 06 15:18:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:18:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 90181d78-a631-11ed-8059-0242ac110002 1220 Feb 06 15:18:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:19:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:19:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 96104c7e-a631-11ed-805a-0242ac110002 1215 Feb 06 15:19:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:19:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:19:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 9c0956df-a631-11ed-805b-0242ac110002 1667 Feb 06 15:19:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:19:22 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:19:22 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" a2021679-a631-11ed-805c-0242ac110002 1251 Feb 06 15:19:22 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:19:31 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:19:31 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:19:31 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:19:32 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:19:32 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" a7fb1267-a631-11ed-805d-0242ac110002 1946 Feb 06 15:19:32 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. real 0m 0.04s user 0m 0.00s sys 0m 0.03s --- journalctl --no-pager --no-hostname -n 1000 -at balenad --- 2023-02-06 15:19:40.310639482+00:00 -- Journal begins at Fri 2023-02-03 18:31:30 UTC, ends at Mon 2023-02-06 15:19:32 UTC. -- Feb 03 18:31:40 balenad[1889]: time="2023-02-03T18:31:40.139793485Z" level=info msg="Starting up" Feb 03 18:31:40 balenad[1889]: time="2023-02-03T18:31:40.140025621Z" level=warning msg="Running experimental build" Feb 03 18:31:40 balenad[1889]: time="2023-02-03T18:31:40.160390516Z" level=warning msg="Binding to IP address without --tlsverify is insecure and gives root access on this machine to everyone who has access to your network." host="tcp://0.0.0.0:2375" Feb 03 18:31:40 balenad[1889]: time="2023-02-03T18:31:40.160598694Z" level=warning msg="Binding to an IP address, even on localhost, can also give access to scripts run in a browser. Be safe out there!" host="tcp://0.0.0.0:2375" Feb 03 18:31:41 balenad[1889]: time="2023-02-03T18:31:41.161081870Z" level=warning msg="Binding to an IP address without --tlsverify is deprecated. Startup is intentionally being slowed down to show this message" host="tcp://0.0.0.0:2375" Feb 03 18:31:41 balenad[1889]: time="2023-02-03T18:31:41.161324370Z" level=warning msg="Please consider generating tls certificates with client validation to prevent exposing unauthenticated root access to your network" host="tcp://0.0.0.0:2375" Feb 03 18:31:41 balenad[1889]: time="2023-02-03T18:31:41.161424006Z" level=warning msg="You can override this by explicitly specifying '--tls=false' or '--tlsverify=false'" host="tcp://0.0.0.0:2375" Feb 03 18:31:41 balenad[1889]: time="2023-02-03T18:31:41.161495412Z" level=warning msg="Support for listening on TCP without authentication or explicit intent to run without authentication will be removed in the next release" host="tcp://0.0.0.0:2375" Feb 06 15:03:14 balenad[1889]: time="2023-02-06T15:03:14.152464939Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=2120 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.526270584Z" level=info msg="starting containerd" revision= version=1.4.0+unknown Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.853913550Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.859070014Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.859337404Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="invalid aufs configuration" Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.859457078Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.860547570Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.862034492Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.862255163Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="invalid aufs configuration" Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.862351026Z" level=info msg="metadata content store policy set" policy=shared Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.873227961Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.873458789Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.873768101Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.874208654Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.874367880Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.874485466Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.874610500Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.874724588Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.874861076Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.874973301Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.875080562Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.875698848Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.876302238Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.896390268Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.896744945Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.897231313Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.897410626Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.897546775Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.897702560Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.897856539Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.898012436Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.898170816Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.898303637Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.898455923Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.898627224Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.898789497Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.898942799Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.901994168Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.902386310Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.902659681Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Feb 06 15:03:14 balenad[2120]: time="2023-02-06T15:03:14.902808807Z" level=info msg="containerd successfully booted in 0.404404s" Feb 06 15:03:15 balenad[1889]: time="2023-02-06T15:03:15.046252499Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Feb 06 15:03:15 balenad[1889]: time="2023-02-06T15:03:15.048101545Z" level=info msg="Storage migration skipped: %!s()" Feb 06 15:03:15 balenad[1889]: time="2023-02-06T15:03:15.920794145Z" level=warning msg="Your kernel does not support CPU realtime scheduler" Feb 06 15:03:15 balenad[1889]: time="2023-02-06T15:03:15.920917148Z" level=warning msg="Your kernel does not support cgroup blkio weight" Feb 06 15:03:15 balenad[1889]: time="2023-02-06T15:03:15.920972781Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Feb 06 15:03:15 balenad[1889]: time="2023-02-06T15:03:15.921071127Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device" Feb 06 15:03:15 balenad[1889]: time="2023-02-06T15:03:15.921127889Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device" Feb 06 15:03:15 balenad[1889]: time="2023-02-06T15:03:15.921186682Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device" Feb 06 15:03:15 balenad[1889]: time="2023-02-06T15:03:15.921241186Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device" Feb 06 15:03:15 balenad[1889]: time="2023-02-06T15:03:15.922260134Z" level=info msg="Loading containers: start." Feb 06 15:03:19 balenad[1889]: time="2023-02-06T15:03:19.453590611Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Feb 06 15:03:19 balenad[2120]: time="2023-02-06T15:03:19.588924927Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Feb 06 15:03:19 balenad[2120]: time="2023-02-06T15:03:19.605515901Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/0ae277ce220d7da631613427976657592f5aa7dfbf0e79a0ba9ab400baa57142.sock debug=false pid=2318 Feb 06 15:03:19 balenad[1889]: time="2023-02-06T15:03:19.895040224Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Feb 06 15:03:19 balenad[1889]: time="2023-02-06T15:03:19.917413170Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Feb 06 15:03:20 balenad[2120]: time="2023-02-06T15:03:20.002628748Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Feb 06 15:03:20 balenad[2120]: time="2023-02-06T15:03:20.083840532Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/41c2c9f8d6e32515a81cd38f6b28446a5b357394a45321d76abbf095ca8004df.sock debug=false pid=2339 Feb 06 15:03:20 balenad[2120]: time="2023-02-06T15:03:20.086687141Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Feb 06 15:03:20 balenad[2120]: time="2023-02-06T15:03:20.114948699Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/ce95fd955a798bd355150f9f93048eb17946f5e111272219ecedd4974c48e758.sock debug=false pid=2348 Feb 06 15:03:20 balenad[1889]: time="2023-02-06T15:03:20.124205949Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Feb 06 15:03:20 balenad[2120]: time="2023-02-06T15:03:20.506750990Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Feb 06 15:03:20 balenad[2120]: time="2023-02-06T15:03:20.585337288Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/89533cb2754ed6979bf0032d3065e0a0c04982dedc31b86befbba98217a98ef5.sock debug=false pid=2380 Feb 06 15:03:21 balenad[1889]: time="2023-02-06T15:03:21.230147212Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Feb 06 15:03:21 balenad[2120]: time="2023-02-06T15:03:21.439294059Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Feb 06 15:03:21 balenad[2120]: time="2023-02-06T15:03:21.475458271Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/5f422cbd3ffd32302d778affd62a5d86c0c4be769d029c5646ca8f6ffbc929a1.sock debug=false pid=2424 Feb 06 15:03:22 balenad[1889]: time="2023-02-06T15:03:22.941900617Z" level=warning msg="path in container /dev/mem already exists in privileged mode" container=4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b Feb 06 15:03:22 balenad[1889]: time="2023-02-06T15:03:22.942098845Z" level=warning msg="path in container /dev/gpiomem already exists in privileged mode" container=4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b Feb 06 15:03:22 balenad[1889]: time="2023-02-06T15:03:22.942177750Z" level=warning msg="path in container /dev/i2c-1 already exists in privileged mode" container=4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b Feb 06 15:03:23 balenad[1889]: time="2023-02-06T15:03:23.015012332Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Feb 06 15:03:23 balenad[2120]: time="2023-02-06T15:03:23.151022599Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Feb 06 15:03:23 balenad[2120]: time="2023-02-06T15:03:23.175611867Z" level=info msg="shim reaped" id=70b074addbe13f1f40d7e9a44ba3d3dada6df4826215d8ce98ddf2de5cd48b52 Feb 06 15:03:23 balenad[1889]: time="2023-02-06T15:03:23.178242840Z" level=error msg="stream copy error: reading from a closed fifo" Feb 06 15:03:23 balenad[1889]: time="2023-02-06T15:03:23.180444128Z" level=error msg="stream copy error: reading from a closed fifo" Feb 06 15:03:23 balenad[2120]: time="2023-02-06T15:03:23.199098174Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/882fe8fb99287e5e98bbb5dfc79a893487b13f85db95361e9d7be8a3ec1da111.sock debug=false pid=2516 Feb 06 15:03:23 balenad[1889]: time="2023-02-06T15:03:23.584818182Z" level=error msg="70b074addbe13f1f40d7e9a44ba3d3dada6df4826215d8ce98ddf2de5cd48b52 cleanup: failed to delete container from containerd: no such container" Feb 06 15:03:23 balenad[1889]: time="2023-02-06T15:03:23.584954692Z" level=error msg="failed to start container" container=70b074addbe13f1f40d7e9a44ba3d3dada6df4826215d8ce98ddf2de5cd48b52 error="OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:459: container init caused: rootfs_linux.go:59: mounting \"/var/log/supervisor-log\" to rootfs at \"/var/log\" caused: stat /var/log/supervisor-log: no such file or directory: unknown" Feb 06 15:03:28 balenad[1889]: time="2023-02-06T15:03:28.357237924Z" level=info msg="Loading containers: done." Feb 06 15:03:28 balenad[1889]: time="2023-02-06T15:03:28.951132421Z" level=info msg="Docker daemon" commit=13db38c82bdb056f013f5497b0662ad34ffb98f7 graphdriver(s)=overlay2 version=20.10.17 Feb 06 15:03:28 balenad[1889]: time="2023-02-06T15:03:28.951327159Z" level=info msg="Daemon has completed initialization" Feb 06 15:03:29 balenad[1889]: time="2023-02-06T15:03:29.343930352Z" level=info msg="API listen on /run/balena-engine.sock" Feb 06 15:03:29 balenad[1889]: time="2023-02-06T15:03:29.444749909Z" level=info msg="API listen on /var/run/balena.sock" Feb 06 15:03:29 balenad[1889]: time="2023-02-06T15:03:29.488249159Z" level=info msg="API listen on /var/run/balena-engine.sock" Feb 06 15:03:29 balenad[1889]: time="2023-02-06T15:03:29.531067060Z" level=info msg="API listen on [::]:2375" Feb 06 15:03:41 balenad[1889]: time="2023-02-06T15:03:41.455762315Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Feb 06 15:03:41 balenad[2120]: time="2023-02-06T15:03:41.601501113Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Feb 06 15:03:41 balenad[2120]: time="2023-02-06T15:03:41.629716035Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/89533cb2754ed6979bf0032d3065e0a0c04982dedc31b86befbba98217a98ef5.sock debug=false pid=2916 Feb 06 15:04:02 balenad[1889]: time="2023-02-06T15:04:02.901629604Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:04:02 balenad[1889]: time="2023-02-06T15:04:02.901919758Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:04:05 balenad[1889]: time="2023-02-06T15:04:05.553291275Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:04:05 balenad[1889]: time="2023-02-06T15:04:05.553520232Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:04:09 balenad[1889]: time="2023-02-06T15:04:09.758845044Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:04:09 balenad[1889]: time="2023-02-06T15:04:09.759019939Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:04:16 balenad[1889]: time="2023-02-06T15:04:16.607980381Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:04:16 balenad[1889]: time="2023-02-06T15:04:16.608606731Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:04:27 balenad[1889]: time="2023-02-06T15:04:27.188633173Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:04:27 balenad[1889]: time="2023-02-06T15:04:27.188822443Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:04:45 balenad[1889]: time="2023-02-06T15:04:45.559708711Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:04:45 balenad[1889]: time="2023-02-06T15:04:45.559896730Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:05:19 balenad[1889]: time="2023-02-06T15:05:19.300322458Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:05:19 balenad[1889]: time="2023-02-06T15:05:19.300573081Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:06:25 balenad[1889]: time="2023-02-06T15:06:25.088918022Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:06:25 balenad[1889]: time="2023-02-06T15:06:25.091584828Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:08:34 balenad[1889]: time="2023-02-06T15:08:34.850491036Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:08:34 balenad[1889]: time="2023-02-06T15:08:34.850842180Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:12:52 balenad[1889]: time="2023-02-06T15:12:52.533336770Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:12:52 balenad[1889]: time="2023-02-06T15:12:52.533732444Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" --- 2023-02-06 15:19:40.368979887+00:00 [ { "Id": "b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3", "Created": "2023-02-03T18:29:37.63756723Z", "Path": "docker-entrypoint.sh", "Args": [ "/sbin/tini", "--", "node", "index.js" ], "State": { "Status": "created", "Running": false, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 0, "ExitCode": 128, "Error": "error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory", "StartedAt": "0001-01-01T00:00:00Z", "FinishedAt": "0001-01-01T00:00:00Z" }, "Image": "sha256:8975cb6921f9551008684969c8ec8d31ef3f4529e4979fe002feaf64c69df114", "ResolvConfPath": "/var/lib/docker/containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/resolv.conf", "HostnamePath": "/var/lib/docker/containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/hostname", "HostsPath": "/var/lib/docker/containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/hosts", "LogPath": "", "Name": "/zigbee2mqtt_6073902_2465347_23bb06eeae4d49b12eb42a3af13315be", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "2009215_volume_zigbee2mqtt:/app/data", "/tmp/balena-supervisor/services/2009215/zigbee2mqtt:/tmp/resin", "/tmp/balena-supervisor/services/2009215/zigbee2mqtt:/tmp/balena" ], "ContainerIDFile": "", "ContainerIDEnv": "", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "370c800736e140d4b17fa9ed65027581_default", "PortBindings": { "8008/tcp": [ { "HostIp": "", "HostPort": "8008" } ] }, "RestartPolicy": { "Name": "always", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": [], "CapDrop": [], "CgroupnsMode": "host", "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IpcMode": "shareable", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": false, "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": [ { "PathOnHost": "/dev/ttyACM0", "PathInContainer": "/dev/ttyACM0", "CgroupPermissions": "rwm" } ], "DeviceCgroupRules": null, "DeviceRequests": [], "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": [], "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": [ "/proc/asound", "/proc/acpi", "/proc/kcore", "/proc/keys", "/proc/latency_stats", "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", "/proc/scsi", "/sys/firmware" ], "ReadonlyPaths": [ "/proc/bus", "/proc/fs", "/proc/irq", "/proc/sys", "/proc/sysrq-trigger" ] }, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/ba2692e375a22cc2655aff5e78d0131bbb50a112fe3ff6a5f5fcae9ae83af791-init/diff:/var/lib/docker/overlay2/1b9229f9a8ba9d71e1522d9bf9a1da232240f37924178d6f41ab61474313cd54/diff:/var/lib/docker/overlay2/184e3503b81c11df1b9057714b1f6fe6471725c4c4ce9dff15fc6ba2a3995748/diff:/var/lib/docker/overlay2/88445bfc1c6b1f11d4f95e6e38cca8509284ae8c94989f2b7ee8a0e0439707d3/diff:/var/lib/docker/overlay2/d13614995122d0e9da60507991502ed137f203076e6acb5833f5858c1a0ef936/diff:/var/lib/docker/overlay2/31b1c0a1af83fed2d09cb05a7f2bde95190da1136538dc1ad99d667076ca9839/diff:/var/lib/docker/overlay2/7e27ced2eef2c792d4a84c0cb360a504f4eaf975efbdbcfc83f118e7385d8e18/diff:/var/lib/docker/overlay2/a5ba1a04a127abe247f38714a45088bab2e77192fdee3a514914e424ca8b4f23/diff:/var/lib/docker/overlay2/60be5fd01bc8ce4b66b375ec952dfa37e4e756c82136be58ab44cc2633589c62/diff:/var/lib/docker/overlay2/303b7a6c7a45697f7a4602cbcd0e0368a12e7440a73832dcdafdfb3cf1bfed80/diff:/var/lib/docker/overlay2/7b5e31003c99448f317004fecd0bd19e24c339a209f4509a4bfe6e99c659399f/diff:/var/lib/docker/overlay2/23611c21a8c627298ed1efef401386aefad9363b24a1c919d4fc602d51e1a2a4/diff", "MergedDir": "/var/lib/docker/overlay2/ba2692e375a22cc2655aff5e78d0131bbb50a112fe3ff6a5f5fcae9ae83af791/merged", "UpperDir": "/var/lib/docker/overlay2/ba2692e375a22cc2655aff5e78d0131bbb50a112fe3ff6a5f5fcae9ae83af791/diff", "WorkDir": "/var/lib/docker/overlay2/ba2692e375a22cc2655aff5e78d0131bbb50a112fe3ff6a5f5fcae9ae83af791/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "volume", "Name": "2009215_volume_zigbee2mqtt", "Source": "/var/lib/docker/volumes/2009215_volume_zigbee2mqtt/_data", "Destination": "/app/data", "Driver": "local", "Mode": "z", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2009215/zigbee2mqtt", "Destination": "/tmp/balena", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2009215/zigbee2mqtt", "Destination": "/tmp/resin", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "b18511ab77a8", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "8008/tcp": {} }, "Tty": true, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "/sbin/tini", "--", "node", "index.js" ], "Healthcheck": { "Test": [ "NONE" ] }, "Image": "sha256:8975cb6921f9551008684969c8ec8d31ef3f4529e4979fe002feaf64c69df114", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "docker-entrypoint.sh" ], "OnBuild": null, "Labels": { "author": "Pranas Ziaukas", "io.balena.app-id": "2009215", "io.balena.app-uuid": "370c800736e140d4b17fa9ed65027581", "io.balena.service-id": "1963994", "io.balena.service-name": "zigbee2mqtt", "io.balena.supervised": "true", "maintainer": "pranas@ziaukas.lt" }, "StopSignal": "SIGTERM", "StopTimeout": 10 }, "NetworkSettings": { "Bridge": "", "SandboxID": "c8d29dd00e245ec48151d463da4d6d59f6abc3dc234f5b2688fe651ff2f5ef84", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": {}, "SandboxKey": "/var/run/balena-engine/netns/c8d29dd00e24", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "370c800736e140d4b17fa9ed65027581_default": { "IPAMConfig": {}, "Links": null, "Aliases": [ "zigbee2mqtt", "b18511ab77a8" ], "NetworkID": "0a3286b79bce0e316f6c8f565ec3b6455f94431af4ef8f1d392866508c81a61e", "EndpointID": "", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } }, { "Id": "4fede34da06e664be451c3f6fc0a886dfece1a808c4ce082eb50146530d7348e", "Created": "2023-01-26T09:01:49.11090816Z", "Path": "/docker-entrypoint.sh", "Args": [ "/usr/sbin/mosquitto", "-c", "/mosquitto-no-auth.conf" ], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 2463, "ExitCode": 0, "Error": "", "StartedAt": "2023-02-06T15:03:23.71490906Z", "FinishedAt": "2023-02-03T18:31:16.017063353Z" }, "Image": "sha256:84ffde0d0a3e8b2aa93f53ff50a1b7ada3b63f3f8ff006018683b7cb2192b701", "ResolvConfPath": "/var/lib/docker/containers/4fede34da06e664be451c3f6fc0a886dfece1a808c4ce082eb50146530d7348e/resolv.conf", "HostnamePath": "/var/lib/docker/containers/4fede34da06e664be451c3f6fc0a886dfece1a808c4ce082eb50146530d7348e/hostname", "HostsPath": "/var/lib/docker/containers/4fede34da06e664be451c3f6fc0a886dfece1a808c4ce082eb50146530d7348e/hosts", "LogPath": "", "Name": "/mqtt_6073901_2465347_23bb06eeae4d49b12eb42a3af13315be", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "/tmp/balena-supervisor/services/2009215/mqtt:/tmp/resin", "/tmp/balena-supervisor/services/2009215/mqtt:/tmp/balena" ], "ContainerIDFile": "", "ContainerIDEnv": "", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "host", "PortBindings": { "1883/tcp": [ { "HostIp": "", "HostPort": "1883" } ] }, "RestartPolicy": { "Name": "always", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": [], "CapDrop": [], "CgroupnsMode": "host", "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IpcMode": "shareable", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": false, "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, "DeviceRequests": [], "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": [], "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": [ "/proc/asound", "/proc/acpi", "/proc/kcore", "/proc/keys", "/proc/latency_stats", "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", "/proc/scsi", "/sys/firmware" ], "ReadonlyPaths": [ "/proc/bus", "/proc/fs", "/proc/irq", "/proc/sys", "/proc/sysrq-trigger" ] }, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/83ba8c1014ae74e69963bad633af338d1a3178d490f9ea550942f957d88da8d8-init/diff:/var/lib/docker/overlay2/9f391ce39502b0548c274a68e655092dec1d5a15d64d645699439b07e74d7d68/diff:/var/lib/docker/overlay2/cd8ec2cc0ae433fd4c8e8256b5acfbf3b377691be560100ec999d4e6d803f313/diff:/var/lib/docker/overlay2/cc2933808ff6a60c16b8580615be6d8de96618dce960bf662aa87215ac14551f/diff", "MergedDir": "/var/lib/docker/overlay2/83ba8c1014ae74e69963bad633af338d1a3178d490f9ea550942f957d88da8d8/merged", "UpperDir": "/var/lib/docker/overlay2/83ba8c1014ae74e69963bad633af338d1a3178d490f9ea550942f957d88da8d8/diff", "WorkDir": "/var/lib/docker/overlay2/83ba8c1014ae74e69963bad633af338d1a3178d490f9ea550942f957d88da8d8/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "volume", "Name": "846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8", "Source": "/var/lib/docker/volumes/846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8/_data", "Destination": "/mosquitto/data", "Driver": "local", "Mode": "", "RW": true, "Propagation": "" }, { "Type": "volume", "Name": "104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493", "Source": "/var/lib/docker/volumes/104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493/_data", "Destination": "/mosquitto/log", "Driver": "local", "Mode": "", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2009215/mqtt", "Destination": "/tmp/balena", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2009215/mqtt", "Destination": "/tmp/resin", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "214acfe", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "1883/tcp": {} }, "Tty": true, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "/usr/sbin/mosquitto", "-c", "/mosquitto-no-auth.conf" ], "Healthcheck": { "Test": [ "NONE" ] }, "Image": "sha256:84ffde0d0a3e8b2aa93f53ff50a1b7ada3b63f3f8ff006018683b7cb2192b701", "Volumes": { "/mosquitto/data": {}, "/mosquitto/log": {} }, "WorkingDir": "", "Entrypoint": [ "/docker-entrypoint.sh" ], "OnBuild": null, "Labels": { "description": "Eclipse Mosquitto MQTT Broker", "io.balena.app-id": "2009215", "io.balena.app-uuid": "370c800736e140d4b17fa9ed65027581", "io.balena.service-id": "1934699", "io.balena.service-name": "mqtt", "io.balena.supervised": "true", "maintainer": "Roger Light " }, "StopSignal": "SIGTERM", "StopTimeout": 10 }, "NetworkSettings": { "Bridge": "", "SandboxID": "effaf543989203a3111b6d8c90d3478da39603c796fb43cd13cdb78593bef357", "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": "4fb0d21ebd67251a1efb279d0befb941fd8969d972a1ef43618ac99b189141dd", "EndpointID": "55a0e54c34e523d5f90540b81f2f29c033e0ccabaa15adbca235a663a5b2ad97", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } }, { "Id": "769d4389705ab0ca736d2afa785d298a1709410c9ca3dfce1de4c23484647878", "Created": "2023-01-13T15:42:08.311341063Z", "Path": "/entrypoint.sh", "Args": [ "influxd" ], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 2400, "ExitCode": 0, "Error": "", "StartedAt": "2023-02-06T15:03:24.716140509Z", "FinishedAt": "2023-02-03T18:31:16.030911597Z" }, "Image": "sha256:987ca2ae5de1803f025432f7b878c82d27cd835489711e436d56413a310b6d6a", "ResolvConfPath": "/var/lib/docker/containers/769d4389705ab0ca736d2afa785d298a1709410c9ca3dfce1de4c23484647878/resolv.conf", "HostnamePath": "/var/lib/docker/containers/769d4389705ab0ca736d2afa785d298a1709410c9ca3dfce1de4c23484647878/hostname", "HostsPath": "/var/lib/docker/containers/769d4389705ab0ca736d2afa785d298a1709410c9ca3dfce1de4c23484647878/hosts", "LogPath": "", "Name": "/influxdb_6073899_2465347_23bb06eeae4d49b12eb42a3af13315be", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "2009215_influxdb-data:/var/lib/influxdb", "2009215_influxdb-etc:/etc/influxdb", "/tmp/balena-supervisor/services/2009215/influxdb:/tmp/resin", "/tmp/balena-supervisor/services/2009215/influxdb:/tmp/balena" ], "ContainerIDFile": "", "ContainerIDEnv": "", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "370c800736e140d4b17fa9ed65027581_default", "PortBindings": {}, "RestartPolicy": { "Name": "unless-stopped", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": [], "CapDrop": [], "CgroupnsMode": "host", "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IpcMode": "shareable", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": false, "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, "DeviceRequests": [], "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": [], "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": [ "/proc/asound", "/proc/acpi", "/proc/kcore", "/proc/keys", "/proc/latency_stats", "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", "/proc/scsi", "/sys/firmware" ], "ReadonlyPaths": [ "/proc/bus", "/proc/fs", "/proc/irq", "/proc/sys", "/proc/sysrq-trigger" ] }, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/784f3b871f9b1c88b2d5d38f1938ada3d3131346067109cde732857cb1eda5e5-init/diff:/var/lib/docker/overlay2/de5c6f7c564df06f8fa05ff52279486c282d2792d5d70ea110c7cfa44812d3e1/diff:/var/lib/docker/overlay2/c7264283baf455196e28fa3fbf11e213b75cc3cb1fe83111fec7cc7abec015b2/diff:/var/lib/docker/overlay2/3f65a706f9ccf8e558f3aa5b12a246afe459373b41d3bb15d839c46a74550b02/diff:/var/lib/docker/overlay2/a82b10a3c7db26692d6bc57c2af840f563ac3b2926c5958384836f67e55a19db/diff:/var/lib/docker/overlay2/9de614ac0ed9bf786502f5ce743e0edbc50ffc385040f469f793478f4cabe71d/diff:/var/lib/docker/overlay2/6d7ebaf308b9c36298c8f5808ac14d34a8a6f43ecd4bc421813457933517de57/diff:/var/lib/docker/overlay2/95d6aa065c7fcb37cc569167865460628bfc6139174ebf135d1373e218d921ab/diff:/var/lib/docker/overlay2/051b11877de1f7635753157f50d9220a55a8aeb57af91a1ed456dcb0ae59a237/diff", "MergedDir": "/var/lib/docker/overlay2/784f3b871f9b1c88b2d5d38f1938ada3d3131346067109cde732857cb1eda5e5/merged", "UpperDir": "/var/lib/docker/overlay2/784f3b871f9b1c88b2d5d38f1938ada3d3131346067109cde732857cb1eda5e5/diff", "WorkDir": "/var/lib/docker/overlay2/784f3b871f9b1c88b2d5d38f1938ada3d3131346067109cde732857cb1eda5e5/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "volume", "Name": "2009215_influxdb-etc", "Source": "/var/lib/docker/volumes/2009215_influxdb-etc/_data", "Destination": "/etc/influxdb", "Driver": "local", "Mode": "z", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2009215/influxdb", "Destination": "/tmp/balena", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2009215/influxdb", "Destination": "/tmp/resin", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "volume", "Name": "2009215_influxdb-data", "Source": "/var/lib/docker/volumes/2009215_influxdb-data/_data", "Destination": "/var/lib/influxdb", "Driver": "local", "Mode": "z", "RW": true, "Propagation": "" } ], "Config": { "Hostname": "769d4389705a", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "8086/tcp": {} }, "Tty": true, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "influxd" ], "Healthcheck": { "Test": [ "NONE" ] }, "Image": "sha256:987ca2ae5de1803f025432f7b878c82d27cd835489711e436d56413a310b6d6a", "Volumes": { "/var/lib/influxdb": {} }, "WorkingDir": "", "Entrypoint": [ "/entrypoint.sh" ], "OnBuild": null, "Labels": { "io.balena.app-id": "2009215", "io.balena.app-uuid": "370c800736e140d4b17fa9ed65027581", "io.balena.service-id": "1934697", "io.balena.service-name": "influxdb", "io.balena.supervised": "true" }, "StopSignal": "SIGTERM", "StopTimeout": 10 }, "NetworkSettings": { "Bridge": "", "SandboxID": "5153319f4db66f630f7bc66488a25025d6c5719bfac9b833d4d37ed00cf09326", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": { "8086/tcp": null }, "SandboxKey": "/var/run/balena-engine/netns/5153319f4db6", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "370c800736e140d4b17fa9ed65027581_default": { "IPAMConfig": {}, "Links": null, "Aliases": [ "influxdb", "769d4389705a" ], "NetworkID": "0a3286b79bce0e316f6c8f565ec3b6455f94431af4ef8f1d392866508c81a61e", "EndpointID": "62397bd3fe0fc695adf807846792e1b30bdc09fee60ae062bf5b3ebdc49551eb", "Gateway": "172.17.0.1", "IPAddress": "172.17.0.2", "IPPrefixLen": 16, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "02:42:ac:11:00:02", "DriverOpts": null } } } }, { "Id": "1745d7df4c51bf088872ad306acac762450ecc293b03f769cfc779b5d680f4ef", "Created": "2023-01-13T15:42:08.28440619Z", "Path": "/usr/bin/entry.sh", "Args": [ "/bin/sh", "./entry.sh" ], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 2554, "ExitCode": 0, "Error": "", "StartedAt": "2023-02-06T15:03:26.855518355Z", "FinishedAt": "2023-02-03T18:31:15.897187669Z" }, "Image": "sha256:732816c1dc71167d8124f11691f3885e769779546d584d5500a393fad223148b", "ResolvConfPath": "/var/lib/docker/containers/1745d7df4c51bf088872ad306acac762450ecc293b03f769cfc779b5d680f4ef/resolv.conf", "HostnamePath": "/var/lib/docker/containers/1745d7df4c51bf088872ad306acac762450ecc293b03f769cfc779b5d680f4ef/hostname", "HostsPath": "/var/lib/docker/containers/1745d7df4c51bf088872ad306acac762450ecc293b03f769cfc779b5d680f4ef/hosts", "LogPath": "", "Name": "/grafana_6073900_2465347_23bb06eeae4d49b12eb42a3af13315be", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "2009215_grafana-data:/data", "/tmp/balena-supervisor/services/2009215/grafana:/tmp/resin", "/tmp/balena-supervisor/services/2009215/grafana:/tmp/balena" ], "ContainerIDFile": "", "ContainerIDEnv": "", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "370c800736e140d4b17fa9ed65027581_default", "PortBindings": { "80/tcp": [ { "HostIp": "", "HostPort": "8080" } ] }, "RestartPolicy": { "Name": "unless-stopped", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": [], "CapDrop": [], "CgroupnsMode": "host", "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IpcMode": "shareable", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": false, "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, "DeviceRequests": [], "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": [], "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": [ "/proc/asound", "/proc/acpi", "/proc/kcore", "/proc/keys", "/proc/latency_stats", "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", "/proc/scsi", "/sys/firmware" ], "ReadonlyPaths": [ "/proc/bus", "/proc/fs", "/proc/irq", "/proc/sys", "/proc/sysrq-trigger" ] }, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/dbed27f8f1121c9d0679c001352b4fd89247622e21f1d86df8a967fcdc07cd38-init/diff:/var/lib/docker/overlay2/7ab1d12642ee07fcc8dc84a39c81397ca7f68ef9055b1ceaaa5ae3ccd9fe7172/diff:/var/lib/docker/overlay2/bcf76ee42aeaafbe22606843e33f10f02ca5000b6ca96638f47d67c4fb065bb5/diff:/var/lib/docker/overlay2/0d038b9c307d4a308cb385ec1de9f4a4c9c1c077a7ada0fb62b3e6a2732273fc/diff:/var/lib/docker/overlay2/d47c51f8b9631399bd2398479acf9a648e6315c6464d9817f36ba7445f62a0b0/diff:/var/lib/docker/overlay2/dc83ad0ffa9b2a71ef4de2565306d161455c50e76092877111ad088aa31f0ca3/diff:/var/lib/docker/overlay2/c50ecdb7119b940b4d87010f26b580e0cea25b372510a58bcdb2c90290220b62/diff:/var/lib/docker/overlay2/8f78b44e8290b86c9ae389e49a3c3be16c21519a0f8756e4f72ffe8956ca9037/diff:/var/lib/docker/overlay2/607681336e22b9f728c2033f58a094544b37d9bf9644773551ff62e5b8b5f9b6/diff:/var/lib/docker/overlay2/daf0d2a7df1a900f83170f30b4dfd18c1750bb4df2f80139fe448d7cee73ae56/diff:/var/lib/docker/overlay2/3f391f0d6ad9e8b010d5d9b492e8d7b9eb75763dbd2f0757348b14796ca325a4/diff:/var/lib/docker/overlay2/3244905c43cc364176e39b8e315dfb4a093b09b4d5f4f37a12d6634dbadb9ac8/diff:/var/lib/docker/overlay2/e13090918e8890ebb56aa57c6c8f17fcd0fafe5d892cf7849c0c4b88a83d9dc0/diff:/var/lib/docker/overlay2/cd2f6679936c90c8ac5ba179bc5ba9852e026adc2d1c92ad726b7693e72e5c12/diff:/var/lib/docker/overlay2/8054ed4d6a1ddccead93fc825910ee4a2f67aa91d573fb5f6148bd003dfec989/diff:/var/lib/docker/overlay2/767cfeebbfd6fb3e6291b938381493380287557f289fac929772a442a8ee1618/diff:/var/lib/docker/overlay2/7d0a547fce402edb7f03908c3b2a862e9ce061e5fd96a204f7117247859a1b08/diff:/var/lib/docker/overlay2/0f03b37df0446f6e0cb73e321d6aa4f596e5e4d2476806c4a3300b358bfab2b8/diff:/var/lib/docker/overlay2/d92fdd1a6c6df048c64d629bbedcc4603737e8f94d22a7803d9c8d66c586233c/diff:/var/lib/docker/overlay2/942779841c67c23311b50f5e4f70a0171975c6cbb783f4cc0a701a6f344ebc93/diff:/var/lib/docker/overlay2/627221b9db84fa8349e58390ce7aa87be6845a57038bfe6751b51b332acddf29/diff:/var/lib/docker/overlay2/beb7a7759934287802a3d7d02cf5dc586722f13d71555dc0201fdc197e0bcf89/diff:/var/lib/docker/overlay2/eee8cb19685204fb63d2064ccc14a506b950a298f4358eb4f91c322fc4ddaca9/diff:/var/lib/docker/overlay2/51b0ab2732a8c83122faceebae1d14686aa14c3c64bdf238e0abff6352a3aeea/diff:/var/lib/docker/overlay2/718c695c874bf431e7bc32723ab5de99a943503d9f9a788decef5c7c8f661c8f/diff:/var/lib/docker/overlay2/ec072e2878ec2bc3e7cd9d1c495c741bf8ce1fe3c6ef2f37f02c63d703c12ef3/diff:/var/lib/docker/overlay2/d8f846214646e6f6fac31da085ddee7180fa9a804f31f2833139c947f62aa755/diff:/var/lib/docker/overlay2/50ef8adb6e09b247e75178e6151901ad8e3e6c90af49383db4323d9624a012ed/diff:/var/lib/docker/overlay2/073e0b4e8a1127446b1b6852f762d496af27672d60b624c279ad7b79518d5a26/diff:/var/lib/docker/overlay2/14e843a41f7a9a4f88cf20b3db2012d0b5a2fd07810cc5333faa51226d73e679/diff:/var/lib/docker/overlay2/14ee185054506a369942bd7874abef9336b83a299abe94c820212adbada9352a/diff:/var/lib/docker/overlay2/4e241d4f44e07aa94e3ac9edb3c4043c352991760c9a3285886eac837aef9e7f/diff:/var/lib/docker/overlay2/8cab6abec61e2ec7e8b9efd016a455fcbf1b5e5bbc2714d90e36a076f3da3b16/diff:/var/lib/docker/overlay2/f4c3bcfdbb516f759729d22906e5835aaf11cf6031dc142d757060dbf41b07ef/diff:/var/lib/docker/overlay2/af84139790d1f8b1aace26926bce029e70c4880fc70d1fa28e362feb9a33ee80/diff:/var/lib/docker/overlay2/decdaeb14885be3fe1af1ce43a806d936eba056715388d8aad76df8cbbd2dd17/diff", "MergedDir": "/var/lib/docker/overlay2/dbed27f8f1121c9d0679c001352b4fd89247622e21f1d86df8a967fcdc07cd38/merged", "UpperDir": "/var/lib/docker/overlay2/dbed27f8f1121c9d0679c001352b4fd89247622e21f1d86df8a967fcdc07cd38/diff", "WorkDir": "/var/lib/docker/overlay2/dbed27f8f1121c9d0679c001352b4fd89247622e21f1d86df8a967fcdc07cd38/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "volume", "Name": "2009215_grafana-data", "Source": "/var/lib/docker/volumes/2009215_grafana-data/_data", "Destination": "/data", "Driver": "local", "Mode": "z", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2009215/grafana", "Destination": "/tmp/balena", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2009215/grafana", "Destination": "/tmp/resin", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "1745d7df4c51", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "80/tcp": {} }, "Tty": true, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "/bin/sh", "./entry.sh" ], "Healthcheck": { "Test": [ "NONE" ] }, "Image": "sha256:732816c1dc71167d8124f11691f3885e769779546d584d5500a393fad223148b", "Volumes": null, "WorkingDir": "/usr/src/app", "Entrypoint": [ "/usr/bin/entry.sh" ], "OnBuild": null, "Labels": { "io.balena.app-id": "2009215", "io.balena.app-uuid": "370c800736e140d4b17fa9ed65027581", "io.balena.architecture": "armv7hf", "io.balena.device-type": "raspberry-pi2", "io.balena.qemu.version": "4.0.0+balena2-arm", "io.balena.service-id": "1934698", "io.balena.service-name": "grafana", "io.balena.supervised": "true" }, "StopSignal": "SIGTERM", "StopTimeout": 10 }, "NetworkSettings": { "Bridge": "", "SandboxID": "3701e562c992dafc54bc976ca56a47ad7dcd59638b555b1e4315c1c6d8ff4d64", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": { "80/tcp": [ { "HostIp": "0.0.0.0", "HostPort": "8080" }, { "HostIp": "::", "HostPort": "8080" } ] }, "SandboxKey": "/var/run/balena-engine/netns/3701e562c992", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "370c800736e140d4b17fa9ed65027581_default": { "IPAMConfig": {}, "Links": null, "Aliases": [ "grafana", "1745d7df4c51" ], "NetworkID": "0a3286b79bce0e316f6c8f565ec3b6455f94431af4ef8f1d392866508c81a61e", "EndpointID": "6f8a76026a4f86d057b23c68f8f875d0c16fde7142f8f62535133a5efec0f215", "Gateway": "172.17.0.1", "IPAddress": "172.17.0.3", "IPPrefixLen": 16, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "02:42:ac:11:00:03", "DriverOpts": null } } } }, { "Id": "4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b", "Created": "2023-01-13T15:42:08.26058864Z", "Path": "/usr/bin/entry.sh", "Args": [ "bash", "/usr/src/app/start.sh" ], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 2584, "ExitCode": 0, "Error": "", "StartedAt": "2023-02-06T15:03:28.203004546Z", "FinishedAt": "2023-02-03T18:31:26.372824422Z" }, "Image": "sha256:a64155af70d83ecafd0a9987963a019d4a0b60ef9f13ae726591f391632b6d2a", "ResolvConfPath": "/var/lib/docker/containers/4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b/resolv.conf", "HostnamePath": "/var/lib/docker/containers/4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b/hostname", "HostsPath": "/var/lib/docker/containers/4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b/hosts", "LogPath": "", "Name": "/node-red_6073898_2465347_23bb06eeae4d49b12eb42a3af13315be", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "2009215_node-red-data:/data", "/tmp/balena-supervisor/services/2009215/node-red:/tmp/resin", "/tmp/balena-supervisor/services/2009215/node-red:/tmp/balena", "/run/dbus:/host/run/dbus", "/sys:/sys" ], "ContainerIDFile": "", "ContainerIDEnv": "", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "370c800736e140d4b17fa9ed65027581_default", "PortBindings": { "80/tcp": [ { "HostIp": "", "HostPort": "80" } ] }, "RestartPolicy": { "Name": "unless-stopped", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": [ "SYS_RAWIO" ], "CapDrop": [], "CgroupnsMode": "host", "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IpcMode": "shareable", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": true, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": [ "label=disable" ], "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": [ { "PathOnHost": "/dev/mem", "PathInContainer": "/dev/mem", "CgroupPermissions": "rwm" }, { "PathOnHost": "/dev/gpiomem", "PathInContainer": "/dev/gpiomem", "CgroupPermissions": "rwm" }, { "PathOnHost": "/dev/i2c-1", "PathInContainer": "/dev/i2c-1", "CgroupPermissions": "rwm" } ], "DeviceCgroupRules": null, "DeviceRequests": [], "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": [], "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": null, "ReadonlyPaths": null }, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/dd87a5d184f3ef6458bd89f32e0061d6e57e480cfad2e49adeec8e7f056b890f-init/diff:/var/lib/docker/overlay2/e2ebaab822b1e959d7d74cb309613efbd21ba495069d4d5da05f43f03f113f76/diff:/var/lib/docker/overlay2/989270e8c863ffa28c1206835a93d696935ccf8626beeb1a1e2d304f2461daf1/diff:/var/lib/docker/overlay2/cf57af03100e37f41d9d2ece377a1a04fc4221f8f6cbbb3c736639cf2312659c/diff:/var/lib/docker/overlay2/30c6a583880fdfce8340651e5cae2eaef7ac1779090a9c576201229598a86b4b/diff:/var/lib/docker/overlay2/e43fe88aa5ccf90bbfcda607f1f1d86437d674be5707767b36c8ccba9e93dd34/diff:/var/lib/docker/overlay2/8c2f15ce50aa1e36b684983397af1e075e0fbca9fb196907718ae44f71c5c88c/diff:/var/lib/docker/overlay2/08076d6c09d564259784a92750e94dfb039907279d45691acda29cef3741c09b/diff:/var/lib/docker/overlay2/742dd6bc3586827d403b75da60d7745465a19ff1e077bd4537801db74d63acea/diff:/var/lib/docker/overlay2/6d82c0836a9b79de43d2a2d1e028886b4f0e4793357910afd61938c96972d4af/diff:/var/lib/docker/overlay2/06570760a8c5363f58464c6e33beca50f8fd11b2bf31711377058b423cd8e962/diff:/var/lib/docker/overlay2/8f43a078fe0ba59258fc7da70057f3e5cc76e26925324f2b5d46f2463f285e51/diff:/var/lib/docker/overlay2/979ac1e4d9abe6794fa9157b523cc5a88d2b9e9ca846c1ef74d9c5a96c1c0156/diff:/var/lib/docker/overlay2/f0bd058b3a215d2f3ff94082a15a41d61e31fbcb356e966c3e4ff172efb247f6/diff:/var/lib/docker/overlay2/f3e3be259e44714c4307774735a57e3379592f91e17c3df3a205a25779544a96/diff:/var/lib/docker/overlay2/f610ffcb1420f624d3ea07d62d5f419c263cbbb1743abe0a1d4775cf715e8dc9/diff:/var/lib/docker/overlay2/f7f5a992238881a08d1eeca206298837a6efdbeacac3e976b9997758c0bedd6e/diff:/var/lib/docker/overlay2/71e8f0a28e2f02215e3fb5ac51a7a1e62bf230a7a5be909ab6248f88c67055c0/diff:/var/lib/docker/overlay2/ffefc23691a5047aeee3297cf13d06d728357d8e86a6e33b7c0ce5237f5d3b24/diff:/var/lib/docker/overlay2/eba4f92e723dab27882782b865ddfbd8f39e95f8b556fd321e474494d4ed8a4f/diff:/var/lib/docker/overlay2/4b3c43a4428293e2ebb0c759d08b169a8072ff8daa38f742e56651451a881c9d/diff:/var/lib/docker/overlay2/41e5582d4a49120bfc4d1e46e024b78ccf939baf998af17204c5fc2be672b1c1/diff:/var/lib/docker/overlay2/3d8f8b2e04bc149ec162b86f5f3efb06dc0b218c9b4e55ecef11d47195695854/diff:/var/lib/docker/overlay2/cb19ca49dbef52ef7a4a746740b4cbf184bec3769b28b766628648187273f75f/diff:/var/lib/docker/overlay2/a7b33e16c9d859675a2513c897d826d0ecc164198f62cf67610c8a1af48908d0/diff:/var/lib/docker/overlay2/87064dfc3fbc45589da3e3f65347dda9d0dc3355e1794fd5ef6a6ea532ef70f4/diff:/var/lib/docker/overlay2/48eef068046eef858a68071ec954597ea9d0abae2aa0c611160cd4e6c5d2d5dc/diff:/var/lib/docker/overlay2/3c91f06ca53198b0ccd07c2adf86c7c52287cd78127cd978cf236f49aa0446a2/diff", "MergedDir": "/var/lib/docker/overlay2/dd87a5d184f3ef6458bd89f32e0061d6e57e480cfad2e49adeec8e7f056b890f/merged", "UpperDir": "/var/lib/docker/overlay2/dd87a5d184f3ef6458bd89f32e0061d6e57e480cfad2e49adeec8e7f056b890f/diff", "WorkDir": "/var/lib/docker/overlay2/dd87a5d184f3ef6458bd89f32e0061d6e57e480cfad2e49adeec8e7f056b890f/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2009215/node-red", "Destination": "/tmp/resin", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "volume", "Name": "2009215_node-red-data", "Source": "/var/lib/docker/volumes/2009215_node-red-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" }, { "Type": "bind", "Source": "/sys", "Destination": "/sys", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2009215/node-red", "Destination": "/tmp/balena", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "4b10fc315e7b", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "80/tcp": {} }, "Tty": true, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "bash", "/usr/src/app/start.sh" ], "Healthcheck": { "Test": [ "NONE" ] }, "Image": "sha256:a64155af70d83ecafd0a9987963a019d4a0b60ef9f13ae726591f391632b6d2a", "Volumes": null, "WorkingDir": "/usr/src/app", "Entrypoint": [ "/usr/bin/entry.sh" ], "OnBuild": null, "Labels": { "io.balena.app-id": "2009215", "io.balena.app-uuid": "370c800736e140d4b17fa9ed65027581", "io.balena.architecture": "armv7hf", "io.balena.device-type": "raspberry-pi2", "io.balena.features.balena-api": "1", "io.balena.features.dbus": "1", "io.balena.features.supervisor-api": "1", "io.balena.features.sysfs": "1", "io.balena.qemu.version": "6.0.0+balena1-arm", "io.balena.service-id": "1934696", "io.balena.service-name": "node-red", "io.balena.supervised": "true" }, "StopSignal": "SIGTERM", "StopTimeout": 10 }, "NetworkSettings": { "Bridge": "", "SandboxID": "cd305497dd97f94704c87eca4398c47136f9df9e9934d16c9a5e0bcb4f4f6fad", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": { "80/tcp": [ { "HostIp": "0.0.0.0", "HostPort": "80" }, { "HostIp": "::", "HostPort": "80" } ] }, "SandboxKey": "/var/run/balena-engine/netns/cd305497dd97", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "370c800736e140d4b17fa9ed65027581_default": { "IPAMConfig": {}, "Links": null, "Aliases": [ "node-red", "4b10fc315e7b" ], "NetworkID": "0a3286b79bce0e316f6c8f565ec3b6455f94431af4ef8f1d392866508c81a61e", "EndpointID": "b4d4475c0fa492cf520534ff9f756a6fa16c70896b3b7484de38c38c149929bc", "Gateway": "172.17.0.1", "IPAddress": "172.17.0.4", "IPPrefixLen": 16, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "02:42:ac:11:00:04", "DriverOpts": null }, "supervisor0": { "IPAMConfig": {}, "Links": null, "Aliases": [ "4b10fc315e7b" ], "NetworkID": "a714d4701d64ad52e65657e21341b0e486f27b566aba9ff7d9e554d7c47fdf04", "EndpointID": "6a5d380f467ab9035ea6100c49eb3b111360613b305dbde971a08eb397ec574e", "Gateway": "10.114.104.1", "IPAddress": "10.114.104.2", "IPPrefixLen": 25, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "02:42:0a:72:68:02", "DriverOpts": null } } } }, { "Id": "4b3752c749494adaa5cf2a2ac8778f43535ad21649331d2f11f0a6615b3239e3", "Created": "2023-01-13T15:42:05.543320074Z", "Path": "/bin/busybox", "Args": [ "sh", "start.sh" ], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 2469, "ExitCode": 0, "Error": "", "StartedAt": "2023-02-06T15:03:24.038988113Z", "FinishedAt": "2023-02-03T18:31:26.183427312Z" }, "Image": "sha256:e94cd084778c64ce5ef46255792ce046945d0cb5acf9f810f9a6f0d570f0d3ab", "ResolvConfPath": "/var/lib/docker/containers/4b3752c749494adaa5cf2a2ac8778f43535ad21649331d2f11f0a6615b3239e3/resolv.conf", "HostnamePath": "/var/lib/docker/containers/4b3752c749494adaa5cf2a2ac8778f43535ad21649331d2f11f0a6615b3239e3/hostname", "HostsPath": "/var/lib/docker/containers/4b3752c749494adaa5cf2a2ac8778f43535ad21649331d2f11f0a6615b3239e3/hosts", "LogPath": "", "Name": "/wifi-connect_6073897_2465347_23bb06eeae4d49b12eb42a3af13315be", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "/tmp/balena-supervisor/services/2009215/wifi-connect:/tmp/resin", "/tmp/balena-supervisor/services/2009215/wifi-connect:/tmp/balena", "/run/dbus:/host/run/dbus", "/lib/firmware:/lib/firmware" ], "ContainerIDFile": "", "ContainerIDEnv": "", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "host", "PortBindings": {}, "RestartPolicy": { "Name": "always", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": [ "NET_ADMIN" ], "CapDrop": [], "CgroupnsMode": "host", "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IpcMode": "shareable", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": false, "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, "DeviceRequests": [], "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": [], "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": [ "/proc/asound", "/proc/acpi", "/proc/kcore", "/proc/keys", "/proc/latency_stats", "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", "/proc/scsi", "/sys/firmware" ], "ReadonlyPaths": [ "/proc/bus", "/proc/fs", "/proc/irq", "/proc/sys", "/proc/sysrq-trigger" ] }, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/de25ee23f3e1b3000c883efac1c08709ff21b4a863dfcb95ee395c1b1036b18e-init/diff:/var/lib/docker/overlay2/ff56a96a9db57ea0a4af3e4ac07cea3adf6e837528a4a65e1eea7fd6bc1bfcde/diff:/var/lib/docker/overlay2/6272aba4f4e3263005d086f016c0c181b644f6b8851e6c2aa15dc8a2fa7faed1/diff:/var/lib/docker/overlay2/bc519917023abd6eca81878eac277129989225032ff977aa0ac474eb9ea84187/diff:/var/lib/docker/overlay2/de48193580aba8e6fe0675222c4383933cb14d17c743b1ef4ea61a3b3490587f/diff", "MergedDir": "/var/lib/docker/overlay2/de25ee23f3e1b3000c883efac1c08709ff21b4a863dfcb95ee395c1b1036b18e/merged", "UpperDir": "/var/lib/docker/overlay2/de25ee23f3e1b3000c883efac1c08709ff21b4a863dfcb95ee395c1b1036b18e/diff", "WorkDir": "/var/lib/docker/overlay2/de25ee23f3e1b3000c883efac1c08709ff21b4a863dfcb95ee395c1b1036b18e/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "bind", "Source": "/run/dbus", "Destination": "/host/run/dbus", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/lib/firmware", "Destination": "/lib/firmware", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2009215/wifi-connect", "Destination": "/tmp/balena", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2009215/wifi-connect", "Destination": "/tmp/resin", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "214acfe", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": true, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "/bin/busybox", "sh", "start.sh" ], "Healthcheck": { "Test": [ "NONE" ] }, "Image": "sha256:e94cd084778c64ce5ef46255792ce046945d0cb5acf9f810f9a6f0d570f0d3ab", "Volumes": null, "WorkingDir": "/", "Entrypoint": null, "OnBuild": null, "Labels": { "io.balena.app-id": "2009215", "io.balena.app-uuid": "370c800736e140d4b17fa9ed65027581", "io.balena.features.dbus": "1", "io.balena.features.firmware": "1", "io.balena.service-id": "1934695", "io.balena.service-name": "wifi-connect", "io.balena.supervised": "true" }, "StopSignal": "SIGTERM", "StopTimeout": 10 }, "NetworkSettings": { "Bridge": "", "SandboxID": "1b92ab4244d041f1500cda89e2701baa56b656264f0eb5bed636d18ae73ecad4", "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": "4fb0d21ebd67251a1efb279d0befb941fd8969d972a1ef43618ac99b189141dd", "EndpointID": "176d7578232ee954e0a46c373e2d1ee02f29fb3503e8cb8afec8a78fbc86a15e", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } }, { "Id": "70b074addbe13f1f40d7e9a44ba3d3dada6df4826215d8ce98ddf2de5cd48b52", "Created": "2023-01-12T16:12:26.964278198Z", "Path": "/usr/src/app/entry.sh", "Args": [], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 2933, "ExitCode": 0, "Error": "", "StartedAt": "2023-02-06T15:03:43.639413521Z", "FinishedAt": "2023-02-03T18:31:15.03070134Z", "Health": { "Status": "healthy", "FailingStreak": 0, "Log": [ { "Start": "2023-02-03T18:17:42.884208088Z", "End": "2023-02-03T18:17:43.528823872Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-02-03T18:22:43.576950972Z", "End": "2023-02-03T18:22:44.207218098Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-02-06T15:08:43.639761599Z", "End": "2023-02-06T15:08:44.364068379Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-02-06T15:13:44.409780857Z", "End": "2023-02-06T15:13:44.993621356Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-02-06T15:18:45.041636895Z", "End": "2023-02-06T15:18:45.695665795Z", "ExitCode": 0, "Output": "OK" } ] } }, "Image": "sha256:0645584356b7309ce5ab118db802727b7d849cb06fdd87f5cc52c624d515d78e", "ResolvConfPath": "/var/lib/docker/containers/70b074addbe13f1f40d7e9a44ba3d3dada6df4826215d8ce98ddf2de5cd48b52/resolv.conf", "HostnamePath": "/var/lib/docker/containers/70b074addbe13f1f40d7e9a44ba3d3dada6df4826215d8ce98ddf2de5cd48b52/hostname", "HostsPath": "/var/lib/docker/containers/70b074addbe13f1f40d7e9a44ba3d3dada6df4826215d8ce98ddf2de5cd48b52/hosts", "LogPath": "", "Name": "/balena_supervisor", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": null, "ContainerIDFile": "", "ContainerIDEnv": "SUPERVISOR_CONTAINER_ID", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "host", "PortBindings": {}, "RestartPolicy": { "Name": "always", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": null, "CapDrop": null, "CgroupnsMode": "host", "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": null, "GroupAdd": null, "IpcMode": "private", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": true, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": [ "label=disable" ], "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, "DeviceRequests": null, "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": null, "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "Mounts": [ { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Target": "/var/run/balena-engine.sock" }, { "Type": "bind", "Source": "/mnt/boot/config.json", "Target": "/boot/config.json" }, { "Type": "bind", "Source": "/mnt/data/apps.json", "Target": "/boot/apps.json" }, { "Type": "bind", "Source": "/resin-data/balena-supervisor", "Target": "/data" }, { "Type": "bind", "Source": "/proc/net/fib_trie", "Target": "/mnt/fib_trie" }, { "Type": "bind", "Source": "/var/log/supervisor-log", "Target": "/var/log" }, { "Type": "bind", "Source": "/etc/ssl/certs", "Target": "/etc/ssl/certs", "ReadOnly": true }, { "Type": "bind", "Source": "/usr/share/ca-certificates", "Target": "/usr/share/ca-certificates", "ReadOnly": true }, { "Type": "bind", "Source": "/", "Target": "/mnt/root" } ], "MaskedPaths": null, "ReadonlyPaths": null }, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/ec26498255ca8e198d8070d1341fae278b1e0b098f77a4e3b2668de1dfec007c-init/diff:/var/lib/docker/overlay2/d8c0c67ecf6545e8ad0aef2bb5eb3a0e525b1c6bf29c35259ad67e4ec7f6e1ee/diff:/var/lib/docker/overlay2/b7abf4e04c806ee2c5dd62de2ddf9ea421c5e4eea2b62bdaef5859dedcadd541/diff:/var/lib/docker/overlay2/aebfa01210baa0ce9857f609767cd2e6a14dd15512a3800b6883b679e7dceb1f/diff:/var/lib/docker/overlay2/6c72cdd9c10f8c5fb3837f31b919185dfc2b44846f23503bdb0eaa23e3cb7937/diff:/var/lib/docker/overlay2/3870ac46964251c953acd954ab1cc7abedaa6c4fee1219bba42d8f092be49896/diff:/var/lib/docker/overlay2/86079e20cf2a92e7fa49ed76b4e8d3054ce0cbddaefbca88547ae913f6870bee/diff:/var/lib/docker/overlay2/d6900cda98b089cbc4e12bc0e500ea147d135f674b05762afe7bd6176bc2a6d9/diff:/var/lib/docker/overlay2/5300efa39cedb72f77751c09d6dc1cf9f41e71e1b13084ff7a6aad4eadebaa57/diff:/var/lib/docker/overlay2/051b553ded1449882fecb447521acb321b33693fc9c7b6edf5aa43d8b2346407/diff:/var/lib/docker/overlay2/c68c0b180c84623ab757fea81adef6a94845a7cf393df145d989798bebe81308/diff:/var/lib/docker/overlay2/29b123b2be09d31db94b76a036bdc3ae6135cd1824e345d70a3a5fe440635cad/diff", "MergedDir": "/var/lib/docker/overlay2/ec26498255ca8e198d8070d1341fae278b1e0b098f77a4e3b2668de1dfec007c/merged", "UpperDir": "/var/lib/docker/overlay2/ec26498255ca8e198d8070d1341fae278b1e0b098f77a4e3b2668de1dfec007c/diff", "WorkDir": "/var/lib/docker/overlay2/ec26498255ca8e198d8070d1341fae278b1e0b098f77a4e3b2668de1dfec007c/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "bind", "Source": "/", "Destination": "/mnt/root", "Mode": "", "RW": true, "Propagation": "rslave" }, { "Type": "bind", "Source": "/var/log/supervisor-log", "Destination": "/var/log", "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/balena-supervisor", "Destination": "/data", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/etc/ssl/certs", "Destination": "/etc/ssl/certs", "Mode": "", "RW": false, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/proc/net/fib_trie", "Destination": "/mnt/fib_trie", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/usr/share/ca-certificates", "Destination": "/usr/share/ca-certificates", "Mode": "", "RW": false, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Destination": "/var/run/balena-engine.sock", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "214acfe", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": true, "AttachStderr": true, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "/usr/src/app/entry.sh" ], "Healthcheck": { "Test": [ "CMD-SHELL", "wget http://127.0.0.1:${LISTEN_PORT:-48484}/v1/healthy -O - -q" ], "Interval": 300000000000, "Timeout": 30000000000, "StartPeriod": 60000000000, "Retries": 3 }, "Image": "registry2.balena-cloud.com/v2/23432fe74f0603a23c6da6e76c2d6bba", "Volumes": { "/data": {} }, "WorkingDir": "/usr/src/app", "Entrypoint": null, "OnBuild": null, "Labels": {} }, "NetworkSettings": { "Bridge": "", "SandboxID": "41108c4cd25a4cf0fc1eb23058bc4f75ed85d103fa937fdbf1384d996f94febc", "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": "4fb0d21ebd67251a1efb279d0befb941fd8969d972a1ef43618ac99b189141dd", "EndpointID": "c8ebca6ab3286526eda3afbaa975cd4400163f642795fbaf40b6442402d5c036", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } } ] real 0m 0.46s user 0m 0.74s sys 0m 0.15s --- balena network inspect $(balena network ls --quiet | tr "\n" " ") --- 2023-02-06 15:19:40.862035816+00:00 [ { "Name": "370c800736e140d4b17fa9ed65027581_default", "Id": "0a3286b79bce0e316f6c8f565ec3b6455f94431af4ef8f1d392866508c81a61e", "Created": "2023-01-13T15:42:05.422043588Z", "Scope": "local", "Driver": "bridge", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": {}, "Config": [ { "Subnet": "172.17.0.0/16", "Gateway": "172.17.0.1" } ] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Containers": { "1745d7df4c51bf088872ad306acac762450ecc293b03f769cfc779b5d680f4ef": { "Name": "grafana_6073900_2465347_23bb06eeae4d49b12eb42a3af13315be", "EndpointID": "6f8a76026a4f86d057b23c68f8f875d0c16fde7142f8f62535133a5efec0f215", "MacAddress": "02:42:ac:11:00:03", "IPv4Address": "172.17.0.3/16", "IPv6Address": "" }, "4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b": { "Name": "node-red_6073898_2465347_23bb06eeae4d49b12eb42a3af13315be", "EndpointID": "b4d4475c0fa492cf520534ff9f756a6fa16c70896b3b7484de38c38c149929bc", "MacAddress": "02:42:ac:11:00:04", "IPv4Address": "172.17.0.4/16", "IPv6Address": "" }, "769d4389705ab0ca736d2afa785d298a1709410c9ca3dfce1de4c23484647878": { "Name": "influxdb_6073899_2465347_23bb06eeae4d49b12eb42a3af13315be", "EndpointID": "62397bd3fe0fc695adf807846792e1b30bdc09fee60ae062bf5b3ebdc49551eb", "MacAddress": "02:42:ac:11:00:02", "IPv4Address": "172.17.0.2/16", "IPv6Address": "" } }, "Options": {}, "Labels": { "io.balena.app-id": "2009215", "io.balena.supervised": "true" } }, { "Name": "bridge", "Id": "e66d6b8afc1d8e6586a85068ce362b7a64a6b2114c5861a3bca10e6ce9d6f9eb", "Created": "2023-02-06T15:03:18.285261019Z", "Scope": "local", "Driver": "bridge", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config": [ { "Subnet": "10.114.101.0/24", "IPRange": "10.114.101.0/25", "Gateway": "10.114.101.1" } ] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Containers": {}, "Options": { "com.docker.network.bridge.default_bridge": "true", "com.docker.network.bridge.enable_icc": "true", "com.docker.network.bridge.enable_ip_masquerade": "true", "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0", "com.docker.network.bridge.name": "balena0", "com.docker.network.driver.mtu": "1500" }, "Labels": {} }, { "Name": "host", "Id": "4fb0d21ebd67251a1efb279d0befb941fd8969d972a1ef43618ac99b189141dd", "Created": "2023-01-11T18:30:23.108870819Z", "Scope": "local", "Driver": "host", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config": [] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Containers": { "4b3752c749494adaa5cf2a2ac8778f43535ad21649331d2f11f0a6615b3239e3": { "Name": "wifi-connect_6073897_2465347_23bb06eeae4d49b12eb42a3af13315be", "EndpointID": "176d7578232ee954e0a46c373e2d1ee02f29fb3503e8cb8afec8a78fbc86a15e", "MacAddress": "", "IPv4Address": "", "IPv6Address": "" }, "4fede34da06e664be451c3f6fc0a886dfece1a808c4ce082eb50146530d7348e": { "Name": "mqtt_6073901_2465347_23bb06eeae4d49b12eb42a3af13315be", "EndpointID": "55a0e54c34e523d5f90540b81f2f29c033e0ccabaa15adbca235a663a5b2ad97", "MacAddress": "", "IPv4Address": "", "IPv6Address": "" }, "70b074addbe13f1f40d7e9a44ba3d3dada6df4826215d8ce98ddf2de5cd48b52": { "Name": "balena_supervisor", "EndpointID": "c8ebca6ab3286526eda3afbaa975cd4400163f642795fbaf40b6442402d5c036", "MacAddress": "", "IPv4Address": "", "IPv6Address": "" } }, "Options": {}, "Labels": {} }, { "Name": "none", "Id": "538e0449762042657be08a0c5ff547658a4453ba44d1c09c269f0f10f38bb5e9", "Created": "2023-01-11T18:30:23.10356368Z", "Scope": "local", "Driver": "null", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config": [] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Containers": {}, "Options": {}, "Labels": {} }, { "Name": "supervisor0", "Id": "a714d4701d64ad52e65657e21341b0e486f27b566aba9ff7d9e554d7c47fdf04", "Created": "2023-01-12T16:12:49.778571838Z", "Scope": "local", "Driver": "bridge", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config": [ { "Subnet": "10.114.104.0/25", "Gateway": "10.114.104.1" } ] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Containers": { "4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b": { "Name": "node-red_6073898_2465347_23bb06eeae4d49b12eb42a3af13315be", "EndpointID": "6a5d380f467ab9035ea6100c49eb3b111360613b305dbde971a08eb397ec574e", "MacAddress": "02:42:0a:72:68:02", "IPv4Address": "10.114.104.2/25", "IPv6Address": "" } }, "Options": { "com.docker.network.bridge.name": "supervisor0" }, "Labels": {} } ] real 0m 0.39s user 0m 0.41s sys 0m 0.11s --- test -f /mnt/state/balena-engine-storage-migration.log && cat /mnt/state/balena-engine-storage-migration.log --- 2023-02-06 15:19:41.286512240+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- echo === BOOT === --- 2023-02-06 15:19:41.326276150+00:00 === BOOT === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- systemd-analyze --- 2023-02-06 15:19:41.372181374+00:00 Startup finished in 8.252s (kernel) + 48.977s (userspace) = 57.229s multi-user.target reached after 46.055s in userspace real 0m 0.31s user 0m 0.01s sys 0m 0.01s --- systemd-analyze critical-chain --- 2023-02-06 15:19:41.710594396+00:00 The time when unit became active or started is printed after the "@" character. The time the unit took to start is printed after the "+" character. multi-user.target @46.055s └─balena-supervisor.service @47.919s +1.037s └─balena.service @9.482s +33.380s └─dnsmasq.service @9.672s +30ms └─network.target @7.851s └─wpa_supplicant.service @10.220s +206ms └─dbus.service @4.363s └─basic.target @4.336s └─paths.target @4.336s └─prepare-openvpn-conf.path @4.291s └─sysinit.target @4.288s └─rngd.service @4.288s └─systemd-udev-settle.service @1.615s +2.655s └─systemd-udev-trigger.service @1.185s +425ms └─systemd-udevd-kernel.socket @1.074s └─system.slice @1.018s └─-.slice @1.018s real 0m 5.00s user 0m 0.68s sys 0m 0.06s --- echo === HARDWARE === --- 2023-02-06 15:19:46.737319162+00:00 === HARDWARE === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/cpuinfo --- 2023-02-06 15:19:46.779061028+00:00 processor : 0 model name : ARMv7 Processor rev 4 (v7l) BogoMIPS : 51.20 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 processor : 1 model name : ARMv7 Processor rev 4 (v7l) BogoMIPS : 51.20 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 processor : 2 model name : ARMv7 Processor rev 4 (v7l) BogoMIPS : 51.20 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 processor : 3 model name : ARMv7 Processor rev 4 (v7l) BogoMIPS : 51.20 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 Hardware : BCM2835 Revision : a02082 Serial : 000000006c2ae8f1 Model : Raspberry Pi 3 Model B Rev 1.2 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/device-tree/model --- 2023-02-06 15:19:46.825041304+00:00 Raspberry Pi 3 Model B Rev 1.2real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/meminfo --- 2023-02-06 15:19:46.869738776+00:00 MemTotal: 995268 kB MemFree: 281252 kB MemAvailable: 670756 kB Buffers: 44416 kB Cached: 309764 kB SwapCached: 0 kB Active: 128400 kB Inactive: 500052 kB Active(anon): 2348 kB Inactive(anon): 241476 kB Active(file): 126052 kB Inactive(file): 258576 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 497632 kB SwapFree: 497632 kB Dirty: 0 kB Writeback: 0 kB AnonPages: 274252 kB Mapped: 187184 kB Shmem: 5568 kB KReclaimable: 37644 kB Slab: 58548 kB SReclaimable: 37644 kB SUnreclaim: 20904 kB KernelStack: 2584 kB PageTables: 4856 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 995264 kB Committed_AS: 1832300 kB VmallocTotal: 1064960 kB VmallocUsed: 7456 kB VmallocChunk: 0 kB Percpu: 1392 kB CmaTotal: 65536 kB CmaFree: 63636 kB real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- ps --- 2023-02-06 15:19:46.913112662+00:00 PID TTY TIME CMD 1 ? 00:00:11 systemd 2 ? 00:00:00 kthreadd 3 ? 00:00:00 rcu_gp 4 ? 00:00:00 rcu_par_gp 8 ? 00:00:00 mm_percpu_wq 9 ? 00:00:00 rcu_tasks_rude_ 10 ? 00:00:00 rcu_tasks_trace 11 ? 00:00:00 ksoftirqd/0 12 ? 00:00:00 rcu_sched 13 ? 00:00:00 migration/0 14 ? 00:00:00 cpuhp/0 15 ? 00:00:00 cpuhp/1 16 ? 00:00:00 migration/1 17 ? 00:00:00 ksoftirqd/1 20 ? 00:00:00 cpuhp/2 21 ? 00:00:00 migration/2 22 ? 00:00:00 ksoftirqd/2 25 ? 00:00:00 cpuhp/3 26 ? 00:00:00 migration/3 27 ? 00:00:00 ksoftirqd/3 30 ? 00:00:00 kdevtmpfs 31 ? 00:00:00 netns 34 ? 00:00:00 kauditd 35 ? 00:00:00 kworker/0:2-events 36 ? 00:00:00 khungtaskd 37 ? 00:00:00 oom_reaper 38 ? 00:00:00 writeback 39 ? 00:00:00 kcompactd0 64 ? 00:00:00 kblockd 65 ? 00:00:00 blkcg_punt_bio 66 ? 00:00:00 md 67 ? 00:00:00 watchdogd 69 ? 00:00:00 kswapd0 72 ? 00:00:00 iscsi_eh 73 ? 00:00:00 iscsi_destroy 74 ? 00:00:00 dwc_otg 76 ? 00:00:00 DWC Notificatio 78 ? 00:00:00 vchiq-slot/0 79 ? 00:00:00 vchiq-recy/0 80 ? 00:00:00 vchiq-sync/0 81 ? 00:00:00 kworker/1:1H-kblockd 82 ? 00:00:00 ipv6_addrconf 83 ? 00:00:00 zswap-shrink 84 ? 00:00:00 kworker/u9:0-hci0 86 ? 00:00:00 kworker/1:5-events_long 105 ? 00:00:00 mmc_complete 421 ? 00:00:00 kworker/3:1H-kblockd 423 ? 00:00:00 kworker/2:1H-kblockd 434 ? 00:00:00 kworker/0:2H-mmc_complete 793 ? 00:00:00 kworker/2:2H 934 ? 00:00:00 jbd2/mmcblk0p2- 935 ? 00:00:00 ext4-rsv-conver 949 ? 00:00:00 jbd2/mmcblk0p5- 950 ? 00:00:00 ext4-rsv-conver 987 ? 00:00:00 jbd2/mmcblk0p6- 988 ? 00:00:00 ext4-rsv-conver 1087 ? 00:00:01 systemd-journal 1118 ? 00:00:00 systemd-udevd 1134 ? 00:00:00 vchiq-keep/0 1136 ? 00:00:00 spi0 1205 ? 00:00:00 cfg80211 1236 ? 00:00:00 brcmf_wq/mmc1:0 1246 ? 00:00:00 brcmf_wdog/mmc1 1544 ? 00:07:06 rngd 1548 ? 00:00:45 plymouthd 1551 ? 00:00:00 ModemManager 1613 ? 00:00:00 systemd-logind 1665 ? 00:00:00 kworker/3:4-mm_percpu_wq 1751 ? 00:00:01 NetworkManager 1855 ? 00:00:00 hciattach 1856 ? 00:00:00 kworker/u9:1-hci0 1877 ? 00:00:00 bluetoothd 1889 ? 00:00:17 balenad 1894 ? 00:00:00 exe 1910 ? 00:00:01 kworker/u8:3-brcmf_wq/mmc1:0001:1 1925 ? 00:00:00 cryptd 1932 ? 00:00:00 wpa_supplicant 1961 ? 00:00:01 kworker/0:3-events 2085 ? 00:00:00 chronyd 2086 ? 00:00:00 exe 2120 ? 00:00:02 balena-engine-c 2318 ? 00:00:03 balena-engine-c 2329 ? 00:00:00 balena-engine-p 2339 ? 00:00:02 balena-engine-c 2348 ? 00:00:03 balena-engine-c 2358 ? 00:00:00 balena-engine-p 2371 ? 00:00:00 balena-engine-p 2399 ? 00:00:00 balena-engine-p 2424 ? 00:00:03 balena-engine-c 2516 ? 00:00:02 balena-engine-c 2676 ? 00:00:00 kworker/2:3-mm_percpu_wq 2834 ? 00:00:00 start-balena-su 2835 ? 00:00:00 exe 2907 ? 00:00:00 balena 2916 ? 00:00:03 balena-engine-c 2933 ? 00:00:26 node 2987 ? 00:00:00 journalctl 2997 ? 00:00:00 jbd2/mmcblk0p3- 2998 ? 00:00:00 ext4-rsv-conver 3510 ? 00:00:00 kworker/3:0-events 3522 ? 00:00:00 kworker/2:0-events 3529 ? 00:00:00 kworker/3:0H 3561 ? 00:00:00 kworker/1:0H 3631 ? 00:00:00 kworker/0:0-events 3636 ? 00:00:00 kworker/u8:0-events_unbound 3754 ? 00:00:00 kworker/1:1-events_power_efficient 3766 ? 00:00:00 kworker/0:0H 3767 ? 00:00:00 kworker/3:1-cgroup_destroy 3890 ? 00:00:00 kworker/0:1-events 3903 ? 00:00:00 kworker/u8:1+brcmf_wq/mmc1:0001:1 3932 ? 00:00:00 kworker/2:1-mm_percpu_wq 3954 ? 00:00:00 kworker/1:2H 3956 ? 00:00:00 kworker/3:2-mm_percpu_wq 3972 ? 00:00:00 kworker/1:0-mm_percpu_wq 4017 ? 00:00:00 sshd 4023 ? 00:00:00 sh 4025 ? 00:00:00 bash 4226 ? 00:00:00 kworker/0:1H 4333 ? 00:00:00 kworker/3:2H 4391 ? 00:00:00 time 4392 ? 00:00:00 timeout 4393 ? 00:00:00 ps real 0m 0.06s user 0m 0.01s sys 0m 0.03s --- top -b -n 1 --- 2023-02-06 15:19:47.003649942+00:00 Mem: 713692K used, 281576K free, 5568K shrd, 44416K buff, 309908K cached CPU: 4% usr 4% sys 0% nic 89% idle 0% io 0% irq 2% sirq Load average: 1.78 1.27 1.10 1/312 4403 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 4403 4402 root R 2380 0% 2% top -b -n 1 3903 2 root IW 0 0% 2% [kworker/u8:1-br] 1889 1 root S 984m 101% 0% /usr/bin/balenad --experimental --log-driver=journald --storage-driver=overlay2 -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock --dns=10.114.102.1 --bip=10.114.101.1/24 --fixed-cidr=10.114.101.0/25 --max-download-attempts=10 --exec-opt=native.cgroupdriver=systemd -H tcp://0.0.0.0:2375 2120 1889 root S 952m 98% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 2554 2424 root S 912m 94% 0% grafana-server -homepath /usr/share/grafana 2907 2834 root S 888m 91% 0% balena start --attach balena_supervisor 2399 1889 root S 887m 91% 0% /usr/bin/balena-engine-proxy -proto tcp -host-ip :: -host-port 80 -container-ip 172.17.0.4 -container-port 80 2318 2120 root S 887m 91% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/769d4389705ab0ca736d2afa785d298a1709410c9ca3dfce1de4c23484647878 -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-bale 2516 2120 root S 887m 91% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b -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-bale 2339 2120 root S 887m 91% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4fede34da06e664be451c3f6fc0a886dfece1a808c4ce082eb50146530d7348e -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-bale 2358 1889 root S 887m 91% 0% /usr/bin/balena-engine-proxy -proto tcp -host-ip :: -host-port 8080 -container-ip 172.17.0.3 -container-port 80 2329 1889 root S 887m 91% 0% /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8080 -container-ip 172.17.0.3 -container-port 80 2424 2120 root S 887m 91% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/1745d7df4c51bf088872ad306acac762450ecc293b03f769cfc779b5d680f4ef -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-bale 2916 2120 root S 887m 91% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/70b074addbe13f1f40d7e9a44ba3d3dada6df4826215d8ce98ddf2de5cd48b52 -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-bale 2371 1889 root S 887m 91% 0% /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0.0.0 -host-port 80 -container-ip 172.17.0.4 -container-port 80 2348 2120 root S 879m 90% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4b3752c749494adaa5cf2a2ac8778f43535ad21649331d2f11f0a6615b3239e3 -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-bale 2400 2318 root S 853m 87% 0% influxd 2752 2584 root S 175m 18% 0% node-red 2933 2916 root S 174m 18% 0% node /usr/src/app/dist/app.js 1551 1 root S 53296 5% 0% /usr/sbin/ModemManager --log-journal 1751 1 root S 40828 4% 0% /usr/sbin/NetworkManager --no-daemon 1544 1 root S 38424 4% 0% /usr/sbin/rngd -f -r /dev/hwrng 1 0 root S 26264 3% 0% {systemd} /sbin/init 2679 2554 root S 15088 2% 0% python update-dashboards.py 2987 2933 root S 14272 1% 0% journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service 2085 1 root S 11500 1% 0% /usr/sbin/chronyd -d 1087 1 root S 10508 1% 0% /lib/systemd/systemd-journald 1548 1 root S 8284 1% 0% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 1932 1 root S 8108 1% 0% /usr/sbin/wpa_supplicant -u 1613 1 root S 6212 1% 0% /lib/systemd/systemd-logind 1877 1 root S 5764 1% 0% /usr/libexec/bluetooth/bluetoothd --experimental 1118 1 root S 5164 1% 0% /lib/systemd/systemd-udevd 2103 1 openvpn S 4972 0% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 4017 1 root S 4668 0% 0% sshd: root@notty 1894 1889 root S 4516 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1889 2086 2085 root S 4516 0% 0% /proc/self/exe --healthcheck /usr/libexec/chrony-healthcheck --pid 2085 2835 2834 root S 4516 0% 0% /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 2834 2584 2516 root S 4488 0% 0% /bin/bash /usr/src/app/start.sh 1837 1 avahi S 4256 0% 0% avahi-daemon: running [214acfe.local] 1555 1 messageb S 4108 0% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 1839 1837 avahi S 4088 0% 0% avahi-daemon: chroot helper 1914 1 nobody S 3652 0% 0% /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10.114.102.1 -7 /etc/dnsmasq.d/ -r /etc/resolv.dnsmasq -z --servers-file=/run/dnsmasq.servers -k --log-facility=- 2463 2339 1883 S 3116 0% 0% /usr/sbin/mosquitto -c /mosquitto-no-auth.conf 4025 4023 root S 2664 0% 0% bash -s -- 2834 1 root S 2628 0% 0% {start-balena-su} /bin/sh /usr/bin/start-balena-supervisor 4023 4017 root S 2540 0% 0% sh -c H(){ local h="=============================================================";echo $h;echo " $*";echo $h;};X=config.json;C=/mnt/boottmp/$X;[ -f $C ]||C=/mnt/boot/$X;[ -f $C ]||C=/mnt/conf/$X;[ -f $C ]||C=/mnt/data-disk/$X;[ -f $C ]||C=/mnt/boot/$X;if [ ! -f $C ];then F "Error: Failed to find $X! (bye, bye)";fi;if [ "$(jq -r '.uuid' $C)" = "214acfe18b60a4387881a73a87aac3ab" ];then TERM=xterm;ba 4401 4025 root S 2248 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 2469 2348 root S 1860 0% 0% /bin/busybox sh start.sh 4022 2469 root S 1860 0% 0% sleep 120 1855 1 root S 1688 0% 0% /usr/bin/hciattach /dev/serial1 bcm43xx 921600 noflow - b8:27:eb:80:42:5b 1571 1 root S 1676 0% 0% /sbin/agetty -o -p -- \u --noclear tty1 linux 1591 1 root S 1676 0% 0% /sbin/agetty -8 -L serial0 115200 linux 4402 4401 root S 1568 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 1910 2 root IW 0 0% 0% [kworker/u8:3-br] 1961 2 root IW 0 0% 0% [kworker/0:3-eve] 3631 2 root IW 0 0% 0% [kworker/0:0-eve] 35 2 root IW 0 0% 0% [kworker/0:2-eve] 423 2 root IW< 0 0% 0% [kworker/2:1H-kb] 3522 2 root IW 0 0% 0% [kworker/2:0-eve] 421 2 root IW< 0 0% 0% [kworker/3:1H-kb] 86 2 root IW 0 0% 0% [kworker/1:5-eve] 1665 2 root IW 0 0% 0% [kworker/3:4-mm_] 3890 2 root IW 0 0% 0% [kworker/0:1-eve] 1246 2 root SW 0 0% 0% [brcmf_wdog/mmc1] 81 2 root IW< 0 0% 0% [kworker/1:1H-kb] 12 2 root IW 0 0% 0% [rcu_sched] 11 2 root SW 0 0% 0% [ksoftirqd/0] 3636 2 root IW 0 0% 0% [kworker/u8:0-ev] 434 2 root IW< 0 0% 0% [kworker/0:2H-mm] 17 2 root SW 0 0% 0% [ksoftirqd/1] 27 2 root SW 0 0% 0% [ksoftirqd/3] 3754 2 root IW 0 0% 0% [kworker/1:1-eve] 987 2 root SW 0 0% 0% [jbd2/mmcblk0p6-] 22 2 root SW 0 0% 0% [ksoftirqd/2] 3510 2 root IW 0 0% 0% [kworker/3:0-eve] 3767 2 root IW 0 0% 0% [kworker/3:1-cgr] 13 2 root SW 0 0% 0% [migration/0] 39 2 root SW 0 0% 0% [kcompactd0] 21 2 root SW 0 0% 0% [migration/2] 26 2 root SW 0 0% 0% [migration/3] 2 0 root SW 0 0% 0% [kthreadd] 793 2 root IW< 0 0% 0% [kworker/2:2H] 3 2 root IW< 0 0% 0% [rcu_gp] 4 2 root IW< 0 0% 0% [rcu_par_gp] 8 2 root IW< 0 0% 0% [mm_percpu_wq] 9 2 root SW 0 0% 0% [rcu_tasks_rude_] 10 2 root SW 0 0% 0% [rcu_tasks_trace] 14 2 root SW 0 0% 0% [cpuhp/0] 15 2 root SW 0 0% 0% [cpuhp/1] 16 2 root SW 0 0% 0% [migration/1] 20 2 root SW 0 0% 0% [cpuhp/2] 25 2 root SW 0 0% 0% [cpuhp/3] 30 2 root SW 0 0% 0% [kdevtmpfs] 31 2 root IW< 0 0% 0% [netns] 34 2 root SW 0 0% 0% [kauditd] 36 2 root SW 0 0% 0% [khungtaskd] 37 2 root SW 0 0% 0% [oom_reaper] 38 2 root IW< 0 0% 0% [writeback] 64 2 root IW< 0 0% 0% [kblockd] 65 2 root IW< 0 0% 0% [blkcg_punt_bio] 66 2 root IW< 0 0% 0% [md] 67 2 root SW 0 0% 0% [watchdogd] 69 2 root SW 0 0% 0% [kswapd0] 72 2 root IW< 0 0% 0% [iscsi_eh] 73 2 root IW< 0 0% 0% [iscsi_destroy] 74 2 root IW< 0 0% 0% [dwc_otg] 76 2 root IW< 0 0% 0% [DWC Notificatio] 78 2 root SW< 0 0% 0% [vchiq-slot/0] 79 2 root SW< 0 0% 0% [vchiq-recy/0] 80 2 root SW< 0 0% 0% [vchiq-sync/0] 82 2 root IW< 0 0% 0% [ipv6_addrconf] 83 2 root IW< 0 0% 0% [zswap-shrink] 84 2 root IW< 0 0% 0% [kworker/u9:0-hc] 105 2 root IW< 0 0% 0% [mmc_complete] 934 2 root SW 0 0% 0% [jbd2/mmcblk0p2-] 935 2 root IW< 0 0% 0% [ext4-rsv-conver] 949 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 950 2 root IW< 0 0% 0% [ext4-rsv-conver] 988 2 root IW< 0 0% 0% [ext4-rsv-conver] 1134 2 root SW 0 0% 0% [vchiq-keep/0] 1136 2 root SW 0 0% 0% [spi0] 1205 2 root IW< 0 0% 0% [cfg80211] 1236 2 root IW< 0 0% 0% [brcmf_wq/mmc1:0] 1856 2 root IW< 0 0% 0% [kworker/u9:1-hc] 1925 2 root IW< 0 0% 0% [cryptd] 2676 2 root IW 0 0% 0% [kworker/2:3-mm_] 2997 2 root SW 0 0% 0% [jbd2/mmcblk0p3-] 2998 2 root IW< 0 0% 0% [ext4-rsv-conver] 3529 2 root IW< 0 0% 0% [kworker/3:0H] 3561 2 root IW< 0 0% 0% [kworker/1:0H] 3766 2 root IW< 0 0% 0% [kworker/0:0H] 3932 2 root IW 0 0% 0% [kworker/2:1-mm_] 3954 2 root IW< 0 0% 0% [kworker/1:2H] 3956 2 root IW 0 0% 0% [kworker/3:2-mm_] 3972 2 root IW 0 0% 0% [kworker/1:0-mm_] 4226 2 root IW< 0 0% 0% [kworker/0:1H] 4333 2 root IW< 0 0% 0% [kworker/3:2H] real 0m 0.15s user 0m 0.00s sys 0m 0.04s --- cat /var/log/provisioning-progress.log --- 2023-02-06 15:19:47.182680921+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- df -h --- 2023-02-06 15:19:47.227186571+00:00 Filesystem Size Used Avail Use% Mounted on devtmpfs 450M 0 450M 0% /dev tmpfs 486M 5.2M 481M 2% /run /dev/mmcblk0p2 300M 242M 39M 87% /mnt/sysroot/active /dev/disk/by-state/resin-state 18M 78K 16M 1% /mnt/state overlay 300M 242M 39M 87% / /dev/mmcblk0p6 58G 1.6G 54G 3% /mnt/data tmpfs 486M 0 486M 0% /dev/shm tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup tmpfs 486M 192K 486M 1% /tmp tmpfs 486M 56K 486M 1% /var/volatile /dev/mmcblk0p1 40M 8.8M 31M 23% /mnt/boot /dev/mmcblk0p3 300M 14K 280M 1% /mnt/sysroot/inactive real 0m 0.02s user 0m 0.01s sys 0m 0.00s --- df -ih --- 2023-02-06 15:19:47.278582957+00:00 Filesystem Inodes IUsed IFree IUse% Mounted on devtmpfs 113K 405 113K 1% /dev tmpfs 122K 773 121K 1% /run /dev/mmcblk0p2 40K 6.4K 34K 16% /mnt/sysroot/active /dev/disk/by-state/resin-state 5.0K 76 5.0K 2% /mnt/state overlay 40K 6.4K 34K 16% / /dev/mmcblk0p6 5.6M 78K 5.5M 2% /mnt/data tmpfs 122K 1 122K 1% /dev/shm tmpfs 1.0K 16 1008 2% /sys/fs/cgroup tmpfs 400K 22 400K 1% /tmp tmpfs 122K 59 122K 1% /var/volatile /dev/mmcblk0p1 0 0 0 - /mnt/boot /dev/mmcblk0p3 40K 11 40K 1% /mnt/sysroot/inactive real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done --- 2023-02-06 15:19:47.324542817+00:00 /sys/class/thermal/thermal_zone0 48312 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- 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 --- 2023-02-06 15:19:47.371683241+00:00 /sys/class/mmc_host/mmc0/mmc0:59b4 manfid:0x00001b oemid:0x534d name:EC1S5 hwrev:0x3 fwrev:0x0 real 0m 0.03s user 0m 0.01s sys 0m 0.02s --- free -h --- 2023-02-06 15:19:47.438657861+00:00 total used free shared buff/cache available Mem: 995268 322272 280912 5568 392084 670676 Swap: 497632 0 497632 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- ls -l /dev --- 2023-02-06 15:19:47.485541881+00:00 total 0 crw------- 1 root root 10, 61 Feb 3 18:31 ashmem crw-r--r-- 1 root root 10, 235 Feb 3 18:31 autofs crw------- 1 root root 10, 60 Feb 3 18:31 binder drwxr-xr-x 2 root root 680 Jan 1 1970 block crw------- 1 root root 10, 234 Aug 6 2021 btrfs-control drwxr-xr-x 3 root root 60 Jan 1 1970 bus crw------- 1 root root 10, 63 Feb 3 18:31 cachefiles drwxr-xr-x 2 root root 2680 Feb 3 18:31 char crw--w---- 1 root tty 5, 1 Feb 3 18:31 console crw------- 1 root root 10, 203 Aug 6 2021 cuse drwxr-xr-x 8 root root 160 Jan 1 1970 disk drwxr-xr-x 2 root root 80 Jan 1 1970 dma_heap crw-rw---- 1 root video 29, 0 Feb 3 18:31 fb0 lrwxrwxrwx 1 root root 13 Aug 6 2021 fd -> /proc/self/fd crw-rw-rw- 1 root root 1, 7 Feb 3 18:31 full crw-rw-rw- 1 root root 10, 229 Feb 3 18:31 fuse crw------- 1 root root 254, 0 Feb 3 18:31 gpiochip0 crw------- 1 root root 254, 1 Feb 3 18:31 gpiochip1 crw------- 1 root root 254, 2 Feb 3 18:31 gpiochip2 crw------- 1 root root 247, 0 Feb 3 18:31 gpiomem crw------- 1 root root 10, 183 Feb 3 18:31 hwrng crw------- 1 root root 89, 1 Feb 3 18:31 i2c-1 lrwxrwxrwx 1 root root 12 Aug 6 2021 initctl -> /run/initctl drwxr-xr-x 2 root root 60 Jan 1 1970 input crw-r--r-- 1 root root 1, 11 Feb 3 18:31 kmsg lrwxrwxrwx 1 root root 28 Aug 6 2021 log -> /run/systemd/journal/dev-log crw-rw---- 1 root disk 10, 237 Feb 3 18:31 loop-control brw-rw---- 1 root disk 7, 0 Feb 3 18:31 loop0 brw-rw---- 1 root disk 7, 1 Feb 3 18:31 loop1 brw-rw---- 1 root disk 7, 2 Feb 3 18:31 loop2 brw-rw---- 1 root disk 7, 3 Feb 3 18:31 loop3 brw-rw---- 1 root disk 7, 4 Feb 3 18:31 loop4 brw-rw---- 1 root disk 7, 5 Feb 3 18:31 loop5 brw-rw---- 1 root disk 7, 6 Feb 3 18:31 loop6 brw-rw---- 1 root disk 7, 7 Feb 3 18:31 loop7 drwxr-xr-x 2 root root 60 Aug 6 2021 mapper crw-r----- 1 root kmem 1, 1 Feb 3 18:31 mem brw-rw---- 1 root disk 179, 0 Feb 3 18:31 mmcblk0 brw-rw---- 1 root disk 179, 1 Feb 3 18:31 mmcblk0p1 brw-rw---- 1 root disk 179, 2 Feb 3 18:31 mmcblk0p2 brw-rw---- 1 root disk 179, 3 Feb 3 18:31 mmcblk0p3 brw-rw---- 1 root disk 179, 4 Feb 3 18:31 mmcblk0p4 brw-rw---- 1 root disk 179, 5 Feb 3 18:31 mmcblk0p5 brw-rw---- 1 root disk 179, 6 Feb 3 18:31 mmcblk0p6 drwxrwxrwt 2 root root 40 Jan 1 1970 mqueue drwxr-xr-x 2 root root 60 Jan 1 1970 net crw-rw-rw- 1 root root 1, 3 Feb 3 18:31 null crw------- 1 root root 108, 0 Aug 6 2021 ppp crw-rw-rw- 1 root tty 5, 2 Feb 3 18:31 ptmx drwxr-xr-x 2 root root 0 Aug 6 2021 pts brw-rw---- 1 root disk 1, 0 Feb 3 18:31 ram0 brw-rw---- 1 root disk 1, 1 Feb 3 18:31 ram1 brw-rw---- 1 root disk 1, 10 Feb 3 18:31 ram10 brw-rw---- 1 root disk 1, 11 Feb 3 18:31 ram11 brw-rw---- 1 root disk 1, 12 Feb 3 18:31 ram12 brw-rw---- 1 root disk 1, 13 Feb 3 18:31 ram13 brw-rw---- 1 root disk 1, 14 Feb 3 18:31 ram14 brw-rw---- 1 root disk 1, 15 Feb 3 18:31 ram15 brw-rw---- 1 root disk 1, 2 Feb 3 18:31 ram2 brw-rw---- 1 root disk 1, 3 Feb 3 18:31 ram3 brw-rw---- 1 root disk 1, 4 Feb 3 18:31 ram4 brw-rw---- 1 root disk 1, 5 Feb 3 18:31 ram5 brw-rw---- 1 root disk 1, 6 Feb 3 18:31 ram6 brw-rw---- 1 root disk 1, 7 Feb 3 18:31 ram7 brw-rw---- 1 root disk 1, 8 Feb 3 18:31 ram8 brw-rw---- 1 root disk 1, 9 Feb 3 18:31 ram9 crw-rw-rw- 1 root root 1, 8 Feb 3 18:31 random drwxr-xr-x 2 root root 60 Jan 1 1970 raw crw-rw-r-- 1 root root 10, 242 Feb 3 18:31 rfkill lrwxrwxrwx 1 root root 5 Feb 3 18:31 serial0 -> ttyS0 lrwxrwxrwx 1 root root 7 Feb 3 18:31 serial1 -> ttyAMA0 drwxrwxrwt 2 root root 40 Aug 6 2021 shm crw------- 1 root root 10, 231 Feb 3 18:31 snapshot drwxr-xr-x 3 root root 140 Feb 3 18:31 snd crw------- 1 root root 153, 0 Feb 3 18:31 spidev0.0 crw------- 1 root root 153, 1 Feb 3 18:31 spidev0.1 lrwxrwxrwx 1 root root 15 Aug 6 2021 stderr -> /proc/self/fd/2 lrwxrwxrwx 1 root root 15 Aug 6 2021 stdin -> /proc/self/fd/0 lrwxrwxrwx 1 root root 15 Aug 6 2021 stdout -> /proc/self/fd/1 crw-rw-rw- 1 root tty 5, 0 Feb 3 18:31 tty crw--w---- 1 root tty 4, 0 Feb 3 18:31 tty0 crw--w---- 1 root tty 4, 1 Feb 6 15:03 tty1 crw--w---- 1 root tty 4, 10 Feb 3 18:31 tty10 crw--w---- 1 root tty 4, 11 Feb 3 18:31 tty11 crw--w---- 1 root tty 4, 12 Feb 3 18:31 tty12 crw--w---- 1 root tty 4, 13 Feb 3 18:31 tty13 crw--w---- 1 root tty 4, 14 Feb 3 18:31 tty14 crw--w---- 1 root tty 4, 15 Feb 3 18:31 tty15 crw--w---- 1 root tty 4, 16 Feb 3 18:31 tty16 crw--w---- 1 root tty 4, 17 Feb 3 18:31 tty17 crw--w---- 1 root tty 4, 18 Feb 3 18:31 tty18 crw--w---- 1 root tty 4, 19 Feb 3 18:31 tty19 crw--w---- 1 root tty 4, 2 Feb 3 18:31 tty2 crw--w---- 1 root tty 4, 20 Feb 3 18:31 tty20 crw--w---- 1 root tty 4, 21 Feb 3 18:31 tty21 crw--w---- 1 root tty 4, 22 Feb 3 18:31 tty22 crw--w---- 1 root tty 4, 23 Feb 3 18:31 tty23 crw--w---- 1 root tty 4, 24 Feb 3 18:31 tty24 crw--w---- 1 root tty 4, 25 Feb 3 18:31 tty25 crw--w---- 1 root tty 4, 26 Feb 3 18:31 tty26 crw--w---- 1 root tty 4, 27 Feb 3 18:31 tty27 crw--w---- 1 root tty 4, 28 Feb 3 18:31 tty28 crw--w---- 1 root tty 4, 29 Feb 3 18:31 tty29 crw--w---- 1 root tty 4, 3 Feb 3 18:31 tty3 crw--w---- 1 root tty 4, 30 Feb 3 18:31 tty30 crw--w---- 1 root tty 4, 31 Feb 3 18:31 tty31 crw--w---- 1 root tty 4, 32 Feb 3 18:31 tty32 crw--w---- 1 root tty 4, 33 Feb 3 18:31 tty33 crw--w---- 1 root tty 4, 34 Feb 3 18:31 tty34 crw--w---- 1 root tty 4, 35 Feb 3 18:31 tty35 crw--w---- 1 root tty 4, 36 Feb 3 18:31 tty36 crw--w---- 1 root tty 4, 37 Feb 3 18:31 tty37 crw--w---- 1 root tty 4, 38 Feb 3 18:31 tty38 crw--w---- 1 root tty 4, 39 Feb 3 18:31 tty39 crw--w---- 1 root tty 4, 4 Feb 3 18:31 tty4 crw--w---- 1 root tty 4, 40 Feb 3 18:31 tty40 crw--w---- 1 root tty 4, 41 Feb 3 18:31 tty41 crw--w---- 1 root tty 4, 42 Feb 3 18:31 tty42 crw--w---- 1 root tty 4, 43 Feb 3 18:31 tty43 crw--w---- 1 root tty 4, 44 Feb 3 18:31 tty44 crw--w---- 1 root tty 4, 45 Feb 3 18:31 tty45 crw--w---- 1 root tty 4, 46 Feb 3 18:31 tty46 crw--w---- 1 root tty 4, 47 Feb 3 18:31 tty47 crw--w---- 1 root tty 4, 48 Feb 3 18:31 tty48 crw--w---- 1 root tty 4, 49 Feb 3 18:31 tty49 crw--w---- 1 root tty 4, 5 Feb 3 18:31 tty5 crw--w---- 1 root tty 4, 50 Feb 3 18:31 tty50 crw--w---- 1 root tty 4, 51 Feb 3 18:31 tty51 crw--w---- 1 root tty 4, 52 Feb 3 18:31 tty52 crw--w---- 1 root tty 4, 53 Feb 3 18:31 tty53 crw--w---- 1 root tty 4, 54 Feb 3 18:31 tty54 crw--w---- 1 root tty 4, 55 Feb 3 18:31 tty55 crw--w---- 1 root tty 4, 56 Feb 3 18:31 tty56 crw--w---- 1 root tty 4, 57 Feb 3 18:31 tty57 crw--w---- 1 root tty 4, 58 Feb 3 18:31 tty58 crw--w---- 1 root tty 4, 59 Feb 3 18:31 tty59 crw--w---- 1 root tty 4, 6 Feb 3 18:31 tty6 crw--w---- 1 root tty 4, 60 Feb 3 18:31 tty60 crw--w---- 1 root tty 4, 61 Feb 3 18:31 tty61 crw--w---- 1 root tty 4, 62 Feb 3 18:31 tty62 crw--w---- 1 root tty 4, 63 Feb 3 18:31 tty63 crw--w---- 1 root tty 4, 7 Feb 3 18:31 tty7 crw--w---- 1 root tty 4, 8 Feb 3 18:31 tty8 crw--w---- 1 root tty 4, 9 Feb 3 18:31 tty9 crw-rw---- 1 root dialout 204, 64 Feb 3 18:31 ttyAMA0 crw--w---- 1 root tty 4, 64 Feb 3 18:31 ttyS0 crw------- 1 root root 5, 3 Feb 3 18:31 ttyprintk crw------- 1 root root 10, 59 Feb 3 18:31 ubi_ctrl crw------- 1 root root 10, 239 Aug 6 2021 uhid crw------- 1 root root 10, 223 Aug 6 2021 uinput crw-rw-rw- 1 root root 1, 9 Feb 3 18:31 urandom crw------- 1 root root 248, 0 Feb 3 18:31 vc-mem crw------- 1 root root 244, 0 Feb 3 18:31 vchiq crw------- 1 root root 10, 62 Feb 3 18:31 vcio crw-rw---- 1 root tty 7, 0 Feb 3 18:31 vcs crw-rw---- 1 root tty 7, 1 Feb 3 18:31 vcs1 crw-rw---- 1 root tty 7, 2 Feb 3 18:31 vcs2 crw-rw---- 1 root tty 7, 3 Feb 3 18:31 vcs3 crw-rw---- 1 root tty 7, 4 Feb 3 18:31 vcs4 crw-rw---- 1 root tty 7, 5 Feb 3 18:31 vcs5 crw-rw---- 1 root tty 7, 6 Feb 3 18:31 vcs6 crw-rw---- 1 root tty 7, 128 Feb 3 18:31 vcsa crw-rw---- 1 root tty 7, 129 Feb 3 18:31 vcsa1 crw-rw---- 1 root tty 7, 130 Feb 3 18:31 vcsa2 crw-rw---- 1 root tty 7, 131 Feb 3 18:31 vcsa3 crw-rw---- 1 root tty 7, 132 Feb 3 18:31 vcsa4 crw-rw---- 1 root tty 7, 133 Feb 3 18:31 vcsa5 crw-rw---- 1 root tty 7, 134 Feb 3 18:31 vcsa6 crw-rw---- 1 root tty 7, 64 Feb 3 18:31 vcsu crw-rw---- 1 root tty 7, 65 Feb 3 18:31 vcsu1 crw-rw---- 1 root tty 7, 66 Feb 3 18:31 vcsu2 crw-rw---- 1 root tty 7, 67 Feb 3 18:31 vcsu3 crw-rw---- 1 root tty 7, 68 Feb 3 18:31 vcsu4 crw-rw---- 1 root tty 7, 69 Feb 3 18:31 vcsu5 crw-rw---- 1 root tty 7, 70 Feb 3 18:31 vcsu6 crw------- 1 root root 10, 137 Aug 6 2021 vhci crw------- 1 root root 10, 130 Feb 3 18:31 watchdog crw------- 1 root root 250, 0 Feb 3 18:31 watchdog0 crw-rw-rw- 1 root root 1, 5 Feb 3 18:31 zero brw-rw---- 1 root disk 253, 0 Feb 3 18:31 zram0 real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- lsusb -vvv --- 2023-02-06 15:19:47.541541154+00:00 Bus 001 Device 003: ID 0424:ec00 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 255 bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 idVendor 0x0424 idProduct 0xec00 bcdDevice 2.00 iManufacturer 0 iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0027 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 2mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 bInterfaceSubClass 0 bInterfaceProtocol 255 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0010 1x 16 bytes bInterval 4 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 255 bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 001 Device 002: ID 0424:9514 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 2 bMaxPacketSize0 64 idVendor 0x0424 idProduct 0x9514 bcdDevice 2.00 iManufacturer 0 iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0029 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 2mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 1 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0001 1x 1 bytes bInterval 12 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 1 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 2 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0001 1x 1 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 5 wHubCharacteristic 0x000d Per-port power switching Compound device Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 50 * 2 milli seconds bHubContrCurrent 1 milli Ampere DeviceRemovable 0x02 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0503 highspeed power enable connect Port 2: 0000.0100 power Port 3: 0000.0100 power Port 4: 0000.0100 power Port 5: 0000.0100 power Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 001 Device 001: ID 1d6b:0002 Linux 5.10.95-v7 dwc_otg_hcd DWC OTG Controller Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0002 bcdDevice 5.10 iManufacturer 3 Linux 5.10.95-v7 dwc_otg_hcd iProduct 2 DWC OTG Controller iSerial 1 3f980000.usb bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0019 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 0 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 1 wHubCharacteristic 0x0008 Ganged power switching Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 1 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0503 highspeed power enable connect Device Status: 0x0001 Self Powered real 0m 0.04s user 0m 0.02s sys 0m 0.00s --- mmcli -L --- 2023-02-06 15:19:47.618672010+00:00 No modems were found real 0m 0.06s user 0m 0.04s sys 0m 0.01s --- mount --- 2023-02-06 15:19:47.717296165+00:00 proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,relatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=460768k,nr_inodes=115192,mode=755) tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755) /dev/mmcblk0p2 on /mnt/sysroot/active type ext4 (rw,relatime) /dev/mmcblk0p5 on /mnt/state type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/machine-id type ext4 (rw,relatime) overlay on / type overlay (ro,relatime,lowerdir=/balena/overlay2/l/7KXBBRLQMVGUWJS37FBAKXAUVY,upperdir=/balena/overlay2/cac97e8efae8bf4ccf8d151eb43621375cbd1765ee264f0f66c7fefe30d972cf/diff,workdir=/balena/overlay2/cac97e8efae8bf4ccf8d151eb43621375cbd1765ee264f0f66c7fefe30d972cf/work) /dev/mmcblk0p6 on /mnt/data type ext4 (rw,relatime) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=666) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,size=4096k,nr_inodes=1024,mode=755) cgroup2 on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate) cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd) none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=497636k,nr_inodes=409600) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) systemd-1 on /mnt/sysroot/inactive type autofs (rw,relatime,fd=38,pgrp=1,timeout=0,minproto=5,maxproto=5,direct) tmpfs on /var/volatile type tmpfs (rw,relatime) /dev/mmcblk0p5 on /etc/fake-hwclock type ext4 (rw,relatime) /dev/mmcblk0p1 on /mnt/boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro) tmpfs on /var/cache type tmpfs (rw,relatime) tmpfs on /srv type tmpfs (rw,relatime) tmpfs on /var/lib type tmpfs (rw,relatime) tmpfs on /var/spool type tmpfs (rw,relatime) /dev/mmcblk0p6 on /resin-data type ext4 (rw,relatime) /dev/mmcblk0p6 on /var/lib/docker type ext4 (rw,relatime) /dev/mmcblk0p6 on /var/volatile/lib/docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/NetworkManager/system-connections type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/balena-supervisor type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/NetworkManager/conf.d type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/hostname type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/openvpn type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/ssh/hostkeys type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/udev/rules.d type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.rnd type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.ssh type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/NetworkManager type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/NetworkManager type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/bluetooth type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/bluetooth type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/chrony type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/chrony type ext4 (rw,relatime) /dev/mmcblk0p5 on /usr/share/ca-certificates/balena type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/lib/systemd type ext4 (rw,relatime) /dev/mmcblk0p5 on /var/volatile/lib/systemd type ext4 (rw,relatime) /dev/mmcblk0p3 on /mnt/sysroot/inactive type ext4 (rw,relatime) real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- uname -a --- 2023-02-06 15:19:47.768528490+00:00 Linux 214acfe 5.10.95-v7 #1 SMP Thu Feb 17 11:43:01 UTC 2022 armv7l armv7l armv7l GNU/Linux real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- echo === NETWORK === --- 2023-02-06 15:19:47.814082623+00:00 === NETWORK === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- /sbin/ip addr --- 2023-02-06 15:19:47.857012033+00:00 1: lo: mtu 65536 qdisc noqueue qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc fq_codel qlen 1000 link/ether b8:27:eb:2a:e8:f1 brd ff:ff:ff:ff:ff:ff 3: wlan0: mtu 1500 qdisc fq_codel qlen 1000 link/ether b8:27:eb:7f:bd:a4 brd ff:ff:ff:ff:ff:ff inet 192.168.0.53/24 brd 192.168.0.255 scope global dynamic noprefixroute wlan0 valid_lft 85392sec preferred_lft 85392sec inet6 fe80::6c18:1b57:733a:c91a/64 scope link noprefixroute valid_lft forever preferred_lft forever 4: resin-dns: mtu 1500 qdisc noqueue qlen 1000 link/ether 7e:31:77:51:bc:e0 brd ff:ff:ff:ff:ff:ff inet 10.114.102.1/24 scope global resin-dns valid_lft forever preferred_lft forever 6: resin-vpn: mtu 1500 qdisc fq_codel qlen 500 link/[65534] inet 10.240.147.237 peer 52.4.252.97/32 scope global resin-vpn valid_lft forever preferred_lft forever inet6 fe80::c4b3:6787:2ed2:279c/64 scope link flags 800 valid_lft forever preferred_lft forever 7: br-0a3286b79bce: mtu 1500 qdisc noqueue link/ether 02:42:26:34:f8:cf brd ff:ff:ff:ff:ff:ff inet 172.17.0.1/16 brd 172.17.255.255 scope global br-0a3286b79bce valid_lft forever preferred_lft forever inet6 fe80::42:26ff:fe34:f8cf/64 scope link valid_lft forever preferred_lft forever 8: balena0: mtu 1500 qdisc noqueue link/ether 02:42:1d:79:76:49 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 9: supervisor0: mtu 1500 qdisc noqueue link/ether 02:42:14:83:ab:38 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 inet6 fe80::42:14ff:fe83:ab38/64 scope link valid_lft forever preferred_lft forever 11: vetha8e20bd@if10: mtu 1500 qdisc noqueue master br-0a3286b79bce link/ether f6:af:22:7b:1f:a5 brd ff:ff:ff:ff:ff:ff inet6 fe80::f4af:22ff:fe7b:1fa5/64 scope link valid_lft forever preferred_lft forever 13: vethf5bf58b@if12: mtu 1500 qdisc noqueue master br-0a3286b79bce link/ether a2:d5:66:9a:a8:33 brd ff:ff:ff:ff:ff:ff inet6 fe80::a0d5:66ff:fe9a:a833/64 scope link valid_lft forever preferred_lft forever 15: veth3a83cda@if14: mtu 1500 qdisc noqueue master br-0a3286b79bce link/ether 72:9c:7b:7e:75:22 brd ff:ff:ff:ff:ff:ff inet6 fe80::709c:7bff:fe7e:7522/64 scope link valid_lft forever preferred_lft forever 17: veth68f80a7@if16: mtu 1500 qdisc noqueue master supervisor0 link/ether ce:aa:3a:4b:6f:40 brd ff:ff:ff:ff:ff:ff inet6 fe80::ccaa:3aff:fe4b:6f40/64 scope link valid_lft forever preferred_lft forever real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- cat /etc/resolv.conf --- 2023-02-06 15:19:47.905724323+00:00 # we use dnsmasq at 127.0.0.2 so that user containers can run their own dns cache and forwarder and not conflict with dnsmasq on the host nameserver 127.0.0.2 options timeout:15 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/dev --- 2023-02-06 15:19:47.949879350+00:00 Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed lo: 20243 214 0 0 0 0 0 0 20243 214 0 0 0 0 0 0 eth0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 wlan0: 1621124 5589 0 0 0 0 0 44 11521152 11753 0 0 0 0 0 0 resin-dns: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 resin-vpn: 34326 486 0 0 0 0 0 0 385721 597 0 0 0 0 0 0 br-0a3286b79bce: 10374847 5675 0 0 0 0 0 0 914919 3827 0 0 0 0 0 0 balena0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 supervisor0: 0 0 0 0 0 0 0 0 4366 26 0 0 0 0 0 0 vetha8e20bd: 75563 605 0 0 0 0 0 0 66878 653 0 0 0 0 0 0 vethf5bf58b: 63316 695 0 0 0 0 0 0 102392 684 0 0 0 0 0 0 veth3a83cda: 10441148 5523 0 0 0 0 0 0 881896 3718 0 0 0 0 0 0 veth68f80a7: 0 0 0 0 0 0 0 0 7750 50 0 0 0 0 0 0 real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- cat /proc/net/snmp --- 2023-02-06 15:19:47.996356185+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 11969 0 1 9300 0 0 2624 11718 10 32 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: 29 0 0 29 0 0 0 0 0 0 0 0 0 0 41 0 41 0 0 0 0 0 0 0 0 0 0 IcmpMsg: InType3 OutType3 IcmpMsg: 29 41 Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors Tcp: 1 200 120000 -1 32 5 0 9 4 1960 2398 5 0 286 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti Udp: 268 41 0 266 0 0 0 304 UdpLite: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti UdpLite: 0 0 0 0 0 0 0 0 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- cat /proc/net/udp --- 2023-02-06 15:19:48.041802870+00:00 sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops 145: 0200007F:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 13283 2 cab89dc7 0 145: 0166720A:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 13281 2 1fd2fe0b 0 160: 3500A8C0:0044 0100A8C0:0043 01 00000000:00000000 00:00000000 00000000 0 0 14486 2 109c968c 0 302: 00000000:04D2 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 15460 2 27860daf 0 325: 00000000:14E9 00000000:0000 07 00000000:00000000 00:00000000 00000000 994 0 11730 2 b3361369 0 403: 00000000:E537 00000000:0000 07 00000000:00000000 00:00000000 00000000 994 0 11732 2 88ee2e7e 0 415: 0100007F:0143 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 15448 2 616ec6eb 0 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- CURL_CA_BUNDLE=/tmp/tmp.g9WpeMAIoM curl https://api.balena-cloud.com/ping --- 2023-02-06 15:19:48.085753732+00:00 OKreal 0m 0.26s user 0m 0.08s sys 0m 0.01s --- CURL_CA_BUNDLE=/tmp/tmp.g9WpeMAIoM curl https://www.google.co.uk --- 2023-02-06 15:19:48.376357480+00:00 Google



 

Ricerca avanzata

Google offerto in: English

© 2023 - Privacy - Termini

real 0m 0.24s user 0m 0.10s sys 0m 0.00s --- ifconfig --- 2023-02-06 15:19:48.652591633+00:00 balena0 Link encap:Ethernet HWaddr 02:42:1D:79:76:49 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-0a3286b79bce Link encap:Ethernet HWaddr 02:42:26:34:F8:CF inet addr:172.17.0.1 Bcast:172.17.255.255 Mask:255.255.0.0 inet6 addr: fe80::42:26ff:fe34:f8cf/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:5675 errors:0 dropped:0 overruns:0 frame:0 TX packets:3827 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:10374847 (9.8 MiB) TX bytes:914919 (893.4 KiB) eth0 Link encap:Ethernet HWaddr B8:27:EB:2A:E8:F1 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:222 errors:0 dropped:0 overruns:0 frame:0 TX packets:222 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:20887 (20.3 KiB) TX bytes:20887 (20.3 KiB) resin-dns Link encap:Ethernet HWaddr 7E:31:77:51:BC:E0 inet addr:10.114.102.1 Bcast:0.0.0.0 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:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) 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.147.237 P-t-P:52.4.252.97 Mask:255.255.255.255 inet6 addr: fe80::c4b3:6787:2ed2:279c/64 Scope:Link UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:570 errors:0 dropped:0 overruns:0 frame:0 TX packets:755 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 RX bytes:38694 (37.7 KiB) TX bytes:424065 (414.1 KiB) supervisor0 Link encap:Ethernet HWaddr 02:42:14:83:AB:38 inet addr:10.114.104.1 Bcast:10.114.104.127 Mask:255.255.255.128 inet6 addr: fe80::42:14ff:fe83:ab38/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:26 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:4366 (4.2 KiB) veth3a83cda Link encap:Ethernet HWaddr 72:9C:7B:7E:75:22 inet6 addr: fe80::709c:7bff:fe7e:7522/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:5523 errors:0 dropped:0 overruns:0 frame:0 TX packets:3718 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:10441148 (9.9 MiB) TX bytes:881896 (861.2 KiB) veth68f80a7 Link encap:Ethernet HWaddr CE:AA:3A:4B:6F:40 inet6 addr: fe80::ccaa:3aff:fe4b:6f40/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:50 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:7750 (7.5 KiB) vetha8e20bd Link encap:Ethernet HWaddr F6:AF:22:7B:1F:A5 inet6 addr: fe80::f4af:22ff:fe7b:1fa5/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:605 errors:0 dropped:0 overruns:0 frame:0 TX packets:653 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:75563 (73.7 KiB) TX bytes:66878 (65.3 KiB) vethf5bf58b Link encap:Ethernet HWaddr A2:D5:66:9A:A8:33 inet6 addr: fe80::a0d5:66ff:fe9a:a833/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:695 errors:0 dropped:0 overruns:0 frame:0 TX packets:684 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:63316 (61.8 KiB) TX bytes:102392 (99.9 KiB) wlan0 Link encap:Ethernet HWaddr B8:27:EB:7F:BD:A4 inet addr:192.168.0.53 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::6c18:1b57:733a:c91a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:5725 errors:0 dropped:0 overruns:0 frame:0 TX packets:11986 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1659349 (1.5 MiB) TX bytes:11586286 (11.0 MiB) real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- iptables -n -L --- 2023-02-06 15:19:48.701870013+00:00 Chain INPUT (policy ACCEPT) target prot opt source destination BALENA-FIREWALL all -- 0.0.0.0/0 0.0.0.0/0 Chain FORWARD (policy DROP) target prot opt source destination DOCKER-USER all -- 0.0.0.0/0 0.0.0.0/0 DOCKER-ISOLATION-STAGE-1 all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED DOCKER all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED DOCKER all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED DOCKER all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain BALENA-FIREWALL (1 references) target prot opt source destination ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match src-type LOCAL ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 REJECT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:48484 reject-with icmp-port-unreachable ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22222 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:2375 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type MULTICAST ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:53 RETURN 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 Chain DOCKER (3 references) target prot opt source destination ACCEPT tcp -- 0.0.0.0/0 172.17.0.3 tcp dpt:80 ACCEPT tcp -- 0.0.0.0/0 172.17.0.4 tcp dpt:80 Chain DOCKER-ISOLATION-STAGE-1 (1 references) target prot opt source destination DOCKER-ISOLATION-STAGE-2 all -- 0.0.0.0/0 0.0.0.0/0 DOCKER-ISOLATION-STAGE-2 all -- 0.0.0.0/0 0.0.0.0/0 DOCKER-ISOLATION-STAGE-2 all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 Chain DOCKER-ISOLATION-STAGE-2 (3 references) target prot opt source destination DROP all -- 0.0.0.0/0 0.0.0.0/0 DROP all -- 0.0.0.0/0 0.0.0.0/0 DROP all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 Chain DOCKER-USER (1 references) target prot opt source destination RETURN all -- 0.0.0.0/0 0.0.0.0/0 real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- iptables -n -t nat -L --- 2023-02-06 15:19:48.752570831+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 tcp -- 172.17.0.3 172.17.0.3 tcp dpt:80 MASQUERADE tcp -- 172.17.0.4 172.17.0.4 tcp dpt:80 Chain DOCKER (2 references) target prot opt source destination RETURN all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:8080 to:172.17.0.3:80 DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 to:172.17.0.4:80 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- journalctl --no-pager --no-hostname -a -u ModemManager --- 2023-02-06 15:19:48.799004229+00:00 -- Journal begins at Fri 2023-02-03 18:31:30 UTC, ends at Mon 2023-02-06 15:19:42 UTC. -- Feb 03 18:31:33 ModemManager[1551]: ModemManager (version 1.18.4) starting in system bus... Feb 03 18:31:36 ModemManager[1551]: [base-manager] couldn't check support for device '/sys/devices/platform/soc/3f300000.mmcnr/mmc_host/mmc1/mmc1:0001/mmc1:0001:1': not supported by any plugin Feb 03 18:31:36 ModemManager[1551]: [base-manager] couldn't check support for device '/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1': not supported by any plugin real 0m 0.02s user 0m 0.01s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" --- 2023-02-06 15:19:48.855920267+00:00 -- Journal begins at Fri 2023-02-03 18:31:30 UTC, ends at Mon 2023-02-06 15:19:42 UTC. -- Feb 03 18:31:37 openvpn[1880]: 2023-02-03 18:31:37 WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set. Feb 03 18:31:37 openvpn[1880]: 2023-02-03 18:31:37 --cipher is not set. Previous OpenVPN version defaulted to BF-CBC as fallback when cipher negotiation failed in this case. If you need this fallback please add '--data-ciphers-fallback BF-CBC' to your configuration and/or add BF-CBC to --data-ciphers. Feb 03 18:31:37 openvpn[1880]: 2023-02-03 18:31:37 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Feb 03 18:31:37 openvpn[1880]: 2023-02-03 18:31:37 OpenVPN 2.5.6 arm-poky-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Mar 16 2022 Feb 03 18:31:37 openvpn[1880]: 2023-02-03 18:31:37 library versions: OpenSSL 1.1.1l 24 Aug 2021, LZO 2.10 Feb 03 18:31:37 openvpn[1880]: 2023-02-03 18:31:37 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Feb 03 18:31:37 openvpn[1880]: 2023-02-03 18:31:37 RESOLVE: Cannot resolve host address: cloudlink.balena-cloud.com:443 (Name or service not known) Feb 03 18:31:37 openvpn[1880]: 2023-02-03 18:31:37 RESOLVE: Cannot resolve host address: cloudlink.balena-cloud.com:443 (Name or service not known) Feb 03 18:31:37 openvpn[1880]: 2023-02-03 18:31:37 Could not determine IPv4/IPv6 protocol Feb 03 18:31:37 openvpn[1880]: 2023-02-03 18:31:37 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Feb 03 18:31:37 openvpn[1880]: 2023-02-03 18:31:37 SIGUSR1[soft,init_instance] received, process restarting Feb 03 18:31:37 openvpn[1880]: 2023-02-03 18:31:37 Restart pause, 5 second(s) Feb 03 18:31:42 openvpn[1880]: 2023-02-03 18:31:42 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Feb 03 18:31:42 openvpn[1880]: 2023-02-03 18:31:42 TCP/UDP: Preserving recently used remote address: [AF_INET]3.225.166.106:443 Feb 03 18:31:42 openvpn[1880]: 2023-02-03 18:31:42 Socket Buffers: R=[131072->131072] S=[16384->16384] Feb 03 18:31:42 openvpn[1880]: 2023-02-03 18:31:42 Attempting to establish TCP connection with [AF_INET]3.225.166.106:443 [nonblock] Feb 03 18:31:42 openvpn[1880]: 2023-02-03 18:31:42 TCP connection established with [AF_INET]3.225.166.106:443 Feb 03 18:31:42 openvpn[1880]: 2023-02-03 18:31:42 TCP_CLIENT link local: (not bound) Feb 03 18:31:42 openvpn[1880]: 2023-02-03 18:31:42 TCP_CLIENT link remote: [AF_INET]3.225.166.106:443 Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 TLS: Initial packet from [AF_INET]3.225.166.106:443, sid=8a184160 66ae77ec Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 VERIFY OK: depth=1, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=open-balena-vpn-rootCA Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 VERIFY KU OK Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 Validating certificate extended key usage Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 VERIFY EKU OK Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 VERIFY OK: depth=0, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=vpn.balena-cloud.com Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 2048 bit RSA, signature: RSA-SHA256 Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]3.225.166.106:443 Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 PUSH: Received control message: 'PUSH_REPLY,ping 10,ping-exit 60,sndbuf 0,rcvbuf 0,route 52.4.252.97,socket-flags TCP_NODELAY,ifconfig 10.245.104.123 52.4.252.97,peer-id 0,cipher AES-128-GCM' Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 OPTIONS IMPORT: timers and/or timeouts modified Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 Socket Buffers: R=[131072->131072] S=[44800->44800] Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 OPTIONS IMPORT: --socket-flags option modified Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 Socket flags: TCP_NODELAY=1 succeeded Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 OPTIONS IMPORT: --ifconfig/up options modified Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 OPTIONS IMPORT: route options modified Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 OPTIONS IMPORT: peer-id set Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 OPTIONS IMPORT: adjusting link_mtu to 1627 Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 OPTIONS IMPORT: data channel crypto options modified Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 Data Channel: using negotiated cipher 'AES-128-GCM' Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 Outgoing Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 Incoming Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=wlan0 HWADDR=b8:27:eb:7f:bd:a4 Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 TUN/TAP device resin-vpn opened Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 /sbin/ip link set dev resin-vpn up mtu 1500 Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 /sbin/ip link set dev resin-vpn up Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 /sbin/ip addr add dev resin-vpn local 10.245.104.123 peer 52.4.252.97 Feb 03 18:31:43 openvpn[1880]: 2023-02-03 18:31:43 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.245.104.123 52.4.252.97 init Feb 03 18:31:44 openvpn[1880]: 2023-02-03 18:31:44 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Feb 03 18:31:44 openvpn[2044]: ip: RTNETLINK answers: File exists Feb 06 15:03:02 openvpn[1880]: 2023-02-06 15:03:02 ERROR: Linux route add command failed: external program exited with error status: 2 Feb 06 15:03:02 openvpn[1880]: 2023-02-06 15:03:02 GID set to openvpn Feb 06 15:03:02 openvpn[1880]: 2023-02-06 15:03:02 UID set to openvpn Feb 06 15:03:02 openvpn[1880]: 2023-02-06 15:03:02 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Feb 06 15:03:02 openvpn[1880]: 2023-02-06 15:03:02 Initialization Sequence Completed Feb 06 15:03:02 openvpn[1880]: 2023-02-06 15:03:02 [vpn.balena-cloud.com] Inactivity timeout (--ping-exit), exiting Feb 06 15:03:02 openvpn[1880]: 2023-02-06 15:03:02 /sbin/ip route del 52.4.252.97/32 Feb 06 15:03:02 openvpn[2046]: ip: RTNETLINK answers: Operation not permitted Feb 06 15:03:02 openvpn[1880]: 2023-02-06 15:03:02 ERROR: Linux route delete command failed: external program exited with error status: 2 Feb 06 15:03:02 openvpn[1880]: 2023-02-06 15:03:02 Closing TUN/TAP interface Feb 06 15:03:02 openvpn[1880]: 2023-02-06 15:03:02 /sbin/ip addr del dev resin-vpn local 10.245.104.123 peer 52.4.252.97 Feb 06 15:03:02 openvpn[2049]: ip: RTNETLINK answers: Operation not permitted Feb 06 15:03:02 openvpn[1880]: 2023-02-06 15:03:02 Linux ip addr del failed: external program exited with error status: 2 Feb 06 15:03:02 openvpn[1880]: 2023-02-06 15:03:02 /etc/openvpn-misc/downscript.sh resin-vpn 1500 1555 10.245.104.123 52.4.252.97 init Feb 06 15:03:02 openvpn[1880]: 2023-02-06 15:03:02 SIGTERM[soft,ping-exit] received, process exiting Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set. Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 --cipher is not set. Previous OpenVPN version defaulted to BF-CBC as fallback when cipher negotiation failed in this case. If you need this fallback please add '--data-ciphers-fallback BF-CBC' to your configuration and/or add BF-CBC to --data-ciphers. Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 OpenVPN 2.5.6 arm-poky-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Mar 16 2022 Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 library versions: OpenSSL 1.1.1l 24 Aug 2021, LZO 2.10 Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 TCP/UDP: Preserving recently used remote address: [AF_INET]52.7.228.224:443 Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 Socket Buffers: R=[131072->131072] S=[16384->16384] Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 Attempting to establish TCP connection with [AF_INET]52.7.228.224:443 [nonblock] Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 TCP connection established with [AF_INET]52.7.228.224:443 Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 TCP_CLIENT link local: (not bound) Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 TCP_CLIENT link remote: [AF_INET]52.7.228.224:443 Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 TLS: Initial packet from [AF_INET]52.7.228.224:443, sid=54ec6c02 cc14e739 Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 VERIFY OK: depth=1, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=open-balena-vpn-rootCA Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 VERIFY KU OK Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 Validating certificate extended key usage Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 VERIFY EKU OK Feb 06 15:03:12 openvpn[2103]: 2023-02-06 15:03:12 VERIFY OK: depth=0, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=vpn.balena-cloud.com Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 2048 bit RSA, signature: RSA-SHA256 Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]52.7.228.224:443 Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 PUSH: Received control message: 'PUSH_REPLY,ping 10,ping-exit 60,sndbuf 0,rcvbuf 0,route 52.4.252.97,socket-flags TCP_NODELAY,ifconfig 10.240.147.237 52.4.252.97,peer-id 0,cipher AES-128-GCM' Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 OPTIONS IMPORT: timers and/or timeouts modified Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 Socket Buffers: R=[131072->131072] S=[44800->44800] Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 OPTIONS IMPORT: --socket-flags option modified Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 Socket flags: TCP_NODELAY=1 succeeded Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 OPTIONS IMPORT: --ifconfig/up options modified Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 OPTIONS IMPORT: route options modified Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 OPTIONS IMPORT: peer-id set Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 OPTIONS IMPORT: adjusting link_mtu to 1627 Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 OPTIONS IMPORT: data channel crypto options modified Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 Data Channel: using negotiated cipher 'AES-128-GCM' Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 Outgoing Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 Incoming Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=wlan0 HWADDR=b8:27:eb:7f:bd:a4 Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 TUN/TAP device resin-vpn opened Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 /sbin/ip link set dev resin-vpn up mtu 1500 Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 /sbin/ip link set dev resin-vpn up Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 /sbin/ip addr add dev resin-vpn local 10.240.147.237 peer 52.4.252.97 Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.147.237 52.4.252.97 init Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Feb 06 15:03:13 openvpn[2119]: ip: RTNETLINK answers: File exists Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 ERROR: Linux route add command failed: external program exited with error status: 2 Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 GID set to openvpn Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 UID set to openvpn Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Feb 06 15:03:13 openvpn[2103]: 2023-02-06 15:03:13 Initialization Sequence Completed real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- ls -l /mnt/boot/system-connections --- 2023-02-06 15:19:48.919319441+00:00 total 2 -rwxr-xr-x 1 root root 303 Jan 11 18:49 README.ignore -rwxr-xr-x 1 root root 245 Jan 11 18:49 balena-sample.ignore -rwxr-xr-x 1 root root 227 Jan 12 16:06 balena-wifi-01 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- mmcli -m 0 --- 2023-02-06 15:19:48.966605177+00:00 Command exited with non-zero status 1 real 0m 0.04s user 0m 0.02s sys 0m 0.02s --- netstat -ntl --- 2023-02-06 15:19:49.046727368+00:00 Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:8080 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 0.0.0.0:1883 0.0.0.0:* LISTEN tcp 0 0 :::48484 :::* LISTEN tcp 0 0 :::2375 :::* LISTEN tcp 0 0 :::22222 :::* LISTEN tcp 0 0 :::80 :::* LISTEN tcp 0 0 :::8080 :::* LISTEN tcp 0 0 :::1883 :::* LISTEN real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- nmcli --version --- 2023-02-06 15:19:49.091784108+00:00 nmcli tool, version 1.40.4 real 0m 0.07s user 0m 0.03s sys 0m 0.01s --- ping -c 1 -W 3 google.co.uk --- 2023-02-06 15:19:49.195962654+00:00 PING google.co.uk (142.250.180.131): 56 data bytes 64 bytes from 142.250.180.131: seq=0 ttl=114 time=7.803 ms --- google.co.uk ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 7.803/7.803/7.803 ms real 0m 0.03s user 0m 0.01s sys 0m 0.00s --- systemctl kill -s USR1 dnsmasq --- 2023-02-06 15:19:49.265224290+00:00 real 0m 0.03s user 0m 0.00s sys 0m 0.01s --- systemctl status openvpn-resin --no-pager --- 2023-02-06 15:19:49.330714023+00:00 ● openvpn.service - OpenVPN Loaded: loaded (/lib/systemd/system/openvpn.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2023-02-06 15:03:12 UTC; 16min ago Process: 2100 ExecStartPre=/bin/sh -c /bin/systemctl is-active --quiet os-config || /bin/systemctl start os-config (code=exited, status=0/SUCCESS) Main PID: 2103 (openvpn) Tasks: 1 (limit: 2159) Memory: 572.0K CGroup: /system.slice/openvpn.service └─2103 /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 Feb 06 15:03:13 214acfe openvpn[2103]: 2023-02-06 15:03:13 /sbin/ip link set dev resin-vpn up Feb 06 15:03:13 214acfe openvpn[2103]: 2023-02-06 15:03:13 /sbin/ip addr add dev resin-vpn local 10.240.147.237 peer 52.4.252.97 Feb 06 15:03:13 214acfe openvpn[2103]: 2023-02-06 15:03:13 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.147.237 52.4.252.97 init Feb 06 15:03:13 214acfe openvpn[2103]: 2023-02-06 15:03:13 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Feb 06 15:03:13 214acfe openvpn[2119]: ip: RTNETLINK answers: File exists Feb 06 15:03:13 214acfe openvpn[2103]: 2023-02-06 15:03:13 ERROR: Linux route add command failed: external program exited with error status: 2 Feb 06 15:03:13 214acfe openvpn[2103]: 2023-02-06 15:03:13 GID set to openvpn Feb 06 15:03:13 214acfe openvpn[2103]: 2023-02-06 15:03:13 UID set to openvpn Feb 06 15:03:13 214acfe openvpn[2103]: 2023-02-06 15:03:13 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Feb 06 15:03:13 214acfe openvpn[2103]: 2023-02-06 15:03:13 Initialization Sequence Completed real 0m 0.04s user 0m 0.01s sys 0m 0.01s --- echo === OS === --- 2023-02-06 15:19:49.403505844+00:00 === OS === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /etc/os-release --- 2023-02-06 15:19:49.446850773+00:00 ID="balena-os" NAME="balenaOS" VERSION="2.108.18" VERSION_ID="2.108.18" PRETTY_NAME="balenaOS 2.108.18" MACHINE="raspberrypi3" META_BALENA_VERSION="2.108.18" BALENA_BOARD_REV="" META_BALENA_REV="" SLUG="raspberrypi3" real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2023-02-06 15:19:49.488702950+00:00 { "apiEndpoint": "https://api.balena-cloud.com", "appUpdatePollInterval": 900000, "applicationId": "2009215", "deltaEndpoint": "https://delta.balena-cloud.com", "developmentMode": "true", "deviceApiKey": "", "deviceApiKeys": "", "deviceType": "raspberrypi3", "listenPort": "48484", "mixpanelToken": "", "registryEndpoint": "registry2.balena-cloud.com", "userId": "263900", "vpnEndpoint": "cloudlink.balena-cloud.com", "vpnPort": "443", "uuid": "214acfe18b60a4387881a73a87aac3ab", "registered_at": 1673539963648, "deviceId": 10112035 } real 0m 0.24s user 0m 0.23s sys 0m 0.00s --- cat /mnt/boot/config.txt --- 2023-02-06 15:19:49.762819148+00:00 avoid_warnings=1 disable_splash=1 dtparam=i2c_arm=on dtparam=spi=on dtparam=audio=on enable_uart=1 gpu_mem=16 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/device-type.json --- 2023-02-06 15:19:49.810316029+00:00 { "slug": "raspberrypi3", "version": 1, "aliases": [ "raspberrypi3" ], "name": "Raspberry Pi 3", "arch": "armv7hf", "state": "RELEASED", "isDefault": true, "imageDownloadAlerts": [ { "type": "warning", "message": "The Raspberry Pi 3 is not capable of connecting to 5GHz WiFi networks unless you use an external WiFi adapter that supports it. The Raspberry Pi 3 B+ is capable of connecting to both 5GHz and 2.4GHz networks." } ], "instructions": [ "Write the OS file you downloaded to your SD card. We recommend using Etcher.", "Insert the freshly burnt SD card into the Raspberry Pi 3.", "Connect your Raspberry Pi 3 to the internet, then power it up." ], "gettingStartedLink": { "windows": "https://www.balena.io/docs/learn/getting-started/raspberrypi3/nodejs/", "osx": "https://www.balena.io/docs/learn/getting-started/raspberrypi3/nodejs/", "linux": "https://www.balena.io/docs/learn/getting-started/raspberrypi3/nodejs/" }, "options": [ { "isGroup": true, "name": "network", "message": "Network", "options": [ { "message": "Network Connection", "name": "network", "type": "list", "choices": [ "ethernet", "wifi" ] }, { "message": "Wifi SSID", "name": "wifiSsid", "type": "text", "when": { "network": "wifi" } }, { "message": "Wifi Passphrase", "name": "wifiKey", "type": "password", "when": { "network": "wifi" } } ] }, { "isGroup": true, "isCollapsible": true, "collapsed": true, "name": "advanced", "message": "Advanced", "options": [ { "message": "Check for updates every X minutes", "name": "appUpdatePollInterval", "type": "number", "min": 10, "default": 10 } ] } ], "yocto": { "machine": "raspberrypi3", "image": "balena-image", "fstype": "balenaos-img", "version": "yocto-honister", "deployArtifact": "balena-image-raspberrypi3.balenaos-img", "compressed": true }, "configuration": { "config": { "partition": { "primary": 1 }, "path": "/config.json" } }, "initialization": { "options": [ { "message": "Select a drive", "type": "drive", "name": "drive" } ], "operations": [ { "command": "burn" } ] } } real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- cat /mnt/boot/extlinux/extlinux.conf --- 2023-02-06 15:19:49.858058012+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/resinOS_uEnv.txt --- 2023-02-06 15:19:49.903620999+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- cat /mnt/boot/uEnv.txt --- 2023-02-06 15:19:49.947514205+00:00 Command exited with non-zero status 1 real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- 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)" --- 2023-02-06 15:19:50.000110688+00:00 real 0m 0.22s user 0m 0.21s sys 0m 0.00s --- 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)" --- 2023-02-06 15:19:50.257834857+00:00 real 0m 0.25s user 0m 0.24s sys 0m 0.00s --- cat /var/log/messages --- 2023-02-06 15:19:50.543787801+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /var/log/provisioning-progress.log --- 2023-02-06 15:19:50.589825837+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- dmesg -T --- 2023-02-06 15:19:50.633209515+00:00 [Mon Feb 6 15:02:38 2023] Booting Linux on physical CPU 0x0 [Mon Feb 6 15:02:38 2023] Linux version 5.10.95-v7 (oe-user@oe-host) (arm-poky-linux-gnueabi-gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37.20210721) #1 SMP Thu Feb 17 11:43:01 UTC 2022 [Mon Feb 6 15:02:38 2023] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d [Mon Feb 6 15:02:38 2023] CPU: div instructions available: patching division code [Mon Feb 6 15:02:38 2023] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [Mon Feb 6 15:02:38 2023] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2 [Mon Feb 6 15:02:38 2023] random: fast init done [Mon Feb 6 15:02:38 2023] Memory policy: Data cache writealloc [Mon Feb 6 15:02:38 2023] Reserved memory: created CMA memory pool at 0x3a400000, size 64 MiB [Mon Feb 6 15:02:38 2023] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [Mon Feb 6 15:02:38 2023] Zone ranges: [Mon Feb 6 15:02:38 2023] DMA [mem 0x0000000000000000-0x000000003e5fffff] [Mon Feb 6 15:02:38 2023] Normal empty [Mon Feb 6 15:02:38 2023] Movable zone start for each node [Mon Feb 6 15:02:38 2023] Early memory node ranges [Mon Feb 6 15:02:38 2023] node 0: [mem 0x0000000000000000-0x000000003e5fffff] [Mon Feb 6 15:02:38 2023] Initmem setup node 0 [mem 0x0000000000000000-0x000000003e5fffff] [Mon Feb 6 15:02:38 2023] On node 0 totalpages: 255488 [Mon Feb 6 15:02:38 2023] DMA zone: 2246 pages used for memmap [Mon Feb 6 15:02:38 2023] DMA zone: 0 pages reserved [Mon Feb 6 15:02:38 2023] DMA zone: 255488 pages, LIFO batch:63 [Mon Feb 6 15:02:38 2023] percpu: Embedded 20 pages/cpu s51212 r8192 d22516 u81920 [Mon Feb 6 15:02:38 2023] pcpu-alloc: s51212 r8192 d22516 u81920 alloc=20*4096 [Mon Feb 6 15:02:38 2023] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [Mon Feb 6 15:02:38 2023] Built 1 zonelists, mobility grouping on. Total pages: 253242 [Mon Feb 6 15:02:38 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000 dwc_otg.lpm_enable=0 rootfstype=ext4 rootwait dwc_otg.lpm_enable=0 rootwait vt.global_cursor_default=0 console=null cgroup_enable=memory root=UUID=ba1eadef-7ae1-47dc-a3f1-a40e6ad9edd6 rootwait [Mon Feb 6 15:02:38 2023] cgroup: Enabling memory control group subsystem [Mon Feb 6 15:02:38 2023] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [Mon Feb 6 15:02:38 2023] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [Mon Feb 6 15:02:38 2023] mem auto-init: stack:off, heap alloc:off, heap free:off [Mon Feb 6 15:02:38 2023] Memory: 921540K/1021952K available (11264K kernel code, 1111K rwdata, 2992K rodata, 8192K init, 857K bss, 34876K reserved, 65536K cma-reserved) [Mon Feb 6 15:02:38 2023] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [Mon Feb 6 15:02:38 2023] ftrace: allocating 33013 entries in 97 pages [Mon Feb 6 15:02:38 2023] ftrace: allocated 97 pages with 3 groups [Mon Feb 6 15:02:38 2023] rcu: Hierarchical RCU implementation. [Mon Feb 6 15:02:38 2023] Rude variant of Tasks RCU enabled. [Mon Feb 6 15:02:38 2023] Tracing variant of Tasks RCU enabled. [Mon Feb 6 15:02:38 2023] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [Mon Feb 6 15:02:38 2023] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [Mon Feb 6 15:02:38 2023] random: get_random_bytes called from start_kernel+0x3b0/0x598 with crng_init=1 [Mon Feb 6 15:02:38 2023] arch_timer: cp15 timer(s) running at 19.20MHz (phys). [Mon Feb 6 15:02:38 2023] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [Mon Feb 6 15:02:38 2023] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [Mon Feb 6 15:02:38 2023] Switching to timer-based delay loop, resolution 52ns [Mon Feb 6 15:02:38 2023] Console: colour dummy device 80x30 [Mon Feb 6 15:02:38 2023] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [Mon Feb 6 15:02:38 2023] pid_max: default: 32768 minimum: 301 [Mon Feb 6 15:02:38 2023] LSM: Security Framework initializing [Mon Feb 6 15:02:38 2023] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [Mon Feb 6 15:02:38 2023] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [Mon Feb 6 15:02:38 2023] CPU: Testing write buffer coherency: ok [Mon Feb 6 15:02:38 2023] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [Mon Feb 6 15:02:38 2023] Setting up static identity map for 0x100000 - 0x100060 [Mon Feb 6 15:02:38 2023] rcu: Hierarchical SRCU implementation. [Mon Feb 6 15:02:38 2023] smp: Bringing up secondary CPUs ... [Mon Feb 6 15:02:38 2023] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [Mon Feb 6 15:02:38 2023] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [Mon Feb 6 15:02:38 2023] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [Mon Feb 6 15:02:38 2023] smp: Brought up 1 node, 4 CPUs [Mon Feb 6 15:02:38 2023] SMP: Total of 4 processors activated (153.60 BogoMIPS). [Mon Feb 6 15:02:38 2023] CPU: All CPU(s) started in HYP mode. [Mon Feb 6 15:02:38 2023] CPU: Virtualization extensions available. [Mon Feb 6 15:02:38 2023] devtmpfs: initialized [Mon Feb 6 15:02:38 2023] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4 [Mon Feb 6 15:02:38 2023] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [Mon Feb 6 15:02:38 2023] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [Mon Feb 6 15:02:38 2023] pinctrl core: initialized pinctrl subsystem [Mon Feb 6 15:02:38 2023] NET: Registered protocol family 16 [Mon Feb 6 15:02:38 2023] DMA: preallocated 1024 KiB pool for atomic coherent allocations [Mon Feb 6 15:02:38 2023] audit: initializing netlink subsys (disabled) [Mon Feb 6 15:02:38 2023] thermal_sys: Registered thermal governor 'step_wise' [Mon Feb 6 15:02:38 2023] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [Mon Feb 6 15:02:38 2023] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [Mon Feb 6 15:02:38 2023] hw-breakpoint: maximum watchpoint size is 8 bytes. [Mon Feb 6 15:02:38 2023] Serial: AMBA PL011 UART driver [Mon Feb 6 15:02:38 2023] bcm2835-mbox 3f00b880.mailbox: mailbox enabled [Mon Feb 6 15:02:38 2023] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-01-20T13:58:39, variant start_cd [Mon Feb 6 15:02:38 2023] raspberrypi-firmware soc:firmware: Firmware hash is bd88f66f8952d34e4e0613a85c7a6d3da49e13e2 [Mon Feb 6 15:02:38 2023] Kprobes globally optimized [Mon Feb 6 15:02:38 2023] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1 [Mon Feb 6 15:02:38 2023] SCSI subsystem initialized [Mon Feb 6 15:02:38 2023] usbcore: registered new interface driver usbfs [Mon Feb 6 15:02:38 2023] usbcore: registered new interface driver hub [Mon Feb 6 15:02:38 2023] usbcore: registered new device driver usb [Mon Feb 6 15:02:38 2023] clocksource: Switched to clocksource arch_sys_counter [Mon Feb 6 15:02:38 2023] VFS: Disk quotas dquot_6.6.0 [Mon Feb 6 15:02:38 2023] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [Mon Feb 6 15:02:38 2023] FS-Cache: Loaded [Mon Feb 6 15:02:38 2023] CacheFiles: Loaded [Mon Feb 6 15:02:38 2023] NET: Registered protocol family 2 [Mon Feb 6 15:02:38 2023] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [Mon Feb 6 15:02:38 2023] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [Mon Feb 6 15:02:38 2023] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [Mon Feb 6 15:02:38 2023] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) [Mon Feb 6 15:02:38 2023] TCP: Hash tables configured (established 8192 bind 8192) [Mon Feb 6 15:02:38 2023] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [Mon Feb 6 15:02:38 2023] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [Mon Feb 6 15:02:38 2023] NET: Registered protocol family 1 [Mon Feb 6 15:02:38 2023] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available [Mon Feb 6 15:02:38 2023] Initialise system trusted keyrings [Mon Feb 6 15:02:38 2023] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [Mon Feb 6 15:02:38 2023] zbud: loaded [Mon Feb 6 15:02:38 2023] squashfs: version 4.0 (2009/01/31) Phillip Lougher [Mon Feb 6 15:02:38 2023] aufs 5.10.82-20220117 [Mon Feb 6 15:02:38 2023] Key type asymmetric registered [Mon Feb 6 15:02:38 2023] Asymmetric key parser 'x509' registered [Mon Feb 6 15:02:38 2023] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [Mon Feb 6 15:02:38 2023] io scheduler mq-deadline registered [Mon Feb 6 15:02:38 2023] io scheduler kyber registered [Mon Feb 6 15:02:38 2023] bcm2708_fb soc:fb: FB found 1 display(s) [Mon Feb 6 15:02:38 2023] Console: switching to colour frame buffer device 82x26 [Mon Feb 6 15:02:38 2023] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416 [Mon Feb 6 15:02:38 2023] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [Mon Feb 6 15:02:38 2023] bcm2835-aux-uart 3f215040.serial: there is not valid maps for state default [Mon Feb 6 15:02:38 2023] bcm2835-rng 3f104000.rng: hwrng registered [Mon Feb 6 15:02:38 2023] vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB) [Mon Feb 6 15:02:38 2023] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000 [Mon Feb 6 15:02:38 2023] brd: module loaded [Mon Feb 6 15:02:38 2023] loop: module loaded [Mon Feb 6 15:02:38 2023] zram: Added device: zram0 [Mon Feb 6 15:02:38 2023] Loading iSCSI transport class v2.0-870. [Mon Feb 6 15:02:38 2023] tun: Universal TUN/TAP device driver, 1.6 [Mon Feb 6 15:02:38 2023] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [Mon Feb 6 15:02:38 2023] Core Release: 2.80a [Mon Feb 6 15:02:38 2023] Setting default values for core params [Mon Feb 6 15:02:38 2023] Finished setting default values for core params [Mon Feb 6 15:02:38 2023] Using Buffer DMA mode [Mon Feb 6 15:02:38 2023] Periodic Transfer Interrupt Enhancement - disabled [Mon Feb 6 15:02:38 2023] Multiprocessor Interrupt Enhancement - disabled [Mon Feb 6 15:02:38 2023] OTG VER PARAM: 0, OTG VER FLAG: 0 [Mon Feb 6 15:02:38 2023] Dedicated Tx FIFOs mode [Mon Feb 6 15:02:38 2023] WARN::dwc_otg_hcd_init:1072: FIQ DMA bounce buffers: virt = ba504000 dma = 0xfa504000 len=9024 [Mon Feb 6 15:02:38 2023] FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled [Mon Feb 6 15:02:38 2023] dwc_otg: Microframe scheduler enabled [Mon Feb 6 15:02:38 2023] WARN::hcd_init_fiq:457: FIQ on core 1 [Mon Feb 6 15:02:38 2023] WARN::hcd_init_fiq:458: FIQ ASM at 80839930 length 36 [Mon Feb 6 15:02:38 2023] WARN::hcd_init_fiq:496: MPHI regs_base at be810000 [Mon Feb 6 15:02:38 2023] dwc_otg 3f980000.usb: DWC OTG Controller [Mon Feb 6 15:02:38 2023] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1 [Mon Feb 6 15:02:38 2023] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000 [Mon Feb 6 15:02:38 2023] Init: Port Power? op_state=1 [Mon Feb 6 15:02:38 2023] Init: Power Port (0) [Mon Feb 6 15:02:38 2023] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [Mon Feb 6 15:02:38 2023] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Mon Feb 6 15:02:38 2023] usb usb1: Product: DWC OTG Controller [Mon Feb 6 15:02:38 2023] usb usb1: Manufacturer: Linux 5.10.95-v7 dwc_otg_hcd [Mon Feb 6 15:02:38 2023] usb usb1: SerialNumber: 3f980000.usb [Mon Feb 6 15:02:38 2023] hub 1-0:1.0: USB hub found [Mon Feb 6 15:02:38 2023] hub 1-0:1.0: 1 port detected [Mon Feb 6 15:02:38 2023] dwc_otg: FIQ enabled [Mon Feb 6 15:02:38 2023] dwc_otg: NAK holdoff enabled [Mon Feb 6 15:02:38 2023] dwc_otg: FIQ split-transaction FSM enabled [Mon Feb 6 15:02:38 2023] Module dwc_common_port init [Mon Feb 6 15:02:38 2023] usbcore: registered new interface driver usb-storage [Mon Feb 6 15:02:38 2023] usbcore: registered new interface driver usbserial_generic [Mon Feb 6 15:02:38 2023] usbserial: USB Serial support registered for generic [Mon Feb 6 15:02:38 2023] mousedev: PS/2 mouse device common for all mice [Mon Feb 6 15:02:38 2023] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [Mon Feb 6 15:02:38 2023] sdhci: Secure Digital Host Controller Interface driver [Mon Feb 6 15:02:38 2023] sdhci: Copyright(c) Pierre Ossman [Mon Feb 6 15:02:38 2023] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe [Mon Feb 6 15:02:38 2023] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe [Mon Feb 6 15:02:38 2023] sdhci-pltfm: SDHCI platform and OF driver helper [Mon Feb 6 15:02:38 2023] ledtrig-cpu: registered to indicate activity on CPUs [Mon Feb 6 15:02:38 2023] hid: raw HID events driver (C) Jiri Kosina [Mon Feb 6 15:02:38 2023] usbcore: registered new interface driver usbhid [Mon Feb 6 15:02:38 2023] usbhid: USB HID core driver [Mon Feb 6 15:02:38 2023] ashmem: initialized [Mon Feb 6 15:02:38 2023] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP) [Mon Feb 6 15:02:38 2023] IPVS: Connection hash table configured (size=4096, memory=32Kbytes) [Mon Feb 6 15:02:38 2023] IPVS: ipvs loaded. [Mon Feb 6 15:02:38 2023] Initializing XFRM netlink socket [Mon Feb 6 15:02:38 2023] NET: Registered protocol family 10 [Mon Feb 6 15:02:38 2023] Segment Routing with IPv6 [Mon Feb 6 15:02:38 2023] NET: Registered protocol family 17 [Mon Feb 6 15:02:38 2023] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [Mon Feb 6 15:02:38 2023] Key type dns_resolver registered [Mon Feb 6 15:02:38 2023] Registering SWP/SWPB emulation handler [Mon Feb 6 15:02:38 2023] registered taskstats version 1 [Mon Feb 6 15:02:38 2023] Loading compiled-in X.509 certificates [Mon Feb 6 15:02:38 2023] Key type ._fscrypt registered [Mon Feb 6 15:02:38 2023] Key type .fscrypt registered [Mon Feb 6 15:02:38 2023] Key type fscrypt-provisioning registered [Mon Feb 6 15:02:38 2023] uart-pl011 3f201000.serial: cts_event_workaround enabled [Mon Feb 6 15:02:38 2023] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2 [Mon Feb 6 15:02:38 2023] bcm2835-aux-uart 3f215040.serial: there is not valid maps for state default [Mon Feb 6 15:02:38 2023] 3f215040.serial: ttyS0 at MMIO 0x3f215040 (irq = 86, base_baud = 50000000) is a 16550 [Mon Feb 6 15:02:38 2023] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [Mon Feb 6 15:02:38 2023] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0 [Mon Feb 6 15:02:38 2023] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated [Mon Feb 6 15:02:38 2023] sdhost: log_buf @ (ptrval) (fa507000) [Mon Feb 6 15:02:38 2023] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [Mon Feb 6 15:02:38 2023] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [Mon Feb 6 15:02:38 2023] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [Mon Feb 6 15:02:38 2023] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [Mon Feb 6 15:02:38 2023] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) [Mon Feb 6 15:02:38 2023] of_cfs_init [Mon Feb 6 15:02:38 2023] of_cfs_init: OK [Mon Feb 6 15:02:38 2023] Warning: unable to open an initial console. [Mon Feb 6 15:02:38 2023] Freeing unused kernel memory: 8192K [Mon Feb 6 15:02:38 2023] Indeed it is in host mode hprt0 = 00021501 [Mon Feb 6 15:02:39 2023] Run /init as init process [Mon Feb 6 15:02:39 2023] with arguments: [Mon Feb 6 15:02:39 2023] /init [Mon Feb 6 15:02:39 2023] with environment: [Mon Feb 6 15:02:39 2023] HOME=/ [Mon Feb 6 15:02:39 2023] TERM=linux [Mon Feb 6 15:02:39 2023] mmc0: host does not support reading read-only switch, assuming write-enable [Mon Feb 6 15:02:39 2023] mmc0: new high speed SDXC card at address 59b4 [Mon Feb 6 15:02:39 2023] mmcblk0: mmc0:59b4 EC1S5 59.7 GiB [Mon Feb 6 15:02:39 2023] mmcblk0: p1 p2 p3 p4 < p5 p6 > [Mon Feb 6 15:02:39 2023] mmc1: new high speed SDIO card at address 0001 [Mon Feb 6 15:02:39 2023] usb 1-1: new high-speed USB device number 2 using dwc_otg [Mon Feb 6 15:02:39 2023] Indeed it is in host mode hprt0 = 00001101 [Mon Feb 6 15:02:39 2023] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00 [Mon Feb 6 15:02:39 2023] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Mon Feb 6 15:02:39 2023] hub 1-1:1.0: USB hub found [Mon Feb 6 15:02:39 2023] hub 1-1:1.0: 5 ports detected [Mon Feb 6 15:02:39 2023] usb 1-1.1: new high-speed USB device number 3 using dwc_otg [Mon Feb 6 15:02:39 2023] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00 [Mon Feb 6 15:02:39 2023] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Mon Feb 6 15:02:39 2023] zram0: detected capacity change from 0 to 509579264 [Mon Feb 6 15:02:42 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [Mon Feb 6 15:02:42 2023] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null) [Mon Feb 6 15:02:45 2023] random: crng init done [Mon Feb 6 15:02:45 2023] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [Mon Feb 6 15:02:45 2023] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null) [Mon Feb 6 15:02:46 2023] systemd[1]: System time before build time, advancing clock. [Mon Feb 6 15:02:46 2023] systemd[1]: /lib/systemd/system/balena-host.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/balena-host.sock \xe2\x86\x92 /run/balena-host.sock; please update the unit file accordingly. [Mon Feb 6 15:02:46 2023] systemd[1]: /lib/systemd/system/balena-engine.socket:7: ListenStream= references a path below legacy directory /var/run/, updating /var/run/balena-engine.sock \xe2\x86\x92 /run/balena-engine.sock; please update the unit file accordingly. [Mon Feb 6 15:02:47 2023] systemd[1]: /lib/systemd/system/plymouth-start.service:17: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. [Mon Feb 6 15:02:47 2023] fuse: init (API version 7.32) [Mon Feb 6 15:02:48 2023] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [Mon Feb 6 15:02:48 2023] bcm2835_vc_sm_cma_probe: Videocore shared memory driver [Mon Feb 6 15:02:48 2023] [vc_sm_connected_init]: start [Mon Feb 6 15:02:48 2023] vc_sm_cma_vchi_init: failed to open VCHI service (-1) [Mon Feb 6 15:02:48 2023] [vc_sm_connected_init]: failed to initialize shared memory service [Mon Feb 6 15:02:48 2023] mc: Linux media interface: v0.10 [Mon Feb 6 15:02:48 2023] videodev: Linux video capture interface: v2.00 [Mon Feb 6 15:02:48 2023] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [Mon Feb 6 15:02:48 2023] bcm2835_audio bcm2835_audio: card created with 8 channels [Mon Feb 6 15:02:48 2023] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Mon Feb 6 15:02:48 2023] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Mon Feb 6 15:02:48 2023] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Mon Feb 6 15:02:48 2023] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [Mon Feb 6 15:02:48 2023] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. [Mon Feb 6 15:02:48 2023] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [Mon Feb 6 15:02:48 2023] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [Mon Feb 6 15:02:48 2023] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [Mon Feb 6 15:02:48 2023] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [Mon Feb 6 15:02:48 2023] : Unregister from media controller [Mon Feb 6 15:02:48 2023] (efault): Unregistering node (null)[0] device node /dev/video0 [Mon Feb 6 15:02:48 2023] (efault): Unregistering node (null)[0] device node /dev/video0 [Mon Feb 6 15:02:48 2023] (efault): Unregistering node (null)[0] device node /dev/video0 [Mon Feb 6 15:02:48 2023] (efault): Unregistering node (null)[0] device node /dev/video0 [Mon Feb 6 15:02:49 2023] smsc95xx v2.0.0 [Mon Feb 6 15:02:49 2023] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:2a:e8:f1 [Mon Feb 6 15:02:49 2023] usbcore: registered new interface driver smsc95xx [Mon Feb 6 15:02:49 2023] cfg80211: Loading compiled-in X.509 certificates for regulatory database [Mon Feb 6 15:02:49 2023] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [Mon Feb 6 15:02:49 2023] brcmfmac: F1 signature read @0x18000000=0x1541a9a6 [Mon Feb 6 15:02:49 2023] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1 [Mon Feb 6 15:02:49 2023] usbcore: registered new interface driver brcmfmac [Mon Feb 6 15:02:49 2023] zram: Can't change algorithm for initialized device [Mon Feb 6 15:02:49 2023] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1 [Mon Feb 6 15:02:49 2023] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1 [Mon Feb 6 15:02:49 2023] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available [Mon Feb 6 15:02:49 2023] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 22 2019 01:59:28 version 7.45.98.94 (r723000 CY) FWID 01-3b33decd [Mon Feb 6 15:02:50 2023] Adding 497632k swap on /dev/zram0. Priority:-2 extents:1 across:497632k SSFS [Mon Feb 6 15:02:51 2023] uart-pl011 3f201000.serial: no DMA platform data [Mon Feb 6 15:02:54 2023] i2c /dev entries driver [Mon Feb 6 15:02:55 2023] Bluetooth: Core ver 2.22 [Mon Feb 6 15:02:55 2023] NET: Registered protocol family 31 [Mon Feb 6 15:02:55 2023] Bluetooth: HCI device and connection manager initialized [Mon Feb 6 15:02:55 2023] Bluetooth: HCI socket layer initialized [Mon Feb 6 15:02:55 2023] Bluetooth: L2CAP socket layer initialized [Mon Feb 6 15:02:55 2023] Bluetooth: SCO socket layer initialized [Mon Feb 6 15:02:55 2023] Bluetooth: HCI UART driver ver 2.3 [Mon Feb 6 15:02:55 2023] Bluetooth: HCI UART protocol H4 registered [Mon Feb 6 15:02:55 2023] Bluetooth: HCI UART protocol Three-wire (H5) registered [Mon Feb 6 15:02:55 2023] Bluetooth: HCI UART protocol Broadcom registered [Mon Feb 6 15:02:55 2023] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL) [Mon Feb 6 15:02:55 2023] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup [Mon Feb 6 15:02:55 2023] smsc95xx 1-1.1:1.0 eth0: Link is Down [Mon Feb 6 15:02:55 2023] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled [Mon Feb 6 15:02:56 2023] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [Mon Feb 6 15:02:56 2023] Bluetooth: BNEP filters: protocol multicast [Mon Feb 6 15:02:56 2023] Bluetooth: BNEP socket layer initialized [Mon Feb 6 15:02:56 2023] NET: Registered protocol family 38 [Mon Feb 6 15:02:56 2023] cryptd: max_cpu_qlen set to 1000 [Mon Feb 6 15:02:56 2023] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled [Mon Feb 6 15:02:58 2023] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled [Mon Feb 6 15:02:58 2023] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [Mon Feb 6 15:03:09 2023] cam1-reg: disabling [Mon Feb 6 15:03:09 2023] cam-dummy-reg: disabling [Mon Feb 6 15:03:15 2023] Bridge firewalling registered [Mon Feb 6 15:03:18 2023] br-0a3286b79bce: port 1(vetha8e20bd) entered blocking state [Mon Feb 6 15:03:18 2023] br-0a3286b79bce: port 1(vetha8e20bd) entered disabled state [Mon Feb 6 15:03:18 2023] device vetha8e20bd entered promiscuous mode [Mon Feb 6 15:03:18 2023] br-0a3286b79bce: port 2(vethf5bf58b) entered blocking state [Mon Feb 6 15:03:18 2023] br-0a3286b79bce: port 2(vethf5bf58b) entered disabled state [Mon Feb 6 15:03:18 2023] device vethf5bf58b entered promiscuous mode [Mon Feb 6 15:03:18 2023] br-0a3286b79bce: port 2(vethf5bf58b) entered blocking state [Mon Feb 6 15:03:18 2023] br-0a3286b79bce: port 2(vethf5bf58b) entered forwarding state [Mon Feb 6 15:03:18 2023] br-0a3286b79bce: port 2(vethf5bf58b) entered disabled state [Mon Feb 6 15:03:18 2023] br-0a3286b79bce: port 3(veth3a83cda) entered blocking state [Mon Feb 6 15:03:18 2023] br-0a3286b79bce: port 3(veth3a83cda) entered disabled state [Mon Feb 6 15:03:18 2023] device veth3a83cda entered promiscuous mode [Mon Feb 6 15:03:18 2023] br-0a3286b79bce: port 3(veth3a83cda) entered blocking state [Mon Feb 6 15:03:18 2023] br-0a3286b79bce: port 3(veth3a83cda) entered forwarding state [Mon Feb 6 15:03:18 2023] IPv6: ADDRCONF(NETDEV_CHANGE): br-0a3286b79bce: link becomes ready [Mon Feb 6 15:03:18 2023] br-0a3286b79bce: port 3(veth3a83cda) entered disabled state [Mon Feb 6 15:03:19 2023] cgroup: cgroup: disabling cgroup2 socket matching due to net_prio or net_cls activation [Mon Feb 6 15:03:21 2023] supervisor0: port 1(veth68f80a7) entered blocking state [Mon Feb 6 15:03:21 2023] supervisor0: port 1(veth68f80a7) entered disabled state [Mon Feb 6 15:03:21 2023] device veth68f80a7 entered promiscuous mode [Mon Feb 6 15:03:22 2023] eth0: renamed from veth935c5d6 [Mon Feb 6 15:03:23 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vetha8e20bd: link becomes ready [Mon Feb 6 15:03:23 2023] br-0a3286b79bce: port 1(vetha8e20bd) entered blocking state [Mon Feb 6 15:03:23 2023] br-0a3286b79bce: port 1(vetha8e20bd) entered forwarding state [Mon Feb 6 15:03:25 2023] eth0: renamed from vethccecb9b [Mon Feb 6 15:03:25 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf5bf58b: link becomes ready [Mon Feb 6 15:03:25 2023] br-0a3286b79bce: port 2(vethf5bf58b) entered blocking state [Mon Feb 6 15:03:25 2023] br-0a3286b79bce: port 2(vethf5bf58b) entered forwarding state [Mon Feb 6 15:03:26 2023] eth0: renamed from vethbde7abf [Mon Feb 6 15:03:26 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth3a83cda: link becomes ready [Mon Feb 6 15:03:26 2023] br-0a3286b79bce: port 3(veth3a83cda) entered blocking state [Mon Feb 6 15:03:26 2023] br-0a3286b79bce: port 3(veth3a83cda) entered forwarding state [Mon Feb 6 15:03:26 2023] eth1: renamed from veth347b4cf [Mon Feb 6 15:03:26 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth68f80a7: link becomes ready [Mon Feb 6 15:03:26 2023] supervisor0: port 1(veth68f80a7) entered blocking state [Mon Feb 6 15:03:26 2023] supervisor0: port 1(veth68f80a7) entered forwarding state [Mon Feb 6 15:03:26 2023] IPv6: ADDRCONF(NETDEV_CHANGE): supervisor0: link becomes ready [Mon Feb 6 15:03:58 2023] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null) [Mon Feb 6 15:03:59 2023] br-0a3286b79bce: port 4(veth4d7dcf0) entered blocking state [Mon Feb 6 15:03:59 2023] br-0a3286b79bce: port 4(veth4d7dcf0) entered disabled state [Mon Feb 6 15:03:59 2023] device veth4d7dcf0 entered promiscuous mode [Mon Feb 6 15:04:01 2023] br-0a3286b79bce: port 4(veth4d7dcf0) entered disabled state [Mon Feb 6 15:04:01 2023] device veth4d7dcf0 left promiscuous mode [Mon Feb 6 15:04:01 2023] br-0a3286b79bce: port 4(veth4d7dcf0) entered disabled state [Mon Feb 6 15:04:02 2023] br-0a3286b79bce: port 4(veth775e6bb) entered blocking state [Mon Feb 6 15:04:02 2023] br-0a3286b79bce: port 4(veth775e6bb) entered disabled state [Mon Feb 6 15:04:02 2023] device veth775e6bb entered promiscuous mode [Mon Feb 6 15:04:04 2023] br-0a3286b79bce: port 4(veth775e6bb) entered disabled state [Mon Feb 6 15:04:04 2023] device veth775e6bb left promiscuous mode [Mon Feb 6 15:04:04 2023] br-0a3286b79bce: port 4(veth775e6bb) entered disabled state [Mon Feb 6 15:04:07 2023] br-0a3286b79bce: port 4(veth90ad6c6) entered blocking state [Mon Feb 6 15:04:07 2023] br-0a3286b79bce: port 4(veth90ad6c6) entered disabled state [Mon Feb 6 15:04:07 2023] device veth90ad6c6 entered promiscuous mode [Mon Feb 6 15:04:08 2023] br-0a3286b79bce: port 4(veth90ad6c6) entered disabled state [Mon Feb 6 15:04:08 2023] device veth90ad6c6 left promiscuous mode [Mon Feb 6 15:04:08 2023] br-0a3286b79bce: port 4(veth90ad6c6) entered disabled state [Mon Feb 6 15:04:13 2023] br-0a3286b79bce: port 4(veth04ebb1f) entered blocking state [Mon Feb 6 15:04:13 2023] br-0a3286b79bce: port 4(veth04ebb1f) entered disabled state [Mon Feb 6 15:04:13 2023] device veth04ebb1f entered promiscuous mode [Mon Feb 6 15:04:15 2023] br-0a3286b79bce: port 4(veth04ebb1f) entered disabled state [Mon Feb 6 15:04:15 2023] device veth04ebb1f left promiscuous mode [Mon Feb 6 15:04:15 2023] br-0a3286b79bce: port 4(veth04ebb1f) entered disabled state [Mon Feb 6 15:04:24 2023] br-0a3286b79bce: port 4(veth6c45fad) entered blocking state [Mon Feb 6 15:04:24 2023] br-0a3286b79bce: port 4(veth6c45fad) entered disabled state [Mon Feb 6 15:04:24 2023] device veth6c45fad entered promiscuous mode [Mon Feb 6 15:04:25 2023] br-0a3286b79bce: port 4(veth6c45fad) entered disabled state [Mon Feb 6 15:04:25 2023] device veth6c45fad left promiscuous mode [Mon Feb 6 15:04:25 2023] br-0a3286b79bce: port 4(veth6c45fad) entered disabled state [Mon Feb 6 15:04:43 2023] br-0a3286b79bce: port 4(veth78b4a92) entered blocking state [Mon Feb 6 15:04:43 2023] br-0a3286b79bce: port 4(veth78b4a92) entered disabled state [Mon Feb 6 15:04:43 2023] device veth78b4a92 entered promiscuous mode [Mon Feb 6 15:04:44 2023] br-0a3286b79bce: port 4(veth78b4a92) entered disabled state [Mon Feb 6 15:04:44 2023] device veth78b4a92 left promiscuous mode [Mon Feb 6 15:04:44 2023] br-0a3286b79bce: port 4(veth78b4a92) entered disabled state [Mon Feb 6 15:05:17 2023] br-0a3286b79bce: port 4(veth7eca00b) entered blocking state [Mon Feb 6 15:05:17 2023] br-0a3286b79bce: port 4(veth7eca00b) entered disabled state [Mon Feb 6 15:05:17 2023] device veth7eca00b entered promiscuous mode [Mon Feb 6 15:05:17 2023] br-0a3286b79bce: port 4(veth7eca00b) entered disabled state [Mon Feb 6 15:05:17 2023] device veth7eca00b left promiscuous mode [Mon Feb 6 15:05:17 2023] br-0a3286b79bce: port 4(veth7eca00b) entered disabled state [Mon Feb 6 15:06:22 2023] br-0a3286b79bce: port 4(vethf2175a5) entered blocking state [Mon Feb 6 15:06:22 2023] br-0a3286b79bce: port 4(vethf2175a5) entered disabled state [Mon Feb 6 15:06:22 2023] device vethf2175a5 entered promiscuous mode [Mon Feb 6 15:06:23 2023] br-0a3286b79bce: port 4(vethf2175a5) entered disabled state [Mon Feb 6 15:06:23 2023] device vethf2175a5 left promiscuous mode [Mon Feb 6 15:06:23 2023] br-0a3286b79bce: port 4(vethf2175a5) entered disabled state [Mon Feb 6 15:08:32 2023] br-0a3286b79bce: port 4(veth131b672) entered blocking state [Mon Feb 6 15:08:32 2023] br-0a3286b79bce: port 4(veth131b672) entered disabled state [Mon Feb 6 15:08:32 2023] device veth131b672 entered promiscuous mode [Mon Feb 6 15:08:33 2023] br-0a3286b79bce: port 4(veth131b672) entered disabled state [Mon Feb 6 15:08:33 2023] device veth131b672 left promiscuous mode [Mon Feb 6 15:08:33 2023] br-0a3286b79bce: port 4(veth131b672) entered disabled state [Mon Feb 6 15:12:50 2023] br-0a3286b79bce: port 4(veth6fdd40d) entered blocking state [Mon Feb 6 15:12:50 2023] br-0a3286b79bce: port 4(veth6fdd40d) entered disabled state [Mon Feb 6 15:12:50 2023] device veth6fdd40d entered promiscuous mode [Mon Feb 6 15:12:51 2023] br-0a3286b79bce: port 4(veth6fdd40d) entered disabled state [Mon Feb 6 15:12:51 2023] device veth6fdd40d left promiscuous mode [Mon Feb 6 15:12:51 2023] br-0a3286b79bce: port 4(veth6fdd40d) entered disabled state real 0m 0.03s user 0m 0.01s sys 0m 0.01s --- find /mnt/data/*hup/*log -mtime -180 | xargs tail -n 250 -v --- 2023-02-06 15:19:50.697673473+00:00 ==> standard input <== real 0m 0.02s user 0m 0.01s sys 0m 0.00s --- journalctl --no-pager --no-hostname --list-boots --- 2023-02-06 15:19:50.750257040+00:00 0 5a9fdca29f424a75975ba6f58f8bc514 Fri 2023-02-03 18:31:30 UTC—Mon 2023-02-06 15:19:49 UTC real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n500 -a --- 2023-02-06 15:19:50.810557640+00:00 -- Journal begins at Fri 2023-02-03 18:31:30 UTC, ends at Mon 2023-02-06 15:19:49 UTC. -- Feb 06 15:04:25 kernel: br-0a3286b79bce: port 4(veth6c45fad) entered blocking state Feb 06 15:04:25 kernel: br-0a3286b79bce: port 4(veth6c45fad) entered disabled state Feb 06 15:04:25 kernel: device veth6c45fad entered promiscuous mode Feb 06 15:04:25 systemd-udevd[3189]: Using default interface naming scheme 'v249'. Feb 06 15:04:25 NetworkManager[1751]: [1675695865.5514] manager: (veth615bbe0): new Veth device (/org/freedesktop/NetworkManager/Devices/27) Feb 06 15:04:25 systemd-udevd[3190]: Using default interface naming scheme 'v249'. Feb 06 15:04:25 NetworkManager[1751]: [1675695865.5655] manager: (veth6c45fad): new Veth device (/org/freedesktop/NetworkManager/Devices/28) Feb 06 15:04:26 kernel: br-0a3286b79bce: port 4(veth6c45fad) entered disabled state Feb 06 15:04:26 kernel: device veth6c45fad left promiscuous mode Feb 06 15:04:26 kernel: br-0a3286b79bce: port 4(veth6c45fad) entered disabled state Feb 06 15:04:27 balenad[1889]: time="2023-02-06T15:04:27.188633173Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:04:27 balenad[1889]: time="2023-02-06T15:04:27.188822443Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:04:27 70b074addbe1[1889]: [error] Scheduling another update attempt in 16000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:27 balena-supervisor[2907]: [error] Scheduling another update attempt in 16000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:27 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:27 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:27 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:27 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:27 70b074addbe1[1889]: [error] at runMicrotasks () Feb 06 15:04:27 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:27 70b074addbe1[1889]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:27 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:27 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:27 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:27 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:27 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:27 70b074addbe1[1889]: [error] at runMicrotasks () Feb 06 15:04:27 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:30 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:04:30 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:04:30 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 8e927257-a62f-11ed-8003-0242ac110002 1009 Feb 06 15:04:40 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:04:40 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 948b33ee-a62f-11ed-8004-0242ac110002 962 Feb 06 15:04:40 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:04:43 70b074addbe1[1889]: [info] Applying target state Feb 06 15:04:43 balena-supervisor[2907]: [info] Applying target state Feb 06 15:04:43 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:04:43 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:04:43 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:04:43 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:04:43 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:43 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:43 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:43 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:43 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:43 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:43 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:43 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:43 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:43 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:44 70b074addbe1[1889]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:04:44 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:04:44 kernel: br-0a3286b79bce: port 4(veth78b4a92) entered blocking state Feb 06 15:04:44 kernel: br-0a3286b79bce: port 4(veth78b4a92) entered disabled state Feb 06 15:04:44 kernel: device veth78b4a92 entered promiscuous mode Feb 06 15:04:44 systemd-udevd[3254]: Using default interface naming scheme 'v249'. Feb 06 15:04:44 systemd-udevd[3256]: Using default interface naming scheme 'v249'. Feb 06 15:04:44 NetworkManager[1751]: [1675695884.2016] manager: (vetha731d2a): new Veth device (/org/freedesktop/NetworkManager/Devices/29) Feb 06 15:04:44 NetworkManager[1751]: [1675695884.2105] manager: (veth78b4a92): new Veth device (/org/freedesktop/NetworkManager/Devices/30) Feb 06 15:04:45 kernel: br-0a3286b79bce: port 4(veth78b4a92) entered disabled state Feb 06 15:04:45 kernel: device veth78b4a92 left promiscuous mode Feb 06 15:04:45 kernel: br-0a3286b79bce: port 4(veth78b4a92) entered disabled state Feb 06 15:04:45 balenad[1889]: time="2023-02-06T15:04:45.559708711Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:04:45 balenad[1889]: time="2023-02-06T15:04:45.559896730Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:04:45 70b074addbe1[1889]: [error] Scheduling another update attempt in 32000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:45 balena-supervisor[2907]: [error] Scheduling another update attempt in 32000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:45 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:45 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:45 70b074addbe1[1889]: [error] at runMicrotasks () Feb 06 15:04:45 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:45 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:45 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:45 70b074addbe1[1889]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:45 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:45 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:45 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:45 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:45 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:45 70b074addbe1[1889]: [error] at runMicrotasks () Feb 06 15:04:45 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:50 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:04:50 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 9a8299b0-a62f-11ed-8005-0242ac110002 1023 Feb 06 15:04:50 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:05:00 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:05:00 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:05:00 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" a079ff33-a62f-11ed-8006-0242ac110002 1059 Feb 06 15:05:10 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:05:10 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" a6717229-a62f-11ed-8007-0242ac110002 914 Feb 06 15:05:10 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:05:17 70b074addbe1[1889]: [info] Applying target state Feb 06 15:05:17 balena-supervisor[2907]: [info] Applying target state Feb 06 15:05:17 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:05:17 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:05:17 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:05:17 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:05:17 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:17 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:17 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:17 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:17 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:17 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:17 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:17 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:17 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:17 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:18 70b074addbe1[1889]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:05:18 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:05:18 systemd-udevd[3329]: Using default interface naming scheme 'v249'. Feb 06 15:05:18 NetworkManager[1751]: [1675695918.2991] manager: (veth52bd589): new Veth device (/org/freedesktop/NetworkManager/Devices/31) Feb 06 15:05:18 kernel: br-0a3286b79bce: port 4(veth7eca00b) entered blocking state Feb 06 15:05:18 kernel: br-0a3286b79bce: port 4(veth7eca00b) entered disabled state Feb 06 15:05:18 kernel: device veth7eca00b entered promiscuous mode Feb 06 15:05:18 NetworkManager[1751]: [1675695918.3165] manager: (veth7eca00b): new Veth device (/org/freedesktop/NetworkManager/Devices/32) Feb 06 15:05:18 systemd-udevd[3332]: Using default interface naming scheme 'v249'. Feb 06 15:05:19 kernel: br-0a3286b79bce: port 4(veth7eca00b) entered disabled state Feb 06 15:05:19 kernel: device veth7eca00b left promiscuous mode Feb 06 15:05:19 kernel: br-0a3286b79bce: port 4(veth7eca00b) entered disabled state Feb 06 15:05:19 balenad[1889]: time="2023-02-06T15:05:19.300322458Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:05:19 balenad[1889]: time="2023-02-06T15:05:19.300573081Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:05:19 70b074addbe1[1889]: [error] Scheduling another update attempt in 64000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:05:19 balena-supervisor[2907]: [error] Scheduling another update attempt in 64000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:05:19 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:05:19 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:05:19 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:05:19 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:05:19 70b074addbe1[1889]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:05:19 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:05:19 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:05:19 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:05:19 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:05:19 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:05:19 healthdog[3388]: try: 1, refid: 877DA584, correction: 0.000000007, skew: 0.176 Feb 06 15:05:20 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:05:20 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" ac69c0ea-a62f-11ed-8008-0242ac110002 1279 Feb 06 15:05:20 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:05:29 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:05:29 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:05:29 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:05:30 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:05:30 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" b262b176-a62f-11ed-8009-0242ac110002 1165 Feb 06 15:05:30 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:05:40 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:05:40 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" b85bb28e-a62f-11ed-800a-0242ac110002 1413 Feb 06 15:05:40 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:05:50 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:05:50 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" be54a44d-a62f-11ed-800b-0242ac110002 3486 Feb 06 15:05:50 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:06:00 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:06:00 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" c44de64b-a62f-11ed-800c-0242ac110002 1311 Feb 06 15:06:00 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:06:10 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:06:10 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" ca46f386-a62f-11ed-800d-0242ac110002 1109 Feb 06 15:06:10 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:06:20 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:06:20 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" d03fe279-a62f-11ed-800e-0242ac110002 3612 Feb 06 15:06:20 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:06:23 70b074addbe1[1889]: [info] Applying target state Feb 06 15:06:23 balena-supervisor[2907]: [info] Applying target state Feb 06 15:06:23 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:06:23 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:06:23 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:06:23 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:06:23 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:23 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:23 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:23 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:23 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:23 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:23 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:23 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:23 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:23 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:24 70b074addbe1[1889]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:06:24 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:06:24 systemd-udevd[3417]: Using default interface naming scheme 'v249'. Feb 06 15:06:24 NetworkManager[1751]: [1675695984.0527] manager: (veth2c222a8): new Veth device (/org/freedesktop/NetworkManager/Devices/33) Feb 06 15:06:24 kernel: br-0a3286b79bce: port 4(vethf2175a5) entered blocking state Feb 06 15:06:24 kernel: br-0a3286b79bce: port 4(vethf2175a5) entered disabled state Feb 06 15:06:24 kernel: device vethf2175a5 entered promiscuous mode Feb 06 15:06:24 systemd-udevd[3419]: Using default interface naming scheme 'v249'. Feb 06 15:06:24 NetworkManager[1751]: [1675695984.0614] manager: (vethf2175a5): new Veth device (/org/freedesktop/NetworkManager/Devices/34) Feb 06 15:06:24 kernel: br-0a3286b79bce: port 4(vethf2175a5) entered disabled state Feb 06 15:06:24 kernel: device vethf2175a5 left promiscuous mode Feb 06 15:06:24 kernel: br-0a3286b79bce: port 4(vethf2175a5) entered disabled state Feb 06 15:06:25 balenad[1889]: time="2023-02-06T15:06:25.088918022Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:06:25 balenad[1889]: time="2023-02-06T15:06:25.091584828Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:06:25 70b074addbe1[1889]: [error] Scheduling another update attempt in 128000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:06:25 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:06:25 balena-supervisor[2907]: [error] Scheduling another update attempt in 128000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:06:25 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:06:25 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:06:25 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:06:25 70b074addbe1[1889]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:06:25 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:06:25 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:06:25 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:06:25 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:06:25 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:06:30 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:06:30 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" d6387d1c-a62f-11ed-800f-0242ac110002 1212 Feb 06 15:06:30 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:06:40 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:06:40 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" dc30d772-a62f-11ed-8010-0242ac110002 1223 Feb 06 15:06:40 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:06:50 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:06:50 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" e229a5de-a62f-11ed-8011-0242ac110002 1211 Feb 06 15:06:50 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:07:00 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:07:00 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" e822731f-a62f-11ed-8012-0242ac110002 1254 Feb 06 15:07:00 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:07:10 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:07:10 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" ee1b875d-a62f-11ed-8013-0242ac110002 1223 Feb 06 15:07:10 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:07:19 healthdog[3494]: try: 1, refid: 877DA584, correction: 0.000000009, skew: 0.176 Feb 06 15:07:20 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:07:20 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" f4146660-a62f-11ed-8014-0242ac110002 4488 Feb 06 15:07:20 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:07:29 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:07:29 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:07:29 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:07:30 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:07:30 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" fa0d9df2-a62f-11ed-8015-0242ac110002 2489 Feb 06 15:07:30 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:07:40 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:07:40 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 000574da-a630-11ed-8016-0242ac110002 1240 Feb 06 15:07:40 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:07:50 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:07:50 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 05fdd145-a630-11ed-8017-0242ac110002 1413 Feb 06 15:07:50 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:08:00 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:08:00 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 0bf59c1f-a630-11ed-8018-0242ac110002 1465 Feb 06 15:08:00 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:08:10 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:08:10 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 11ee8348-a630-11ed-8019-0242ac110002 2230 Feb 06 15:08:10 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:08:20 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:08:20 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 17e78aa2-a630-11ed-801a-0242ac110002 1167 Feb 06 15:08:20 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:08:30 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:08:30 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 1ddff05a-a630-11ed-801b-0242ac110002 2946 Feb 06 15:08:30 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:08:33 70b074addbe1[1889]: [info] Applying target state Feb 06 15:08:33 balena-supervisor[2907]: [info] Applying target state Feb 06 15:08:33 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:08:33 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:08:33 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:08:33 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:08:33 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 70b074addbe1[1889]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:08:33 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:08:33 NetworkManager[1751]: [1675696113.8465] manager: (veth6ebad96): new Veth device (/org/freedesktop/NetworkManager/Devices/35) Feb 06 15:08:33 NetworkManager[1751]: [1675696113.8524] manager: (veth131b672): new Veth device (/org/freedesktop/NetworkManager/Devices/36) Feb 06 15:08:33 systemd-udevd[3523]: Using default interface naming scheme 'v249'. Feb 06 15:08:33 kernel: br-0a3286b79bce: port 4(veth131b672) entered blocking state Feb 06 15:08:33 kernel: br-0a3286b79bce: port 4(veth131b672) entered disabled state Feb 06 15:08:33 kernel: device veth131b672 entered promiscuous mode Feb 06 15:08:33 systemd-udevd[3524]: Using default interface naming scheme 'v249'. Feb 06 15:08:34 kernel: br-0a3286b79bce: port 4(veth131b672) entered disabled state Feb 06 15:08:34 kernel: device veth131b672 left promiscuous mode Feb 06 15:08:34 kernel: br-0a3286b79bce: port 4(veth131b672) entered disabled state Feb 06 15:08:34 balenad[1889]: time="2023-02-06T15:08:34.850491036Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:08:34 balenad[1889]: time="2023-02-06T15:08:34.850842180Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:08:34 70b074addbe1[1889]: [error] Scheduling another update attempt in 256000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:08:34 balena-supervisor[2907]: [error] Scheduling another update attempt in 256000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:08:34 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:08:34 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:08:34 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:08:34 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:08:34 70b074addbe1[1889]: [error] at runMicrotasks () Feb 06 15:08:34 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:08:34 70b074addbe1[1889]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:08:34 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:08:34 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:08:34 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:08:34 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:08:34 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:08:34 70b074addbe1[1889]: [error] at runMicrotasks () Feb 06 15:08:34 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:08:40 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:08:40 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 23d91bc6-a630-11ed-801c-0242ac110002 1155 Feb 06 15:08:40 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:08:44 70b074addbe1[1889]: [api] GET /v1/healthy 200 - 26.587 ms Feb 06 15:08:44 balena-supervisor[2907]: [api] GET /v1/healthy 200 - 26.587 ms Feb 06 15:08:50 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:08:50 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 29d18484-a630-11ed-801d-0242ac110002 1020 Feb 06 15:08:50 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:09:00 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:09:00 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 2fca3bcf-a630-11ed-801e-0242ac110002 3280 Feb 06 15:09:00 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:09:03 70b074addbe1[1889]: [info] Reported current state to the cloud Feb 06 15:09:03 balena-supervisor[2907]: [info] Reported current state to the cloud Feb 06 15:09:10 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:09:10 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 35c26214-a630-11ed-801f-0242ac110002 1204 Feb 06 15:09:10 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:09:19 healthdog[3630]: try: 1, refid: 877DA584, correction: 0.000000010, skew: 0.176 Feb 06 15:09:20 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:09:20 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 3bbac091-a630-11ed-8020-0242ac110002 839 Feb 06 15:09:20 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:09:29 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:09:30 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:09:30 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:09:30 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:09:30 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 41b36aae-a630-11ed-8021-0242ac110002 1233 Feb 06 15:09:30 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:09:40 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:09:40 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 47ac7216-a630-11ed-8022-0242ac110002 1438 Feb 06 15:09:40 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:09:50 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:09:50 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 4da435af-a630-11ed-8023-0242ac110002 1231 Feb 06 15:09:50 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:10:00 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:10:00 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 539d396c-a630-11ed-8024-0242ac110002 1330 Feb 06 15:10:00 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:10:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:10:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 59963d94-a630-11ed-8025-0242ac110002 1257 Feb 06 15:10:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:10:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:10:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 5f8f34d3-a630-11ed-8026-0242ac110002 1160 Feb 06 15:10:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:10:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:10:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 6587bd7b-a630-11ed-8027-0242ac110002 1217 Feb 06 15:10:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:10:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:10:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 6b807739-a630-11ed-8028-0242ac110002 1438 Feb 06 15:10:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:10:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:10:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 71795f58-a630-11ed-8029-0242ac110002 1421 Feb 06 15:10:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:11:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:11:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 7772695b-a630-11ed-802a-0242ac110002 3712 Feb 06 15:11:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:11:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:11:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 7d6a96ca-a630-11ed-802b-0242ac110002 1467 Feb 06 15:11:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:11:19 healthdog[3664]: try: 1, refid: 877DA584, correction: 0.000000012, skew: 0.176 Feb 06 15:11:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:11:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 83633e06-a630-11ed-802c-0242ac110002 842 Feb 06 15:11:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:11:30 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:11:30 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:11:30 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:11:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:11:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 895be807-a630-11ed-802d-0242ac110002 1187 Feb 06 15:11:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:11:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:11:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 8f542924-a630-11ed-802e-0242ac110002 1256 Feb 06 15:11:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:11:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:11:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 954c3d30-a630-11ed-802f-0242ac110002 1112 Feb 06 15:11:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:12:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 9b449096-a630-11ed-8030-0242ac110002 1130 Feb 06 15:12:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:12:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" a13d152d-a630-11ed-8031-0242ac110002 1525 Feb 06 15:12:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:12:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" a734f5c1-a630-11ed-8032-0242ac110002 2393 Feb 06 15:12:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:12:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" ad2ce42f-a630-11ed-8033-0242ac110002 1660 Feb 06 15:12:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:12:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" b325e53d-a630-11ed-8034-0242ac110002 1269 Feb 06 15:12:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:50 70b074addbe1[1889]: [info] Applying target state Feb 06 15:12:50 balena-supervisor[2907]: [info] Applying target state Feb 06 15:12:50 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:12:50 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:12:50 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:12:50 70b074addbe1[1889]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:12:51 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 70b074addbe1[1889]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:12:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" b91e7f32-a630-11ed-8035-0242ac110002 852 Feb 06 15:12:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:12:51 70b074addbe1[1889]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:12:51 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:12:51 kernel: br-0a3286b79bce: port 4(veth6fdd40d) entered blocking state Feb 06 15:12:51 kernel: br-0a3286b79bce: port 4(veth6fdd40d) entered disabled state Feb 06 15:12:51 kernel: device veth6fdd40d entered promiscuous mode Feb 06 15:12:51 systemd-udevd[3691]: Using default interface naming scheme 'v249'. Feb 06 15:12:51 systemd-udevd[3692]: Using default interface naming scheme 'v249'. Feb 06 15:12:51 NetworkManager[1751]: [1675696371.5613] manager: (veth7709507): new Veth device (/org/freedesktop/NetworkManager/Devices/37) Feb 06 15:12:51 NetworkManager[1751]: [1675696371.5767] manager: (veth6fdd40d): new Veth device (/org/freedesktop/NetworkManager/Devices/38) Feb 06 15:12:52 kernel: br-0a3286b79bce: port 4(veth6fdd40d) entered disabled state Feb 06 15:12:52 kernel: device veth6fdd40d left promiscuous mode Feb 06 15:12:52 kernel: br-0a3286b79bce: port 4(veth6fdd40d) entered disabled state Feb 06 15:12:52 balenad[1889]: time="2023-02-06T15:12:52.533336770Z" level=error msg="b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3 cleanup: failed to delete container from containerd: no such container" Feb 06 15:12:52 balenad[1889]: time="2023-02-06T15:12:52.533732444Z" level=error msg="Handler for POST /containers/b18511ab77a85a2360c87933169dcaa85deac62d367f4853d6086f89843391e3/start returned error: error gathering device information while adding custom device \"/dev/ttyACM0\": no such file or directory" Feb 06 15:12:52 70b074addbe1[1889]: [error] Scheduling another update attempt in 512000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:12:52 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:12:52 balena-supervisor[2907]: [error] Scheduling another update attempt in 512000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:12:52 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:12:52 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:12:52 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:12:52 70b074addbe1[1889]: [error] at runMicrotasks () Feb 06 15:12:52 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:12:52 70b074addbe1[1889]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:12:52 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:12:52 70b074addbe1[1889]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:12:52 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:12:52 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:12:52 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:12:52 70b074addbe1[1889]: [error] at runMicrotasks () Feb 06 15:12:52 70b074addbe1[1889]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:13:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:13:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" bf16f964-a630-11ed-8036-0242ac110002 1259 Feb 06 15:13:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:13:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:13:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" c50f0dfc-a630-11ed-8037-0242ac110002 3787 Feb 06 15:13:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:13:19 healthdog[3761]: try: 1, refid: 877DA584, correction: 0.000000013, skew: 0.176 Feb 06 15:13:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:13:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" cb083a81-a630-11ed-8038-0242ac110002 1117 Feb 06 15:13:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:13:30 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:13:30 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:13:30 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:13:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:13:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" d1014193-a630-11ed-8039-0242ac110002 1116 Feb 06 15:13:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:13:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:13:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" d6fa22d2-a630-11ed-803a-0242ac110002 2111 Feb 06 15:13:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:13:44 balena-supervisor[2907]: [api] GET /v1/healthy 200 - 10.299 ms Feb 06 15:13:44 70b074addbe1[1889]: [api] GET /v1/healthy 200 - 10.299 ms Feb 06 15:13:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:13:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" dcf1a139-a630-11ed-803b-0242ac110002 1144 Feb 06 15:13:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:13:51 70b074addbe1[1889]: [debug] Attempting container log timestamp flush... Feb 06 15:13:51 balena-supervisor[2907]: [debug] Attempting container log timestamp flush... Feb 06 15:13:51 70b074addbe1[1889]: [debug] Container log timestamp flush complete Feb 06 15:13:51 balena-supervisor[2907]: [debug] Container log timestamp flush complete Feb 06 15:14:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:14:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" e2ea95e8-a630-11ed-803c-0242ac110002 1220 Feb 06 15:14:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:14:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:14:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" e8e37a6a-a630-11ed-803d-0242ac110002 1256 Feb 06 15:14:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:14:16 769d4389705a[1889]: 2023-02-06T15:14:16.802780Z info Cache snapshot (start) {"log_id": "0fqowyF0000", "engine": "tsm1", "trace_id": "0fqpWdOW000", "op_name": "tsm1_cache_snapshot", "op_event": "start"} Feb 06 15:14:16 769d4389705a[1889]: 2023-02-06T15:14:16.877203Z info Snapshot for path written {"log_id": "0fqowyF0000", "engine": "tsm1", "trace_id": "0fqpWdOW000", "op_name": "tsm1_cache_snapshot", "path": "/var/lib/influxdb/data/_internal/monitor/23", "duration": "74.544ms"} Feb 06 15:14:16 769d4389705a[1889]: 2023-02-06T15:14:16.877925Z info Cache snapshot (end) {"log_id": "0fqowyF0000", "engine": "tsm1", "trace_id": "0fqpWdOW000", "op_name": "tsm1_cache_snapshot", "op_event": "end", "op_elapsed": "75.190ms"} Feb 06 15:14:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:14:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" eedce24a-a630-11ed-803e-0242ac110002 1272 Feb 06 15:14:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:14:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:14:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" f4d5e051-a630-11ed-803f-0242ac110002 1251 Feb 06 15:14:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:14:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:14:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" face135e-a630-11ed-8040-0242ac110002 1948 Feb 06 15:14:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:14:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:14:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 00c654d5-a631-11ed-8041-0242ac110002 1237 Feb 06 15:14:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:15:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:15:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 06bde897-a631-11ed-8042-0242ac110002 1324 Feb 06 15:15:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:15:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:15:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 0cb6c7c9-a631-11ed-8043-0242ac110002 2123 Feb 06 15:15:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:15:19 healthdog[3889]: try: 1, refid: 877DA584, correction: 0.000000015, skew: 0.176 Feb 06 15:15:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:15:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 12afe4bd-a631-11ed-8044-0242ac110002 1172 Feb 06 15:15:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:15:30 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:15:30 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:15:30 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:15:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:15:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 18a8c93e-a631-11ed-8045-0242ac110002 1288 Feb 06 15:15:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:15:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:15:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 1ea12932-a631-11ed-8046-0242ac110002 1316 Feb 06 15:15:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:15:47 70b074addbe1[1889]: [info] Reported current state to the cloud Feb 06 15:15:47 balena-supervisor[2907]: [info] Reported current state to the cloud Feb 06 15:15:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:15:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 249a1110-a631-11ed-8047-0242ac110002 1360 Feb 06 15:15:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:16:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:16:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 2a92ea1f-a631-11ed-8048-0242ac110002 1277 Feb 06 15:16:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:16:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:16:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 308c0855-a631-11ed-8049-0242ac110002 2104 Feb 06 15:16:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:16:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:16:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 36845ebc-a631-11ed-804a-0242ac110002 1244 Feb 06 15:16:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:16:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:16:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 3c7cfc44-a631-11ed-804b-0242ac110002 1229 Feb 06 15:16:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:16:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:16:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 42758f78-a631-11ed-804c-0242ac110002 1279 Feb 06 15:16:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:16:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:16:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 486e69f8-a631-11ed-804d-0242ac110002 1411 Feb 06 15:16:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:17:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:17:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 4e679893-a631-11ed-804e-0242ac110002 3560 Feb 06 15:17:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:17:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:17:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 545f4bba-a631-11ed-804f-0242ac110002 1181 Feb 06 15:17:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:17:20 healthdog[3949]: try: 1, refid: 877DA584, correction: 0.000000016, skew: 0.176 Feb 06 15:17:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:17:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 5a583dbc-a631-11ed-8050-0242ac110002 1094 Feb 06 15:17:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:17:30 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:17:31 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:17:31 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:17:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:17:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 60513321-a631-11ed-8051-0242ac110002 2518 Feb 06 15:17:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:17:40 systemd-tmpfiles[3955]: /etc/tmpfiles.d/openvpn.conf:1: Line references path below legacy directory /var/run/, updating /var/run/openvpn → /run/openvpn; please update the tmpfiles.d/ drop-in file accordingly. Feb 06 15:17:40 systemd-tmpfiles[3955]: Failed to parse ACL "d:group::r-x,d:group:adm:r-x,d:group:wheel:r-x,group::r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring Feb 06 15:17:40 systemd-tmpfiles[3955]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring Feb 06 15:17:40 systemd-tmpfiles[3955]: Failed to parse ACL "group:adm:r--,group:wheel:r--": Invalid argument. Ignoring Feb 06 15:17:40 systemd-tmpfiles[3955]: Failed to parse ACL "d:group::r-x,d:group:adm:r-x,d:group:wheel:r-x,group::r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring Feb 06 15:17:40 systemd-tmpfiles[3955]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring Feb 06 15:17:40 systemd-tmpfiles[3955]: Failed to parse ACL "group:adm:r--,group:wheel:r--": Invalid argument. Ignoring Feb 06 15:17:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:17:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 6649a1ed-a631-11ed-8052-0242ac110002 1144 Feb 06 15:17:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:17:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:17:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 6c4180bd-a631-11ed-8053-0242ac110002 1336 Feb 06 15:17:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:18:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:18:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 723ac8b6-a631-11ed-8054-0242ac110002 1912 Feb 06 15:18:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:18:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:18:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 7833c2b1-a631-11ed-8055-0242ac110002 1202 Feb 06 15:18:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:18:21 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:18:21 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 7e2ca779-a631-11ed-8056-0242ac110002 1106 Feb 06 15:18:21 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:18:31 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:18:31 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 8425eee9-a631-11ed-8057-0242ac110002 4158 Feb 06 15:18:31 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:18:41 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:18:41 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 8a1f21da-a631-11ed-8058-0242ac110002 1517 Feb 06 15:18:41 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:18:45 balena-supervisor[2907]: [api] GET /v1/healthy 200 - 8.953 ms Feb 06 15:18:45 70b074addbe1[1889]: [api] GET /v1/healthy 200 - 8.953 ms Feb 06 15:18:51 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:18:51 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 90181d78-a631-11ed-8059-0242ac110002 1220 Feb 06 15:18:51 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:19:01 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:19:01 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 96104c7e-a631-11ed-805a-0242ac110002 1215 Feb 06 15:19:01 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:19:11 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:19:11 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" 9c0956df-a631-11ed-805b-0242ac110002 1667 Feb 06 15:19:11 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:19:20 healthdog[4011]: try: 1, refid: 877DA584, correction: 0.000000017, skew: 0.176 Feb 06 15:19:22 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:19:22 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" a2021679-a631-11ed-805c-0242ac110002 1251 Feb 06 15:19:22 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:19:30 systemd[1]: /lib/systemd/system/sshd@.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Feb 06 15:19:30 sshd[4017]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Feb 06 15:19:31 4b3752c74949[1889]: Checking internet connectivity ... Feb 06 15:19:31 4b3752c74949[1889]: Your device is already connected to the internet. Feb 06 15:19:31 4b3752c74949[1889]: Skipping setting up Wifi-Connect Access Point. Will check again in 120 seconds Feb 06 15:19:31 sshd[4017]: Accepted none for root from 52.4.252.97 port 1647 ssh2 Feb 06 15:19:32 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:19:32 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" a7fb1267-a631-11ed-805d-0242ac110002 1946 Feb 06 15:19:32 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:19:42 769d4389705a[1889]: [httpd] 172.17.0.3 - - [06/Feb/2023:15:19:42 +0000] "GET /query?db=balena&q=show+field+keys HTTP/1.1" 200 70 "-" "Python-urllib/3.9" adf39f80-a631-11ed-805e-0242ac110002 947 Feb 06 15:19:42 1745d7df4c51[1889]: Interim dashboard sync skipped: No schema found. Feb 06 15:19:49 dnsmasq[1914]: dnsmasq[1914]: time 1675696789 Feb 06 15:19:49 dnsmasq[1914]: dnsmasq[1914]: cache size 150, 0/81 cache insertions re-used unexpired cache entries. Feb 06 15:19:49 dnsmasq[1914]: dnsmasq[1914]: queries forwarded 37, queries answered locally 28 Feb 06 15:19:49 dnsmasq[1914]: dnsmasq[1914]: queries for authoritative zones 0 Feb 06 15:19:49 dnsmasq[1914]: dnsmasq[1914]: pool memory in use 0, max 0, allocated 0 Feb 06 15:19:49 dnsmasq[1914]: dnsmasq[1914]: server 8.8.8.8#53: queries sent 10, retried or failed 0 Feb 06 15:19:49 dnsmasq[1914]: dnsmasq[1914]: server 192.168.0.1#53: queries sent 37, retried or failed 0 real 0m 0.07s user 0m 0.03s sys 0m 0.01s --- journalctl --no-pager --no-hostname -pwarning -perr -a --- 2023-02-06 15:19:50.920160369+00:00 -- Journal begins at Fri 2023-02-03 18:31:30 UTC, ends at Mon 2023-02-06 15:19:49 UTC. -- Feb 03 18:31:30 kernel: Warning: unable to open an initial console. Feb 03 18:31:30 systemd-udevd[1118]: /lib/udev/rules.d/50-udev-default.rules:39 Unknown group 'render', ignoring Feb 03 18:31:30 systemd-udevd[1118]: /lib/udev/rules.d/50-udev-default.rules:40 Unknown group 'render', ignoring Feb 03 18:31:30 systemd-udevd[1118]: /lib/udev/rules.d/50-udev-default.rules:42 Unknown group 'sgx', ignoring Feb 03 18:31:30 kernel: vc_sm_cma_vchi_init: failed to open VCHI service (-1) Feb 03 18:31:30 kernel: [vc_sm_connected_init]: failed to initialize shared memory service Feb 03 18:31:31 kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) Feb 03 18:31:31 kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) Feb 03 18:31:31 kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) Feb 03 18:31:38 bluetoothd[1877]: Failed to set privacy: Rejected (0x0b) Feb 06 15:03:56 70b074addbe1[1889]: (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. Feb 06 15:03:56 70b074addbe1[1889]: (Use `node --trace-deprecation ...` to show where the warning was created) Feb 06 15:19:30 sshd[4017]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) --- 2023-02-06 15:19:50.971031395+00:00 Command exited with non-zero status 1 real 0m 3.47s user 0m 1.23s sys 0m 2.35s --- ps --- 2023-02-06 15:19:54.476262813+00:00 PID TTY TIME CMD 1 ? 00:00:11 systemd 2 ? 00:00:00 kthreadd 3 ? 00:00:00 rcu_gp 4 ? 00:00:00 rcu_par_gp 8 ? 00:00:00 mm_percpu_wq 9 ? 00:00:00 rcu_tasks_rude_ 10 ? 00:00:00 rcu_tasks_trace 11 ? 00:00:00 ksoftirqd/0 12 ? 00:00:00 rcu_sched 13 ? 00:00:00 migration/0 14 ? 00:00:00 cpuhp/0 15 ? 00:00:00 cpuhp/1 16 ? 00:00:00 migration/1 17 ? 00:00:00 ksoftirqd/1 20 ? 00:00:00 cpuhp/2 21 ? 00:00:00 migration/2 22 ? 00:00:00 ksoftirqd/2 25 ? 00:00:00 cpuhp/3 26 ? 00:00:00 migration/3 27 ? 00:00:00 ksoftirqd/3 30 ? 00:00:00 kdevtmpfs 31 ? 00:00:00 netns 34 ? 00:00:00 kauditd 35 ? 00:00:00 kworker/0:2-events 36 ? 00:00:00 khungtaskd 37 ? 00:00:00 oom_reaper 38 ? 00:00:00 writeback 39 ? 00:00:00 kcompactd0 64 ? 00:00:00 kblockd 65 ? 00:00:00 blkcg_punt_bio 66 ? 00:00:00 md 67 ? 00:00:00 watchdogd 69 ? 00:00:00 kswapd0 72 ? 00:00:00 iscsi_eh 73 ? 00:00:00 iscsi_destroy 74 ? 00:00:00 dwc_otg 76 ? 00:00:00 DWC Notificatio 78 ? 00:00:00 vchiq-slot/0 79 ? 00:00:00 vchiq-recy/0 80 ? 00:00:00 vchiq-sync/0 81 ? 00:00:00 kworker/1:1H-kblockd 82 ? 00:00:00 ipv6_addrconf 83 ? 00:00:00 zswap-shrink 84 ? 00:00:00 kworker/u9:0-hci0 86 ? 00:00:00 kworker/1:5-events 105 ? 00:00:00 mmc_complete 421 ? 00:00:00 kworker/3:1H-kblockd 423 ? 00:00:00 kworker/2:1H-kblockd 434 ? 00:00:00 kworker/0:2H-kblockd 793 ? 00:00:00 kworker/2:2H 934 ? 00:00:00 jbd2/mmcblk0p2- 935 ? 00:00:00 ext4-rsv-conver 949 ? 00:00:00 jbd2/mmcblk0p5- 950 ? 00:00:00 ext4-rsv-conver 987 ? 00:00:00 jbd2/mmcblk0p6- 988 ? 00:00:00 ext4-rsv-conver 1087 ? 00:00:01 systemd-journal 1118 ? 00:00:00 systemd-udevd 1134 ? 00:00:00 vchiq-keep/0 1136 ? 00:00:00 spi0 1205 ? 00:00:00 cfg80211 1236 ? 00:00:00 brcmf_wq/mmc1:0 1246 ? 00:00:00 brcmf_wdog/mmc1 1544 ? 00:07:06 rngd 1548 ? 00:00:45 plymouthd 1551 ? 00:00:00 ModemManager 1613 ? 00:00:00 systemd-logind 1665 ? 00:00:00 kworker/3:4-mm_percpu_wq 1751 ? 00:00:01 NetworkManager 1855 ? 00:00:00 hciattach 1856 ? 00:00:00 kworker/u9:1-hci0 1877 ? 00:00:00 bluetoothd 1889 ? 00:00:17 balenad 1894 ? 00:00:00 exe 1910 ? 00:00:01 kworker/u8:3-brcmf_wq/mmc1:0001:1 1925 ? 00:00:00 cryptd 1932 ? 00:00:00 wpa_supplicant 1961 ? 00:00:01 kworker/0:3+events_power_efficient 2085 ? 00:00:00 chronyd 2086 ? 00:00:00 exe 2120 ? 00:00:02 balena-engine-c 2318 ? 00:00:03 balena-engine-c 2329 ? 00:00:00 balena-engine-p 2339 ? 00:00:02 balena-engine-c 2348 ? 00:00:03 balena-engine-c 2358 ? 00:00:00 balena-engine-p 2371 ? 00:00:00 balena-engine-p 2399 ? 00:00:00 balena-engine-p 2424 ? 00:00:03 balena-engine-c 2516 ? 00:00:03 balena-engine-c 2676 ? 00:00:00 kworker/2:3-mm_percpu_wq 2834 ? 00:00:00 start-balena-su 2835 ? 00:00:00 exe 2907 ? 00:00:00 balena 2916 ? 00:00:03 balena-engine-c 2933 ? 00:00:26 node 2987 ? 00:00:00 journalctl 2997 ? 00:00:00 jbd2/mmcblk0p3- 2998 ? 00:00:00 ext4-rsv-conver 3510 ? 00:00:00 kworker/3:0-events 3522 ? 00:00:00 kworker/2:0-events 3529 ? 00:00:00 kworker/3:0H 3561 ? 00:00:00 kworker/1:0H 3631 ? 00:00:00 kworker/0:0-events 3636 ? 00:00:00 kworker/u8:0-events_unbound 3754 ? 00:00:00 kworker/1:1-events_power_efficient 3766 ? 00:00:00 kworker/0:0H 3767 ? 00:00:00 kworker/3:1-cgroup_destroy 3890 ? 00:00:00 kworker/0:1-events 3903 ? 00:00:00 kworker/u8:1+brcmf_wq/mmc1:0001:1 3932 ? 00:00:00 kworker/2:1-mm_percpu_wq 3954 ? 00:00:00 kworker/1:2H 3956 ? 00:00:00 kworker/3:2-mm_percpu_wq 3972 ? 00:00:00 kworker/1:0-events 4017 ? 00:00:00 sshd 4023 ? 00:00:00 sh 4025 ? 00:00:00 bash 4226 ? 00:00:00 kworker/0:1H 4333 ? 00:00:00 kworker/3:2H 4927 ? 00:00:00 time 4928 ? 00:00:00 timeout 4929 ? 00:00:00 ps real 0m 0.05s user 0m 0.00s sys 0m 0.03s --- stat /var/lock/*hup.lock --- 2023-02-06 15:19:54.555176782+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- sysctl -a --- 2023-02-06 15:19:54.603644125+00:00 debug.kprobes-optimization = 1 dev.raid.speed_limit_max = 200000 dev.raid.speed_limit_min = 1000 dev.scsi.logging_level = 0 dev.tty.ldisc_autoload = 1 fs.aio-max-nr = 65536 fs.aio-nr = 0 fs.dentry-state = 117180 96506 45 0 15649 0 fs.dir-notify-enable = 1 fs.epoll.max_user_watches = 348513 fs.file-max = 2147483647 fs.file-nr = 768 0 2147483647 fs.inode-nr = 101689 7 fs.inode-state = 101689 7 0 0 0 0 0 fs.inotify.max_queued_events = 16384 fs.inotify.max_user_instances = 512 fs.inotify.max_user_watches = 8192 fs.lease-break-time = 45 fs.leases-enable = 1 fs.mount-max = 100000 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 fs.mqueue.msgsize_default = 8192 fs.mqueue.msgsize_max = 8192 fs.mqueue.queues_max = 256 fs.nr_open = 536870908 fs.overflowgid = 65534 fs.overflowuid = 65534 fs.pipe-max-size = 1048576 fs.pipe-user-pages-hard = 0 fs.pipe-user-pages-soft = 16384 fs.protected_fifos = 1 fs.protected_hardlinks = 1 fs.protected_regular = 1 fs.protected_symlinks = 1 fs.quota.allocated_dquots = 0 fs.quota.cache_hits = 0 fs.quota.drops = 0 fs.quota.free_dquots = 0 fs.quota.lookups = 0 fs.quota.reads = 0 fs.quota.syncs = 28 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.bpf_stats_enabled = 0 kernel.cad_pid = 1 kernel.cap_last_cap = 40 kernel.core_pattern = core kernel.core_pipe_limit = 0 kernel.core_uses_pid = 1 kernel.ctrl-alt-del = 0 kernel.dmesg_restrict = 0 kernel.domainname = (none) kernel.ftrace_dump_on_oops = 0 kernel.ftrace_enabled = 1 kernel.hostname = 214acfe kernel.hung_task_all_cpu_backtrace = 0 kernel.hung_task_check_count = 32768 kernel.hung_task_check_interval_secs = 0 kernel.hung_task_panic = 0 kernel.hung_task_timeout_secs = 120 kernel.hung_task_warnings = 10 kernel.keys.gc_delay = 300 kernel.keys.maxbytes = 20000 kernel.keys.maxkeys = 200 kernel.keys.root_maxbytes = 25000000 kernel.keys.root_maxkeys = 1000000 kernel.kptr_restrict = 0 kernel.latencytop = 0 kernel.max_lock_depth = 1024 kernel.modprobe = /sbin/modprobe kernel.modules_disabled = 0 kernel.msgmax = 8192 kernel.msgmnb = 16384 kernel.msgmni = 32000 kernel.ngroups_max = 65536 kernel.oops_all_cpu_backtrace = 0 kernel.osrelease = 5.10.95-v7 kernel.ostype = Linux kernel.overflowgid = 65534 kernel.overflowuid = 65534 kernel.panic = 1 kernel.panic_on_oops = 0 kernel.panic_on_rcu_stall = 0 kernel.panic_on_warn = 0 kernel.panic_print = 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 = 4 4 1 7 kernel.printk_delay = 0 kernel.printk_devkmsg = on kernel.printk_ratelimit = 5 kernel.printk_ratelimit_burst = 10 kernel.pty.max = 4096 kernel.pty.nr = 6 kernel.pty.reserve = 1024 kernel.random.boot_id = 5a9fdca2-9f42-4a75-975b-a6f58f8bc514 kernel.random.entropy_avail = 4036 kernel.random.poolsize = 4096 kernel.random.urandom_min_reseed_secs = 60 kernel.random.uuid = 370a392c-f663-4fc1-ad1a-f23efd1b7704 kernel.random.write_wakeup_threshold = 3072 kernel.randomize_va_space = 2 kernel.real-root-dev = 0 kernel.sched_autogroup_enabled = 1 kernel.sched_cfs_bandwidth_slice_us = 5000 kernel.sched_child_runs_first = 0 kernel.sched_deadline_period_max_us = 4194304 kernel.sched_deadline_period_min_us = 100 kernel.sched_domain.cpu0.domain0.busy_factor = 16 kernel.sched_domain.cpu0.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu0.domain0.flags = SD_BALANCE_NEWIDLE SD_BALANCE_EXEC SD_BALANCE_FORK SD_WAKE_AFFINE SD_PREFER_SIBLING kernel.sched_domain.cpu0.domain0.imbalance_pct = 117 kernel.sched_domain.cpu0.domain0.max_interval = 8 kernel.sched_domain.cpu0.domain0.max_newidle_lb_cost = 40472 kernel.sched_domain.cpu0.domain0.min_interval = 4 kernel.sched_domain.cpu0.domain0.name = DIE kernel.sched_domain.cpu1.domain0.busy_factor = 16 kernel.sched_domain.cpu1.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu1.domain0.flags = SD_BALANCE_NEWIDLE SD_BALANCE_EXEC SD_BALANCE_FORK SD_WAKE_AFFINE SD_PREFER_SIBLING kernel.sched_domain.cpu1.domain0.imbalance_pct = 117 kernel.sched_domain.cpu1.domain0.max_interval = 8 kernel.sched_domain.cpu1.domain0.max_newidle_lb_cost = 92602 kernel.sched_domain.cpu1.domain0.min_interval = 4 kernel.sched_domain.cpu1.domain0.name = DIE kernel.sched_domain.cpu2.domain0.busy_factor = 16 kernel.sched_domain.cpu2.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu2.domain0.flags = SD_BALANCE_NEWIDLE SD_BALANCE_EXEC SD_BALANCE_FORK SD_WAKE_AFFINE SD_PREFER_SIBLING kernel.sched_domain.cpu2.domain0.imbalance_pct = 117 kernel.sched_domain.cpu2.domain0.max_interval = 8 kernel.sched_domain.cpu2.domain0.max_newidle_lb_cost = 47531 kernel.sched_domain.cpu2.domain0.min_interval = 4 kernel.sched_domain.cpu2.domain0.name = DIE kernel.sched_domain.cpu3.domain0.busy_factor = 16 kernel.sched_domain.cpu3.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu3.domain0.flags = SD_BALANCE_NEWIDLE SD_BALANCE_EXEC SD_BALANCE_FORK SD_WAKE_AFFINE SD_PREFER_SIBLING kernel.sched_domain.cpu3.domain0.imbalance_pct = 117 kernel.sched_domain.cpu3.domain0.max_interval = 8 kernel.sched_domain.cpu3.domain0.max_newidle_lb_cost = 37500 kernel.sched_domain.cpu3.domain0.min_interval = 4 kernel.sched_domain.cpu3.domain0.name = DIE kernel.sched_latency_ns = 18000000 kernel.sched_migration_cost_ns = 500000 kernel.sched_min_granularity_ns = 2250000 kernel.sched_nr_migrate = 32 kernel.sched_rr_timeslice_ms = 100 kernel.sched_rt_period_us = 1000000 kernel.sched_rt_runtime_us = 950000 kernel.sched_schedstats = 0 kernel.sched_tunable_scaling = 1 kernel.sched_wakeup_granularity_ns = 3000000 kernel.seccomp.actions_avail = kill_process kill_thread trap errno user_notif trace log allow kernel.seccomp.actions_logged = kill_process kill_thread trap errno user_notif 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 = 14399 kernel.timer_migration = 1 kernel.traceoff_on_warning = 0 kernel.tracepoint_printk = 0 kernel.unprivileged_bpf_disabled = 0 kernel.usermodehelper.bset = 4294967295 511 kernel.usermodehelper.inheritable = 4294967295 511 kernel.version = #1 SMP Thu Feb 17 11:43:01 UTC 2022 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.devconf_inherit_init_net = 0 net.core.fb_tunnels_only_for_init_net = 0 net.core.flow_limit_cpu_bitmap = 0 net.core.flow_limit_table_len = 4096 net.core.gro_normal_batch = 8 net.core.high_order_alloc_disable = 0 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 = 20000 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 = 180224 net.core.rmem_max = 180224 net.core.rps_sock_flow_entries = 0 net.core.somaxconn = 4096 net.core.tstamp_allow_data = 1 net.core.warnings = 0 net.core.wmem_default = 180224 net.core.wmem_max = 180224 net.core.xfrm_acq_expires = 30 net.core.xfrm_aevent_etime = 10 net.core.xfrm_aevent_rseqth = 2 net.core.xfrm_larval_drop = 1 net.ipv4.conf.all.accept_local = 0 net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.all.accept_source_route = 0 net.ipv4.conf.all.arp_accept = 0 net.ipv4.conf.all.arp_announce = 0 net.ipv4.conf.all.arp_filter = 0 net.ipv4.conf.all.arp_ignore = 0 net.ipv4.conf.all.arp_notify = 0 net.ipv4.conf.all.bc_forwarding = 0 net.ipv4.conf.all.bootp_relay = 0 net.ipv4.conf.all.disable_policy = 0 net.ipv4.conf.all.disable_xfrm = 0 net.ipv4.conf.all.drop_gratuitous_arp = 0 net.ipv4.conf.all.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.all.force_igmp_version = 0 net.ipv4.conf.all.forwarding = 1 net.ipv4.conf.all.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.all.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.all.ignore_routes_with_linkdown = 0 net.ipv4.conf.all.log_martians = 0 net.ipv4.conf.all.mc_forwarding = 0 net.ipv4.conf.all.medium_id = 0 net.ipv4.conf.all.promote_secondaries = 0 net.ipv4.conf.all.proxy_arp = 0 net.ipv4.conf.all.proxy_arp_pvlan = 0 net.ipv4.conf.all.route_localnet = 0 net.ipv4.conf.all.rp_filter = 2 net.ipv4.conf.all.secure_redirects = 1 net.ipv4.conf.all.send_redirects = 1 net.ipv4.conf.all.shared_media = 1 net.ipv4.conf.all.src_valid_mark = 0 net.ipv4.conf.all.tag = 0 net.ipv4.conf.balena0.accept_local = 0 net.ipv4.conf.balena0.accept_redirects = 1 net.ipv4.conf.balena0.accept_source_route = 0 net.ipv4.conf.balena0.arp_accept = 0 net.ipv4.conf.balena0.arp_announce = 0 net.ipv4.conf.balena0.arp_filter = 0 net.ipv4.conf.balena0.arp_ignore = 0 net.ipv4.conf.balena0.arp_notify = 0 net.ipv4.conf.balena0.bc_forwarding = 0 net.ipv4.conf.balena0.bootp_relay = 0 net.ipv4.conf.balena0.disable_policy = 0 net.ipv4.conf.balena0.disable_xfrm = 0 net.ipv4.conf.balena0.drop_gratuitous_arp = 0 net.ipv4.conf.balena0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.balena0.force_igmp_version = 0 net.ipv4.conf.balena0.forwarding = 1 net.ipv4.conf.balena0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.balena0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.balena0.ignore_routes_with_linkdown = 0 net.ipv4.conf.balena0.log_martians = 0 net.ipv4.conf.balena0.mc_forwarding = 0 net.ipv4.conf.balena0.medium_id = 0 net.ipv4.conf.balena0.promote_secondaries = 1 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 = 2 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-0a3286b79bce.accept_local = 0 net.ipv4.conf.br-0a3286b79bce.accept_redirects = 1 net.ipv4.conf.br-0a3286b79bce.accept_source_route = 0 net.ipv4.conf.br-0a3286b79bce.arp_accept = 0 net.ipv4.conf.br-0a3286b79bce.arp_announce = 0 net.ipv4.conf.br-0a3286b79bce.arp_filter = 0 net.ipv4.conf.br-0a3286b79bce.arp_ignore = 0 net.ipv4.conf.br-0a3286b79bce.arp_notify = 0 net.ipv4.conf.br-0a3286b79bce.bc_forwarding = 0 net.ipv4.conf.br-0a3286b79bce.bootp_relay = 0 net.ipv4.conf.br-0a3286b79bce.disable_policy = 0 net.ipv4.conf.br-0a3286b79bce.disable_xfrm = 0 net.ipv4.conf.br-0a3286b79bce.drop_gratuitous_arp = 0 net.ipv4.conf.br-0a3286b79bce.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.br-0a3286b79bce.force_igmp_version = 0 net.ipv4.conf.br-0a3286b79bce.forwarding = 1 net.ipv4.conf.br-0a3286b79bce.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.br-0a3286b79bce.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.br-0a3286b79bce.ignore_routes_with_linkdown = 0 net.ipv4.conf.br-0a3286b79bce.log_martians = 0 net.ipv4.conf.br-0a3286b79bce.mc_forwarding = 0 net.ipv4.conf.br-0a3286b79bce.medium_id = 0 net.ipv4.conf.br-0a3286b79bce.promote_secondaries = 1 net.ipv4.conf.br-0a3286b79bce.proxy_arp = 0 net.ipv4.conf.br-0a3286b79bce.proxy_arp_pvlan = 0 net.ipv4.conf.br-0a3286b79bce.route_localnet = 0 net.ipv4.conf.br-0a3286b79bce.rp_filter = 2 net.ipv4.conf.br-0a3286b79bce.secure_redirects = 1 net.ipv4.conf.br-0a3286b79bce.send_redirects = 1 net.ipv4.conf.br-0a3286b79bce.shared_media = 1 net.ipv4.conf.br-0a3286b79bce.src_valid_mark = 0 net.ipv4.conf.br-0a3286b79bce.tag = 0 net.ipv4.conf.default.accept_local = 0 net.ipv4.conf.default.accept_redirects = 1 net.ipv4.conf.default.accept_source_route = 0 net.ipv4.conf.default.arp_accept = 0 net.ipv4.conf.default.arp_announce = 0 net.ipv4.conf.default.arp_filter = 0 net.ipv4.conf.default.arp_ignore = 0 net.ipv4.conf.default.arp_notify = 0 net.ipv4.conf.default.bc_forwarding = 0 net.ipv4.conf.default.bootp_relay = 0 net.ipv4.conf.default.disable_policy = 0 net.ipv4.conf.default.disable_xfrm = 0 net.ipv4.conf.default.drop_gratuitous_arp = 0 net.ipv4.conf.default.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.default.force_igmp_version = 0 net.ipv4.conf.default.forwarding = 1 net.ipv4.conf.default.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.default.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.default.ignore_routes_with_linkdown = 0 net.ipv4.conf.default.log_martians = 0 net.ipv4.conf.default.mc_forwarding = 0 net.ipv4.conf.default.medium_id = 0 net.ipv4.conf.default.promote_secondaries = 1 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 = 2 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 = 0 net.ipv4.conf.eth0.arp_accept = 0 net.ipv4.conf.eth0.arp_announce = 0 net.ipv4.conf.eth0.arp_filter = 0 net.ipv4.conf.eth0.arp_ignore = 0 net.ipv4.conf.eth0.arp_notify = 0 net.ipv4.conf.eth0.bc_forwarding = 0 net.ipv4.conf.eth0.bootp_relay = 0 net.ipv4.conf.eth0.disable_policy = 0 net.ipv4.conf.eth0.disable_xfrm = 0 net.ipv4.conf.eth0.drop_gratuitous_arp = 0 net.ipv4.conf.eth0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.eth0.force_igmp_version = 0 net.ipv4.conf.eth0.forwarding = 1 net.ipv4.conf.eth0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.eth0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.eth0.ignore_routes_with_linkdown = 0 net.ipv4.conf.eth0.log_martians = 0 net.ipv4.conf.eth0.mc_forwarding = 0 net.ipv4.conf.eth0.medium_id = 0 net.ipv4.conf.eth0.promote_secondaries = 1 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 = 0 net.ipv4.conf.lo.arp_accept = 0 net.ipv4.conf.lo.arp_announce = 0 net.ipv4.conf.lo.arp_filter = 0 net.ipv4.conf.lo.arp_ignore = 0 net.ipv4.conf.lo.arp_notify = 0 net.ipv4.conf.lo.bc_forwarding = 0 net.ipv4.conf.lo.bootp_relay = 0 net.ipv4.conf.lo.disable_policy = 1 net.ipv4.conf.lo.disable_xfrm = 1 net.ipv4.conf.lo.drop_gratuitous_arp = 0 net.ipv4.conf.lo.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.lo.force_igmp_version = 0 net.ipv4.conf.lo.forwarding = 1 net.ipv4.conf.lo.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.lo.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.lo.ignore_routes_with_linkdown = 0 net.ipv4.conf.lo.log_martians = 0 net.ipv4.conf.lo.mc_forwarding = 0 net.ipv4.conf.lo.medium_id = 0 net.ipv4.conf.lo.promote_secondaries = 1 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 = 2 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 = 0 net.ipv4.conf.resin-dns.arp_accept = 0 net.ipv4.conf.resin-dns.arp_announce = 0 net.ipv4.conf.resin-dns.arp_filter = 0 net.ipv4.conf.resin-dns.arp_ignore = 0 net.ipv4.conf.resin-dns.arp_notify = 0 net.ipv4.conf.resin-dns.bc_forwarding = 0 net.ipv4.conf.resin-dns.bootp_relay = 0 net.ipv4.conf.resin-dns.disable_policy = 0 net.ipv4.conf.resin-dns.disable_xfrm = 0 net.ipv4.conf.resin-dns.drop_gratuitous_arp = 0 net.ipv4.conf.resin-dns.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.resin-dns.force_igmp_version = 0 net.ipv4.conf.resin-dns.forwarding = 1 net.ipv4.conf.resin-dns.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.resin-dns.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.resin-dns.ignore_routes_with_linkdown = 0 net.ipv4.conf.resin-dns.log_martians = 0 net.ipv4.conf.resin-dns.mc_forwarding = 0 net.ipv4.conf.resin-dns.medium_id = 0 net.ipv4.conf.resin-dns.promote_secondaries = 1 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 = 2 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 = 0 net.ipv4.conf.resin-vpn.arp_accept = 0 net.ipv4.conf.resin-vpn.arp_announce = 0 net.ipv4.conf.resin-vpn.arp_filter = 0 net.ipv4.conf.resin-vpn.arp_ignore = 0 net.ipv4.conf.resin-vpn.arp_notify = 0 net.ipv4.conf.resin-vpn.bc_forwarding = 0 net.ipv4.conf.resin-vpn.bootp_relay = 0 net.ipv4.conf.resin-vpn.disable_policy = 0 net.ipv4.conf.resin-vpn.disable_xfrm = 0 net.ipv4.conf.resin-vpn.drop_gratuitous_arp = 0 net.ipv4.conf.resin-vpn.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.resin-vpn.force_igmp_version = 0 net.ipv4.conf.resin-vpn.forwarding = 1 net.ipv4.conf.resin-vpn.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.resin-vpn.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.resin-vpn.ignore_routes_with_linkdown = 0 net.ipv4.conf.resin-vpn.log_martians = 0 net.ipv4.conf.resin-vpn.mc_forwarding = 0 net.ipv4.conf.resin-vpn.medium_id = 0 net.ipv4.conf.resin-vpn.promote_secondaries = 1 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 = 2 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 = 0 net.ipv4.conf.supervisor0.arp_accept = 0 net.ipv4.conf.supervisor0.arp_announce = 0 net.ipv4.conf.supervisor0.arp_filter = 0 net.ipv4.conf.supervisor0.arp_ignore = 0 net.ipv4.conf.supervisor0.arp_notify = 0 net.ipv4.conf.supervisor0.bc_forwarding = 0 net.ipv4.conf.supervisor0.bootp_relay = 0 net.ipv4.conf.supervisor0.disable_policy = 0 net.ipv4.conf.supervisor0.disable_xfrm = 0 net.ipv4.conf.supervisor0.drop_gratuitous_arp = 0 net.ipv4.conf.supervisor0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.supervisor0.force_igmp_version = 0 net.ipv4.conf.supervisor0.forwarding = 1 net.ipv4.conf.supervisor0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.supervisor0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.supervisor0.ignore_routes_with_linkdown = 0 net.ipv4.conf.supervisor0.log_martians = 0 net.ipv4.conf.supervisor0.mc_forwarding = 0 net.ipv4.conf.supervisor0.medium_id = 0 net.ipv4.conf.supervisor0.promote_secondaries = 1 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 = 2 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.veth3a83cda.accept_local = 0 net.ipv4.conf.veth3a83cda.accept_redirects = 1 net.ipv4.conf.veth3a83cda.accept_source_route = 0 net.ipv4.conf.veth3a83cda.arp_accept = 0 net.ipv4.conf.veth3a83cda.arp_announce = 0 net.ipv4.conf.veth3a83cda.arp_filter = 0 net.ipv4.conf.veth3a83cda.arp_ignore = 0 net.ipv4.conf.veth3a83cda.arp_notify = 0 net.ipv4.conf.veth3a83cda.bc_forwarding = 0 net.ipv4.conf.veth3a83cda.bootp_relay = 0 net.ipv4.conf.veth3a83cda.disable_policy = 0 net.ipv4.conf.veth3a83cda.disable_xfrm = 0 net.ipv4.conf.veth3a83cda.drop_gratuitous_arp = 0 net.ipv4.conf.veth3a83cda.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.veth3a83cda.force_igmp_version = 0 net.ipv4.conf.veth3a83cda.forwarding = 1 net.ipv4.conf.veth3a83cda.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.veth3a83cda.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.veth3a83cda.ignore_routes_with_linkdown = 0 net.ipv4.conf.veth3a83cda.log_martians = 0 net.ipv4.conf.veth3a83cda.mc_forwarding = 0 net.ipv4.conf.veth3a83cda.medium_id = 0 net.ipv4.conf.veth3a83cda.promote_secondaries = 1 net.ipv4.conf.veth3a83cda.proxy_arp = 0 net.ipv4.conf.veth3a83cda.proxy_arp_pvlan = 0 net.ipv4.conf.veth3a83cda.route_localnet = 0 net.ipv4.conf.veth3a83cda.rp_filter = 2 net.ipv4.conf.veth3a83cda.secure_redirects = 1 net.ipv4.conf.veth3a83cda.send_redirects = 1 net.ipv4.conf.veth3a83cda.shared_media = 1 net.ipv4.conf.veth3a83cda.src_valid_mark = 0 net.ipv4.conf.veth3a83cda.tag = 0 net.ipv4.conf.veth68f80a7.accept_local = 0 net.ipv4.conf.veth68f80a7.accept_redirects = 1 net.ipv4.conf.veth68f80a7.accept_source_route = 0 net.ipv4.conf.veth68f80a7.arp_accept = 0 net.ipv4.conf.veth68f80a7.arp_announce = 0 net.ipv4.conf.veth68f80a7.arp_filter = 0 net.ipv4.conf.veth68f80a7.arp_ignore = 0 net.ipv4.conf.veth68f80a7.arp_notify = 0 net.ipv4.conf.veth68f80a7.bc_forwarding = 0 net.ipv4.conf.veth68f80a7.bootp_relay = 0 net.ipv4.conf.veth68f80a7.disable_policy = 0 net.ipv4.conf.veth68f80a7.disable_xfrm = 0 net.ipv4.conf.veth68f80a7.drop_gratuitous_arp = 0 net.ipv4.conf.veth68f80a7.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.veth68f80a7.force_igmp_version = 0 net.ipv4.conf.veth68f80a7.forwarding = 1 net.ipv4.conf.veth68f80a7.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.veth68f80a7.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.veth68f80a7.ignore_routes_with_linkdown = 0 net.ipv4.conf.veth68f80a7.log_martians = 0 net.ipv4.conf.veth68f80a7.mc_forwarding = 0 net.ipv4.conf.veth68f80a7.medium_id = 0 net.ipv4.conf.veth68f80a7.promote_secondaries = 1 net.ipv4.conf.veth68f80a7.proxy_arp = 0 net.ipv4.conf.veth68f80a7.proxy_arp_pvlan = 0 net.ipv4.conf.veth68f80a7.route_localnet = 0 net.ipv4.conf.veth68f80a7.rp_filter = 2 net.ipv4.conf.veth68f80a7.secure_redirects = 1 net.ipv4.conf.veth68f80a7.send_redirects = 1 net.ipv4.conf.veth68f80a7.shared_media = 1 net.ipv4.conf.veth68f80a7.src_valid_mark = 0 net.ipv4.conf.veth68f80a7.tag = 0 net.ipv4.conf.vetha8e20bd.accept_local = 0 net.ipv4.conf.vetha8e20bd.accept_redirects = 1 net.ipv4.conf.vetha8e20bd.accept_source_route = 0 net.ipv4.conf.vetha8e20bd.arp_accept = 0 net.ipv4.conf.vetha8e20bd.arp_announce = 0 net.ipv4.conf.vetha8e20bd.arp_filter = 0 net.ipv4.conf.vetha8e20bd.arp_ignore = 0 net.ipv4.conf.vetha8e20bd.arp_notify = 0 net.ipv4.conf.vetha8e20bd.bc_forwarding = 0 net.ipv4.conf.vetha8e20bd.bootp_relay = 0 net.ipv4.conf.vetha8e20bd.disable_policy = 0 net.ipv4.conf.vetha8e20bd.disable_xfrm = 0 net.ipv4.conf.vetha8e20bd.drop_gratuitous_arp = 0 net.ipv4.conf.vetha8e20bd.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.vetha8e20bd.force_igmp_version = 0 net.ipv4.conf.vetha8e20bd.forwarding = 1 net.ipv4.conf.vetha8e20bd.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.vetha8e20bd.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.vetha8e20bd.ignore_routes_with_linkdown = 0 net.ipv4.conf.vetha8e20bd.log_martians = 0 net.ipv4.conf.vetha8e20bd.mc_forwarding = 0 net.ipv4.conf.vetha8e20bd.medium_id = 0 net.ipv4.conf.vetha8e20bd.promote_secondaries = 1 net.ipv4.conf.vetha8e20bd.proxy_arp = 0 net.ipv4.conf.vetha8e20bd.proxy_arp_pvlan = 0 net.ipv4.conf.vetha8e20bd.route_localnet = 0 net.ipv4.conf.vetha8e20bd.rp_filter = 2 net.ipv4.conf.vetha8e20bd.secure_redirects = 1 net.ipv4.conf.vetha8e20bd.send_redirects = 1 net.ipv4.conf.vetha8e20bd.shared_media = 1 net.ipv4.conf.vetha8e20bd.src_valid_mark = 0 net.ipv4.conf.vetha8e20bd.tag = 0 net.ipv4.conf.vethf5bf58b.accept_local = 0 net.ipv4.conf.vethf5bf58b.accept_redirects = 1 net.ipv4.conf.vethf5bf58b.accept_source_route = 0 net.ipv4.conf.vethf5bf58b.arp_accept = 0 net.ipv4.conf.vethf5bf58b.arp_announce = 0 net.ipv4.conf.vethf5bf58b.arp_filter = 0 net.ipv4.conf.vethf5bf58b.arp_ignore = 0 net.ipv4.conf.vethf5bf58b.arp_notify = 0 net.ipv4.conf.vethf5bf58b.bc_forwarding = 0 net.ipv4.conf.vethf5bf58b.bootp_relay = 0 net.ipv4.conf.vethf5bf58b.disable_policy = 0 net.ipv4.conf.vethf5bf58b.disable_xfrm = 0 net.ipv4.conf.vethf5bf58b.drop_gratuitous_arp = 0 net.ipv4.conf.vethf5bf58b.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.vethf5bf58b.force_igmp_version = 0 net.ipv4.conf.vethf5bf58b.forwarding = 1 net.ipv4.conf.vethf5bf58b.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.vethf5bf58b.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.vethf5bf58b.ignore_routes_with_linkdown = 0 net.ipv4.conf.vethf5bf58b.log_martians = 0 net.ipv4.conf.vethf5bf58b.mc_forwarding = 0 net.ipv4.conf.vethf5bf58b.medium_id = 0 net.ipv4.conf.vethf5bf58b.promote_secondaries = 1 net.ipv4.conf.vethf5bf58b.proxy_arp = 0 net.ipv4.conf.vethf5bf58b.proxy_arp_pvlan = 0 net.ipv4.conf.vethf5bf58b.route_localnet = 0 net.ipv4.conf.vethf5bf58b.rp_filter = 2 net.ipv4.conf.vethf5bf58b.secure_redirects = 1 net.ipv4.conf.vethf5bf58b.send_redirects = 1 net.ipv4.conf.vethf5bf58b.shared_media = 1 net.ipv4.conf.vethf5bf58b.src_valid_mark = 0 net.ipv4.conf.vethf5bf58b.tag = 0 net.ipv4.conf.wlan0.accept_local = 0 net.ipv4.conf.wlan0.accept_redirects = 1 net.ipv4.conf.wlan0.accept_source_route = 0 net.ipv4.conf.wlan0.arp_accept = 0 net.ipv4.conf.wlan0.arp_announce = 0 net.ipv4.conf.wlan0.arp_filter = 0 net.ipv4.conf.wlan0.arp_ignore = 0 net.ipv4.conf.wlan0.arp_notify = 0 net.ipv4.conf.wlan0.bc_forwarding = 0 net.ipv4.conf.wlan0.bootp_relay = 0 net.ipv4.conf.wlan0.disable_policy = 0 net.ipv4.conf.wlan0.disable_xfrm = 0 net.ipv4.conf.wlan0.drop_gratuitous_arp = 0 net.ipv4.conf.wlan0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.wlan0.force_igmp_version = 0 net.ipv4.conf.wlan0.forwarding = 1 net.ipv4.conf.wlan0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.wlan0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.wlan0.ignore_routes_with_linkdown = 0 net.ipv4.conf.wlan0.log_martians = 0 net.ipv4.conf.wlan0.mc_forwarding = 0 net.ipv4.conf.wlan0.medium_id = 0 net.ipv4.conf.wlan0.promote_secondaries = 1 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 = 2 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.fib_sync_mem = 524288 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_autobind_reuse = 0 net.ipv4.ip_default_ttl = 64 net.ipv4.ip_dynaddr = 0 net.ipv4.ip_early_demux = 1 net.ipv4.ip_forward = 1 net.ipv4.ip_forward_update_priority = 1 net.ipv4.ip_forward_use_pmtu = 0 net.ipv4.ip_local_port_range = 49152 65535 net.ipv4.ip_local_reserved_ports = net.ipv4.ip_no_pmtu_disc = 0 net.ipv4.ip_nonlocal_bind = 0 net.ipv4.ip_unprivileged_port_start = 1024 net.ipv4.ipfrag_high_thresh = 4194304 net.ipv4.ipfrag_low_thresh = 3145728 net.ipv4.ipfrag_max_dist = 64 net.ipv4.ipfrag_secret_interval = 0 net.ipv4.ipfrag_time = 30 net.ipv4.neigh.balena0.anycast_delay = 100 net.ipv4.neigh.balena0.app_solicit = 0 net.ipv4.neigh.balena0.base_reachable_time = 30 net.ipv4.neigh.balena0.base_reachable_time_ms = 30000 net.ipv4.neigh.balena0.delay_first_probe_time = 5 net.ipv4.neigh.balena0.gc_stale_time = 60 net.ipv4.neigh.balena0.locktime = 100 net.ipv4.neigh.balena0.mcast_resolicit = 0 net.ipv4.neigh.balena0.mcast_solicit = 3 net.ipv4.neigh.balena0.proxy_delay = 80 net.ipv4.neigh.balena0.proxy_qlen = 64 net.ipv4.neigh.balena0.retrans_time = 100 net.ipv4.neigh.balena0.retrans_time_ms = 1000 net.ipv4.neigh.balena0.ucast_solicit = 3 net.ipv4.neigh.balena0.unres_qlen = 91 net.ipv4.neigh.balena0.unres_qlen_bytes = 180224 net.ipv4.neigh.br-0a3286b79bce.anycast_delay = 100 net.ipv4.neigh.br-0a3286b79bce.app_solicit = 0 net.ipv4.neigh.br-0a3286b79bce.base_reachable_time = 30 net.ipv4.neigh.br-0a3286b79bce.base_reachable_time_ms = 30000 net.ipv4.neigh.br-0a3286b79bce.delay_first_probe_time = 5 net.ipv4.neigh.br-0a3286b79bce.gc_stale_time = 60 net.ipv4.neigh.br-0a3286b79bce.locktime = 100 net.ipv4.neigh.br-0a3286b79bce.mcast_resolicit = 0 net.ipv4.neigh.br-0a3286b79bce.mcast_solicit = 3 net.ipv4.neigh.br-0a3286b79bce.proxy_delay = 80 net.ipv4.neigh.br-0a3286b79bce.proxy_qlen = 64 net.ipv4.neigh.br-0a3286b79bce.retrans_time = 100 net.ipv4.neigh.br-0a3286b79bce.retrans_time_ms = 1000 net.ipv4.neigh.br-0a3286b79bce.ucast_solicit = 3 net.ipv4.neigh.br-0a3286b79bce.unres_qlen = 91 net.ipv4.neigh.br-0a3286b79bce.unres_qlen_bytes = 180224 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 = 91 net.ipv4.neigh.default.unres_qlen_bytes = 180224 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 = 91 net.ipv4.neigh.eth0.unres_qlen_bytes = 180224 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 = 91 net.ipv4.neigh.lo.unres_qlen_bytes = 180224 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 = 91 net.ipv4.neigh.resin-dns.unres_qlen_bytes = 180224 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 = 91 net.ipv4.neigh.resin-vpn.unres_qlen_bytes = 180224 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 = 91 net.ipv4.neigh.supervisor0.unres_qlen_bytes = 180224 net.ipv4.neigh.veth3a83cda.anycast_delay = 100 net.ipv4.neigh.veth3a83cda.app_solicit = 0 net.ipv4.neigh.veth3a83cda.base_reachable_time = 30 net.ipv4.neigh.veth3a83cda.base_reachable_time_ms = 30000 net.ipv4.neigh.veth3a83cda.delay_first_probe_time = 5 net.ipv4.neigh.veth3a83cda.gc_stale_time = 60 net.ipv4.neigh.veth3a83cda.locktime = 100 net.ipv4.neigh.veth3a83cda.mcast_resolicit = 0 net.ipv4.neigh.veth3a83cda.mcast_solicit = 3 net.ipv4.neigh.veth3a83cda.proxy_delay = 80 net.ipv4.neigh.veth3a83cda.proxy_qlen = 64 net.ipv4.neigh.veth3a83cda.retrans_time = 100 net.ipv4.neigh.veth3a83cda.retrans_time_ms = 1000 net.ipv4.neigh.veth3a83cda.ucast_solicit = 3 net.ipv4.neigh.veth3a83cda.unres_qlen = 91 net.ipv4.neigh.veth3a83cda.unres_qlen_bytes = 180224 net.ipv4.neigh.veth68f80a7.anycast_delay = 100 net.ipv4.neigh.veth68f80a7.app_solicit = 0 net.ipv4.neigh.veth68f80a7.base_reachable_time = 30 net.ipv4.neigh.veth68f80a7.base_reachable_time_ms = 30000 net.ipv4.neigh.veth68f80a7.delay_first_probe_time = 5 net.ipv4.neigh.veth68f80a7.gc_stale_time = 60 net.ipv4.neigh.veth68f80a7.locktime = 100 net.ipv4.neigh.veth68f80a7.mcast_resolicit = 0 net.ipv4.neigh.veth68f80a7.mcast_solicit = 3 net.ipv4.neigh.veth68f80a7.proxy_delay = 80 net.ipv4.neigh.veth68f80a7.proxy_qlen = 64 net.ipv4.neigh.veth68f80a7.retrans_time = 100 net.ipv4.neigh.veth68f80a7.retrans_time_ms = 1000 net.ipv4.neigh.veth68f80a7.ucast_solicit = 3 net.ipv4.neigh.veth68f80a7.unres_qlen = 91 net.ipv4.neigh.veth68f80a7.unres_qlen_bytes = 180224 net.ipv4.neigh.vetha8e20bd.anycast_delay = 100 net.ipv4.neigh.vetha8e20bd.app_solicit = 0 net.ipv4.neigh.vetha8e20bd.base_reachable_time = 30 net.ipv4.neigh.vetha8e20bd.base_reachable_time_ms = 30000 net.ipv4.neigh.vetha8e20bd.delay_first_probe_time = 5 net.ipv4.neigh.vetha8e20bd.gc_stale_time = 60 net.ipv4.neigh.vetha8e20bd.locktime = 100 net.ipv4.neigh.vetha8e20bd.mcast_resolicit = 0 net.ipv4.neigh.vetha8e20bd.mcast_solicit = 3 net.ipv4.neigh.vetha8e20bd.proxy_delay = 80 net.ipv4.neigh.vetha8e20bd.proxy_qlen = 64 net.ipv4.neigh.vetha8e20bd.retrans_time = 100 net.ipv4.neigh.vetha8e20bd.retrans_time_ms = 1000 net.ipv4.neigh.vetha8e20bd.ucast_solicit = 3 net.ipv4.neigh.vetha8e20bd.unres_qlen = 91 net.ipv4.neigh.vetha8e20bd.unres_qlen_bytes = 180224 net.ipv4.neigh.vethf5bf58b.anycast_delay = 100 net.ipv4.neigh.vethf5bf58b.app_solicit = 0 net.ipv4.neigh.vethf5bf58b.base_reachable_time = 30 net.ipv4.neigh.vethf5bf58b.base_reachable_time_ms = 30000 net.ipv4.neigh.vethf5bf58b.delay_first_probe_time = 5 net.ipv4.neigh.vethf5bf58b.gc_stale_time = 60 net.ipv4.neigh.vethf5bf58b.locktime = 100 net.ipv4.neigh.vethf5bf58b.mcast_resolicit = 0 net.ipv4.neigh.vethf5bf58b.mcast_solicit = 3 net.ipv4.neigh.vethf5bf58b.proxy_delay = 80 net.ipv4.neigh.vethf5bf58b.proxy_qlen = 64 net.ipv4.neigh.vethf5bf58b.retrans_time = 100 net.ipv4.neigh.vethf5bf58b.retrans_time_ms = 1000 net.ipv4.neigh.vethf5bf58b.ucast_solicit = 3 net.ipv4.neigh.vethf5bf58b.unres_qlen = 91 net.ipv4.neigh.vethf5bf58b.unres_qlen_bytes = 180224 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 = 91 net.ipv4.neigh.wlan0.unres_qlen_bytes = 180224 net.ipv4.nexthop_compat_mode = 1 net.ipv4.ping_group_range = 0 2147483647 net.ipv4.raw_l3mdev_accept = 1 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 = reno cubic net.ipv4.tcp_app_win = 31 net.ipv4.tcp_autocorking = 1 net.ipv4.tcp_available_congestion_control = reno cubic net.ipv4.tcp_available_ulp = net.ipv4.tcp_base_mss = 1024 net.ipv4.tcp_challenge_ack_limit = 1000 net.ipv4.tcp_comp_sack_delay_ns = 1000000 net.ipv4.tcp_comp_sack_nr = 44 net.ipv4.tcp_comp_sack_slack_ns = 100000 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 = 0 net.ipv4.tcp_fastopen_key = fbefea25-1c1d0c32-5ff16ccd-fcdffa26 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 = 1048576 net.ipv4.tcp_low_latency = 0 net.ipv4.tcp_max_orphans = 4096 net.ipv4.tcp_max_reordering = 300 net.ipv4.tcp_max_syn_backlog = 128 net.ipv4.tcp_max_tw_buckets = 4096 net.ipv4.tcp_mem = 11496 15330 22992 net.ipv4.tcp_min_rtt_wlen = 300 net.ipv4.tcp_min_snd_mss = 48 net.ipv4.tcp_min_tso_segs = 2 net.ipv4.tcp_moderate_rcvbuf = 1 net.ipv4.tcp_mtu_probe_floor = 48 net.ipv4.tcp_mtu_probing = 0 net.ipv4.tcp_no_metrics_save = 0 net.ipv4.tcp_no_ssthresh_metrics_save = 1 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_reflect_tos = 0 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 131072 6291456 net.ipv4.tcp_rx_skb_cache = 0 net.ipv4.tcp_sack = 1 net.ipv4.tcp_slow_start_after_idle = 1 net.ipv4.tcp_stdurg = 0 net.ipv4.tcp_syn_retries = 6 net.ipv4.tcp_synack_retries = 5 net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_thin_linear_timeouts = 0 net.ipv4.tcp_timestamps = 1 net.ipv4.tcp_tso_win_divisor = 3 net.ipv4.tcp_tw_reuse = 2 net.ipv4.tcp_tx_skb_cache = 0 net.ipv4.tcp_window_scaling = 1 net.ipv4.tcp_wmem = 4096 16384 4194304 net.ipv4.tcp_workaround_signed_windows = 0 net.ipv4.udp_early_demux = 1 net.ipv4.udp_l3mdev_accept = 0 net.ipv4.udp_mem = 22995 30660 45990 net.ipv4.udp_rmem_min = 4096 net.ipv4.udp_wmem_min = 4096 net.ipv4.vs.am_droprate = 10 net.ipv4.vs.amemthresh = 1024 net.ipv4.vs.backup_only = 0 net.ipv4.vs.cache_bypass = 0 net.ipv4.vs.conn_reuse_mode = 1 net.ipv4.vs.conntrack = 0 net.ipv4.vs.drop_entry = 0 net.ipv4.vs.drop_packet = 0 net.ipv4.vs.expire_nodest_conn = 0 net.ipv4.vs.expire_quiescent_template = 0 net.ipv4.vs.ignore_tunneled = 0 net.ipv4.vs.nat_icmp_send = 0 net.ipv4.vs.pmtu_disc = 1 net.ipv4.vs.schedule_icmp = 0 net.ipv4.vs.secure_tcp = 0 net.ipv4.vs.sloppy_sctp = 0 net.ipv4.vs.sloppy_tcp = 0 net.ipv4.vs.snat_reroute = 1 net.ipv4.vs.sync_persist_mode = 0 net.ipv4.vs.sync_ports = 1 net.ipv4.vs.sync_qlen_max = 7665 net.ipv4.vs.sync_refresh_period = 0 net.ipv4.vs.sync_retries = 0 net.ipv4.vs.sync_sock_size = 0 net.ipv4.vs.sync_threshold = 3 50 net.ipv4.vs.sync_version = 1 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.ndisc_tclass = 0 net.ipv6.conf.all.proxy_ndp = 0 net.ipv6.conf.all.regen_max_retry = 3 net.ipv6.conf.all.router_probe_interval = 60 net.ipv6.conf.all.router_solicitation_delay = 1 net.ipv6.conf.all.router_solicitation_interval = 4 net.ipv6.conf.all.router_solicitation_max_interval = 3600 net.ipv6.conf.all.router_solicitations = -1 net.ipv6.conf.all.rpl_seg_enabled = 0 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 = 0 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.ndisc_tclass = 0 net.ipv6.conf.balena0.proxy_ndp = 0 net.ipv6.conf.balena0.regen_max_retry = 3 net.ipv6.conf.balena0.router_probe_interval = 60 net.ipv6.conf.balena0.router_solicitation_delay = 1 net.ipv6.conf.balena0.router_solicitation_interval = 4 net.ipv6.conf.balena0.router_solicitation_max_interval = 3600 net.ipv6.conf.balena0.router_solicitations = -1 net.ipv6.conf.balena0.rpl_seg_enabled = 0 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-0a3286b79bce.accept_dad = 1 net.ipv6.conf.br-0a3286b79bce.accept_ra = 0 net.ipv6.conf.br-0a3286b79bce.accept_ra_defrtr = 1 net.ipv6.conf.br-0a3286b79bce.accept_ra_from_local = 0 net.ipv6.conf.br-0a3286b79bce.accept_ra_min_hop_limit = 1 net.ipv6.conf.br-0a3286b79bce.accept_ra_mtu = 1 net.ipv6.conf.br-0a3286b79bce.accept_ra_pinfo = 1 net.ipv6.conf.br-0a3286b79bce.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.br-0a3286b79bce.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.br-0a3286b79bce.accept_ra_rtr_pref = 1 net.ipv6.conf.br-0a3286b79bce.accept_redirects = 1 net.ipv6.conf.br-0a3286b79bce.accept_source_route = 0 net.ipv6.conf.br-0a3286b79bce.addr_gen_mode = 0 net.ipv6.conf.br-0a3286b79bce.autoconf = 1 net.ipv6.conf.br-0a3286b79bce.dad_transmits = 1 net.ipv6.conf.br-0a3286b79bce.disable_ipv6 = 0 net.ipv6.conf.br-0a3286b79bce.disable_policy = 0 net.ipv6.conf.br-0a3286b79bce.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.br-0a3286b79bce.drop_unsolicited_na = 0 net.ipv6.conf.br-0a3286b79bce.enhanced_dad = 1 net.ipv6.conf.br-0a3286b79bce.force_mld_version = 0 net.ipv6.conf.br-0a3286b79bce.force_tllao = 0 net.ipv6.conf.br-0a3286b79bce.forwarding = 0 net.ipv6.conf.br-0a3286b79bce.hop_limit = 64 net.ipv6.conf.br-0a3286b79bce.ignore_routes_with_linkdown = 0 net.ipv6.conf.br-0a3286b79bce.keep_addr_on_down = 0 net.ipv6.conf.br-0a3286b79bce.max_addresses = 16 net.ipv6.conf.br-0a3286b79bce.max_desync_factor = 600 net.ipv6.conf.br-0a3286b79bce.mc_forwarding = 0 net.ipv6.conf.br-0a3286b79bce.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.br-0a3286b79bce.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.br-0a3286b79bce.mtu = 1500 net.ipv6.conf.br-0a3286b79bce.ndisc_notify = 0 net.ipv6.conf.br-0a3286b79bce.ndisc_tclass = 0 net.ipv6.conf.br-0a3286b79bce.proxy_ndp = 0 net.ipv6.conf.br-0a3286b79bce.regen_max_retry = 3 net.ipv6.conf.br-0a3286b79bce.router_probe_interval = 60 net.ipv6.conf.br-0a3286b79bce.router_solicitation_delay = 1 net.ipv6.conf.br-0a3286b79bce.router_solicitation_interval = 4 net.ipv6.conf.br-0a3286b79bce.router_solicitation_max_interval = 3600 net.ipv6.conf.br-0a3286b79bce.router_solicitations = -1 net.ipv6.conf.br-0a3286b79bce.rpl_seg_enabled = 0 net.ipv6.conf.br-0a3286b79bce.seg6_enabled = 0 net.ipv6.conf.br-0a3286b79bce.suppress_frag_ndisc = 1 net.ipv6.conf.br-0a3286b79bce.temp_prefered_lft = 86400 net.ipv6.conf.br-0a3286b79bce.temp_valid_lft = 604800 net.ipv6.conf.br-0a3286b79bce.use_oif_addrs_only = 0 net.ipv6.conf.br-0a3286b79bce.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.ndisc_tclass = 0 net.ipv6.conf.default.proxy_ndp = 0 net.ipv6.conf.default.regen_max_retry = 3 net.ipv6.conf.default.router_probe_interval = 60 net.ipv6.conf.default.router_solicitation_delay = 1 net.ipv6.conf.default.router_solicitation_interval = 4 net.ipv6.conf.default.router_solicitation_max_interval = 3600 net.ipv6.conf.default.router_solicitations = -1 net.ipv6.conf.default.rpl_seg_enabled = 0 net.ipv6.conf.default.seg6_enabled = 0 net.ipv6.conf.default.suppress_frag_ndisc = 1 net.ipv6.conf.default.temp_prefered_lft = 86400 net.ipv6.conf.default.temp_valid_lft = 604800 net.ipv6.conf.default.use_oif_addrs_only = 0 net.ipv6.conf.default.use_tempaddr = 0 net.ipv6.conf.eth0.accept_dad = 1 net.ipv6.conf.eth0.accept_ra = 0 net.ipv6.conf.eth0.accept_ra_defrtr = 1 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 = 1 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 = 1 net.ipv6.conf.eth0.accept_redirects = 1 net.ipv6.conf.eth0.accept_source_route = 0 net.ipv6.conf.eth0.addr_gen_mode = 1 net.ipv6.conf.eth0.autoconf = 1 net.ipv6.conf.eth0.dad_transmits = 1 net.ipv6.conf.eth0.disable_ipv6 = 0 net.ipv6.conf.eth0.disable_policy = 0 net.ipv6.conf.eth0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.eth0.drop_unsolicited_na = 0 net.ipv6.conf.eth0.enhanced_dad = 1 net.ipv6.conf.eth0.force_mld_version = 0 net.ipv6.conf.eth0.force_tllao = 0 net.ipv6.conf.eth0.forwarding = 0 net.ipv6.conf.eth0.hop_limit = 64 net.ipv6.conf.eth0.ignore_routes_with_linkdown = 0 net.ipv6.conf.eth0.keep_addr_on_down = 0 net.ipv6.conf.eth0.max_addresses = 16 net.ipv6.conf.eth0.max_desync_factor = 600 net.ipv6.conf.eth0.mc_forwarding = 0 net.ipv6.conf.eth0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.eth0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.eth0.mtu = 1500 net.ipv6.conf.eth0.ndisc_notify = 0 net.ipv6.conf.eth0.ndisc_tclass = 0 net.ipv6.conf.eth0.proxy_ndp = 0 net.ipv6.conf.eth0.regen_max_retry = 3 net.ipv6.conf.eth0.router_probe_interval = 60 net.ipv6.conf.eth0.router_solicitation_delay = 1 net.ipv6.conf.eth0.router_solicitation_interval = 4 net.ipv6.conf.eth0.router_solicitation_max_interval = 3600 net.ipv6.conf.eth0.router_solicitations = -1 net.ipv6.conf.eth0.rpl_seg_enabled = 0 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.ndisc_tclass = 0 net.ipv6.conf.lo.proxy_ndp = 0 net.ipv6.conf.lo.regen_max_retry = 3 net.ipv6.conf.lo.router_probe_interval = 60 net.ipv6.conf.lo.router_solicitation_delay = 1 net.ipv6.conf.lo.router_solicitation_interval = 4 net.ipv6.conf.lo.router_solicitation_max_interval = 3600 net.ipv6.conf.lo.router_solicitations = -1 net.ipv6.conf.lo.rpl_seg_enabled = 0 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.ndisc_tclass = 0 net.ipv6.conf.resin-dns.proxy_ndp = 0 net.ipv6.conf.resin-dns.regen_max_retry = 3 net.ipv6.conf.resin-dns.router_probe_interval = 60 net.ipv6.conf.resin-dns.router_solicitation_delay = 1 net.ipv6.conf.resin-dns.router_solicitation_interval = 4 net.ipv6.conf.resin-dns.router_solicitation_max_interval = 3600 net.ipv6.conf.resin-dns.router_solicitations = -1 net.ipv6.conf.resin-dns.rpl_seg_enabled = 0 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.ndisc_tclass = 0 net.ipv6.conf.resin-vpn.proxy_ndp = 0 net.ipv6.conf.resin-vpn.regen_max_retry = 3 net.ipv6.conf.resin-vpn.router_probe_interval = 60 net.ipv6.conf.resin-vpn.router_solicitation_delay = 1 net.ipv6.conf.resin-vpn.router_solicitation_interval = 4 net.ipv6.conf.resin-vpn.router_solicitation_max_interval = 3600 net.ipv6.conf.resin-vpn.router_solicitations = -1 net.ipv6.conf.resin-vpn.rpl_seg_enabled = 0 net.ipv6.conf.resin-vpn.seg6_enabled = 0 net.ipv6.conf.resin-vpn.stable_secret = 4bf7:22d3:ebe4:4086:4172:48be:8538:bd38 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 = 0 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.ndisc_tclass = 0 net.ipv6.conf.supervisor0.proxy_ndp = 0 net.ipv6.conf.supervisor0.regen_max_retry = 3 net.ipv6.conf.supervisor0.router_probe_interval = 60 net.ipv6.conf.supervisor0.router_solicitation_delay = 1 net.ipv6.conf.supervisor0.router_solicitation_interval = 4 net.ipv6.conf.supervisor0.router_solicitation_max_interval = 3600 net.ipv6.conf.supervisor0.router_solicitations = -1 net.ipv6.conf.supervisor0.rpl_seg_enabled = 0 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.veth3a83cda.accept_dad = 1 net.ipv6.conf.veth3a83cda.accept_ra = 1 net.ipv6.conf.veth3a83cda.accept_ra_defrtr = 1 net.ipv6.conf.veth3a83cda.accept_ra_from_local = 0 net.ipv6.conf.veth3a83cda.accept_ra_min_hop_limit = 1 net.ipv6.conf.veth3a83cda.accept_ra_mtu = 1 net.ipv6.conf.veth3a83cda.accept_ra_pinfo = 1 net.ipv6.conf.veth3a83cda.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.veth3a83cda.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.veth3a83cda.accept_ra_rtr_pref = 1 net.ipv6.conf.veth3a83cda.accept_redirects = 1 net.ipv6.conf.veth3a83cda.accept_source_route = 0 net.ipv6.conf.veth3a83cda.addr_gen_mode = 0 net.ipv6.conf.veth3a83cda.autoconf = 1 net.ipv6.conf.veth3a83cda.dad_transmits = 1 net.ipv6.conf.veth3a83cda.disable_ipv6 = 0 net.ipv6.conf.veth3a83cda.disable_policy = 0 net.ipv6.conf.veth3a83cda.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.veth3a83cda.drop_unsolicited_na = 0 net.ipv6.conf.veth3a83cda.enhanced_dad = 1 net.ipv6.conf.veth3a83cda.force_mld_version = 0 net.ipv6.conf.veth3a83cda.force_tllao = 0 net.ipv6.conf.veth3a83cda.forwarding = 0 net.ipv6.conf.veth3a83cda.hop_limit = 64 net.ipv6.conf.veth3a83cda.ignore_routes_with_linkdown = 0 net.ipv6.conf.veth3a83cda.keep_addr_on_down = 0 net.ipv6.conf.veth3a83cda.max_addresses = 16 net.ipv6.conf.veth3a83cda.max_desync_factor = 600 net.ipv6.conf.veth3a83cda.mc_forwarding = 0 net.ipv6.conf.veth3a83cda.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.veth3a83cda.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.veth3a83cda.mtu = 1500 net.ipv6.conf.veth3a83cda.ndisc_notify = 0 net.ipv6.conf.veth3a83cda.ndisc_tclass = 0 net.ipv6.conf.veth3a83cda.proxy_ndp = 0 net.ipv6.conf.veth3a83cda.regen_max_retry = 3 net.ipv6.conf.veth3a83cda.router_probe_interval = 60 net.ipv6.conf.veth3a83cda.router_solicitation_delay = 1 net.ipv6.conf.veth3a83cda.router_solicitation_interval = 4 net.ipv6.conf.veth3a83cda.router_solicitation_max_interval = 3600 net.ipv6.conf.veth3a83cda.router_solicitations = -1 net.ipv6.conf.veth3a83cda.rpl_seg_enabled = 0 net.ipv6.conf.veth3a83cda.seg6_enabled = 0 net.ipv6.conf.veth3a83cda.suppress_frag_ndisc = 1 net.ipv6.conf.veth3a83cda.temp_prefered_lft = 86400 net.ipv6.conf.veth3a83cda.temp_valid_lft = 604800 net.ipv6.conf.veth3a83cda.use_oif_addrs_only = 0 net.ipv6.conf.veth3a83cda.use_tempaddr = 0 net.ipv6.conf.veth68f80a7.accept_dad = 1 net.ipv6.conf.veth68f80a7.accept_ra = 1 net.ipv6.conf.veth68f80a7.accept_ra_defrtr = 1 net.ipv6.conf.veth68f80a7.accept_ra_from_local = 0 net.ipv6.conf.veth68f80a7.accept_ra_min_hop_limit = 1 net.ipv6.conf.veth68f80a7.accept_ra_mtu = 1 net.ipv6.conf.veth68f80a7.accept_ra_pinfo = 1 net.ipv6.conf.veth68f80a7.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.veth68f80a7.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.veth68f80a7.accept_ra_rtr_pref = 1 net.ipv6.conf.veth68f80a7.accept_redirects = 1 net.ipv6.conf.veth68f80a7.accept_source_route = 0 net.ipv6.conf.veth68f80a7.addr_gen_mode = 0 net.ipv6.conf.veth68f80a7.autoconf = 1 net.ipv6.conf.veth68f80a7.dad_transmits = 1 net.ipv6.conf.veth68f80a7.disable_ipv6 = 0 net.ipv6.conf.veth68f80a7.disable_policy = 0 net.ipv6.conf.veth68f80a7.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.veth68f80a7.drop_unsolicited_na = 0 net.ipv6.conf.veth68f80a7.enhanced_dad = 1 net.ipv6.conf.veth68f80a7.force_mld_version = 0 net.ipv6.conf.veth68f80a7.force_tllao = 0 net.ipv6.conf.veth68f80a7.forwarding = 0 net.ipv6.conf.veth68f80a7.hop_limit = 64 net.ipv6.conf.veth68f80a7.ignore_routes_with_linkdown = 0 net.ipv6.conf.veth68f80a7.keep_addr_on_down = 0 net.ipv6.conf.veth68f80a7.max_addresses = 16 net.ipv6.conf.veth68f80a7.max_desync_factor = 600 net.ipv6.conf.veth68f80a7.mc_forwarding = 0 net.ipv6.conf.veth68f80a7.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.veth68f80a7.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.veth68f80a7.mtu = 1500 net.ipv6.conf.veth68f80a7.ndisc_notify = 0 net.ipv6.conf.veth68f80a7.ndisc_tclass = 0 net.ipv6.conf.veth68f80a7.proxy_ndp = 0 net.ipv6.conf.veth68f80a7.regen_max_retry = 3 net.ipv6.conf.veth68f80a7.router_probe_interval = 60 net.ipv6.conf.veth68f80a7.router_solicitation_delay = 1 net.ipv6.conf.veth68f80a7.router_solicitation_interval = 4 net.ipv6.conf.veth68f80a7.router_solicitation_max_interval = 3600 net.ipv6.conf.veth68f80a7.router_solicitations = -1 net.ipv6.conf.veth68f80a7.rpl_seg_enabled = 0 net.ipv6.conf.veth68f80a7.seg6_enabled = 0 net.ipv6.conf.veth68f80a7.suppress_frag_ndisc = 1 net.ipv6.conf.veth68f80a7.temp_prefered_lft = 86400 net.ipv6.conf.veth68f80a7.temp_valid_lft = 604800 net.ipv6.conf.veth68f80a7.use_oif_addrs_only = 0 net.ipv6.conf.veth68f80a7.use_tempaddr = 0 net.ipv6.conf.vetha8e20bd.accept_dad = 1 net.ipv6.conf.vetha8e20bd.accept_ra = 1 net.ipv6.conf.vetha8e20bd.accept_ra_defrtr = 1 net.ipv6.conf.vetha8e20bd.accept_ra_from_local = 0 net.ipv6.conf.vetha8e20bd.accept_ra_min_hop_limit = 1 net.ipv6.conf.vetha8e20bd.accept_ra_mtu = 1 net.ipv6.conf.vetha8e20bd.accept_ra_pinfo = 1 net.ipv6.conf.vetha8e20bd.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.vetha8e20bd.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.vetha8e20bd.accept_ra_rtr_pref = 1 net.ipv6.conf.vetha8e20bd.accept_redirects = 1 net.ipv6.conf.vetha8e20bd.accept_source_route = 0 net.ipv6.conf.vetha8e20bd.addr_gen_mode = 0 net.ipv6.conf.vetha8e20bd.autoconf = 1 net.ipv6.conf.vetha8e20bd.dad_transmits = 1 net.ipv6.conf.vetha8e20bd.disable_ipv6 = 0 net.ipv6.conf.vetha8e20bd.disable_policy = 0 net.ipv6.conf.vetha8e20bd.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.vetha8e20bd.drop_unsolicited_na = 0 net.ipv6.conf.vetha8e20bd.enhanced_dad = 1 net.ipv6.conf.vetha8e20bd.force_mld_version = 0 net.ipv6.conf.vetha8e20bd.force_tllao = 0 net.ipv6.conf.vetha8e20bd.forwarding = 0 net.ipv6.conf.vetha8e20bd.hop_limit = 64 net.ipv6.conf.vetha8e20bd.ignore_routes_with_linkdown = 0 net.ipv6.conf.vetha8e20bd.keep_addr_on_down = 0 net.ipv6.conf.vetha8e20bd.max_addresses = 16 net.ipv6.conf.vetha8e20bd.max_desync_factor = 600 net.ipv6.conf.vetha8e20bd.mc_forwarding = 0 net.ipv6.conf.vetha8e20bd.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.vetha8e20bd.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.vetha8e20bd.mtu = 1500 net.ipv6.conf.vetha8e20bd.ndisc_notify = 0 net.ipv6.conf.vetha8e20bd.ndisc_tclass = 0 net.ipv6.conf.vetha8e20bd.proxy_ndp = 0 net.ipv6.conf.vetha8e20bd.regen_max_retry = 3 net.ipv6.conf.vetha8e20bd.router_probe_interval = 60 net.ipv6.conf.vetha8e20bd.router_solicitation_delay = 1 net.ipv6.conf.vetha8e20bd.router_solicitation_interval = 4 net.ipv6.conf.vetha8e20bd.router_solicitation_max_interval = 3600 net.ipv6.conf.vetha8e20bd.router_solicitations = -1 net.ipv6.conf.vetha8e20bd.rpl_seg_enabled = 0 net.ipv6.conf.vetha8e20bd.seg6_enabled = 0 net.ipv6.conf.vetha8e20bd.suppress_frag_ndisc = 1 net.ipv6.conf.vetha8e20bd.temp_prefered_lft = 86400 net.ipv6.conf.vetha8e20bd.temp_valid_lft = 604800 net.ipv6.conf.vetha8e20bd.use_oif_addrs_only = 0 net.ipv6.conf.vetha8e20bd.use_tempaddr = 0 net.ipv6.conf.vethf5bf58b.accept_dad = 1 net.ipv6.conf.vethf5bf58b.accept_ra = 1 net.ipv6.conf.vethf5bf58b.accept_ra_defrtr = 1 net.ipv6.conf.vethf5bf58b.accept_ra_from_local = 0 net.ipv6.conf.vethf5bf58b.accept_ra_min_hop_limit = 1 net.ipv6.conf.vethf5bf58b.accept_ra_mtu = 1 net.ipv6.conf.vethf5bf58b.accept_ra_pinfo = 1 net.ipv6.conf.vethf5bf58b.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.vethf5bf58b.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.vethf5bf58b.accept_ra_rtr_pref = 1 net.ipv6.conf.vethf5bf58b.accept_redirects = 1 net.ipv6.conf.vethf5bf58b.accept_source_route = 0 net.ipv6.conf.vethf5bf58b.addr_gen_mode = 0 net.ipv6.conf.vethf5bf58b.autoconf = 1 net.ipv6.conf.vethf5bf58b.dad_transmits = 1 net.ipv6.conf.vethf5bf58b.disable_ipv6 = 0 net.ipv6.conf.vethf5bf58b.disable_policy = 0 net.ipv6.conf.vethf5bf58b.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.vethf5bf58b.drop_unsolicited_na = 0 net.ipv6.conf.vethf5bf58b.enhanced_dad = 1 net.ipv6.conf.vethf5bf58b.force_mld_version = 0 net.ipv6.conf.vethf5bf58b.force_tllao = 0 net.ipv6.conf.vethf5bf58b.forwarding = 0 net.ipv6.conf.vethf5bf58b.hop_limit = 64 net.ipv6.conf.vethf5bf58b.ignore_routes_with_linkdown = 0 net.ipv6.conf.vethf5bf58b.keep_addr_on_down = 0 net.ipv6.conf.vethf5bf58b.max_addresses = 16 net.ipv6.conf.vethf5bf58b.max_desync_factor = 600 net.ipv6.conf.vethf5bf58b.mc_forwarding = 0 net.ipv6.conf.vethf5bf58b.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.vethf5bf58b.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.vethf5bf58b.mtu = 1500 net.ipv6.conf.vethf5bf58b.ndisc_notify = 0 net.ipv6.conf.vethf5bf58b.ndisc_tclass = 0 net.ipv6.conf.vethf5bf58b.proxy_ndp = 0 net.ipv6.conf.vethf5bf58b.regen_max_retry = 3 net.ipv6.conf.vethf5bf58b.router_probe_interval = 60 net.ipv6.conf.vethf5bf58b.router_solicitation_delay = 1 net.ipv6.conf.vethf5bf58b.router_solicitation_interval = 4 net.ipv6.conf.vethf5bf58b.router_solicitation_max_interval = 3600 net.ipv6.conf.vethf5bf58b.router_solicitations = -1 net.ipv6.conf.vethf5bf58b.rpl_seg_enabled = 0 net.ipv6.conf.vethf5bf58b.seg6_enabled = 0 net.ipv6.conf.vethf5bf58b.suppress_frag_ndisc = 1 net.ipv6.conf.vethf5bf58b.temp_prefered_lft = 86400 net.ipv6.conf.vethf5bf58b.temp_valid_lft = 604800 net.ipv6.conf.vethf5bf58b.use_oif_addrs_only = 0 net.ipv6.conf.vethf5bf58b.use_tempaddr = 0 net.ipv6.conf.wlan0.accept_dad = 1 net.ipv6.conf.wlan0.accept_ra = 0 net.ipv6.conf.wlan0.accept_ra_defrtr = 1 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 = 1 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 = 1 net.ipv6.conf.wlan0.accept_redirects = 1 net.ipv6.conf.wlan0.accept_source_route = 0 net.ipv6.conf.wlan0.addr_gen_mode = 1 net.ipv6.conf.wlan0.autoconf = 1 net.ipv6.conf.wlan0.dad_transmits = 1 net.ipv6.conf.wlan0.disable_ipv6 = 0 net.ipv6.conf.wlan0.disable_policy = 0 net.ipv6.conf.wlan0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.wlan0.drop_unsolicited_na = 0 net.ipv6.conf.wlan0.enhanced_dad = 1 net.ipv6.conf.wlan0.force_mld_version = 0 net.ipv6.conf.wlan0.force_tllao = 0 net.ipv6.conf.wlan0.forwarding = 0 net.ipv6.conf.wlan0.hop_limit = 64 net.ipv6.conf.wlan0.ignore_routes_with_linkdown = 0 net.ipv6.conf.wlan0.keep_addr_on_down = 0 net.ipv6.conf.wlan0.max_addresses = 16 net.ipv6.conf.wlan0.max_desync_factor = 600 net.ipv6.conf.wlan0.mc_forwarding = 0 net.ipv6.conf.wlan0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.wlan0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.wlan0.mtu = 1500 net.ipv6.conf.wlan0.ndisc_notify = 0 net.ipv6.conf.wlan0.ndisc_tclass = 0 net.ipv6.conf.wlan0.proxy_ndp = 0 net.ipv6.conf.wlan0.regen_max_retry = 3 net.ipv6.conf.wlan0.router_probe_interval = 60 net.ipv6.conf.wlan0.router_solicitation_delay = 1 net.ipv6.conf.wlan0.router_solicitation_interval = 4 net.ipv6.conf.wlan0.router_solicitation_max_interval = 3600 net.ipv6.conf.wlan0.router_solicitations = -1 net.ipv6.conf.wlan0.rpl_seg_enabled = 0 net.ipv6.conf.wlan0.seg6_enabled = 0 net.ipv6.conf.wlan0.suppress_frag_ndisc = 1 net.ipv6.conf.wlan0.temp_prefered_lft = 86400 net.ipv6.conf.wlan0.temp_valid_lft = 604800 net.ipv6.conf.wlan0.use_oif_addrs_only = 0 net.ipv6.conf.wlan0.use_tempaddr = 0 net.ipv6.fib_multipath_hash_policy = 0 net.ipv6.flowlabel_consistency = 1 net.ipv6.flowlabel_reflect = 0 net.ipv6.flowlabel_state_ranges = 0 net.ipv6.fwmark_reflect = 0 net.ipv6.icmp.echo_ignore_all = 0 net.ipv6.icmp.echo_ignore_anycast = 0 net.ipv6.icmp.echo_ignore_multicast = 0 net.ipv6.icmp.ratelimit = 1000 net.ipv6.icmp.ratemask = 0-1,3-127 net.ipv6.idgen_delay = 1 net.ipv6.idgen_retries = 3 net.ipv6.ip6frag_high_thresh = 4194304 net.ipv6.ip6frag_low_thresh = 3145728 net.ipv6.ip6frag_secret_interval = 0 net.ipv6.ip6frag_time = 60 net.ipv6.ip_nonlocal_bind = 0 net.ipv6.max_dst_opts_length = 2147483647 net.ipv6.max_dst_opts_number = 8 net.ipv6.max_hbh_length = 2147483647 net.ipv6.max_hbh_opts_number = 8 net.ipv6.mld_max_msf = 64 net.ipv6.mld_qrv = 2 net.ipv6.neigh.balena0.anycast_delay = 100 net.ipv6.neigh.balena0.app_solicit = 0 net.ipv6.neigh.balena0.base_reachable_time = 30 net.ipv6.neigh.balena0.base_reachable_time_ms = 30000 net.ipv6.neigh.balena0.delay_first_probe_time = 5 net.ipv6.neigh.balena0.gc_stale_time = 60 net.ipv6.neigh.balena0.locktime = 0 net.ipv6.neigh.balena0.mcast_resolicit = 0 net.ipv6.neigh.balena0.mcast_solicit = 3 net.ipv6.neigh.balena0.proxy_delay = 80 net.ipv6.neigh.balena0.proxy_qlen = 64 net.ipv6.neigh.balena0.retrans_time = 100 net.ipv6.neigh.balena0.retrans_time_ms = 1000 net.ipv6.neigh.balena0.ucast_solicit = 3 net.ipv6.neigh.balena0.unres_qlen = 91 net.ipv6.neigh.balena0.unres_qlen_bytes = 180224 net.ipv6.neigh.br-0a3286b79bce.anycast_delay = 100 net.ipv6.neigh.br-0a3286b79bce.app_solicit = 0 net.ipv6.neigh.br-0a3286b79bce.base_reachable_time = 30 net.ipv6.neigh.br-0a3286b79bce.base_reachable_time_ms = 30000 net.ipv6.neigh.br-0a3286b79bce.delay_first_probe_time = 5 net.ipv6.neigh.br-0a3286b79bce.gc_stale_time = 60 net.ipv6.neigh.br-0a3286b79bce.locktime = 0 net.ipv6.neigh.br-0a3286b79bce.mcast_resolicit = 0 net.ipv6.neigh.br-0a3286b79bce.mcast_solicit = 3 net.ipv6.neigh.br-0a3286b79bce.proxy_delay = 80 net.ipv6.neigh.br-0a3286b79bce.proxy_qlen = 64 net.ipv6.neigh.br-0a3286b79bce.retrans_time = 100 net.ipv6.neigh.br-0a3286b79bce.retrans_time_ms = 1000 net.ipv6.neigh.br-0a3286b79bce.ucast_solicit = 3 net.ipv6.neigh.br-0a3286b79bce.unres_qlen = 91 net.ipv6.neigh.br-0a3286b79bce.unres_qlen_bytes = 180224 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 = 91 net.ipv6.neigh.default.unres_qlen_bytes = 180224 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 = 91 net.ipv6.neigh.eth0.unres_qlen_bytes = 180224 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 = 91 net.ipv6.neigh.lo.unres_qlen_bytes = 180224 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 = 91 net.ipv6.neigh.resin-dns.unres_qlen_bytes = 180224 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 = 91 net.ipv6.neigh.resin-vpn.unres_qlen_bytes = 180224 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 = 91 net.ipv6.neigh.supervisor0.unres_qlen_bytes = 180224 net.ipv6.neigh.veth3a83cda.anycast_delay = 100 net.ipv6.neigh.veth3a83cda.app_solicit = 0 net.ipv6.neigh.veth3a83cda.base_reachable_time = 30 net.ipv6.neigh.veth3a83cda.base_reachable_time_ms = 30000 net.ipv6.neigh.veth3a83cda.delay_first_probe_time = 5 net.ipv6.neigh.veth3a83cda.gc_stale_time = 60 net.ipv6.neigh.veth3a83cda.locktime = 0 net.ipv6.neigh.veth3a83cda.mcast_resolicit = 0 net.ipv6.neigh.veth3a83cda.mcast_solicit = 3 net.ipv6.neigh.veth3a83cda.proxy_delay = 80 net.ipv6.neigh.veth3a83cda.proxy_qlen = 64 net.ipv6.neigh.veth3a83cda.retrans_time = 100 net.ipv6.neigh.veth3a83cda.retrans_time_ms = 1000 net.ipv6.neigh.veth3a83cda.ucast_solicit = 3 net.ipv6.neigh.veth3a83cda.unres_qlen = 91 net.ipv6.neigh.veth3a83cda.unres_qlen_bytes = 180224 net.ipv6.neigh.veth68f80a7.anycast_delay = 100 net.ipv6.neigh.veth68f80a7.app_solicit = 0 net.ipv6.neigh.veth68f80a7.base_reachable_time = 30 net.ipv6.neigh.veth68f80a7.base_reachable_time_ms = 30000 net.ipv6.neigh.veth68f80a7.delay_first_probe_time = 5 net.ipv6.neigh.veth68f80a7.gc_stale_time = 60 net.ipv6.neigh.veth68f80a7.locktime = 0 net.ipv6.neigh.veth68f80a7.mcast_resolicit = 0 net.ipv6.neigh.veth68f80a7.mcast_solicit = 3 net.ipv6.neigh.veth68f80a7.proxy_delay = 80 net.ipv6.neigh.veth68f80a7.proxy_qlen = 64 net.ipv6.neigh.veth68f80a7.retrans_time = 100 net.ipv6.neigh.veth68f80a7.retrans_time_ms = 1000 net.ipv6.neigh.veth68f80a7.ucast_solicit = 3 net.ipv6.neigh.veth68f80a7.unres_qlen = 91 net.ipv6.neigh.veth68f80a7.unres_qlen_bytes = 180224 net.ipv6.neigh.vetha8e20bd.anycast_delay = 100 net.ipv6.neigh.vetha8e20bd.app_solicit = 0 net.ipv6.neigh.vetha8e20bd.base_reachable_time = 30 net.ipv6.neigh.vetha8e20bd.base_reachable_time_ms = 30000 net.ipv6.neigh.vetha8e20bd.delay_first_probe_time = 5 net.ipv6.neigh.vetha8e20bd.gc_stale_time = 60 net.ipv6.neigh.vetha8e20bd.locktime = 0 net.ipv6.neigh.vetha8e20bd.mcast_resolicit = 0 net.ipv6.neigh.vetha8e20bd.mcast_solicit = 3 net.ipv6.neigh.vetha8e20bd.proxy_delay = 80 net.ipv6.neigh.vetha8e20bd.proxy_qlen = 64 net.ipv6.neigh.vetha8e20bd.retrans_time = 100 net.ipv6.neigh.vetha8e20bd.retrans_time_ms = 1000 net.ipv6.neigh.vetha8e20bd.ucast_solicit = 3 net.ipv6.neigh.vetha8e20bd.unres_qlen = 91 net.ipv6.neigh.vetha8e20bd.unres_qlen_bytes = 180224 net.ipv6.neigh.vethf5bf58b.anycast_delay = 100 net.ipv6.neigh.vethf5bf58b.app_solicit = 0 net.ipv6.neigh.vethf5bf58b.base_reachable_time = 30 net.ipv6.neigh.vethf5bf58b.base_reachable_time_ms = 30000 net.ipv6.neigh.vethf5bf58b.delay_first_probe_time = 5 net.ipv6.neigh.vethf5bf58b.gc_stale_time = 60 net.ipv6.neigh.vethf5bf58b.locktime = 0 net.ipv6.neigh.vethf5bf58b.mcast_resolicit = 0 net.ipv6.neigh.vethf5bf58b.mcast_solicit = 3 net.ipv6.neigh.vethf5bf58b.proxy_delay = 80 net.ipv6.neigh.vethf5bf58b.proxy_qlen = 64 net.ipv6.neigh.vethf5bf58b.retrans_time = 100 net.ipv6.neigh.vethf5bf58b.retrans_time_ms = 1000 net.ipv6.neigh.vethf5bf58b.ucast_solicit = 3 net.ipv6.neigh.vethf5bf58b.unres_qlen = 91 net.ipv6.neigh.vethf5bf58b.unres_qlen_bytes = 180224 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 = 91 net.ipv6.neigh.wlan0.unres_qlen_bytes = 180224 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.route.skip_notify_on_dev_down = 0 net.ipv6.seg6_flowlabel = 0 net.ipv6.xfrm6_gc_thresh = 32768 net.netfilter.nf_conntrack_acct = 0 net.netfilter.nf_conntrack_buckets = 16384 net.netfilter.nf_conntrack_checksum = 1 net.netfilter.nf_conntrack_count = 74 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 = 256 net.netfilter.nf_conntrack_frag6_high_thresh = 4194304 net.netfilter.nf_conntrack_frag6_low_thresh = 3145728 net.netfilter.nf_conntrack_frag6_timeout = 60 net.netfilter.nf_conntrack_generic_timeout = 600 net.netfilter.nf_conntrack_gre_timeout = 30 net.netfilter.nf_conntrack_gre_timeout_stream = 180 net.netfilter.nf_conntrack_helper = 0 net.netfilter.nf_conntrack_icmp_timeout = 30 net.netfilter.nf_conntrack_icmpv6_timeout = 30 net.netfilter.nf_conntrack_log_invalid = 0 net.netfilter.nf_conntrack_max = 65536 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 = 120 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 = 65536 net.unix.max_dgram_qlen = 512 user.max_cgroup_namespaces = 7199 user.max_inotify_instances = 512 user.max_inotify_watches = 8192 user.max_ipc_namespaces = 7199 user.max_mnt_namespaces = 7199 user.max_net_namespaces = 7199 user.max_pid_namespaces = 7199 user.max_time_namespaces = 7199 user.max_user_namespaces = 0 user.max_uts_namespaces = 7199 vm.admin_reserve_kbytes = 8192 vm.block_dump = 0 vm.compact_unevictable_allowed = 1 vm.compaction_proactiveness = 20 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.extfrag_threshold = 500 vm.laptop_mode = 0 vm.legacy_va_layout = 0 vm.lowmem_reserve_ratio = 256 32 0 vm.max_map_count = 65530 vm.min_free_kbytes = 8192 vm.mmap_min_addr = 4096 vm.mmap_rnd_bits = 8 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.page_lock_unfairness = 5 vm.panic_on_oom = 0 vm.percpu_pagelist_fraction = 0 vm.stat_interval = 1 vm.swappiness = 60 vm.user_reserve_kbytes = 30713 vm.vfs_cache_pressure = 100 vm.watermark_boost_factor = 15000 vm.watermark_scale_factor = 10 Command exited with non-zero status 1 real 0m 0.13s user 0m 0.02s sys 0m 0.10s --- systemctl list-units --failed --no-pager --- 2023-02-06 15:19:54.768034574+00:00 UNIT LOAD ACTIVE SUB DESCRIPTION 0 loaded units listed. real 0m 0.04s user 0m 0.00s sys 0m 0.02s --- top -b -n 1 --- 2023-02-06 15:19:54.838125423+00:00 Mem: 749516K used, 245752K free, 5568K shrd, 44424K buff, 311092K cached CPU: 0% usr 4% sys 0% nic 95% idle 0% io 0% irq 0% sirq Load average: 1.88 1.29 1.11 1/312 4969 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 4969 4968 root R 2380 0% 2% top -b -n 1 1571 1 root S 1676 0% 2% /sbin/agetty -o -p -- \u --noclear tty1 linux 1889 1 root S 984m 101% 0% /usr/bin/balenad --experimental --log-driver=journald --storage-driver=overlay2 -H fd:// -H unix:///var/run/balena.sock -H unix:///var/run/balena-engine.sock --dns=10.114.102.1 --bip=10.114.101.1/24 --fixed-cidr=10.114.101.0/25 --max-download-attempts=10 --exec-opt=native.cgroupdriver=systemd -H tcp://0.0.0.0:2375 2120 1889 root S 952m 98% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 2554 2424 root S 912m 94% 0% grafana-server -homepath /usr/share/grafana 2907 2834 root S 888m 91% 0% balena start --attach balena_supervisor 2399 1889 root S 887m 91% 0% /usr/bin/balena-engine-proxy -proto tcp -host-ip :: -host-port 80 -container-ip 172.17.0.4 -container-port 80 2318 2120 root S 887m 91% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/769d4389705ab0ca736d2afa785d298a1709410c9ca3dfce1de4c23484647878 -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-bale 2516 2120 root S 887m 91% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b -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-bale 2339 2120 root S 887m 91% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4fede34da06e664be451c3f6fc0a886dfece1a808c4ce082eb50146530d7348e -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-bale 2358 1889 root S 887m 91% 0% /usr/bin/balena-engine-proxy -proto tcp -host-ip :: -host-port 8080 -container-ip 172.17.0.3 -container-port 80 2329 1889 root S 887m 91% 0% /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8080 -container-ip 172.17.0.3 -container-port 80 2424 2120 root S 887m 91% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/1745d7df4c51bf088872ad306acac762450ecc293b03f769cfc779b5d680f4ef -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-bale 2916 2120 root S 887m 91% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/70b074addbe13f1f40d7e9a44ba3d3dada6df4826215d8ce98ddf2de5cd48b52 -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-bale 2371 1889 root S 887m 91% 0% /usr/bin/balena-engine-proxy -proto tcp -host-ip 0.0.0.0 -host-port 80 -container-ip 172.17.0.4 -container-port 80 2348 2120 root S 879m 90% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/4b3752c749494adaa5cf2a2ac8778f43535ad21649331d2f11f0a6615b3239e3 -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-bale 2400 2318 root S 853m 87% 0% influxd 2752 2584 root S 175m 18% 0% node-red 2933 2916 root S 174m 18% 0% node /usr/src/app/dist/app.js 1551 1 root S 53296 5% 0% /usr/sbin/ModemManager --log-journal 1751 1 root S 40828 4% 0% /usr/sbin/NetworkManager --no-daemon 1544 1 root S 38424 4% 0% /usr/sbin/rngd -f -r /dev/hwrng 1 0 root S 26264 3% 0% {systemd} /sbin/init 2679 2554 root S 15088 2% 0% python update-dashboards.py 2987 2933 root S 14272 1% 0% journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service 2085 1 root S 11500 1% 0% /usr/sbin/chronyd -d 1087 1 root S 10508 1% 0% /lib/systemd/systemd-journald 1548 1 root S 8284 1% 0% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 1932 1 root S 8108 1% 0% /usr/sbin/wpa_supplicant -u 1613 1 root S 6212 1% 0% /lib/systemd/systemd-logind 1877 1 root S 5764 1% 0% /usr/libexec/bluetooth/bluetoothd --experimental 1118 1 root S 5164 1% 0% /lib/systemd/systemd-udevd 2103 1 openvpn S 4972 0% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 4017 1 root S 4668 0% 0% sshd: root@notty 1894 1889 root S 4516 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1889 2086 2085 root S 4516 0% 0% /proc/self/exe --healthcheck /usr/libexec/chrony-healthcheck --pid 2085 2835 2834 root S 4516 0% 0% /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 2834 2584 2516 root S 4488 0% 0% /bin/bash /usr/src/app/start.sh 1837 1 avahi S 4256 0% 0% avahi-daemon: running [214acfe.local] 1555 1 messageb S 4108 0% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 1839 1837 avahi S 4088 0% 0% avahi-daemon: chroot helper 1914 1 nobody S 3652 0% 0% /usr/bin/dnsmasq -x /run/dnsmasq.pid -a 127.0.0.2,10.114.102.1 -7 /etc/dnsmasq.d/ -r /etc/resolv.dnsmasq -z --servers-file=/run/dnsmasq.servers -k --log-facility=- 2463 2339 1883 S 3116 0% 0% /usr/sbin/mosquitto -c /mosquitto-no-auth.conf 4025 4023 root S 2664 0% 0% bash -s -- 2834 1 root S 2628 0% 0% {start-balena-su} /bin/sh /usr/bin/start-balena-supervisor 4023 4017 root S 2540 0% 0% sh -c H(){ local h="=============================================================";echo $h;echo " $*";echo $h;};X=config.json;C=/mnt/boottmp/$X;[ -f $C ]||C=/mnt/boot/$X;[ -f $C ]||C=/mnt/conf/$X;[ -f $C ]||C=/mnt/data-disk/$X;[ -f $C ]||C=/mnt/boot/$X;if [ ! -f $C ];then F "Error: Failed to find $X! (bye, bye)";fi;if [ "$(jq -r '.uuid' $C)" = "214acfe18b60a4387881a73a87aac3ab" ];then TERM=xterm;ba 4967 4025 root S 2248 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 2469 2348 root S 1860 0% 0% /bin/busybox sh start.sh 4022 2469 root S 1860 0% 0% sleep 120 1855 1 root S 1688 0% 0% /usr/bin/hciattach /dev/serial1 bcm43xx 921600 noflow - b8:27:eb:80:42:5b 1591 1 root S 1676 0% 0% /sbin/agetty -8 -L serial0 115200 linux 4968 4967 root S 1568 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 1910 2 root IW 0 0% 0% [kworker/u8:3-br] 1961 2 root DW 0 0% 0% [kworker/0:3+eve] 3903 2 root IW 0 0% 0% [kworker/u8:1-br] 3631 2 root IW 0 0% 0% [kworker/0:0-eve] 35 2 root IW 0 0% 0% [kworker/0:2-eve] 423 2 root IW< 0 0% 0% [kworker/2:1H-kb] 3522 2 root IW 0 0% 0% [kworker/2:0-eve] 11 2 root SW 0 0% 0% [ksoftirqd/0] 86 2 root IW 0 0% 0% [kworker/1:5-eve] 421 2 root IW< 0 0% 0% [kworker/3:1H-kb] 3890 2 root IW 0 0% 0% [kworker/0:1-eve] 1665 2 root IW 0 0% 0% [kworker/3:4-mm_] 1246 2 root SW 0 0% 0% [brcmf_wdog/mmc1] 81 2 root IW< 0 0% 0% [kworker/1:1H-kb] 12 2 root IW 0 0% 0% [rcu_sched] 3636 2 root IW 0 0% 0% [kworker/u8:0-ev] 17 2 root SW 0 0% 0% [ksoftirqd/1] 434 2 root IW< 0 0% 0% [kworker/0:2H-mm] 27 2 root SW 0 0% 0% [ksoftirqd/3] 3754 2 root IW 0 0% 0% [kworker/1:1-eve] 22 2 root SW 0 0% 0% [ksoftirqd/2] 987 2 root SW 0 0% 0% [jbd2/mmcblk0p6-] 3510 2 root IW 0 0% 0% [kworker/3:0-eve] 3767 2 root IW 0 0% 0% [kworker/3:1-cgr] 13 2 root SW 0 0% 0% [migration/0] 39 2 root SW 0 0% 0% [kcompactd0] 21 2 root SW 0 0% 0% [migration/2] 26 2 root SW 0 0% 0% [migration/3] 2 0 root SW 0 0% 0% [kthreadd] 793 2 root IW< 0 0% 0% [kworker/2:2H] 3 2 root IW< 0 0% 0% [rcu_gp] 4 2 root IW< 0 0% 0% [rcu_par_gp] 8 2 root IW< 0 0% 0% [mm_percpu_wq] 9 2 root SW 0 0% 0% [rcu_tasks_rude_] 10 2 root SW 0 0% 0% [rcu_tasks_trace] 14 2 root SW 0 0% 0% [cpuhp/0] 15 2 root SW 0 0% 0% [cpuhp/1] 16 2 root SW 0 0% 0% [migration/1] 20 2 root SW 0 0% 0% [cpuhp/2] 25 2 root SW 0 0% 0% [cpuhp/3] 30 2 root SW 0 0% 0% [kdevtmpfs] 31 2 root IW< 0 0% 0% [netns] 34 2 root SW 0 0% 0% [kauditd] 36 2 root SW 0 0% 0% [khungtaskd] 37 2 root SW 0 0% 0% [oom_reaper] 38 2 root IW< 0 0% 0% [writeback] 64 2 root IW< 0 0% 0% [kblockd] 65 2 root IW< 0 0% 0% [blkcg_punt_bio] 66 2 root IW< 0 0% 0% [md] 67 2 root SW 0 0% 0% [watchdogd] 69 2 root SW 0 0% 0% [kswapd0] 72 2 root IW< 0 0% 0% [iscsi_eh] 73 2 root IW< 0 0% 0% [iscsi_destroy] 74 2 root IW< 0 0% 0% [dwc_otg] 76 2 root IW< 0 0% 0% [DWC Notificatio] 78 2 root SW< 0 0% 0% [vchiq-slot/0] 79 2 root SW< 0 0% 0% [vchiq-recy/0] 80 2 root SW< 0 0% 0% [vchiq-sync/0] 82 2 root IW< 0 0% 0% [ipv6_addrconf] 83 2 root IW< 0 0% 0% [zswap-shrink] 84 2 root IW< 0 0% 0% [kworker/u9:0-hc] 105 2 root IW< 0 0% 0% [mmc_complete] 934 2 root SW 0 0% 0% [jbd2/mmcblk0p2-] 935 2 root IW< 0 0% 0% [ext4-rsv-conver] 949 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 950 2 root IW< 0 0% 0% [ext4-rsv-conver] 988 2 root IW< 0 0% 0% [ext4-rsv-conver] 1134 2 root SW 0 0% 0% [vchiq-keep/0] 1136 2 root SW 0 0% 0% [spi0] 1205 2 root IW< 0 0% 0% [cfg80211] 1236 2 root IW< 0 0% 0% [brcmf_wq/mmc1:0] 1856 2 root IW< 0 0% 0% [kworker/u9:1-hc] 1925 2 root IW< 0 0% 0% [cryptd] 2676 2 root IW 0 0% 0% [kworker/2:3-mm_] 2997 2 root SW 0 0% 0% [jbd2/mmcblk0p3-] 2998 2 root IW< 0 0% 0% [ext4-rsv-conver] 3529 2 root IW< 0 0% 0% [kworker/3:0H] 3561 2 root IW< 0 0% 0% [kworker/1:0H] 3766 2 root IW< 0 0% 0% [kworker/0:0H] 3932 2 root IW 0 0% 0% [kworker/2:1-mm_] 3954 2 root IW< 0 0% 0% [kworker/1:2H] 3956 2 root IW 0 0% 0% [kworker/3:2-mm_] 3972 2 root IW 0 0% 0% [kworker/1:0-eve] 4226 2 root IW< 0 0% 0% [kworker/0:1H] 4333 2 root IW< 0 0% 0% [kworker/3:2H] real 0m 0.15s user 0m 0.00s sys 0m 0.05s --- grep -vE "/var/cache/ldconfig/aux-cache|md5sum|/etc/hostname|/etc/machine-id|/etc/balena-supervisor/supervisor.conf|/etc/resin-supervisor/supervisor.conf|/etc/systemd/timesyncd.conf|/home/root/.rnd" /resinos.fingerprint | md5sum --quiet -c --- 2023-02-06 15:19:55.016951351+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- echo === SUPERVISOR === --- 2023-02-06 15:19:55.067702013+00:00 === SUPERVISOR === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- balena exec 70b074addbe1 cat /etc/resolv.conf --- 2023-02-06 15:19:55.293372378+00:00 nameserver 10.114.102.1 options timeout:15 real 0m 0.82s user 0m 0.19s sys 0m 0.06s --- balena logs 70b074addbe1 --- 2023-02-06 15:19:56.335280907+00:00 [info] Supervisor v14.4.10 starting up... [info] Setting host to discoverable [debug] Starting systemd unit: avahi-daemon.service [debug] Starting systemd unit: avahi-daemon.socket [debug] Starting logging infrastructure [info] Starting firewall [warn] Invalid firewall mode: . Reverting to state: off [info] Applying firewall mode: off [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [success] Firewall mode applied [debug] Starting api binder [debug] Performing database cleanup for container log timestamps [info] Previous engine snapshot was not stored. Skipping cleanup. [debug] Handling of local mode switch is completed [debug] Spawning journalctl -a -S 2023-02-02 00:06:01 -o json CONTAINER_ID_FULL=4fede34da06e664be451c3f6fc0a886dfece1a808c4ce082eb50146530d7348e [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journalctl -a -S 2023-02-03 18:23:55 -o json CONTAINER_ID_FULL=769d4389705ab0ca736d2afa785d298a1709410c9ca3dfce1de4c23484647878 [debug] Ensuring device is provisioned [debug] Spawning journalctl -a -S 2023-02-03 18:24:05 -o json CONTAINER_ID_FULL=1745d7df4c51bf088872ad306acac762450ecc293b03f769cfc779b5d680f4ef [debug] Spawning journalctl -a -S 2023-02-03 18:24:03 -o json CONTAINER_ID_FULL=4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b [debug] Spawning journalctl -a -S 2023-02-03 18:22:48 -o json CONTAINER_ID_FULL=4b3752c749494adaa5cf2a2ac8778f43535ad21649331d2f11f0a6615b3239e3 [debug] Connectivity check enabled: true [debug] Starting periodic check for IP addresses [info] Reporting initial state, supervisor version and API info [debug] Skipping preloading [debug] VPN status path exists. [info] Applying target state [info] VPN connection is active. [info] Waiting for connectivity... [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [info] Reported current state to the cloud [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} [error] Updating failed, but there's another update scheduled immediately: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [info] Applying target state [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} [error] Scheduling another update attempt in 2000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [info] Applying target state [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} [info] Internet Connectivity: OK [error] Scheduling another update attempt in 4000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [info] Applying target state [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} [error] Scheduling another update attempt in 8000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [info] Applying target state [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} [error] Scheduling another update attempt in 16000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [info] Applying target state [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} [error] Scheduling another update attempt in 32000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [info] Applying target state [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} [error] Scheduling another update attempt in 64000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [info] Applying target state [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} [error] Scheduling another update attempt in 128000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [info] Applying target state [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} [error] Scheduling another update attempt in 256000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [api] GET /v1/healthy 200 - 26.587 ms [info] Reported current state to the cloud [info] Applying target state [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [warn] Ignoring unsupported or unknown compose fields: containerName [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} [error] Scheduling another update attempt in 512000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9522) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [api] GET /v1/healthy 200 - 10.299 ms [debug] Attempting container log timestamp flush... [debug] Container log timestamp flush complete [info] Reported current state to the cloud [api] GET /v1/healthy 200 - 8.953 ms real 0m 0.21s user 0m 0.18s sys 0m 0.09s --- curl --max-time 5 localhost:48484/v1/healthy --- 2023-02-06 15:19:56.576400287+00:00 OKreal 0m 0.06s user 0m 0.01s sys 0m 0.01s --- journalctl --no-pager --no-hostname -n 200 -a -u balena-supervisor -u resin-supervisor --- 2023-02-06 15:19:56.666928244+00:00 -- Journal begins at Fri 2023-02-03 18:31:30 UTC, ends at Mon 2023-02-06 15:19:56 UTC. -- Feb 06 15:03:55 balena-supervisor[2907]: [debug] Starting api binder Feb 06 15:03:56 balena-supervisor[2907]: [debug] Performing database cleanup for container log timestamps Feb 06 15:03:56 balena-supervisor[2907]: [info] Previous engine snapshot was not stored. Skipping cleanup. Feb 06 15:03:56 balena-supervisor[2907]: [debug] Handling of local mode switch is completed Feb 06 15:03:56 balena-supervisor[2907]: (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. Feb 06 15:03:56 balena-supervisor[2907]: (Use `node --trace-deprecation ...` to show where the warning was created) Feb 06 15:03:56 balena-supervisor[2907]: [debug] Spawning journalctl -a -S 2023-02-02 00:06:01 -o json CONTAINER_ID_FULL=4fede34da06e664be451c3f6fc0a886dfece1a808c4ce082eb50146530d7348e Feb 06 15:03:57 balena-supervisor[2907]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Feb 06 15:03:57 balena-supervisor[2907]: [event] Event: Supervisor start {} Feb 06 15:03:57 balena-supervisor[2907]: [info] Starting API server Feb 06 15:03:57 balena-supervisor[2907]: [info] Supervisor API successfully started on port 48484 Feb 06 15:03:57 balena-supervisor[2907]: [debug] Spawning journalctl -a -S 2023-02-03 18:23:55 -o json CONTAINER_ID_FULL=769d4389705ab0ca736d2afa785d298a1709410c9ca3dfce1de4c23484647878 Feb 06 15:03:57 balena-supervisor[2907]: [debug] Ensuring device is provisioned Feb 06 15:03:57 balena-supervisor[2907]: [debug] Spawning journalctl -a -S 2023-02-03 18:24:05 -o json CONTAINER_ID_FULL=1745d7df4c51bf088872ad306acac762450ecc293b03f769cfc779b5d680f4ef Feb 06 15:03:57 balena-supervisor[2907]: [debug] Spawning journalctl -a -S 2023-02-03 18:24:03 -o json CONTAINER_ID_FULL=4b10fc315e7b1a62a5ca18b09af32f05c3b9fa9f1faf79eaf75816572467794b Feb 06 15:03:57 balena-supervisor[2907]: [debug] Spawning journalctl -a -S 2023-02-03 18:22:48 -o json CONTAINER_ID_FULL=4b3752c749494adaa5cf2a2ac8778f43535ad21649331d2f11f0a6615b3239e3 Feb 06 15:03:58 balena-supervisor[2907]: [debug] Connectivity check enabled: true Feb 06 15:03:58 balena-supervisor[2907]: [debug] Starting periodic check for IP addresses Feb 06 15:03:58 balena-supervisor[2907]: [info] Reporting initial state, supervisor version and API info Feb 06 15:03:58 balena-supervisor[2907]: [debug] Skipping preloading Feb 06 15:03:58 balena-supervisor[2907]: [debug] VPN status path exists. Feb 06 15:03:58 balena-supervisor[2907]: [info] Applying target state Feb 06 15:03:58 balena-supervisor[2907]: [info] VPN connection is active. Feb 06 15:03:58 balena-supervisor[2907]: [info] Waiting for connectivity... Feb 06 15:03:58 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:03:58 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:03:58 balena-supervisor[2907]: [debug] Starting current state report Feb 06 15:03:58 balena-supervisor[2907]: [debug] Starting target state poll Feb 06 15:03:58 balena-supervisor[2907]: [debug] Spawning journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Feb 06 15:03:59 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:03:59 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:03:59 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:03:59 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:00 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:00 balena-supervisor[2907]: [info] Reported current state to the cloud Feb 06 15:04:01 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:04:02 balena-supervisor[2907]: [error] Updating failed, but there's another update scheduled immediately: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:02 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:02 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:02 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:02 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:02 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:02 balena-supervisor[2907]: [info] Applying target state Feb 06 15:04:03 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:04:03 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:04:03 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:03 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:03 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:03 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:03 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:04 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:04:05 balena-supervisor[2907]: [error] Scheduling another update attempt in 2000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:05 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:05 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:05 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:05 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:05 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:05 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:05 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:07 balena-supervisor[2907]: [info] Applying target state Feb 06 15:04:07 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:04:07 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:04:08 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:08 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:08 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:08 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:08 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:08 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:04:08 balena-supervisor[2907]: [info] Internet Connectivity: OK Feb 06 15:04:09 balena-supervisor[2907]: [error] Scheduling another update attempt in 4000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:09 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:09 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:09 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:09 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:09 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:09 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:09 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:13 balena-supervisor[2907]: [info] Applying target state Feb 06 15:04:13 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:04:13 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:04:14 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:14 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:14 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:14 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:14 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:14 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:04:16 balena-supervisor[2907]: [error] Scheduling another update attempt in 8000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:16 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:16 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:16 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:16 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:16 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:16 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:16 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:24 balena-supervisor[2907]: [info] Applying target state Feb 06 15:04:24 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:04:24 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:04:25 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:25 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:25 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:25 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:25 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:25 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:04:27 balena-supervisor[2907]: [error] Scheduling another update attempt in 16000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:27 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:27 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:27 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:27 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:27 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:27 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:27 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:43 balena-supervisor[2907]: [info] Applying target state Feb 06 15:04:43 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:04:43 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:04:43 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:43 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:43 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:43 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:43 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:04:44 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:04:45 balena-supervisor[2907]: [error] Scheduling another update attempt in 32000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:45 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:45 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:45 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:04:45 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:04:45 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:04:45 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:04:45 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:05:17 balena-supervisor[2907]: [info] Applying target state Feb 06 15:05:17 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:05:17 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:05:17 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:17 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:17 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:17 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:17 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:05:18 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:05:19 balena-supervisor[2907]: [error] Scheduling another update attempt in 64000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:05:19 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:05:19 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:05:19 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:05:19 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:05:19 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:06:23 balena-supervisor[2907]: [info] Applying target state Feb 06 15:06:23 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:06:23 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:06:23 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:23 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:23 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:23 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:23 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:06:24 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:06:25 balena-supervisor[2907]: [error] Scheduling another update attempt in 128000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:06:25 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:06:25 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:06:25 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:06:25 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:06:25 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:08:33 balena-supervisor[2907]: [info] Applying target state Feb 06 15:08:33 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:08:33 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:08:33 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:08:33 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:08:34 balena-supervisor[2907]: [error] Scheduling another update attempt in 256000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:08:34 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:08:34 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:08:34 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:08:34 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:08:34 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:08:34 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:08:34 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:08:44 balena-supervisor[2907]: [api] GET /v1/healthy 200 - 26.587 ms Feb 06 15:09:03 balena-supervisor[2907]: [info] Reported current state to the cloud Feb 06 15:12:50 balena-supervisor[2907]: [info] Applying target state Feb 06 15:12:50 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 846dbf96a7d72b9fc3ce6b8b0d31af770f3c760bb9574c32e51933d30e0ae2d8 Feb 06 15:12:50 balena-supervisor[2907]: [debug] Found unmanaged or anonymous Volume: 104f9e70618cc169f7170d841c5343af19558734c1a3009fb65e490614504493 Feb 06 15:12:51 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 balena-supervisor[2907]: [warn] Ignoring unsupported or unknown compose fields: containerName Feb 06 15:12:51 balena-supervisor[2907]: [event] Event: Service start {"service":{"appId":2009215,"serviceId":1963994,"serviceName":"zigbee2mqtt","commit":"23bb06eeae4d49b12eb42a3af13315be","releaseId":2465347}} Feb 06 15:12:52 balena-supervisor[2907]: [error] Scheduling another update attempt in 512000ms due to failure: Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:12:52 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:12:52 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:12:52 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:12:52 balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:12:52 balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:12:52 balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:12:52 balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:13:44 balena-supervisor[2907]: [api] GET /v1/healthy 200 - 10.299 ms Feb 06 15:13:51 balena-supervisor[2907]: [debug] Attempting container log timestamp flush... Feb 06 15:13:51 balena-supervisor[2907]: [debug] Container log timestamp flush complete Feb 06 15:15:47 balena-supervisor[2907]: [info] Reported current state to the cloud Feb 06 15:18:45 balena-supervisor[2907]: [api] GET /v1/healthy 200 - 8.953 ms Feb 06 15:19:56 balena-supervisor[2907]: [api] GET /v1/healthy 200 - 6.719 ms real 0m 0.04s user 0m 0.03s sys 0m 0.00s --- ls -lR /tmp/*-supervisor/**/* --- 2023-02-06 15:19:56.733701927+00:00 /tmp/balena-supervisor/services/2009215: total 0 drwxr-xr-x 2 root root 40 Feb 6 15:03 grafana drwxr-xr-x 2 root root 40 Feb 6 15:03 influxdb drwxr-xr-x 2 root root 40 Feb 6 15:03 mqtt drwxr-xr-x 2 root root 40 Feb 6 15:03 node-red drwxr-xr-x 2 root root 40 Feb 6 15:03 wifi-connect /tmp/balena-supervisor/services/2009215/grafana: total 0 /tmp/balena-supervisor/services/2009215/influxdb: total 0 /tmp/balena-supervisor/services/2009215/mqtt: total 0 /tmp/balena-supervisor/services/2009215/node-red: total 0 /tmp/balena-supervisor/services/2009215/wifi-connect: total 0 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- systemctl status balena-supervisor resin-supervisor --no-pager --- 2023-02-06 15:19:56.783359159+00:00 ● balena-supervisor.service - Balena supervisor Loaded: loaded (/lib/systemd/system/balena-supervisor.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/balena-supervisor.service.d └─balena-supervisor-conf.conf Active: active (running) since Mon 2023-02-06 15:03:35 UTC; 16min ago Process: 2812 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=1/FAILURE) Process: 2821 ExecStartPre=/usr/bin/balena stop balena_supervisor (code=exited, status=0/SUCCESS) Process: 2831 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Process: 2832 ExecStartPre=/usr/sbin/gen-conf-unit balena-supervisor (code=exited, status=0/SUCCESS) Main PID: 2834 (start-balena-su) Tasks: 11 (limit: 2159) Memory: 7.3M CGroup: /system.slice/balena-supervisor.service ├─2834 /bin/sh /usr/bin/start-balena-supervisor ├─2835 /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 2834 └─2907 balena start --attach balena_supervisor Feb 06 15:12:52 214acfe balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:12:52 214acfe balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:12:52 214acfe balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:12:52 214acfe balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:13:44 214acfe balena-supervisor[2907]: [api] GET /v1/healthy 200 - 10.299 ms Feb 06 15:13:51 214acfe balena-supervisor[2907]: [debug] Attempting container log timestamp flush... Feb 06 15:13:51 214acfe balena-supervisor[2907]: [debug] Container log timestamp flush complete Feb 06 15:15:47 214acfe balena-supervisor[2907]: [info] Reported current state to the cloud Feb 06 15:18:45 214acfe balena-supervisor[2907]: [api] GET /v1/healthy 200 - 8.953 ms Feb 06 15:19:56 214acfe balena-supervisor[2907]: [api] GET /v1/healthy 200 - 6.719 ms ● balena-supervisor.service - Balena supervisor Loaded: loaded (/lib/systemd/system/balena-supervisor.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/balena-supervisor.service.d └─balena-supervisor-conf.conf Active: active (running) since Mon 2023-02-06 15:03:35 UTC; 16min ago Process: 2812 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=1/FAILURE) Process: 2821 ExecStartPre=/usr/bin/balena stop balena_supervisor (code=exited, status=0/SUCCESS) Process: 2831 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Process: 2832 ExecStartPre=/usr/sbin/gen-conf-unit balena-supervisor (code=exited, status=0/SUCCESS) Main PID: 2834 (start-balena-su) Tasks: 11 (limit: 2159) Memory: 7.3M CGroup: /system.slice/balena-supervisor.service ├─2834 /bin/sh /usr/bin/start-balena-supervisor ├─2835 /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 2834 └─2907 balena start --attach balena_supervisor Feb 06 15:12:52 214acfe balena-supervisor[2907]: [error] Device state apply error Error: Failed to apply state transition steps. (HTTP code 500) server error - error gathering device information while adding custom device "/dev/ttyACM0": no such file or directory Steps:["start"] Feb 06 15:12:52 214acfe balena-supervisor[2907]: [error] at fn (/usr/src/app/dist/app.js:10:9522) Feb 06 15:12:52 214acfe balena-supervisor[2907]: [error] at runMicrotasks () Feb 06 15:12:52 214acfe balena-supervisor[2907]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Feb 06 15:13:44 214acfe balena-supervisor[2907]: [api] GET /v1/healthy 200 - 10.299 ms Feb 06 15:13:51 214acfe balena-supervisor[2907]: [debug] Attempting container log timestamp flush... Feb 06 15:13:51 214acfe balena-supervisor[2907]: [debug] Container log timestamp flush complete Feb 06 15:15:47 214acfe balena-supervisor[2907]: [info] Reported current state to the cloud Feb 06 15:18:45 214acfe balena-supervisor[2907]: [api] GET /v1/healthy 200 - 8.953 ms Feb 06 15:19:56 214acfe balena-supervisor[2907]: [api] GET /v1/healthy 200 - 6.719 ms real 0m 0.06s user 0m 0.03s sys 0m 0.00s --- tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log --- 2023-02-06 15:19:56.874151749+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- echo === TIME === --- 2023-02-06 15:19:56.920411346+00:00 === TIME === real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- cat /tmp/chrony_added_dhcp_ntp_servers --- 2023-02-06 15:19:56.963736639+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- chronyc sources --- 2023-02-06 15:19:57.009368584+00:00 MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^* ntp71.kashra-server.com 2 14 17 1008 +35us[+1161us] +/- 17ms ^- acacia.bilink.net 2 14 17 1007 +235us[ +235us] +/- 60ms ^- ns3.fibertelecom.it 2 14 17 1007 +211us[ +211us] +/- 48ms ^- it.ntp.zattarasrl.it 2 14 17 1007 -948us[ -948us] +/- 116ms real 0m 0.07s user 0m 0.00s sys 0m 0.01s --- chronyc tracking --- 2023-02-06 15:19:57.121913742+00:00 Reference ID : 877DA584 (ntp71.kashra-server.com) Stratum : 3 Ref time (UTC) : Mon Feb 06 15:03:09 2023 System time : 0.000000018 seconds slow of NTP time Last offset : +0.001126123 seconds RMS offset : 0.001126123 seconds Frequency : 6.460 ppm fast Residual freq : -4.963 ppm Skew : 0.176 ppm Root delay : 0.031177714 seconds Root dispersion : 0.007335595 seconds Update interval : 1.3 seconds Leap status : Normal real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- date --- 2023-02-06 15:19:57.170726135+00:00 Mon Feb 6 15:19:57 UTC 2023 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -u chronyd --- 2023-02-06 15:19:57.219955244+00:00 -- Journal begins at Fri 2023-02-03 18:31:30 UTC, ends at Mon 2023-02-06 15:19:56 UTC. -- Feb 06 15:03:02 healthdog[2085]: 2023-02-06T15:03:02Z chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH +IPV6 -DEBUG) Feb 06 15:03:02 healthdog[2085]: 2023-02-06T15:03:02Z Running with root privileges Feb 06 15:03:02 healthdog[2085]: 2023-02-06T15:03:02Z Frequency 6.460 +/- 0.176 ppm read from /var/lib/chrony/drift Feb 06 15:03:02 healthdog[2087]: [chrony-healthcheck][INFO] No online NTP sources - forcing poll Feb 06 15:03:02 healthdog[2085]: 2023-02-06T15:03:02Z System clock was stepped by -0.000000 seconds Feb 06 15:03:07 healthdog[2085]: 2023-02-06T15:03:07Z Selected source 135.125.165.132 (0.resinio.pool.ntp.org) Feb 06 15:03:19 healthdog[2099]: try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000 Feb 06 15:03:19 healthdog[2099]: try: 2, refid: 00000000, correction: 0.000000000, skew: 0.000 Feb 06 15:03:19 healthdog[2099]: try: 3, refid: 00000000, correction: 0.000000000, skew: 0.000 Feb 06 15:03:19 healthdog[2099]: try: 4, refid: 00000000, correction: 0.000000000, skew: 0.000 Feb 06 15:03:19 healthdog[2099]: try: 5, refid: 00000000, correction: 0.000000000, skew: 0.000 Feb 06 15:03:19 healthdog[2099]: try: 6, refid: 00000000, correction: 0.000000000, skew: 0.000 Feb 06 15:03:19 healthdog[2099]: try: 7, refid: 877DA584, correction: 0.922158897, skew: 0.176 Feb 06 15:03:19 healthdog[2099]: try: 8, refid: 877DA584, correction: 0.843976498, skew: 0.176 Feb 06 15:03:19 healthdog[2099]: try: 9, refid: 877DA584, correction: 0.766910791, skew: 0.176 Feb 06 15:03:19 healthdog[2099]: try: 10, refid: 877DA584, correction: 0.689833164, skew: 0.176 Feb 06 15:03:19 healthdog[2099]: try: 11, refid: 877DA584, correction: 0.612828732, skew: 0.176 Feb 06 15:03:19 healthdog[2099]: try: 12, refid: 877DA584, correction: 0.535793424, skew: 0.176 Feb 06 15:03:19 healthdog[2099]: try: 13, refid: 877DA584, correction: 0.458744794, skew: 0.176 Feb 06 15:03:19 healthdog[2099]: try: 14, refid: 877DA584, correction: 0.381690592, skew: 0.176 Feb 06 15:03:19 healthdog[2099]: try: 15, refid: 877DA584, correction: 0.304636806, skew: 0.176 Feb 06 15:03:19 healthdog[2099]: try: 16, refid: 877DA584, correction: 0.227396354, skew: 0.176 Feb 06 15:03:19 healthdog[2099]: try: 17, refid: 877DA584, correction: 0.150343761, skew: 0.176 Feb 06 15:03:19 healthdog[2099]: try: 18, refid: 877DA584, correction: 0.073350132, skew: 0.176 Feb 06 15:05:19 healthdog[3388]: try: 1, refid: 877DA584, correction: 0.000000007, skew: 0.176 Feb 06 15:07:19 healthdog[3494]: try: 1, refid: 877DA584, correction: 0.000000009, skew: 0.176 Feb 06 15:09:19 healthdog[3630]: try: 1, refid: 877DA584, correction: 0.000000010, skew: 0.176 Feb 06 15:11:19 healthdog[3664]: try: 1, refid: 877DA584, correction: 0.000000012, skew: 0.176 Feb 06 15:13:19 healthdog[3761]: try: 1, refid: 877DA584, correction: 0.000000013, skew: 0.176 Feb 06 15:15:19 healthdog[3889]: try: 1, refid: 877DA584, correction: 0.000000015, skew: 0.176 Feb 06 15:17:20 healthdog[3949]: try: 1, refid: 877DA584, correction: 0.000000016, skew: 0.176 Feb 06 15:19:20 healthdog[4011]: try: 1, refid: 877DA584, correction: 0.000000017, skew: 0.176 real 0m 0.02s user 0m 0.00s sys 0m 0.02s --- timedatectl status --- 2023-02-06 15:19:57.275080097+00:00 Local time: Mon 2023-02-06 15:19:57 UTC Universal time: Mon 2023-02-06 15:19:57 UTC RTC time: n/a Time zone: n/a (UTC, +0000) System clock synchronized: yes NTP service: n/a RTC in local TZ: no real 0m 0.62s user 0m 0.00s sys 0m 0.02s --- uptime --- 2023-02-06 15:19:57.929073320+00:00 15:19:57 up 0:17, 0 users, load average: 1.97, 1.32, 1.12 real 0m 0.01s user 0m 0.01s sys 0m 0.00s STDERR: --- diagnose 4.22.13 --- --- NOTE: not all commands are expected to succeed on all device types --- --- COMMANDS --- --- prefixing commands with 'date --utc --rfc-3339=ns ; /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c' --- --- echo === BALENA === --- --- curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 117k 0 117k 0 0 2410k 0 --:--:-- --:--:-- --:--:-- 2446k --- balena --version --- --- balena images --- --- balena ps -a --- --- balena stats --all --no-stream --- --- balena system df --- --- balena volume ls --- --- balena network 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)" --- --- balena network inspect $(balena network ls --quiet | tr "\n" " ") --- --- test -f /mnt/state/balena-engine-storage-migration.log && cat /mnt/state/balena-engine-storage-migration.log --- --- echo === BOOT === --- --- systemd-analyze --- --- systemd-analyze critical-chain --- --- echo === HARDWARE === --- --- cat /proc/cpuinfo --- --- cat /proc/device-tree/model --- --- cat /proc/meminfo --- --- ps --- --- top -b -n 1 --- --- cat /var/log/provisioning-progress.log --- cat: /var/log/provisioning-progress.log: No such file or directory --- df -h --- --- df -ih --- --- for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done --- --- for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done --- --- free -h --- --- ls -l /dev --- --- lsusb -vvv --- can't get debug descriptor: Resource temporarily unavailable can't get debug descriptor: Resource temporarily unavailable can't get device qualifier: Resource temporarily unavailable can't get debug descriptor: Resource temporarily unavailable --- mmcli -L --- --- mount --- --- uname -a --- --- echo === NETWORK === --- --- /sbin/ip addr --- --- cat /etc/resolv.conf --- --- cat /proc/net/dev --- --- cat /proc/net/snmp --- --- cat /proc/net/udp --- --- CURL_CA_BUNDLE=/tmp/tmp.g9WpeMAIoM 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 9 0 --:--:-- --:--:-- --:--:-- 9 --- CURL_CA_BUNDLE=/tmp/tmp.g9WpeMAIoM curl https://www.google.co.uk --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14544 0 14544 0 0 70149 0 --:--:-- --:--:-- --:--:-- 70601 --- ifconfig --- --- iptables -n -L --- --- iptables -n -t nat -L --- --- journalctl --no-pager --no-hostname -a -u ModemManager --- --- journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" --- --- ls -l /mnt/boot/system-connections --- --- mmcli -m 0 --- error: couldn't find modem --- 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/device-type.json --- --- cat /mnt/boot/extlinux/extlinux.conf --- cat: /mnt/boot/extlinux/extlinux.conf: No such file or directory --- cat /mnt/boot/resinOS_uEnv.txt --- cat: /mnt/boot/resinOS_uEnv.txt: No such file or directory --- cat /mnt/boot/uEnv.txt --- cat: /mnt/boot/uEnv.txt: No such file or directory --- cat /mnt/conf/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- cat: /mnt/conf/config.json: No such file or directory --- cat /mnt/data-disk/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- cat: /mnt/data-disk/config.json: No such file or directory --- cat /var/log/messages --- cat: /var/log/messages: No such file or directory --- cat /var/log/provisioning-progress.log --- cat: /var/log/provisioning-progress.log: No such file or directory --- dmesg -T --- --- find /mnt/data/*hup/*log -mtime -180 | xargs tail -n 250 -v --- find: /mnt/data/*hup/*log: No such file or directory --- journalctl --no-pager --no-hostname --list-boots --- --- journalctl --no-pager --no-hostname -n500 -a --- --- journalctl --no-pager --no-hostname -pwarning -perr -a --- --- ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) --- --- ps --- --- stat /var/lock/*hup.lock --- stat: cannot statx '/var/lock/*hup.lock': No such file or directory --- sysctl -a --- --- systemctl list-units --failed --no-pager --- --- top -b -n 1 --- --- grep -vE "/var/cache/ldconfig/aux-cache|md5sum|/etc/hostname|/etc/machine-id|/etc/balena-supervisor/supervisor.conf|/etc/resin-supervisor/supervisor.conf|/etc/systemd/timesyncd.conf|/home/root/.rnd" /resinos.fingerprint | md5sum --quiet -c --- grep: /resinos.fingerprint: No such file or directory md5sum: 'standard input': no properly formatted MD5 checksum lines found --- echo === SUPERVISOR === --- --- balena exec 70b074addbe1 cat /etc/resolv.conf --- --- balena logs 70b074addbe1 --- (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. (Use `node --trace-deprecation ...` to show where the warning was created) --- 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 107 0 --:--:-- --:--:-- --:--:-- 111 --- journalctl --no-pager --no-hostname -n 200 -a -u balena-supervisor -u resin-supervisor --- --- ls -lR /tmp/*-supervisor/**/* --- --- systemctl status balena-supervisor resin-supervisor --no-pager --- --- tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log --- tail: cannot open '/var/log/supervisor-log/resin_supervisor_stdout.log' for reading: No such file or directory --- echo === TIME === --- --- cat /tmp/chrony_added_dhcp_ntp_servers --- cat: /tmp/chrony_added_dhcp_ntp_servers: No such file or directory --- chronyc sources --- --- chronyc tracking --- --- date --- --- journalctl --no-pager --no-hostname -u chronyd --- --- timedatectl status --- --- uptime ---