STDOUT: real 0m 0.01s 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.ldWwny8ZjF curl https://api.balena-cloud.com/ping CURL_CA_BUNDLE=/tmp/tmp.ldWwny8ZjF 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 7b8f87d7c045 cat /etc/resolv.conf balena logs 7b8f87d7c045 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-04-05 06:36:01.318118084+00:00 === BALENA === real 0m 0.02s user 0m 0.01s sys 0m 0.00s --- curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 --- 2023-04-05 06:36:01.420282452+00:00 goroutine 705 [running]: runtime/pprof.writeGoroutineStacks(0x19adbac, 0x48e08c0, 0x0, 0x6d) /usr/lib/go/src/runtime/pprof/pprof.go:693 +0x80 runtime/pprof.writeGoroutine(0x19adbac, 0x48e08c0, 0x2, 0x96afc, 0x18) /usr/lib/go/src/runtime/pprof/pprof.go:682 +0x30 runtime/pprof.(*Profile).WriteTo(0x2490350, 0x19adbac, 0x48e08c0, 0x2, 0x48e08c0, 0x251d200) /usr/lib/go/src/runtime/pprof/pprof.go:331 +0x2c0 net/http/pprof.handler.ServeHTTP(0x4ec4851, 0x9, 0x19befa4, 0x48e08c0, 0x5482f80) /usr/lib/go/src/net/http/pprof/pprof.go:253 +0x2fc github.com/docker/docker/api/server/router/debug.handlePprof(0x19c02bc, 0x4d28a08, 0x19befa4, 0x48e08c0, 0x5482f80, 0x53e4de0, 0x18b6838, 0x1) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19c02bc, 0x4d28a08, 0x19befa4, 0x48e08c0, 0x5482f80, 0x53e4de0, 0x19c02bc, 0x4d28a08) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19c02bc, 0x4d289f0, 0x19befa4, 0x48e08c0, 0x5482f80, 0x53e4de0, 0x4abc5a0, 0x64674b90) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19c02bc, 0x4d289f0, 0x19befa4, 0x48e08c0, 0x5482f80, 0x53e4de0, 0x19c02bc, 0x4d289f0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19befa4, 0x48e08c0, 0x5482f00) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x1c4 net/http.HandlerFunc.ServeHTTP(0x4fd6640, 0x19befa4, 0x48e08c0, 0x5482f00) /usr/lib/go/src/net/http/server.go:2069 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x5093620, 0x19befa4, 0x48e08c0, 0x4e34500) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0x9c net/http.serverHandler.ServeHTTP(0x48bf950, 0x19befa4, 0x48e08c0, 0x4e34500) /usr/lib/go/src/net/http/server.go:2887 +0x90 net/http.(*conn).serve(0x50ce060, 0x19c02bc, 0x4ee6160) /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, 1 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).start(0x4a902e8, 0x489c1e0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker_unix.go:13 github.com/docker/docker/cmd/dockerd.newDaemonCommand.func1(0x4de2000, 0x48de580, 0x0, 0x10, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4de2000, 0x4838128, 0x10, 0x11, 0x4de2000, 0x4838128) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4de2000, 0x0, 0x0, 0x10) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/balena-engine/main.go:30 +0x218 goroutine 27 [chan receive, 1 minutes]: github.com/docker/docker/pkg/signal.Trap.func1(0x498d540, 0x19ad0bc, 0x487c140, 0x4896940) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:36 +0xec goroutine 40 [select, 1 minutes]: github.com/docker/docker/libcontainerd/supervisor.(*remote).monitorDaemon(0x4936000, 0x19c025c, 0x48a30e0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:90 +0x348 goroutine 41 [syscall, 1 minutes]: syscall.Syscall6(0x118, 0x1, 0x7d0, 0x4858e0c, 0x1000004, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/syscall/asm_linux_arm.s:45 +0x8 os.(*Process).blockUntilWaitable(0x49e8a50, 0x0, 0x0, 0x0) /usr/lib/go/src/os/wait_waitid.go:32 +0x60 os.(*Process).wait(0x49e8a50, 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(0x49244d0, 0x0, 0x0) /usr/lib/go/src/os/exec/exec.go:507 +0x50 github.com/docker/docker/libcontainerd/supervisor.(*remote).startContainerd.func1(0x49244d0, 0x4936000) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:212 +0x398 goroutine 42 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x49a8690) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0x491e180) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:815 +0xac goroutine 53 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).waitOnHeader(0x48be750) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x48d5a90, 0x193cf68, 0x4c8d480, 0x0, 0xffffffff, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x48d5a90, 0x0, 0x20580) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4df6000, 0x4c6cf44, 0x4c6cf2c, 0x38, 0x64681048) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4df6000, 0x193cf68, 0x4c8d480, 0x2, 0x4984000) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x49c09b8, 0x49e72b0, 0x170e, 0x2) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4c8d300, 0x19c9e34, 0x49c09b8, 0x4de8600, 0x19c025c, 0x4e0b860) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x180 goroutine 52 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func5(0x4ac6700, 0x4df6000, 0x19c02bc, 0x4a90c78) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:318 +0xb7c goroutine 47 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65a21830, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4c9a474, 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(0x4c9a460, 0x4cca000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x4c9a460, 0x4cca000, 0x8000, 0x8000, 0x0, 0x10601, 0x8) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x4ac8dc8, 0x4cca000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c bufio.(*Reader).Read(0x49a8750, 0x4c98420, 0x9, 0x9, 0x0, 0x4841554, 0xc103637d) /usr/lib/go/src/bufio/bufio.go:227 +0x23c io.ReadAtLeast(0x19ab514, 0x49a8750, 0x4c98420, 0x9, 0x9, 0x9, 0x50ab1c, 0x4c9a4c4, 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(0x4c98420, 0x9, 0x9, 0x19ab514, 0x49a8750, 0x0, 0x0, 0x0, 0x4a1af8a1, 0x3f69d439) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4c98400, 0x4c94138, 0x4c94138, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x483a360) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:300 +0xa40 goroutine 48 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x49a87b0, 0x1, 0x0, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x49a87e0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x483a360) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:344 +0xc94 goroutine 66 [syscall, 1 minutes]: os/signal.signal_recv(0x0) /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 68 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*recvBufferReader).readClient(0x49a9080, 0x4896c08, 0x5, 0x5, 0xa1ad8, 0x4c941f8, 0x1) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x49a9080, 0x4896c08, 0x5, 0x5, 0x4c941f8, 0x0, 0x4c941f8) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4c96c48, 0x4896c08, 0x5, 0x5, 0x53721e0, 0x0, 0x51a450) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:479 +0x40 io.ReadAtLeast(0x19ad7c4, 0x4c96c48, 0x4896c08, 0x5, 0x5, 0x5, 0x0, 0x49f4100, 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(0x4c91440, 0x4896c08, 0x5, 0x5, 0x21, 0x64, 0x23) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4896c00, 0x1000000, 0x52c4f80, 0x5010000, 0x87, 0x87, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4896c00, 0x4c91440, 0x0, 0x0, 0x1000000, 0x0, 0x0, 0x0, 0x5010000, 0x87, ...) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4896c00, 0x646b8140, 0x251cc10, 0x4c91440, 0x0, 0x0, 0x193cf68, 0x52de200, 0x1000000, 0x0, ...) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4c9a8c0, 0x193cf68, 0x52de200, 0x0, 0xffffffff, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4c9a8c0, 0x49e7bc0, 0x4c8d100) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x48e03c0, 0x4866f44, 0x4866f2c, 0x536e330, 0x64683758) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x48e03c0, 0x193cf68, 0x52de200, 0x2, 0x2) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4ac8fc0, 0x4866f98, 0x0, 0x1) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x498d740, 0x19c9e34, 0x4ac8fc0, 0x49e7bc0, 0x19c025c, 0x49f4040) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x180 goroutine 29 [chan receive, 1 minutes]: github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap.func1(0x4ae0100, 0x13af2a2, 0x16) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:17 +0xa4 goroutine 32 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65a21798, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4e24064, 0x72, 0x0, 0x0, 0x1390c52) /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(0x4e24050, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x4e24050, 0x18, 0x4a90ba0, 0x4984240) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*UnixListener).accept(0x4c34a80, 0x119a64, 0x18, 0x18b6838) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x4c34a80, 0x4a90ba0, 0x48be608, 0x178ded0, 0x248d280) /usr/lib/go/src/net/unixsock.go:260 +0x5c net/http.(*Server).Serve(0x48be5a0, 0x19bee8c, 0x4c34a80, 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(0x19bee8c, 0x4c34a80, 0x487e330) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:31 +0x15c goroutine 33 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x487e5d0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:60 +0x12c goroutine 82 [chan receive, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0x4adc000) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:815 +0xac goroutine 84 [IO wait]: internal/poll.runtime_pollWait(0x65a21700, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4e24154, 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(0x4e24140, 0x4e44000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x4e24140, 0x4e44000, 0x8000, 0x8000, 0x0, 0x178c9b8, 0x487e878) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x4e20330, 0x4e44000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c bufio.(*Reader).Read(0x487e810, 0x4e343a0, 0x9, 0x9, 0x0, 0x4ac9ff8, 0x5017720) /usr/lib/go/src/bufio/bufio.go:227 +0x23c io.ReadAtLeast(0x19ab514, 0x487e810, 0x4e343a0, 0x9, 0x9, 0x9, 0x4ec6000, 0x4908e09, 0xa82d6d01) /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(0x4e343a0, 0x9, 0x9, 0x19ab514, 0x487e810, 0x0, 0x0, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4e34380, 0x4d29218, 0x4d29218, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4de0360) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:300 +0xa40 goroutine 85 [select]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x487e870, 0x1, 0x0, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x487e8a0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4de0360) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:344 +0xc94 goroutine 86 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x487e9c0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:60 +0x12c goroutine 87 [chan receive, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0x4adc180) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/clientconn.go:815 +0xac goroutine 89 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65a21668, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4e242e4, 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(0x4e242d0, 0x4e5c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x4e242d0, 0x4e5c000, 0x8000, 0x8000, 0x0, 0x4896b5f, 0x8) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x4e204a8, 0x4e5c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c bufio.(*Reader).Read(0x487ea50, 0x4e346a0, 0x9, 0x9, 0x15, 0x14, 0x76cc0538) /usr/lib/go/src/bufio/bufio.go:227 +0x23c io.ReadAtLeast(0x19ab514, 0x487ea50, 0x4e346a0, 0x9, 0x9, 0x9, 0xc, 0x4dc400, 0xb5) /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(0x4e346a0, 0x9, 0x9, 0x19ab514, 0x487ea50, 0x0, 0x0, 0x0, 0x487eab8, 0xffffffff) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4e34680, 0x4c941e0, 0x4c941e0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4de0480) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:300 +0xa40 goroutine 90 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x487eab0, 0x1, 0x0, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x487eae0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4de0480) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:344 +0xc94 goroutine 91 [select, 1 minutes]: github.com/docker/docker/libcontainerd/remote.(*client).processEventStream(0x4e24550, 0x19c025c, 0x48a30e0, 0x139b633, 0xc) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:70 +0x218 goroutine 67 [select, 1 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStream.func5(0x4ac6540, 0x48e03c0, 0x19c02bc, 0x4c96c00) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:318 +0xb7c goroutine 94 [sync.Cond.Wait, 1 minutes]: sync.runtime_notifyListWait(0x4d35728, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x4d35720) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/daemon/stats.(*Collector).Run(0x487f2c0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats_collector.go:24 +0x70 goroutine 95 [chan receive, 1 minutes]: github.com/docker/docker/daemon.(*Daemon).execCommandGC(0x48da400) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/daemon.go:1189 +0x2340 goroutine 96 [select, 1 minutes]: github.com/docker/docker/libcontainerd/remote.(*client).processEventStream(0x4e25130, 0x19c025c, 0x48a30e0, 0x138c668, 0x4) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:70 +0x218 goroutine 56 [select]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).watchLoop(0x5081e60) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:441 +0xd0 goroutine 78 [IO wait]: internal/poll.runtime_pollWait(0x65a21408, 0x72, 0x20) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4e24e74, 0x72, 0x200, 0x200, 0x526a000) /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(0x4e24e60, 0x4e22400, 0x200, 0x200, 0x526a000, 0x20, 0x20, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/internal/poll/fd_unix.go:249 +0x1cc net.(*netFD).readMsg(0x4e24e60, 0x4e22400, 0x200, 0x200, 0x526a000, 0x20, 0x20, 0x20330, 0x646039d8, 0x0, ...) /usr/lib/go/src/net/fd_posix.go:67 +0x50 net.(*UDPConn).readMsg(0x4ef95d8, 0x4e22400, 0x200, 0x200, 0x526a000, 0x20, 0x20, 0x76cc0538, 0x20, 0x526a000, ...) /usr/lib/go/src/net/udpsock_posix.go:59 +0x50 net.(*UDPConn).ReadMsgUDP(0x4ef95d8, 0x4e22400, 0x200, 0x200, 0x526a000, 0x20, 0x20, 0xa1e44, 0x48e03a8, 0x4, ...) /usr/lib/go/src/net/udpsock.go:139 +0x58 github.com/docker/docker/vendor/github.com/miekg/dns.ReadFromSessionUDP(0x4ef95d8, 0x4e22400, 0x200, 0x200, 0x1a, 0x250bc60, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x48e0320, 0x4ef95d8, 0x77359400, 0x0, 0xffffffff, 0x0, 0xe9a4d0, 0x48e0380, 0x19ad901, 0x48e0380) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x48e0320, 0x4ef95d8, 0x77359400, 0x0, 0x515e000, 0x1, 0x0, 0x0, 0x19ad9a4, 0x515e000) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x48e0320, 0x4ef95d8, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x48e0320, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x48e0320) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:159 +0x190 goroutine 308 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65a218c8, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4c9a2e4, 0x72, 0x0, 0x0, 0x1390c52) /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(0x4c9a2d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x4c9a2d0, 0x18, 0x76cc0088, 0x18) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*TCPListener).accept(0x4896060, 0x119a64, 0x18, 0x18b6838) /usr/lib/go/src/net/tcpsock_posix.go:139 +0x20 net.(*TCPListener).Accept(0x4896060, 0x52e6f30, 0x4c90608, 0x178ded0, 0x248d280) /usr/lib/go/src/net/tcpsock.go:261 +0x5c net/http.(*Server).Serve(0x4c905a0, 0x19bee70, 0x4896060, 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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x4a76b00, 0x4896370) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x74 goroutine 255 [chan receive, 1 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap.func1(0x4a7a700, 0x4a902e8) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:82 +0x9c goroutine 307 [runnable]: internal/poll.runtime_pollWait(0x65a21960, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x492bbe4, 0x72, 0x0, 0x0, 0x1390c52) /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(0x492bbd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x492bbd0, 0x4a8600, 0x504dae0, 0x2d16d100) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*UnixListener).accept(0x4e0b6e0, 0x48bf9e0, 0x5e617c30, 0x5a5f4) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x4e0b6e0, 0x486af18, 0xc, 0x4ca7420, 0x4a8630) /usr/lib/go/src/net/unixsock.go:260 +0x5c net/http.(*Server).Serve(0x48bf9e0, 0x19bee8c, 0x4e0b6e0, 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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x4a76b00, 0x4aa0cc0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x74 goroutine 79 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65a21370, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4e24f14, 0x72, 0x0, 0x0, 0x1390c52) /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(0x4e24f00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x4e24f00, 0x48e04d0, 0x1, 0x0) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*TCPListener).accept(0x4f9dfa0, 0x0, 0xe9a138, 0x48e04c0) /usr/lib/go/src/net/tcpsock_posix.go:139 +0x20 net.(*TCPListener).Accept(0x4f9dfa0, 0x4ff8201, 0x1, 0x4ca8600, 0x4ca8601) /usr/lib/go/src/net/tcpsock.go:261 +0x5c github.com/docker/docker/vendor/github.com/miekg/dns.(*Server).serveTCP(0x48e0460, 0x19bee70, 0x4f9dfa0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x48e0460, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x48e0460) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/resolver.go:165 +0x214 goroutine 342 [select, 1 minutes]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func5(0x54090b0, 0x19c025c, 0x5017260, 0x52dc7d0, 0x5248080) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:134 +0xec goroutine 343 [semacquire, 1 minutes]: sync.runtime_Semacquire(0x54090b4) /usr/lib/go/src/runtime/sema.go:56 +0x34 sync.(*WaitGroup).Wait(0x54090b4) /usr/lib/go/src/sync/waitgroup.go:130 +0x84 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Wait(0x54090b0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x52480c0, 0x54090b0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:137 +0xb0 goroutine 216 [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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:90 +0xa8 goroutine 217 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65a215d0, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4ea5504, 0x72, 0x0, 0x0, 0x1390c52) /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(0x4ea54f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x4ea54f0, 0x4ef8000, 0x0, 0x5a5f4) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*UnixListener).accept(0x5017b80, 0x4cadfa4, 0x4cadfa8, 0xc) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x5017b80, 0x1985a30, 0x19cbc84, 0x4ef8000, 0x5081e60) /usr/lib/go/src/net/unixsock.go:260 +0x5c github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).acceptClientConnections(0x5081e60, 0x4d17c40, 0x33, 0x19bee8c, 0x5017b80) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:138 +0x264 goroutine 268 [IO wait]: internal/poll.runtime_pollWait(0x65a219f8, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x492bb94, 0x72, 0x0, 0x0, 0x1390c52) /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(0x492bb80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x492bb80, 0x4a8600, 0x50ce0a0, 0x2d16d100) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*UnixListener).accept(0x4e0a920, 0x48bf950, 0x5e2054c8, 0x5a5f4) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x4e0a920, 0x486bf18, 0xc, 0x4c8afc0, 0x4a8630) /usr/lib/go/src/net/unixsock.go:260 +0x5c net/http.(*Server).Serve(0x48bf950, 0x19bee8c, 0x4e0a920, 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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x4a76b00, 0x4aa0c50) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x74 goroutine 267 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65a21a90, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x492bb44, 0x72, 0x0, 0x0, 0x1390c52) /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(0x492bb30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1ec net.(*netFD).accept(0x492bb30, 0x4a8600, 0x4ba04c0, 0x2d168500) /usr/lib/go/src/net/fd_unix.go:172 +0x20 net.(*UnixListener).accept(0x49f5b60, 0x48bf8c0, 0x70b16367, 0x5a5f4) /usr/lib/go/src/net/unixsock_posix.go:162 +0x20 net.(*UnixListener).Accept(0x49f5b60, 0x5116f18, 0xc, 0x4c8b0a0, 0x4a8630) /usr/lib/go/src/net/unixsock.go:260 +0x5c net/http.(*Server).Serve(0x48bf8c0, 0x19bee8c, 0x49f5b60, 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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x4a76b00, 0x4aa0bf0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x74 goroutine 341 [sync.Cond.Wait]: sync.runtime_notifyListWait(0x5017208, 0x1) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x5017200) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x5409050, 0x53c8000, 0x8000, 0x8000, 0x106, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 io.copyBuffer(0x19abc94, 0x4dc6500, 0x65838148, 0x5409050, 0x53c8000, 0x8000, 0x8000, 0x0, 0x0, 0x1, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abc94, 0x4dc6500, 0x65838148, 0x5409050, 0x53c8000, 0x8000, 0x8000, 0x4888240, 0x487c158, 0x0, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abc94, 0x4dc6500, 0x65838148, 0x5409050, 0x5409050, 0x1, 0x1, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x138fb6a, 0x6, 0x19abc94, 0x4dc6500, 0x19b1768, 0x5409050, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x5408f60, 0x646bd0c0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x54090b0, 0x4dc6540) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x54 goroutine 266 [chan receive, 1 minutes]: github.com/docker/docker/vendor/github.com/moby/buildkit/solver.(*scheduler).loop.func2(0x4e25360) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:75 +0x5c goroutine 290 [sync.Cond.Wait, 1 minutes]: sync.runtime_notifyListWait(0x5195d28, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x5195d20) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/vendor/github.com/moby/buildkit/util/cond.(*StatefulCond).Wait(0x4e7d2a8) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x4e25360) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:35 +0x1b4 goroutine 256 [chan receive, 1 minutes]: github.com/docker/docker/api/server.(*Server).serveAPI(0x4c66510, 0x4ef8000, 0x1) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:94 +0x138 github.com/docker/docker/api/server.(*Server).Wait(0x4c66510, 0x4c4d680) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:224 +0x868 goroutine 344 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65a21110, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x523e6f4, 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(0x523e6e0, 0x51371ed, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x523e6e0, 0x51371ed, 0x1, 0x1, 0x4c4d4b0, 0x0, 0x1) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x4e21790, 0x51371ed, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c net/http.(*connReader).backgroundRead(0x51371e0) /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 282 [sync.Cond.Wait, 1 minutes]: sync.runtime_notifyListWait(0x4f25e28, 0x1) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x4f25e20) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x489d770, 0x51fa000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x489d7d0, 0x138fb70, 0x6, 0x65838148, 0x489d770) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 283 [sync.Cond.Wait, 1 minutes]: sync.runtime_notifyListWait(0x4f25e48, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x4f25e40) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x489d7a0, 0x4dc8000, 0x800, 0x4000, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x489d7d0, 0x138fb6a, 0x6, 0x65838148, 0x489d7a0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 284 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65a212d8, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4a94b14, 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(0x4a94b00, 0x4e2c000, 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(0x4ef97c8, 0x4e2c000, 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(0x4ac4e00, 0x4e2c000, 0x8000, 0x8000, 0x3a, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:174 +0x144 io.copyBuffer(0x19abbe0, 0x4eea5a0, 0x646bcda8, 0x4ac4e00, 0x4e2c000, 0x8000, 0x8000, 0x0, 0x0, 0x2, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abbe0, 0x4eea5a0, 0x646bcda8, 0x4ac4e00, 0x4e2c000, 0x8000, 0x8000, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abbe0, 0x4eea5a0, 0x646bcda8, 0x4ac4e00, 0x4ac4e00, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19abbe0, 0x4eea5a0, 0x658380e8, 0x4ac4e00, 0x487f350) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x6c goroutine 340 [sync.Cond.Wait]: sync.runtime_notifyListWait(0x50171e8, 0x47) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x50171e0) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x5409020, 0x546a000, 0x8000, 0x8000, 0x2a, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 io.copyBuffer(0x19abc94, 0x4dc6510, 0x65838148, 0x5409020, 0x546a000, 0x8000, 0x8000, 0x0, 0x0, 0x2, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abc94, 0x4dc6510, 0x65838148, 0x5409020, 0x546a000, 0x8000, 0x8000, 0x4ca8240, 0x487c158, 0x0, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abc94, 0x4dc6510, 0x65838148, 0x5409020, 0x5409020, 0x1, 0x1, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x138fb70, 0x6, 0x19abc94, 0x4dc6510, 0x19b1768, 0x5409020, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x5409080, 0x646bd0c0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x54090b0, 0x4dc6530) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x54 goroutine 324 [chan receive, 1 minutes]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersWait(0x5195e20, 0x19c02bc, 0x4e7c420, 0x19befa4, 0x4df66e0, 0x4e35280, 0x5017320, 0x76cc0201, 0x48a7340) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19c02bc, 0x4e7c420, 0x19befa4, 0x4df66e0, 0x4e35280, 0x5017320, 0x19c02bc, 0x4e7c420) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19c02bc, 0x4e7c408, 0x19befa4, 0x4df66e0, 0x4e35280, 0x5017320, 0x26708, 0x64683ca8) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19c02bc, 0x4e7c408, 0x19befa4, 0x4df66e0, 0x4e35280, 0x5017320, 0x19c02bc, 0x4e7c408) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19befa4, 0x4df66e0, 0x4e35200) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x1c4 net/http.HandlerFunc.ServeHTTP(0x4c37890, 0x19befa4, 0x4df66e0, 0x4e35200) /usr/lib/go/src/net/http/server.go:2069 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x530ce40, 0x19befa4, 0x4df66e0, 0x4c98000) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0x9c net/http.serverHandler.ServeHTTP(0x48bf9e0, 0x19befa4, 0x4df66e0, 0x4c98000) /usr/lib/go/src/net/http/server.go:2887 +0x90 net/http.(*conn).serve(0x4cf1b60, 0x19c02bc, 0x51371c0) /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 327 [chan receive, 1 minutes]: github.com/docker/docker/daemon.(*Daemon).containerAttach(0x48da400, 0x4df8000, 0x52dc7d0, 0x4e20100, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:177 +0x11c github.com/docker/docker/daemon.(*Daemon).ContainerAttach(0x48da400, 0x4ee58d7, 0x40, 0x4e7c378, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x5195e20, 0x19c02bc, 0x4e7c360, 0x19befa4, 0x4df6640, 0x4e35100, 0x5017140, 0x76cc0201, 0x48a7080) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19c02bc, 0x4e7c360, 0x19befa4, 0x4df6640, 0x4e35100, 0x5017140, 0x19c02bc, 0x4e7c360) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19c02bc, 0x4e7c348, 0x19befa4, 0x4df6640, 0x4e35100, 0x5017140, 0x26708, 0x64683ca8) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19c02bc, 0x4e7c348, 0x19befa4, 0x4df6640, 0x4e35100, 0x5017140, 0x19c02bc, 0x4e7c348) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19befa4, 0x4df6640, 0x4e35080) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x1c4 net/http.HandlerFunc.ServeHTTP(0x4c37b30, 0x19befa4, 0x4df6640, 0x4e35080) /usr/lib/go/src/net/http/server.go:2069 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x530ce40, 0x19befa4, 0x4df6640, 0x4e34f80) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0x9c net/http.serverHandler.ServeHTTP(0x48bf9e0, 0x19befa4, 0x4df6640, 0x4e34f80) /usr/lib/go/src/net/http/server.go:2887 +0x90 net/http.(*conn).serve(0x4cf1c80, 0x19c02bc, 0x5017060) /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 345 [select, 1 minutes]: github.com/docker/docker/container.(*State).Wait.func1(0x19c02bc, 0x4e7c420, 0x53c61c0, 0x4c4d3c0, 0x4de87c0, 0x49a3260) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:212 +0xec goroutine 346 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x65a21078, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x52dcb54, 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(0x52dcb40, 0x5123000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x52dcb40, 0x5123000, 0x1000, 0x1000, 0x0, 0x1, 0x0) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x49c14b0, 0x5123000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c net/http.(*connReader).Read(0x5017400, 0x5123000, 0x1000, 0x1000, 0xb, 0x250bc60, 0x0) /usr/lib/go/src/net/http/server.go:800 +0x160 bufio.(*Reader).fill(0x5409110) /usr/lib/go/src/bufio/bufio.go:101 +0x108 bufio.(*Reader).Peek(0x5409110, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/bufio/bufio.go:139 +0x38 net/http.(*conn).readRequest(0x53c2060, 0x19c025c, 0x50173e0, 0x0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:983 +0xea4 net/http.(*conn).serve(0x53c2060, 0x19c02bc, 0x50173e0) /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 403 [select]: github.com/docker/docker/api/server/router/system.(*systemRouter).getEvents(0x4ed4780, 0x19c02bc, 0x4d28de0, 0x19befa4, 0x48e14a0, 0x4c99e00, 0x4ee64c0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19c02bc, 0x4d28de0, 0x19befa4, 0x48e14a0, 0x4c99e00, 0x4ee64c0, 0x19c02bc, 0x4d28de0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19c02bc, 0x4d28dc8, 0x19befa4, 0x48e14a0, 0x4c99e00, 0x4ee64c0, 0x2, 0x64602628) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19c02bc, 0x4d28dc8, 0x19befa4, 0x48e14a0, 0x4c99e00, 0x4ee64c0, 0x19c02bc, 0x4d28dc8) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19befa4, 0x48e14a0, 0x4c99d80) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x1c4 net/http.HandlerFunc.ServeHTTP(0x4d258f0, 0x19befa4, 0x48e14a0, 0x4c99d80) /usr/lib/go/src/net/http/server.go:2069 +0x34 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x530ce40, 0x19befa4, 0x48e14a0, 0x4c99c80) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0x9c net/http.serverHandler.ServeHTTP(0x48bf9e0, 0x19befa4, 0x48e14a0, 0x4c99c80) /usr/lib/go/src/net/http/server.go:2887 +0x90 net/http.(*conn).serve(0x5425f20, 0x19c02bc, 0x4ee63c0) /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 358 [select, 1 minutes]: github.com/docker/docker/daemon.monitor(0x48da400, 0x4df8000, 0x4f053c0, 0x19aba3c, 0x4f57228) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:305 +0xd0 goroutine 353 [sync.Cond.Wait]: sync.runtime_notifyListWait(0x4ebebc8, 0x1) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x4ebebc0) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x53f78f0, 0x5108000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x53f7920, 0x138fb6a, 0x6, 0x65838148, 0x53f78f0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 354 [sync.Cond.Wait]: sync.runtime_notifyListWait(0x4ebeb88, 0x47) /usr/lib/go/src/runtime/sema.go:513 +0x16c sync.(*Cond).Wait(0x4ebeb80) /usr/lib/go/src/sync/cond.go:56 +0x6c github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x53f78c0, 0x5104000, 0x800, 0x4000, 0xffffffff, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x268 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x53f7920, 0x138fb70, 0x6, 0x65838148, 0x53f78c0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xc0 goroutine 355 [IO wait]: internal/poll.runtime_pollWait(0x65a21240, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x52c4f54, 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(0x52c4f40, 0x513c000, 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(0x50a50f0, 0x513c000, 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(0x52c4d40, 0x513c000, 0x8000, 0x8000, 0x2a, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:174 +0x144 io.copyBuffer(0x19abbe0, 0x4a90cf0, 0x646bcda8, 0x52c4d40, 0x513c000, 0x8000, 0x8000, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abbe0, 0x4a90cf0, 0x646bcda8, 0x52c4d40, 0x513c000, 0x8000, 0x8000, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abbe0, 0x4a90cf0, 0x646bcda8, 0x52c4d40, 0x52c4d40, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19abbe0, 0x4a90cf0, 0x658380e8, 0x52c4d40, 0x4c67530) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x6c goroutine 356 [IO wait]: internal/poll.runtime_pollWait(0x65a20fe0, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x52de154, 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(0x52de140, 0x5162000, 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(0x522a080, 0x5162000, 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(0x52c4dc0, 0x5162000, 0x8000, 0x8000, 0x106, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:174 +0x144 io.copyBuffer(0x19abbe0, 0x4a90cd8, 0x646bcda8, 0x52c4dc0, 0x5162000, 0x8000, 0x8000, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:423 +0xe0 io.CopyBuffer(0x19abbe0, 0x4a90cd8, 0x646bcda8, 0x52c4dc0, 0x5162000, 0x8000, 0x8000, 0x0, 0x0, 0x0, ...) /usr/lib/go/src/io/io.go:396 +0x5c github.com/docker/docker/pkg/pools.Copy(0x19abbe0, 0x4a90cd8, 0x646bcda8, 0x52c4dc0, 0x52c4dc0, 0x0, 0x0, 0x0) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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(0x19abbe0, 0x4a90cd8, 0x658380e8, 0x52c4dc0, 0x4c67530) /work/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/balena/20.10.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-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.26+gitaf43ce40a2eb094b68a7d91c5fd9f36280c265a2-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x6c goroutine 404 [IO wait]: internal/poll.runtime_pollWait(0x65a20d80, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x515b874, 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(0x515b860, 0x4ee63ed, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x515b860, 0x4ee63ed, 0x1, 0x1, 0x1, 0x498d3c0, 0x0) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x535b850, 0x4ee63ed, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c net/http.(*connReader).backgroundRead(0x4ee63e0) /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 776 [IO wait]: internal/poll.runtime_pollWait(0x65a20e18, 0x72, 0xffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4e246f4, 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(0x4e246e0, 0x4ee61ad, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x1ac net.(*netFD).Read(0x4e246e0, 0x4ee61ad, 0x1, 0x1, 0x2, 0x49b0040, 0x0) /usr/lib/go/src/net/fd_posix.go:55 +0x38 net.(*conn).Read(0x5724060, 0x4ee61ad, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x6c net/http.(*connReader).backgroundRead(0x4ee61a0) /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.15s user 0m 0.02s sys 0m 0.02s --- balena --version --- 2023-04-05 06:36:01.650136172+00:00 balenaEngine version v20.10.26, build af43ce40a2eb094b68a7d91c5fd9f36280c265a2 real 0m 0.61s user 0m 0.32s sys 0m 0.10s --- balena images --- 2023-04-05 06:36:02.366602990+00:00 REPOSITORY TAG IMAGE ID CREATED SIZE registry2.balena-cloud.com/v2/e7489b3de5f1d23d6d7b65fa5a6f9df1 latest fa12a470f8b8 5 days ago 481MB registry2.balena-cloud.com/v2/507e30b6ae1f5584897b99190f4b7643 latest 3d6cad6b9c4c 5 days ago 219MB registry2.balena-cloud.com/v2/829501867f4f7d61f4817d03cae17240 latest c5d78614e10a 5 days ago 321MB registry2.balena-cloud.com/v2/90b24af0930c0777b6b9090d3e0dd2c9 latest 70f35d986b19 5 days ago 211MB registry2.balena-cloud.com/v2/53d255fee6ca3e882866ad1a1a34786d latest e0b6a45bdca8 3 weeks ago 98.6MB balena_supervisor v14.9.4 e0b6a45bdca8 3 weeks ago 98.6MB real 0m 0.95s user 0m 0.44s sys 0m 0.10s --- balena ps -a --- 2023-04-05 06:36:03.422164999+00:00 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ab5f4d396609 3d6cad6b9c4c "/usr/bin/entry.sh /…" 5 days ago Up About a minute 8080/tcp mjpg-streamer_6367785_2538159_94f97d14ba6152cfa584de3b053461f1 19b1c380a0d6 fa12a470f8b8 "/usr/bin/entry.sh /…" 5 days ago Created 8000/tcp cncjs_6367784_2538159_94f97d14ba6152cfa584de3b053461f1 7b8f87d7c045 registry2.balena-cloud.com/v2/53d255fee6ca3e882866ad1a1a34786d "/usr/src/app/entry.…" 5 days ago Up About a minute (health: starting) balena_supervisor real 0m 0.99s user 0m 0.45s sys 0m 0.11s --- balena stats --all --no-stream --- 2023-04-05 06:36:04.489535911+00:00 CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS ab5f4d396609 mjpg-streamer_6367785_2538159_94f97d14ba6152cfa584de3b053461f1 0.00% 6.172MiB / 870.1MiB 0.71% 16.9kB / 0B 0B / 0B 3 19b1c380a0d6 cncjs_6367784_2538159_94f97d14ba6152cfa584de3b053461f1 0.00% 0B / 0B 0.00% 0B / 0B 0B / 0B 0 7b8f87d7c045 balena_supervisor 0.06% 36.8MiB / 870.1MiB 4.23% 0B / 0B 0B / 0B 12 real 0m 3.94s user 0m 0.43s sys 0m 0.11s --- balena system df --- 2023-04-05 06:36:08.511149726+00:00 TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 5 3 1.331GB 531.3MB (39%) Containers 3 2 70B 0B (0%) Local Volumes 1 1 0B 0B Build Cache 0 0 0B 0B real 0m 0.93s user 0m 0.41s sys 0m 0.11s --- balena volume ls --- 2023-04-05 06:36:09.517370142+00:00 DRIVER VOLUME NAME local 2037026_cnc-config real 0m 0.77s user 0m 0.34s sys 0m 0.14s --- balena network ls --- 2023-04-05 06:36:10.377706914+00:00 NETWORK ID NAME DRIVER SCOPE 09540603ee69 3ff5e6e36e5046dc839e8e369b036d6d_default bridge local 13f6babeca69 bridge bridge local 24c047c8846e host host local 09284930372e none null local 5b038a3d2320 supervisor0 bridge local real 0m 0.66s user 0m 0.39s sys 0m 0.09s --- systemctl status balena --no-pager --- 2023-04-05 06:36:11.149796494+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 Wed 2023-04-05 06:34:45 UTC; 1min 25s ago TriggeredBy: ● balena-engine.socket Docs: https://www.balena.io/docs/getting-started Main PID: 1833 (balenad) Tasks: 44 (limit: 1889) Memory: 52.8M CGroup: /system.slice/balena.service ├─ 1833 /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 ├─ 1842 /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1833 ├─ 2000 balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info ├─ 2233 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891 -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 └─ 2518 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875 -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 Apr 05 06:36:04 10fe8b9 balenad[1833]: time="2023-04-05T06:36:04.091756150Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:36:04 10fe8b9 balenad[1833]: time="2023-04-05T06:36:04.092120419Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:36:04 10fe8b9 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:04 10fe8b9 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:04 10fe8b9 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:36:04 10fe8b9 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:04 10fe8b9 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:04 10fe8b9 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:04 10fe8b9 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:36:04 10fe8b9 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) real 0m 0.12s user 0m 0.01s sys 0m 0.04s --- journalctl --no-pager --no-hostname -n 200 -a -u balena --- 2023-04-05 06:36:11.347232241+00:00 Apr 05 06:00:08 systemd[1]: Dependency failed for Balena Application Container Engine. Apr 05 06:00:08 systemd[1]: balena.service: Job balena.service/start failed with result 'dependency'. Apr 05 06:00:12 balenad[1833]: time="2023-04-05T06:00:12.504754578Z" level=info msg="Starting up" Apr 05 06:00:12 balenad[1833]: time="2023-04-05T06:00:12.505464006Z" level=warning msg="Running experimental build" Apr 05 06:00:12 balenad[1833]: time="2023-04-05T06:00:12.521412443Z" 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" Apr 05 06:00:12 balenad[1833]: time="2023-04-05T06:00:12.521781037Z" 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" Apr 05 06:00:13 balenad[1833]: time="2023-04-05T06:00:13.522514838Z" 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" Apr 05 06:00:13 balenad[1833]: time="2023-04-05T06:00:13.522922234Z" 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" Apr 05 06:00:13 balenad[1833]: time="2023-04-05T06:00:13.523117599Z" level=warning msg="You can override this by explicitly specifying '--tls=false' or '--tlsverify=false'" host="tcp://0.0.0.0:2375" Apr 05 06:00:13 balenad[1833]: time="2023-04-05T06:00:13.523277547Z" 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" Apr 05 06:34:26 balenad[1833]: time="2023-04-05T06:34:26.048613167Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=2000 Apr 05 06:34:26 balenad[2000]: time="2023-04-05T06:34:26.700551328Z" level=info msg="starting containerd" revision= version=1.4.0+unknown Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.272110279Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.284790272Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.285302041Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="invalid aufs configuration" Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.285521258Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.288071351Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.293807157Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.294303092Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="invalid aufs configuration" Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.294526841Z" level=info msg="metadata content store policy set" policy=shared Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.308355475Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.308813389Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.309924426Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.310373591Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.310656089Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311002598Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311264993Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311486085Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311735928Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311952750Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.312159051Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.313553628Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.314750549Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.319842505Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.320328388Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.321142030Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.321500205Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.321732548Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.321935255Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.322131348Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.322327024Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.322529367Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.333510931Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.333829731Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.334121969Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.334405666Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.334714779Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.339076530Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.340043973Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.341736569Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.343020991Z" level=info msg="containerd successfully booted in 0.666876s" Apr 05 06:34:28 balenad[1833]: time="2023-04-05T06:34:28.111711367Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Apr 05 06:34:28 balenad[1833]: time="2023-04-05T06:34:28.115313382Z" level=info msg="Storage migration skipped: %!s()" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.277334270Z" level=warning msg="Your kernel does not support CPU realtime scheduler" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.282404507Z" level=warning msg="Your kernel does not support cgroup blkio weight" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.283446377Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.284190175Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.284805589Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.285469701Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.286077614Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.289134996Z" level=info msg="Loading containers: start." Apr 05 06:34:34 balenad[1833]: time="2023-04-05T06:34:34.506066262Z" level=info msg="Removing stale sandbox c30f902369e8e908d3ddcf92cd5d59fda318bd3fa053e2648f97576c87222c44 (ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891)" Apr 05 06:34:34 balenad[1833]: time="2023-04-05T06:34:34.612305506Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 09540603ee694ea2a352be331ac40db8590c913f71bc0370f5e564c3076cb1c2 5e146d5ddfa3ddf45b97b21c24bdc8c1aefb98644dc73b0dfe96c1b6a1641458], retrying...." Apr 05 06:34:35 balenad[1833]: time="2023-04-05T06:34:35.987956389Z" level=info msg="Removing stale sandbox cc9abe836bb9e410f1a543fa21114a66b353321d37bc9f29d71b1b7d93b9e8da (7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875)" Apr 05 06:34:36 balenad[1833]: time="2023-04-05T06:34:36.022918413Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 24c047c8846ef72a427d0e2b86c870159fb052325fadd5f51162004114b4000d 2d8a4fc29d4cbb205d326dee81d01ce45b472e2a1b9c3622dde93c5de2eadf32], retrying...." Apr 05 06:34:38 balenad[1833]: time="2023-04-05T06:34:38.018440105Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Apr 05 06:34:38 balenad[2000]: time="2023-04-05T06:34:38.202293363Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Apr 05 06:34:38 balenad[2000]: time="2023-04-05T06:34:38.226122992Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/b195a40513b32b3723da106ad103b0936c6c38f67a2026d4e500a65682843d5a.sock debug=false pid=2233 Apr 05 06:34:38 balenad[1833]: time="2023-04-05T06:34:38.630539805Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Apr 05 06:34:38 balenad[2000]: time="2023-04-05T06:34:38.916297172Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Apr 05 06:34:39 balenad[2000]: time="2023-04-05T06:34:39.037527492Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c0f1291e1780fa8b2690d9ae6a9f0d298bdecca5c99ac57389085b7cb066da27.sock debug=false pid=2252 Apr 05 06:34:41 balenad[2000]: time="2023-04-05T06:34:41.826254499Z" level=info msg="shim reaped" id=7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875 Apr 05 06:34:41 balenad[1833]: time="2023-04-05T06:34:41.863136619Z" level=error msg="stream copy error: reading from a closed fifo" Apr 05 06:34:41 balenad[1833]: time="2023-04-05T06:34:41.873056989Z" level=error msg="stream copy error: reading from a closed fifo" Apr 05 06:34:42 balenad[1833]: time="2023-04-05T06:34:42.333282970Z" level=error msg="7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875 cleanup: failed to delete container from containerd: no such container" Apr 05 06:34:42 balenad[1833]: time="2023-04-05T06:34:42.333615104Z" level=error msg="failed to start container" container=7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875 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" Apr 05 06:34:44 balenad[1833]: time="2023-04-05T06:34:44.720400337Z" level=info msg="Loading containers: done." Apr 05 06:34:45 ab5f4d396609[1833]: Not starting mjpg-streamer because no camera is detected Apr 05 06:34:45 balenad[1833]: time="2023-04-05T06:34:45.443194001Z" level=info msg="Docker daemon" commit=af43ce40a2eb094b68a7d91c5fd9f36280c265a2 graphdriver(s)=overlay2 version=v20.10.26 Apr 05 06:34:45 balenad[1833]: time="2023-04-05T06:34:45.452910883Z" level=info msg="Daemon has completed initialization" Apr 05 06:34:45 balenad[1833]: time="2023-04-05T06:34:45.816028774Z" level=info msg="API listen on /run/balena-engine.sock" Apr 05 06:34:45 balenad[1833]: time="2023-04-05T06:34:45.882799973Z" level=info msg="API listen on /var/run/balena.sock" Apr 05 06:34:46 balenad[1833]: time="2023-04-05T06:34:46.047419571Z" level=info msg="API listen on /var/run/balena-engine.sock" Apr 05 06:34:46 balenad[1833]: time="2023-04-05T06:34:46.132913756Z" level=info msg="API listen on [::]:2375" Apr 05 06:34:53 balenad[1833]: time="2023-04-05T06:34:53.784438470Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Apr 05 06:34:53 balenad[2000]: time="2023-04-05T06:34:53.937312914Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Apr 05 06:34:53 balenad[2000]: time="2023-04-05T06:34:53.955571110Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c0f1291e1780fa8b2690d9ae6a9f0d298bdecca5c99ac57389085b7cb066da27.sock debug=false pid=2518 Apr 05 06:35:12 7b8f87d7c045[1833]: [info] Supervisor v14.9.4 starting up... Apr 05 06:35:13 7b8f87d7c045[1833]: [info] Setting host to discoverable Apr 05 06:35:13 7b8f87d7c045[1833]: [debug] Starting systemd unit: avahi-daemon.service Apr 05 06:35:13 7b8f87d7c045[1833]: [debug] Starting systemd unit: avahi-daemon.socket Apr 05 06:35:13 7b8f87d7c045[1833]: [debug] Starting logging infrastructure Apr 05 06:35:13 7b8f87d7c045[1833]: [info] Starting firewall Apr 05 06:35:13 7b8f87d7c045[1833]: [warn] Invalid firewall mode: . Reverting to state: off Apr 05 06:35:13 7b8f87d7c045[1833]: [info] Applying firewall mode: off Apr 05 06:35:15 7b8f87d7c045[1833]: [success] Firewall mode applied Apr 05 06:35:15 7b8f87d7c045[1833]: [debug] Starting api binder Apr 05 06:35:15 7b8f87d7c045[1833]: [debug] Performing database cleanup for container log timestamps Apr 05 06:35:16 7b8f87d7c045[1833]: [info] Previous engine snapshot was not stored. Skipping cleanup. Apr 05 06:35:16 7b8f87d7c045[1833]: [debug] Handling of local mode switch is completed Apr 05 06:35:16 7b8f87d7c045[1833]: (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. Apr 05 06:35:16 7b8f87d7c045[1833]: (Use `node --trace-deprecation ...` to show where the warning was created) Apr 05 06:35:16 7b8f87d7c045[1833]: [debug] Spawning journalctl -a -S 2023-03-30 21:18:13 -o json CONTAINER_ID_FULL=ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891 Apr 05 06:35:17 7b8f87d7c045[1833]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Apr 05 06:35:17 7b8f87d7c045[1833]: [event] Event: Supervisor start {} Apr 05 06:35:17 7b8f87d7c045[1833]: [info] Starting API server Apr 05 06:35:17 7b8f87d7c045[1833]: [info] Supervisor API successfully started on port 48484 Apr 05 06:35:17 7b8f87d7c045[1833]: [debug] Ensuring device is provisioned Apr 05 06:35:17 7b8f87d7c045[1833]: [debug] Connectivity check enabled: true Apr 05 06:35:17 7b8f87d7c045[1833]: [debug] Starting periodic check for IP addresses Apr 05 06:35:17 7b8f87d7c045[1833]: [info] Reporting initial state, supervisor version and API info Apr 05 06:35:17 7b8f87d7c045[1833]: [debug] Skipping preloading Apr 05 06:35:18 7b8f87d7c045[1833]: [debug] VPN status path exists. Apr 05 06:35:18 7b8f87d7c045[1833]: [info] Applying target state Apr 05 06:35:18 7b8f87d7c045[1833]: [debug] Starting current state report Apr 05 06:35:18 7b8f87d7c045[1833]: [debug] Starting target state poll Apr 05 06:35:18 7b8f87d7c045[1833]: [debug] Spawning journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Apr 05 06:35:18 7b8f87d7c045[1833]: [info] VPN connection is active. Apr 05 06:35:18 7b8f87d7c045[1833]: [info] Waiting for connectivity... Apr 05 06:35:21 7b8f87d7c045[1833]: [info] Reported current state to the cloud Apr 05 06:35:21 7b8f87d7c045[1833]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:22 balenad[1833]: time="2023-04-05T06:35:22.595840949Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:22 balenad[1833]: time="2023-04-05T06:35:22.596296155Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:22 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:22 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:22 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:22 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:22 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:22 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:22 7b8f87d7c045[1833]: [info] Applying target state Apr 05 06:35:24 7b8f87d7c045[1833]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:24 balenad[1833]: time="2023-04-05T06:35:24.967264379Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:24 balenad[1833]: time="2023-04-05T06:35:24.967707658Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:24 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:24 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:24 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:25 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:25 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:25 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:27 7b8f87d7c045[1833]: [info] Applying target state Apr 05 06:35:28 7b8f87d7c045[1833]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:28 7b8f87d7c045[1833]: [info] Internet Connectivity: OK Apr 05 06:35:28 balenad[1833]: time="2023-04-05T06:35:28.763604868Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:28 balenad[1833]: time="2023-04-05T06:35:28.764007002Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:28 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:28 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:28 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:28 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:28 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:28 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:32 7b8f87d7c045[1833]: [info] Applying target state Apr 05 06:35:34 7b8f87d7c045[1833]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:35 balenad[1833]: time="2023-04-05T06:35:35.071499905Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:35 balenad[1833]: time="2023-04-05T06:35:35.071842768Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:35 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:35 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:35 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:35:35 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:35 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:35 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:35 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:35:35 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:43 7b8f87d7c045[1833]: [info] Applying target state Apr 05 06:35:44 7b8f87d7c045[1833]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:45 balenad[1833]: time="2023-04-05T06:35:45.413673385Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:45 balenad[1833]: time="2023-04-05T06:35:45.415212180Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:45 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:45 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:45 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:35:45 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:45 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:45 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:45 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:35:45 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:58 7b8f87d7c045[1833]: [api] GET /v1/device 200 - 227.867 ms Apr 05 06:35:59 7b8f87d7c045[1833]: [error] LogBackend: unexpected error: Error: read ECONNRESET Apr 05 06:35:59 7b8f87d7c045[1833]: [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Apr 05 06:36:01 7b8f87d7c045[1833]: [info] Applying target state Apr 05 06:36:03 7b8f87d7c045[1833]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:36:03 7b8f87d7c045[1833]: [api] GET /v1/device 200 - 868.703 ms Apr 05 06:36:04 balenad[1833]: time="2023-04-05T06:36:04.091756150Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:36:04 balenad[1833]: time="2023-04-05T06:36:04.092120419Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:36:04 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:04 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:04 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:36:04 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:04 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:04 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:04 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:36:04 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) real 0m 0.11s user 0m 0.04s sys 0m 0.02s --- journalctl --no-pager --no-hostname -n 1000 -at balenad --- 2023-04-05 06:36:11.529646339+00:00 Apr 05 06:00:12 balenad[1833]: time="2023-04-05T06:00:12.504754578Z" level=info msg="Starting up" Apr 05 06:00:12 balenad[1833]: time="2023-04-05T06:00:12.505464006Z" level=warning msg="Running experimental build" Apr 05 06:00:12 balenad[1833]: time="2023-04-05T06:00:12.521412443Z" 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" Apr 05 06:00:12 balenad[1833]: time="2023-04-05T06:00:12.521781037Z" 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" Apr 05 06:00:13 balenad[1833]: time="2023-04-05T06:00:13.522514838Z" 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" Apr 05 06:00:13 balenad[1833]: time="2023-04-05T06:00:13.522922234Z" 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" Apr 05 06:00:13 balenad[1833]: time="2023-04-05T06:00:13.523117599Z" level=warning msg="You can override this by explicitly specifying '--tls=false' or '--tlsverify=false'" host="tcp://0.0.0.0:2375" Apr 05 06:00:13 balenad[1833]: time="2023-04-05T06:00:13.523277547Z" 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" Apr 05 06:34:26 balenad[1833]: time="2023-04-05T06:34:26.048613167Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=2000 Apr 05 06:34:26 balenad[2000]: time="2023-04-05T06:34:26.700551328Z" level=info msg="starting containerd" revision= version=1.4.0+unknown Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.272110279Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.284790272Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.285302041Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="invalid aufs configuration" Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.285521258Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.288071351Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.293807157Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.294303092Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="invalid aufs configuration" Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.294526841Z" level=info msg="metadata content store policy set" policy=shared Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.308355475Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.308813389Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.309924426Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.310373591Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.310656089Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311002598Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311264993Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311486085Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311735928Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311952750Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.312159051Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.313553628Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.314750549Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.319842505Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.320328388Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.321142030Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.321500205Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.321732548Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.321935255Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.322131348Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.322327024Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.322529367Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.333510931Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.333829731Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.334121969Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.334405666Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.334714779Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.339076530Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.340043973Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.341736569Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.343020991Z" level=info msg="containerd successfully booted in 0.666876s" Apr 05 06:34:28 balenad[1833]: time="2023-04-05T06:34:28.111711367Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Apr 05 06:34:28 balenad[1833]: time="2023-04-05T06:34:28.115313382Z" level=info msg="Storage migration skipped: %!s()" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.277334270Z" level=warning msg="Your kernel does not support CPU realtime scheduler" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.282404507Z" level=warning msg="Your kernel does not support cgroup blkio weight" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.283446377Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.284190175Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.284805589Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.285469701Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.286077614Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.289134996Z" level=info msg="Loading containers: start." Apr 05 06:34:34 balenad[1833]: time="2023-04-05T06:34:34.506066262Z" level=info msg="Removing stale sandbox c30f902369e8e908d3ddcf92cd5d59fda318bd3fa053e2648f97576c87222c44 (ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891)" Apr 05 06:34:34 balenad[1833]: time="2023-04-05T06:34:34.612305506Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 09540603ee694ea2a352be331ac40db8590c913f71bc0370f5e564c3076cb1c2 5e146d5ddfa3ddf45b97b21c24bdc8c1aefb98644dc73b0dfe96c1b6a1641458], retrying...." Apr 05 06:34:35 balenad[1833]: time="2023-04-05T06:34:35.987956389Z" level=info msg="Removing stale sandbox cc9abe836bb9e410f1a543fa21114a66b353321d37bc9f29d71b1b7d93b9e8da (7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875)" Apr 05 06:34:36 balenad[1833]: time="2023-04-05T06:34:36.022918413Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 24c047c8846ef72a427d0e2b86c870159fb052325fadd5f51162004114b4000d 2d8a4fc29d4cbb205d326dee81d01ce45b472e2a1b9c3622dde93c5de2eadf32], retrying...." Apr 05 06:34:38 balenad[1833]: time="2023-04-05T06:34:38.018440105Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Apr 05 06:34:38 balenad[2000]: time="2023-04-05T06:34:38.202293363Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Apr 05 06:34:38 balenad[2000]: time="2023-04-05T06:34:38.226122992Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/b195a40513b32b3723da106ad103b0936c6c38f67a2026d4e500a65682843d5a.sock debug=false pid=2233 Apr 05 06:34:38 balenad[1833]: time="2023-04-05T06:34:38.630539805Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Apr 05 06:34:38 balenad[2000]: time="2023-04-05T06:34:38.916297172Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Apr 05 06:34:39 balenad[2000]: time="2023-04-05T06:34:39.037527492Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c0f1291e1780fa8b2690d9ae6a9f0d298bdecca5c99ac57389085b7cb066da27.sock debug=false pid=2252 Apr 05 06:34:41 balenad[2000]: time="2023-04-05T06:34:41.826254499Z" level=info msg="shim reaped" id=7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875 Apr 05 06:34:41 balenad[1833]: time="2023-04-05T06:34:41.863136619Z" level=error msg="stream copy error: reading from a closed fifo" Apr 05 06:34:41 balenad[1833]: time="2023-04-05T06:34:41.873056989Z" level=error msg="stream copy error: reading from a closed fifo" Apr 05 06:34:42 balenad[1833]: time="2023-04-05T06:34:42.333282970Z" level=error msg="7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875 cleanup: failed to delete container from containerd: no such container" Apr 05 06:34:42 balenad[1833]: time="2023-04-05T06:34:42.333615104Z" level=error msg="failed to start container" container=7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875 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" Apr 05 06:34:44 balenad[1833]: time="2023-04-05T06:34:44.720400337Z" level=info msg="Loading containers: done." Apr 05 06:34:45 balenad[1833]: time="2023-04-05T06:34:45.443194001Z" level=info msg="Docker daemon" commit=af43ce40a2eb094b68a7d91c5fd9f36280c265a2 graphdriver(s)=overlay2 version=v20.10.26 Apr 05 06:34:45 balenad[1833]: time="2023-04-05T06:34:45.452910883Z" level=info msg="Daemon has completed initialization" Apr 05 06:34:45 balenad[1833]: time="2023-04-05T06:34:45.816028774Z" level=info msg="API listen on /run/balena-engine.sock" Apr 05 06:34:45 balenad[1833]: time="2023-04-05T06:34:45.882799973Z" level=info msg="API listen on /var/run/balena.sock" Apr 05 06:34:46 balenad[1833]: time="2023-04-05T06:34:46.047419571Z" level=info msg="API listen on /var/run/balena-engine.sock" Apr 05 06:34:46 balenad[1833]: time="2023-04-05T06:34:46.132913756Z" level=info msg="API listen on [::]:2375" Apr 05 06:34:53 balenad[1833]: time="2023-04-05T06:34:53.784438470Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Apr 05 06:34:53 balenad[2000]: time="2023-04-05T06:34:53.937312914Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Apr 05 06:34:53 balenad[2000]: time="2023-04-05T06:34:53.955571110Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c0f1291e1780fa8b2690d9ae6a9f0d298bdecca5c99ac57389085b7cb066da27.sock debug=false pid=2518 Apr 05 06:35:22 balenad[1833]: time="2023-04-05T06:35:22.595840949Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:22 balenad[1833]: time="2023-04-05T06:35:22.596296155Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:24 balenad[1833]: time="2023-04-05T06:35:24.967264379Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:24 balenad[1833]: time="2023-04-05T06:35:24.967707658Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:28 balenad[1833]: time="2023-04-05T06:35:28.763604868Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:28 balenad[1833]: time="2023-04-05T06:35:28.764007002Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:35 balenad[1833]: time="2023-04-05T06:35:35.071499905Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:35 balenad[1833]: time="2023-04-05T06:35:35.071842768Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:45 balenad[1833]: time="2023-04-05T06:35:45.413673385Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:45 balenad[1833]: time="2023-04-05T06:35:45.415212180Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:36:04 balenad[1833]: time="2023-04-05T06:36:04.091756150Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:36:04 balenad[1833]: time="2023-04-05T06:36:04.092120419Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" real 0m 0.09s user 0m 0.03s sys 0m 0.01s --- balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" --- 2023-04-05 06:36:11.692947349+00:00 [ { "Id": "ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891", "Created": "2023-03-30T21:04:43.062922863Z", "Path": "/usr/bin/entry.sh", "Args": [ "/bin/sh", "-c", "sh /app/start.sh /dev/video0" ], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 2268, "ExitCode": 0, "Error": "", "StartedAt": "2023-04-05T06:34:44.592985618Z", "FinishedAt": "2023-04-05T06:34:29.669318485Z" }, "Image": "sha256:3d6cad6b9c4c74a5a4994b0dbd05f74af6d9988a513fef3ca83aca426439af23", "ResolvConfPath": "/var/lib/docker/containers/ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891/resolv.conf", "HostnamePath": "/var/lib/docker/containers/ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891/hostname", "HostsPath": "/var/lib/docker/containers/ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891/hosts", "LogPath": "", "Name": "/mjpg-streamer_6367785_2538159_94f97d14ba6152cfa584de3b053461f1", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "/tmp/balena-supervisor/services/2037026/mjpg-streamer:/tmp/resin", "/tmp/balena-supervisor/services/2037026/mjpg-streamer:/tmp/balena" ], "ContainerIDFile": "", "ContainerIDEnv": "", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "3ff5e6e36e5046dc839e8e369b036d6d_default", "PortBindings": {}, "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": 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": [], "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/a0b8a8b2e4b4898c47eee9a10842c2702dc682da1f99fea815b104f94b5d000f-init/diff:/var/lib/docker/overlay2/6bf60c81459e03ba8105a8594d008e8137ec1161d832d47a570f8675be00c73f/diff:/var/lib/docker/overlay2/b7c7af9f98f010bf4780a71280980c8edee94cbfaa7561c84a81a7d85c176b3e/diff:/var/lib/docker/overlay2/c768bb02ede595c89cf8e5f4df5dafbf7469e7bc8081e5cdcef89a0b7f35e60b/diff:/var/lib/docker/overlay2/8aab5ce0048768abd7481bec25e5359c4cf7e90d336b1126affb23c0e69c9a4e/diff:/var/lib/docker/overlay2/75a7211519363187f867904e46c1a4932b9094a9ada2b9731ad82c288761ae29/diff:/var/lib/docker/overlay2/eda523c725362e64d6bb50caa1f76e1c67496d94a66f38e2fe1c623ee9b457bd/diff:/var/lib/docker/overlay2/e4c9399aad9d836912c190ff3ec46bab4e31de2cdd8372d16b7329cf41c9be91/diff:/var/lib/docker/overlay2/0efced347ee503389bc1992749d64651bbd37d5ce13b8c5893340b8ede274b44/diff:/var/lib/docker/overlay2/33c4e3bd1f033255b6a7542c621de1b4fb2bf4d4d69ebea7ee39268ff9c3bee5/diff:/var/lib/docker/overlay2/f9b0dbb328a97c6b4448d254615ec1ec769480a42a57f5fd61ff58ad99bc1812/diff:/var/lib/docker/overlay2/698dad462ace2a2b03498011cfd515e718bb8b69e571f093c7b0bab37bff4f57/diff:/var/lib/docker/overlay2/818fa6804821ca93e0194502314737fbd70c47be2cfea56192592936aabc7472/diff:/var/lib/docker/overlay2/1ee2b7ad7ec81a6ae9987117ed00625d535e4b9287397cc3340db7c4719dba08/diff:/var/lib/docker/overlay2/d25762cef31551fd7bfe73d55f0da2690d8ed661e2854ed39616d1f8ebc2b27c/diff:/var/lib/docker/overlay2/f729f18b9490e1f3de69362a8948a990240c6438b95e7950f0929efedf5b956a/diff:/var/lib/docker/overlay2/4757b1349f0209b10803474b59374822545da0e7c4867d6b8512d27c76c2e760/diff:/var/lib/docker/overlay2/352b50965f69dead3b42552508771a0cdeb7f68897f256222ac9ce8eef82b437/diff", "MergedDir": "/var/lib/docker/overlay2/a0b8a8b2e4b4898c47eee9a10842c2702dc682da1f99fea815b104f94b5d000f/merged", "UpperDir": "/var/lib/docker/overlay2/a0b8a8b2e4b4898c47eee9a10842c2702dc682da1f99fea815b104f94b5d000f/diff", "WorkDir": "/var/lib/docker/overlay2/a0b8a8b2e4b4898c47eee9a10842c2702dc682da1f99fea815b104f94b5d000f/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2037026/mjpg-streamer", "Destination": "/tmp/balena", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2037026/mjpg-streamer", "Destination": "/tmp/resin", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "ab5f4d396609", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "8080/tcp": {} }, "Tty": true, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "/bin/sh", "-c", "sh /app/start.sh /dev/video0" ], "Healthcheck": { "Test": [ "NONE" ] }, "Image": "sha256:3d6cad6b9c4c74a5a4994b0dbd05f74af6d9988a513fef3ca83aca426439af23", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "/usr/bin/entry.sh" ], "OnBuild": null, "Labels": { "io.balena.app-id": "2037026", "io.balena.app-uuid": "3ff5e6e36e5046dc839e8e369b036d6d", "io.balena.architecture": "armv7hf", "io.balena.device-type": "raspberry-pi2", "io.balena.qemu.version": "7.0.0+balena1-arm", "io.balena.service-id": "2073660", "io.balena.service-name": "mjpg-streamer", "io.balena.supervised": "true" }, "StopSignal": "SIGTERM", "StopTimeout": 10 }, "NetworkSettings": { "Bridge": "", "SandboxID": "f98b2ee9343dcc9329bf7deb2c9ea11167f0579851d36035a82fe0b7e9ff2ef9", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": { "8080/tcp": null }, "SandboxKey": "/var/run/balena-engine/netns/f98b2ee9343d", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "3ff5e6e36e5046dc839e8e369b036d6d_default": { "IPAMConfig": {}, "Links": null, "Aliases": [ "mjpg-streamer", "ab5f4d396609" ], "NetworkID": "09540603ee694ea2a352be331ac40db8590c913f71bc0370f5e564c3076cb1c2", "EndpointID": "23bb8d6502e5a257856321f321c5f2c0ae731d5d2a5b61b657f74c80ebd44ca2", "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": "19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c", "Created": "2023-03-30T21:04:42.961280103Z", "Path": "/usr/bin/entry.sh", "Args": [ "/bin/sh", "-c", "/usr/local/bin/cncjs -H 0.0.0.0 -p 8000 -c /config/cncrc" ], "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/ttyAMA0\": no such file or directory", "StartedAt": "0001-01-01T00:00:00Z", "FinishedAt": "0001-01-01T00:00:00Z" }, "Image": "sha256:fa12a470f8b8163731eb3110839348265dd9236298f0a02c4620b5579ee0f5fb", "ResolvConfPath": "/var/lib/docker/containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/resolv.conf", "HostnamePath": "/var/lib/docker/containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/hostname", "HostsPath": "/var/lib/docker/containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/hosts", "LogPath": "", "Name": "/cncjs_6367784_2538159_94f97d14ba6152cfa584de3b053461f1", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "2037026_cnc-config:/config", "/tmp/balena-supervisor/services/2037026/cncjs:/tmp/resin", "/tmp/balena-supervisor/services/2037026/cncjs:/tmp/balena" ], "ContainerIDFile": "", "ContainerIDEnv": "", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "3ff5e6e36e5046dc839e8e369b036d6d_default", "PortBindings": {}, "RestartPolicy": { "Name": "always", "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": 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/ttyAMA0", "PathInContainer": "/dev/ttyAMA0", "CgroupPermissions": "rwm" }, { "PathOnHost": "/dev/ttyUSB0", "PathInContainer": "/dev/ttyUSB0", "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/d6f0ad326070f1a1507911eefb75df268b7053a04c48c8895ebe02d242e2f601-init/diff:/var/lib/docker/overlay2/4fbb270a09e75757d2760fad8a41224f5d41f3f66d9dfdbbbc11ed32f21c13bc/diff:/var/lib/docker/overlay2/451be4b259f08cf69fea99b7b267c4172ca83f0856149db8aa1dc35386fd7275/diff:/var/lib/docker/overlay2/e539f6ba976c7fedd1375de7c373cb9bde896c950d23d55085a22dce7e720d79/diff:/var/lib/docker/overlay2/408ddbae4d842f70805d12da65413e747bae7a76f4dc6a3e28fd9002fff30b4a/diff:/var/lib/docker/overlay2/5254e27d507f0c7e0e98c8ee425ca555460c9468e2aa285b13d4a72dadeac34b/diff:/var/lib/docker/overlay2/d6b1df02113add29e71c2299de84bdfcc8cf4e492255aaf7ab035015eb0528cd/diff:/var/lib/docker/overlay2/347bfe20e9de701998f6e9a16dd19617823b36c35658ca1a4344a4ae2eb8f3c4/diff:/var/lib/docker/overlay2/3a5ebe9d64ef6a1a08183abc203eb8ba31efb5326adb53e8bf64ce1646488ebe/diff:/var/lib/docker/overlay2/4247cd5cbc74af197ec19bdf9417083d4630d9c0af5ea9bf64aef9ea9b6122db/diff:/var/lib/docker/overlay2/c3b882cbd6ed43f38b3c8d4cad27fd8d5b879bddab61aba6011f4ea2540c2c51/diff:/var/lib/docker/overlay2/7cd5492bf3dce0eac78860d3820fbcddaa7667a73ee9e42add1eb3c63612099a/diff:/var/lib/docker/overlay2/a0ba7ac5726aeba86769101cf2ef35ba55b0393555aee5931c4336da2bdb9f22/diff:/var/lib/docker/overlay2/b79409f8a7414056d217097cf2b8ef7007df8dd1e547646e23e49d868aeb91ea/diff:/var/lib/docker/overlay2/3ce6d5d4d0a45bc79d3e478525874b46c975e8490860340fd9b836884f80ac9c/diff:/var/lib/docker/overlay2/df1619b4dc60e6f8a4356748c06c91d46df457efeda6b17157eaaa0b2f2f34d8/diff:/var/lib/docker/overlay2/88f4085aac13bf391c74eec3a7c3953e3e8ca325d3cc1e9a5302f1986b90901a/diff:/var/lib/docker/overlay2/25471f43e1ba8aba36101d3ee0cb50967efee84115752854458977585edd3f7d/diff:/var/lib/docker/overlay2/483fe4b005040767984a09826931dad96d92a2d057518613271369403068d7b8/diff:/var/lib/docker/overlay2/2ea028be77a6e5d50a260021aaca6a8a8537bb8d9a8f3c78f4388c99ff06d084/diff:/var/lib/docker/overlay2/68ca5e09fce81329645bbd9ccc0487aad3b80744a0620f8a3ce8d6d6df0b7689/diff:/var/lib/docker/overlay2/4fda51d4dcec69b3d3ee38c2de12f656ba7c3dc834405c7fed37fb053629143a/diff:/var/lib/docker/overlay2/8de2aa695bb341b4166a7158ec6a76467d30c733edb83faef9e72bb04be072c4/diff:/var/lib/docker/overlay2/3d86b0b1ea0b05f060888b311f630110d2fd122b5b1ef1f7b813e5404fd5b20a/diff", "MergedDir": "/var/lib/docker/overlay2/d6f0ad326070f1a1507911eefb75df268b7053a04c48c8895ebe02d242e2f601/merged", "UpperDir": "/var/lib/docker/overlay2/d6f0ad326070f1a1507911eefb75df268b7053a04c48c8895ebe02d242e2f601/diff", "WorkDir": "/var/lib/docker/overlay2/d6f0ad326070f1a1507911eefb75df268b7053a04c48c8895ebe02d242e2f601/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "volume", "Name": "2037026_cnc-config", "Source": "/var/lib/docker/volumes/2037026_cnc-config/_data", "Destination": "/config", "Driver": "local", "Mode": "z", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2037026/cncjs", "Destination": "/tmp/balena", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2037026/cncjs", "Destination": "/tmp/resin", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "19b1c380a0d6", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "8000/tcp": {} }, "Tty": true, "OpenStdin": false, "StdinOnce": false, "Cmd": [ "/bin/sh", "-c", "/usr/local/bin/cncjs -H 0.0.0.0 -p 8000 -c /config/cncrc" ], "Healthcheck": { "Test": [ "NONE" ] }, "Image": "sha256:fa12a470f8b8163731eb3110839348265dd9236298f0a02c4620b5579ee0f5fb", "Volumes": null, "WorkingDir": "", "Entrypoint": [ "/usr/bin/entry.sh" ], "OnBuild": null, "Labels": { "io.balena.app-id": "2037026", "io.balena.app-uuid": "3ff5e6e36e5046dc839e8e369b036d6d", "io.balena.architecture": "armv7hf", "io.balena.device-type": "raspberry-pi2", "io.balena.qemu.version": "5.2.0+balena4-arm", "io.balena.service-id": "2073659", "io.balena.service-name": "cncjs", "io.balena.supervised": "true" }, "StopSignal": "SIGTERM", "StopTimeout": 10 }, "NetworkSettings": { "Bridge": "", "SandboxID": "8c6b088e92bcc58e8f135ac177ed3b54f65d14f8d9807e25e58b23e38f671cf5", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": {}, "SandboxKey": "/var/run/balena-engine/netns/8c6b088e92bc", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "3ff5e6e36e5046dc839e8e369b036d6d_default": { "IPAMConfig": {}, "Links": null, "Aliases": [ "cncjs", "19b1c380a0d6" ], "NetworkID": "09540603ee694ea2a352be331ac40db8590c913f71bc0370f5e564c3076cb1c2", "EndpointID": "", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } }, { "Id": "7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875", "Created": "2023-03-30T20:44:09.418012995Z", "Path": "/usr/src/app/entry.sh", "Args": [], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 2536, "ExitCode": 0, "Error": "", "StartedAt": "2023-04-05T06:34:57.126418264Z", "FinishedAt": "2023-04-05T06:34:29.669318173Z", "Health": { "Status": "starting", "FailingStreak": 0, "Log": [ { "Start": "2023-04-05T06:11:18.567632429Z", "End": "2023-04-05T06:11:19.701439606Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-04-05T06:16:19.761135487Z", "End": "2023-04-05T06:16:20.879658672Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-04-05T06:21:20.958964309Z", "End": "2023-04-05T06:21:22.131041985Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-04-05T06:26:22.205700504Z", "End": "2023-04-05T06:26:23.320602353Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-04-05T06:31:23.414015941Z", "End": "2023-04-05T06:31:24.575939758Z", "ExitCode": 0, "Output": "OK" } ] } }, "Image": "sha256:e0b6a45bdca894e092c1f1dbc9b6f18c3cd8a582232bfaa6be881cde7f8dd7f8", "ResolvConfPath": "/var/lib/docker/containers/7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875/resolv.conf", "HostnamePath": "/var/lib/docker/containers/7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875/hostname", "HostsPath": "/var/lib/docker/containers/7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875/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/03ee8b94d80647b1f0ae77fed72baafad31066679f0bb41477004c32bf411483-init/diff:/var/lib/docker/overlay2/6fd660f5fed9c407e51d2f48cedff11669c3cd42c21f3ca878b36b5d48d23618/diff:/var/lib/docker/overlay2/dfc19ef68cc7aa8fce473f2a117f02f296125b76df952faa8349ecaf5ef3efad/diff:/var/lib/docker/overlay2/44648b724b43efb641fb139fd30f23d2e4caa1e40048367845412e62ab5cf408/diff:/var/lib/docker/overlay2/049ea2326332aac0f6ddba0dac1da5ba56a5d8ac346aff6e1c87935622c45d99/diff:/var/lib/docker/overlay2/1b7efc3e73c8b927ebd1d606472237dadbd8a93c88177c15ee6a1cd6bf8487c1/diff:/var/lib/docker/overlay2/4905051620fae2187b4ae37bb3d00d06052ca999debd3565c882e98928f6a832/diff:/var/lib/docker/overlay2/da05c9463746f756590a4d8cf310e05836a248aca7341fbe845803eef8b1113a/diff:/var/lib/docker/overlay2/bc26fec959372b504d9ac1b9a7ec1045a9f5bf53460d141b773d4b98b3a614d8/diff:/var/lib/docker/overlay2/ab76de8dc06d7419ca50bc58ca8bcb1edbaa41ea961bc35788869dcd592656df/diff:/var/lib/docker/overlay2/88b5ec5506cb21dfcaf7ec965e2de24cd8b398250ee0cddbd6e52bb7b52122e7/diff:/var/lib/docker/overlay2/812ce61676809c4b2414270e1e8151cb40c91e68c81cb660c7f6df6075fc1dc6/diff", "MergedDir": "/var/lib/docker/overlay2/03ee8b94d80647b1f0ae77fed72baafad31066679f0bb41477004c32bf411483/merged", "UpperDir": "/var/lib/docker/overlay2/03ee8b94d80647b1f0ae77fed72baafad31066679f0bb41477004c32bf411483/diff", "WorkDir": "/var/lib/docker/overlay2/03ee8b94d80647b1f0ae77fed72baafad31066679f0bb41477004c32bf411483/work" }, "Name": "overlay2" }, "Mounts": [ { "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": "/usr/share/ca-certificates", "Destination": "/usr/share/ca-certificates", "Mode": "", "RW": false, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/var/log/supervisor-log", "Destination": "/var/log", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Destination": "/var/run/balena-engine.sock", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/mnt/data/apps.json", "Destination": "/boot/apps.json", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/proc/net/fib_trie", "Destination": "/mnt/fib_trie", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/", "Destination": "/mnt/root", "Mode": "", "RW": true, "Propagation": "rslave" } ], "Config": { "Hostname": "10fe8b9", "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/53d255fee6ca3e882866ad1a1a34786d", "Volumes": { "/data": {} }, "WorkingDir": "/usr/src/app", "Entrypoint": null, "OnBuild": null, "Labels": {} }, "NetworkSettings": { "Bridge": "", "SandboxID": "17ea5e8c4524c2a05dafe7e20cbf7ac9c15b0da065dd947ed345e839110d1d2e", "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": "24c047c8846ef72a427d0e2b86c870159fb052325fadd5f51162004114b4000d", "EndpointID": "441d80f6293d0b412afaf1dfe76ffc5ae7391af9580a8ce9a2bb28f8743c6ff2", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } } ] real 0m 1.48s user 0m 0.91s sys 0m 0.20s --- balena network inspect $(balena network ls --quiet | tr "\n" " ") --- 2023-04-05 06:36:13.278365847+00:00 [ { "Name": "3ff5e6e36e5046dc839e8e369b036d6d_default", "Id": "09540603ee694ea2a352be331ac40db8590c913f71bc0370f5e564c3076cb1c2", "Created": "2023-03-30T20:46:31.25600811Z", "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": { "ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891": { "Name": "mjpg-streamer_6367785_2538159_94f97d14ba6152cfa584de3b053461f1", "EndpointID": "23bb8d6502e5a257856321f321c5f2c0ae731d5d2a5b61b657f74c80ebd44ca2", "MacAddress": "02:42:ac:11:00:02", "IPv4Address": "172.17.0.2/16", "IPv6Address": "" } }, "Options": {}, "Labels": { "io.balena.app-id": "2037026", "io.balena.supervised": "true" } }, { "Name": "bridge", "Id": "13f6babeca698b22c3b8c3a69bd34b07443505e40e60c7b48359af1241da587a", "Created": "2023-04-05T06:34:36.554887445Z", "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": "24c047c8846ef72a427d0e2b86c870159fb052325fadd5f51162004114b4000d", "Created": "2023-03-17T19:38:21.226833248Z", "Scope": "local", "Driver": "host", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config": [] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Containers": { "7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875": { "Name": "balena_supervisor", "EndpointID": "441d80f6293d0b412afaf1dfe76ffc5ae7391af9580a8ce9a2bb28f8743c6ff2", "MacAddress": "", "IPv4Address": "", "IPv6Address": "" } }, "Options": {}, "Labels": {} }, { "Name": "none", "Id": "09284930372ea583ad7e1ed2a6c07f460b7696a6c51635cb8df3f5486d08d673", "Created": "2023-03-17T19:38:21.222358534Z", "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": "5b038a3d2320cfc823d39bccddeb840fa0a9b1eef5d13eec263bfa873de221db", "Created": "2023-03-30T20:46:29.040324778Z", "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": {}, "Options": { "com.docker.network.bridge.name": "supervisor0" }, "Labels": {} } ] real 0m 1.34s user 0m 0.87s sys 0m 0.17s --- test -f /mnt/state/balena-engine-storage-migration.log && cat /mnt/state/balena-engine-storage-migration.log --- 2023-04-05 06:36:14.699783496+00:00 Command exited with non-zero status 1 real 0m 0.03s user 0m 0.01s sys 0m 0.00s --- echo === BOOT === --- 2023-04-05 06:36:14.818294454+00:00 === BOOT === real 0m 0.02s user 0m 0.01s sys 0m 0.00s --- systemd-analyze --- 2023-04-05 06:36:14.938278947+00:00 Startup finished in 11.361s (kernel) + 54.498s (userspace) = 1min 5.860s multi-user.target reached after 54.373s in userspace real 0m 0.14s user 0m 0.02s sys 0m 0.02s --- systemd-analyze critical-chain --- 2023-04-05 06:36:15.178159860+00:00 Command exited with non-zero status 143 real 0m 10.01s user 0m 1.13s sys 0m 0.13s --- echo === HARDWARE === --- 2023-04-05 06:36:25.269940080+00:00 === HARDWARE === real 0m 0.02s user 0m 0.00s sys 0m 0.01s --- cat /proc/cpuinfo --- 2023-04-05 06:36:25.377561297+00:00 processor : 0 model name : ARMv7 Processor rev 5 (v7l) BogoMIPS : 57.60 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xc07 CPU revision : 5 processor : 1 model name : ARMv7 Processor rev 5 (v7l) BogoMIPS : 57.60 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xc07 CPU revision : 5 processor : 2 model name : ARMv7 Processor rev 5 (v7l) BogoMIPS : 57.60 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xc07 CPU revision : 5 processor : 3 model name : ARMv7 Processor rev 5 (v7l) BogoMIPS : 57.60 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xc07 CPU revision : 5 Hardware : BCM2835 Revision : a01041 Serial : 00000000ee14e021 Model : Raspberry Pi 2 Model B Rev 1.1 real 0m 0.04s user 0m 0.00s sys 0m 0.01s --- cat /proc/device-tree/model --- 2023-04-05 06:36:25.488089063+00:00 Raspberry Pi 2 Model B Rev 1.1real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- cat /proc/meminfo --- 2023-04-05 06:36:25.597781729+00:00 MemTotal: 891032 kB MemFree: 553968 kB MemAvailable: 698428 kB Buffers: 14444 kB Cached: 147148 kB SwapCached: 0 kB Active: 75464 kB Inactive: 204348 kB Active(anon): 1964 kB Inactive(anon): 117640 kB Active(file): 73500 kB Inactive(file): 86708 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 445512 kB SwapFree: 445512 kB Dirty: 0 kB Writeback: 0 kB AnonPages: 118244 kB Mapped: 93964 kB Shmem: 5672 kB KReclaimable: 13556 kB Slab: 32084 kB SReclaimable: 13556 kB SUnreclaim: 18528 kB KernelStack: 1712 kB PageTables: 2520 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 891028 kB Committed_AS: 786844 kB VmallocTotal: 1163264 kB VmallocUsed: 5608 kB VmallocChunk: 0 kB Percpu: 1168 kB CmaTotal: 65536 kB CmaFree: 63124 kB real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- ps --- 2023-04-05 06:36:25.718320386+00:00 PID TTY TIME CMD 1 ? 00:00:17 systemd 2 ? 00:00:00 kthreadd 3 ? 00:00:00 rcu_gp 4 ? 00:00:00 rcu_par_gp 5 ? 00:00:00 netns 6 ? 00:00:00 kworker/0:0-events 7 ? 00:00:00 kworker/0:0H-mmc_complete 8 ? 00:00:00 kworker/u8:0-events_unbound 9 ? 00:00:00 mm_percpu_wq 10 ? 00:00:00 rcu_tasks_rude_ 11 ? 00:00:00 rcu_tasks_trace 12 ? 00:00:00 ksoftirqd/0 13 ? 00:00:00 rcu_sched 14 ? 00:00:00 migration/0 15 ? 00:00:00 cpuhp/0 16 ? 00:00:00 cpuhp/1 17 ? 00:00:00 migration/1 18 ? 00:00:00 ksoftirqd/1 19 ? 00:00:00 kworker/1:0-inet_frag_wq 20 ? 00:00:00 kworker/1:0H-events_highpri 21 ? 00:00:00 cpuhp/2 22 ? 00:00:00 migration/2 23 ? 00:00:00 ksoftirqd/2 24 ? 00:00:00 kworker/2:0-events 25 ? 00:00:00 kworker/2:0H-events_highpri 26 ? 00:00:00 cpuhp/3 27 ? 00:00:00 migration/3 28 ? 00:00:00 ksoftirqd/3 29 ? 00:00:00 kworker/3:0-events 30 ? 00:00:00 kworker/3:0H-kblockd 31 ? 00:00:00 kdevtmpfs 32 ? 00:00:00 inet_frag_wq 33 ? 00:00:00 kworker/0:1-rcu_gp 34 ? 00:00:00 kworker/1:1-events 35 ? 00:00:00 kworker/2:1-events 36 ? 00:00:00 kworker/3:1-events 37 ? 00:00:00 kauditd 38 ? 00:00:00 khungtaskd 39 ? 00:00:00 oom_reaper 40 ? 00:00:00 writeback 41 ? 00:00:00 kcompactd0 66 ? 00:00:00 kblockd 67 ? 00:00:00 blkcg_punt_bio 68 ? 00:00:00 watchdogd 69 ? 00:00:00 kworker/u8:1-events_unbound 70 ? 00:00:00 kworker/2:1H-kblockd 71 ? 00:00:00 kworker/u8:2 72 ? 00:00:00 kswapd0 73 ? 00:00:00 iscsi_eh 74 ? 00:00:00 iscsi_conn_clea 75 ? 00:00:00 dwc_otg 76 ? 00:00:00 DWC Notificatio 77 ? 00:00:00 kworker/1:2-events 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 mld 82 ? 00:00:00 kworker/1:1H-kblockd 83 ? 00:00:00 ipv6_addrconf 84 ? 00:00:00 zswap-shrink 85 ? 00:00:00 kworker/u9:0 86 ? 00:00:00 kworker/3:2-events 87 ? 00:00:00 mmc_complete 88 ? 00:00:00 kworker/3:1H-kblockd 89 ? 00:00:00 kworker/0:1H-mmc_complete 284 ? 00:00:00 kworker/2:2-cgroup_destroy 407 ? 00:00:00 kworker/2:2H 408 ? 00:00:00 kworker/3:2H 409 ? 00:00:00 kworker/0:2H-kblockd 737 ? 00:00:00 kworker/1:2H 887 ? 00:00:00 jbd2/mmcblk0p2- 888 ? 00:00:00 ext4-rsv-conver 902 ? 00:00:00 jbd2/mmcblk0p5- 903 ? 00:00:00 ext4-rsv-conver 955 ? 00:00:00 jbd2/mmcblk0p6- 956 ? 00:00:00 ext4-rsv-conver 979 ? 00:00:00 kworker/0:2-events 1022 ? 00:00:00 kworker/3:3-cgroup_destroy 1079 ? 00:00:01 systemd-journal 1100 ? 00:00:01 systemd-udevd 1111 ? 00:00:00 vchiq-keep/0 1112 ? 00:00:00 spi0 1113 ? 00:00:00 SMIO 1115 ? 00:00:00 mmal-vchiq 1116 ? 00:00:00 mmal-vchiq 1122 ? 00:00:00 mmal-vchiq 1123 ? 00:00:00 mmal-vchiq 1124 ? 00:00:00 mmal-vchiq 1125 ? 00:00:00 mmal-vchiq 1126 ? 00:00:00 mmal-vchiq 1495 ? 00:07:24 rngd 1497 ? 00:00:07 plymouthd 1502 ? 00:00:00 ModemManager 1548 ? 00:00:00 systemd-logind 1734 ? 00:00:03 NetworkManager 1833 ? 00:00:11 balenad 1842 ? 00:00:00 exe 1971 ? 00:00:00 chronyd 1985 ? 00:00:00 exe 2000 ? 00:00:02 balena-engine-c 2233 ? 00:00:00 balena-engine-c 2243 ? 00:00:00 kworker/u8:3-events_unbound 2246 ? 00:00:00 kworker/1:3-rcu_gp 2299 ? 00:00:00 kworker/3:4-events 2300 ? 00:00:00 kworker/3:5-events 2301 ? 00:00:00 kworker/3:6-events 2302 ? 00:00:00 kworker/3:7-events 2303 ? 00:00:00 kworker/3:8-events 2304 ? 00:00:00 kworker/3:9-events 2305 ? 00:00:00 kworker/2:3-events 2449 ? 00:00:00 start-balena-su 2450 ? 00:00:00 exe 2509 ? 00:00:00 balena 2518 ? 00:00:00 balena-engine-c 2536 ? 00:00:26 node 2570 ? 00:00:00 sshd 2592 ? 00:00:00 sh 2594 ? 00:00:00 bash 2613 ? 00:00:00 bash 2614 ? 00:00:00 bash 2615 ? 00:00:00 jq 2634 ? 00:00:00 journalctl 2673 ? 00:00:00 bash 2674 ? 00:00:00 bash 2698 ? 00:00:00 jbd2/mmcblk0p3- 2699 ? 00:00:00 ext4-rsv-conver 2823 ? 00:00:00 sshd 2825 ? 00:00:00 sh 2827 ? 00:00:00 bash 3184 ? 00:00:00 nslookup 3249 ? 00:00:00 time 3250 ? 00:00:00 timeout 3251 ? 00:00:00 ps real 0m 0.14s user 0m 0.02s sys 0m 0.05s --- top -b -n 1 --- 2023-04-05 06:36:25.942062677+00:00 Mem: 337176K used, 553856K free, 5672K shrd, 14444K buff, 147292K cached CPU: 98% usr 1% sys 0% nic 0% idle 0% io 0% irq 0% sirq Load average: 5.63 2.63 1.01 5/207 3261 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 1495 1 root S 39652 4% 94% /usr/sbin/rngd -f -r /dev/hwrng 1497 1 root S 23832 3% 4% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 3261 3260 root R 2400 0% 2% top -b -n 1 1833 1 root S 928m 107% 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 2000 1833 root S 912m 105% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 2509 2449 root S 887m 102% 0% balena start --attach balena_supervisor 2518 2000 root S 887m 102% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875 -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 2233 2000 root S 879m 101% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891 -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 2536 2518 root S 175m 20% 0% node /usr/src/app/dist/app.js 1734 1 root S 55888 6% 0% /usr/sbin/NetworkManager --no-daemon 1502 1 root S 53136 6% 0% /usr/sbin/ModemManager --log-journal 1 0 root S 26612 3% 0% {systemd} /sbin/init 2634 2536 root S 14272 2% 0% journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service 1971 1 root S 11532 1% 0% /usr/sbin/chronyd -d 1079 1 root S 10616 1% 0% /lib/systemd/systemd-journald 1100 1 root S 8664 1% 0% /lib/systemd/systemd-udevd 1548 1 root S 6316 1% 0% /lib/systemd/systemd-logind 1802 1 openvpn S 6092 1% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 2823 1 root S 5820 1% 0% sshd: root@notty 2570 1 root S 5696 1% 0% sshd: root@notty 1842 1833 root S 4296 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1833 1985 1971 root S 4296 0% 0% /proc/self/exe --healthcheck /usr/libexec/chrony-healthcheck --pid 1971 2450 2449 root S 4296 0% 0% /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 2449 2577 1 avahi S 4236 0% 0% avahi-daemon: running [10fe8b9.local] 1506 1 messageb S 4028 0% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 2578 2577 avahi S 4028 0% 0% avahi-daemon: chroot helper 1808 1 nobody S 3588 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=- 2615 2613 root S 3220 0% 0% jq -s add | {checks:.} 2350 2349 root S 3168 0% 0% sleep infinity 2594 2592 root S 2832 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 2614 2613 root S 2832 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 2674 2673 root S 2832 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 2613 2594 root S 2832 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 2673 2614 root S 2832 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 3184 2674 root S 2740 0% 0% nslookup api.balena-cloud.com 2a10:bcc2:2008:6900::1 2827 2825 root S 2692 0% 0% bash -s -- 2449 1 root S 2656 0% 0% {start-balena-su} /bin/sh /usr/bin/start-balena-supervisor 2592 2570 root S 2568 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)" = "10fe8b90b941fddd4095a70626d1686d" ];then TERM=xterm;ba 2825 2823 root S 2568 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)" = "10fe8b90b941fddd4095a70626d1686d" ];then TERM=xterm;ba 3259 2827 root S 2268 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 1515 1 root S 1604 0% 0% /sbin/agetty -o -p -- \u --noclear - linux 3260 3259 root S 1584 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 2268 2233 root S 1472 0% 0% /bin/sh -c sh /app/start.sh /dev/video0 2349 2268 root S 1472 0% 0% sh /app/start.sh /dev/video0 13 2 root IW 0 0% 0% [rcu_sched] 70 2 root IW< 0 0% 0% [kworker/2:1H-kb] 409 2 root IW< 0 0% 0% [kworker/0:2H-kb] 12 2 root SW 0 0% 0% [ksoftirqd/0] 82 2 root IW< 0 0% 0% [kworker/1:1H-kb] 88 2 root IW< 0 0% 0% [kworker/3:1H-kb] 77 2 root IW 0 0% 0% [kworker/1:2-mm_] 36 2 root IW 0 0% 0% [kworker/3:1-eve] 89 2 root IW< 0 0% 0% [kworker/0:1H-mm] 69 2 root IW 0 0% 0% [kworker/u8:1-ev] 8 2 root IW 0 0% 0% [kworker/u8:0-ev] 18 2 root SW 0 0% 0% [ksoftirqd/1] 28 2 root SW 0 0% 0% [ksoftirqd/3] 23 2 root SW 0 0% 0% [ksoftirqd/2] 2302 2 root IW 0 0% 0% [kworker/3:7-mm_] 979 2 root IW 0 0% 0% [kworker/0:2-eve] 2305 2 root IW 0 0% 0% [kworker/2:3-eve] 955 2 root SW 0 0% 0% [jbd2/mmcblk0p6-] 33 2 root IW 0 0% 0% [kworker/0:1-rcu] 284 2 root IW 0 0% 0% [kworker/2:2-cgr] 29 2 root IW 0 0% 0% [kworker/3:0-eve] 35 2 root IW 0 0% 0% [kworker/2:1-eve] 34 2 root IW 0 0% 0% [kworker/1:1-eve] 2 0 root SW 0 0% 0% [kthreadd] 14 2 root SW 0 0% 0% [migration/0] 17 2 root SW 0 0% 0% [migration/1] 41 2 root SW 0 0% 0% [kcompactd0] 22 2 root SW 0 0% 0% [migration/2] 27 2 root SW 0 0% 0% [migration/3] 31 2 root SW 0 0% 0% [kdevtmpfs] 3 2 root IW< 0 0% 0% [rcu_gp] 4 2 root IW< 0 0% 0% [rcu_par_gp] 5 2 root IW< 0 0% 0% [netns] 6 2 root IW 0 0% 0% [kworker/0:0-eve] 7 2 root IW< 0 0% 0% [kworker/0:0H-mm] 9 2 root IW< 0 0% 0% [mm_percpu_wq] 10 2 root SW 0 0% 0% [rcu_tasks_rude_] 11 2 root SW 0 0% 0% [rcu_tasks_trace] 15 2 root SW 0 0% 0% [cpuhp/0] 16 2 root SW 0 0% 0% [cpuhp/1] 19 2 root IW 0 0% 0% [kworker/1:0-ine] 20 2 root IW< 0 0% 0% [kworker/1:0H-ev] 21 2 root SW 0 0% 0% [cpuhp/2] 24 2 root IW 0 0% 0% [kworker/2:0-eve] 25 2 root IW< 0 0% 0% [kworker/2:0H-ev] 26 2 root SW 0 0% 0% [cpuhp/3] 30 2 root IW< 0 0% 0% [kworker/3:0H-kb] 32 2 root IW< 0 0% 0% [inet_frag_wq] 37 2 root SW 0 0% 0% [kauditd] 38 2 root SW 0 0% 0% [khungtaskd] 39 2 root SW 0 0% 0% [oom_reaper] 40 2 root IW< 0 0% 0% [writeback] 66 2 root IW< 0 0% 0% [kblockd] 67 2 root IW< 0 0% 0% [blkcg_punt_bio] 68 2 root SW 0 0% 0% [watchdogd] 71 2 root IW 0 0% 0% [kworker/u8:2] 72 2 root SW 0 0% 0% [kswapd0] 73 2 root IW< 0 0% 0% [iscsi_eh] 74 2 root IW< 0 0% 0% [iscsi_conn_clea] 75 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] 81 2 root IW< 0 0% 0% [mld] 83 2 root IW< 0 0% 0% [ipv6_addrconf] 84 2 root IW< 0 0% 0% [zswap-shrink] 85 2 root IW< 0 0% 0% [kworker/u9:0] 86 2 root IW 0 0% 0% [kworker/3:2-eve] 87 2 root IW< 0 0% 0% [mmc_complete] 407 2 root IW< 0 0% 0% [kworker/2:2H] 408 2 root IW< 0 0% 0% [kworker/3:2H] 737 2 root IW< 0 0% 0% [kworker/1:2H] 887 2 root SW 0 0% 0% [jbd2/mmcblk0p2-] 888 2 root IW< 0 0% 0% [ext4-rsv-conver] 902 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 903 2 root IW< 0 0% 0% [ext4-rsv-conver] 956 2 root IW< 0 0% 0% [ext4-rsv-conver] 1022 2 root IW 0 0% 0% [kworker/3:3-cgr] 1111 2 root SW 0 0% 0% [vchiq-keep/0] 1112 2 root SW 0 0% 0% [spi0] 1113 2 root SW< 0 0% 0% [SMIO] 1115 2 root IW< 0 0% 0% [mmal-vchiq] 1116 2 root IW< 0 0% 0% [mmal-vchiq] 1122 2 root IW< 0 0% 0% [mmal-vchiq] 1123 2 root IW< 0 0% 0% [mmal-vchiq] 1124 2 root IW< 0 0% 0% [mmal-vchiq] 1125 2 root IW< 0 0% 0% [mmal-vchiq] 1126 2 root IW< 0 0% 0% [mmal-vchiq] 2243 2 root IW 0 0% 0% [kworker/u8:3-ev] 2246 2 root IW 0 0% 0% [kworker/1:3-rcu] 2299 2 root IW 0 0% 0% [kworker/3:4-eve] 2300 2 root IW 0 0% 0% [kworker/3:5-eve] 2301 2 root IW 0 0% 0% [kworker/3:6-eve] 2303 2 root IW 0 0% 0% [kworker/3:8-eve] 2304 2 root IW 0 0% 0% [kworker/3:9-eve] 2698 2 root SW 0 0% 0% [jbd2/mmcblk0p3-] 2699 2 root IW< 0 0% 0% [ext4-rsv-conver] real 0m 0.21s user 0m 0.02s sys 0m 0.04s --- cat /var/log/provisioning-progress.log --- 2023-04-05 06:36:26.249391610+00:00 Command exited with non-zero status 1 real 0m 0.06s user 0m 0.00s sys 0m 0.01s --- df -h --- 2023-04-05 06:36:26.399365703+00:00 Filesystem Size Used Avail Use% Mounted on devtmpfs 394M 0 394M 0% /dev tmpfs 436M 5.2M 430M 2% /run /dev/mmcblk0p2 300M 231M 50M 83% /mnt/sysroot/active /dev/disk/by-state/resin-state 18M 72K 16M 1% /mnt/state overlay 300M 231M 50M 83% / /dev/mmcblk0p6 29G 1.6G 26G 6% /mnt/data tmpfs 436M 0 436M 0% /dev/shm tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup tmpfs 436M 384K 435M 1% /tmp /dev/mmcblk0p1 40M 8.9M 31M 23% /mnt/boot tmpfs 436M 60K 436M 1% /var/volatile /dev/mmcblk0p3 300M 14K 280M 1% /mnt/sysroot/inactive real 0m 0.04s user 0m 0.00s sys 0m 0.01s --- df -ih --- 2023-04-05 06:36:26.539685570+00:00 Filesystem Inodes IUsed IFree IUse% Mounted on devtmpfs 99K 463 98K 1% /dev tmpfs 109K 799 108K 1% /run /dev/mmcblk0p2 40K 6.5K 34K 17% /mnt/sysroot/active /dev/disk/by-state/resin-state 5.0K 70 5.0K 2% /mnt/state overlay 40K 6.5K 34K 17% / /dev/mmcblk0p6 2.8M 94K 2.7M 4% /mnt/data tmpfs 109K 1 109K 1% /dev/shm tmpfs 1.0K 16 1008 2% /sys/fs/cgroup tmpfs 1.0M 17 1.0M 1% /tmp /dev/mmcblk0p1 0 0 0 - /mnt/boot tmpfs 109K 59 109K 1% /var/volatile /dev/mmcblk0p3 40K 11 40K 1% /mnt/sysroot/inactive real 0m 0.04s user 0m 0.00s sys 0m 0.01s --- for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done --- 2023-04-05 06:36:26.668851218+00:00 /sys/class/thermal/thermal_zone0 46540 real 0m 0.06s user 0m 0.00s sys 0m 0.01s --- for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done --- 2023-04-05 06:36:26.800714666+00:00 /sys/class/mmc_host/mmc0/mmc0:0001 manfid:0x00001b oemid:0x534d name:EB1QT hwrev:0x3 fwrev:0x0 real 0m 0.12s user 0m 0.05s sys 0m 0.00s --- free -h --- 2023-04-05 06:36:27.009575464+00:00 total used free shared buff/cache available Mem: 891032 161092 554560 5672 175380 699208 Swap: 445512 0 445512 real 0m 0.04s user 0m 0.02s sys 0m 0.00s --- ls -l /dev --- 2023-04-05 06:36:27.153864219+00:00 total 0 crw------- 1 root root 10, 125 Apr 5 06:00 ashmem crw-r--r-- 1 root root 10, 235 Apr 5 06:00 autofs crw------- 1 root root 10, 124 Apr 5 06:00 binder drwxr-xr-x 2 root root 680 Apr 5 06:00 block crw------- 1 root root 10, 234 Apr 28 2022 btrfs-control drwxr-xr-x 3 root root 60 Jan 1 1970 bus crw------- 1 root root 10, 127 Apr 5 06:00 cachefiles drwxr-xr-x 2 root root 3120 Apr 5 06:00 char crw--w---- 1 root tty 5, 1 Apr 5 06:00 console crw------- 1 root root 10, 203 Apr 28 2022 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 Apr 5 06:00 fb0 lrwxrwxrwx 1 root root 13 Apr 28 2022 fd -> /proc/self/fd crw-rw-rw- 1 root root 1, 7 Apr 5 06:00 full crw-rw-rw- 1 root root 10, 229 Apr 5 06:00 fuse crw------- 1 root root 254, 0 Apr 5 06:00 gpiochip0 crw------- 1 root root 245, 0 Apr 5 06:00 gpiomem crw------- 1 root root 243, 0 Apr 5 06:00 hidraw0 crw------- 1 root root 243, 1 Apr 5 06:00 hidraw1 crw------- 1 root root 10, 183 Apr 5 06:00 hwrng crw------- 1 root root 89, 1 Apr 5 06:00 i2c-1 lrwxrwxrwx 1 root root 12 Apr 28 2022 initctl -> /run/initctl drwxr-xr-x 4 root root 200 Jan 1 1970 input crw-r--r-- 1 root root 1, 11 Apr 5 06:00 kmsg lrwxrwxrwx 1 root root 28 Apr 28 2022 log -> /run/systemd/journal/dev-log crw-rw---- 1 root disk 10, 237 Apr 5 06:00 loop-control brw-rw---- 1 root disk 7, 0 Apr 5 06:00 loop0 brw-rw---- 1 root disk 7, 1 Apr 5 06:00 loop1 brw-rw---- 1 root disk 7, 2 Apr 5 06:00 loop2 brw-rw---- 1 root disk 7, 3 Apr 5 06:00 loop3 brw-rw---- 1 root disk 7, 4 Apr 5 06:00 loop4 brw-rw---- 1 root disk 7, 5 Apr 5 06:00 loop5 brw-rw---- 1 root disk 7, 6 Apr 5 06:00 loop6 brw-rw---- 1 root disk 7, 7 Apr 5 06:00 loop7 drwxr-xr-x 2 root root 60 Apr 28 2022 mapper crw-rw---- 1 root video 240, 0 Apr 5 06:00 media0 crw-rw---- 1 root video 240, 1 Apr 5 06:00 media1 crw-rw---- 1 root video 240, 2 Apr 5 06:00 media2 crw-r----- 1 root kmem 1, 1 Apr 5 06:00 mem brw-rw---- 1 root disk 179, 0 Apr 5 06:00 mmcblk0 brw-rw---- 1 root disk 179, 1 Apr 5 06:00 mmcblk0p1 brw-rw---- 1 root disk 179, 2 Apr 5 06:00 mmcblk0p2 brw-rw---- 1 root disk 179, 3 Apr 5 06:00 mmcblk0p3 brw-rw---- 1 root disk 179, 4 Apr 5 06:00 mmcblk0p4 brw-rw---- 1 root disk 179, 5 Apr 5 06:00 mmcblk0p5 brw-rw---- 1 root disk 179, 6 Apr 5 06:00 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 Apr 5 06:00 null crw------- 1 root root 108, 0 Apr 28 2022 ppp crw-rw-rw- 1 root tty 5, 2 Apr 5 06:00 ptmx drwxr-xr-x 2 root root 0 Apr 28 2022 pts brw-rw---- 1 root disk 1, 0 Apr 5 06:00 ram0 brw-rw---- 1 root disk 1, 1 Apr 5 06:00 ram1 brw-rw---- 1 root disk 1, 10 Apr 5 06:00 ram10 brw-rw---- 1 root disk 1, 11 Apr 5 06:00 ram11 brw-rw---- 1 root disk 1, 12 Apr 5 06:00 ram12 brw-rw---- 1 root disk 1, 13 Apr 5 06:00 ram13 brw-rw---- 1 root disk 1, 14 Apr 5 06:00 ram14 brw-rw---- 1 root disk 1, 15 Apr 5 06:00 ram15 brw-rw---- 1 root disk 1, 2 Apr 5 06:00 ram2 brw-rw---- 1 root disk 1, 3 Apr 5 06:00 ram3 brw-rw---- 1 root disk 1, 4 Apr 5 06:00 ram4 brw-rw---- 1 root disk 1, 5 Apr 5 06:00 ram5 brw-rw---- 1 root disk 1, 6 Apr 5 06:00 ram6 brw-rw---- 1 root disk 1, 7 Apr 5 06:00 ram7 brw-rw---- 1 root disk 1, 8 Apr 5 06:00 ram8 brw-rw---- 1 root disk 1, 9 Apr 5 06:00 ram9 crw-rw-rw- 1 root root 1, 8 Apr 5 06:00 random crw-rw-r-- 1 root root 10, 242 Apr 5 06:00 rfkill drwxrwxrwt 2 root root 40 Apr 28 2022 shm crw------- 1 root root 10, 231 Apr 5 06:00 snapshot drwxr-xr-x 3 root root 180 Apr 5 06:00 snd crw------- 1 root root 153, 0 Apr 5 06:00 spidev0.0 crw------- 1 root root 153, 1 Apr 5 06:00 spidev0.1 lrwxrwxrwx 1 root root 15 Apr 28 2022 stderr -> /proc/self/fd/2 lrwxrwxrwx 1 root root 15 Apr 28 2022 stdin -> /proc/self/fd/0 lrwxrwxrwx 1 root root 15 Apr 28 2022 stdout -> /proc/self/fd/1 crw-rw-rw- 1 root tty 5, 0 Apr 5 06:00 tty crw--w---- 1 root tty 4, 0 Apr 5 06:00 tty0 crw--w---- 1 root tty 4, 1 Apr 5 06:34 tty1 crw--w---- 1 root tty 4, 10 Apr 5 06:00 tty10 crw--w---- 1 root tty 4, 11 Apr 5 06:00 tty11 crw--w---- 1 root tty 4, 12 Apr 5 06:00 tty12 crw--w---- 1 root tty 4, 13 Apr 5 06:00 tty13 crw--w---- 1 root tty 4, 14 Apr 5 06:00 tty14 crw--w---- 1 root tty 4, 15 Apr 5 06:00 tty15 crw--w---- 1 root tty 4, 16 Apr 5 06:00 tty16 crw--w---- 1 root tty 4, 17 Apr 5 06:00 tty17 crw--w---- 1 root tty 4, 18 Apr 5 06:00 tty18 crw--w---- 1 root tty 4, 19 Apr 5 06:00 tty19 crw--w---- 1 root tty 4, 2 Apr 5 06:00 tty2 crw--w---- 1 root tty 4, 20 Apr 5 06:00 tty20 crw--w---- 1 root tty 4, 21 Apr 5 06:00 tty21 crw--w---- 1 root tty 4, 22 Apr 5 06:00 tty22 crw--w---- 1 root tty 4, 23 Apr 5 06:00 tty23 crw--w---- 1 root tty 4, 24 Apr 5 06:00 tty24 crw--w---- 1 root tty 4, 25 Apr 5 06:00 tty25 crw--w---- 1 root tty 4, 26 Apr 5 06:00 tty26 crw--w---- 1 root tty 4, 27 Apr 5 06:00 tty27 crw--w---- 1 root tty 4, 28 Apr 5 06:00 tty28 crw--w---- 1 root tty 4, 29 Apr 5 06:00 tty29 crw--w---- 1 root tty 4, 3 Apr 5 06:00 tty3 crw--w---- 1 root tty 4, 30 Apr 5 06:00 tty30 crw--w---- 1 root tty 4, 31 Apr 5 06:00 tty31 crw--w---- 1 root tty 4, 32 Apr 5 06:00 tty32 crw--w---- 1 root tty 4, 33 Apr 5 06:00 tty33 crw--w---- 1 root tty 4, 34 Apr 5 06:00 tty34 crw--w---- 1 root tty 4, 35 Apr 5 06:00 tty35 crw--w---- 1 root tty 4, 36 Apr 5 06:00 tty36 crw--w---- 1 root tty 4, 37 Apr 5 06:00 tty37 crw--w---- 1 root tty 4, 38 Apr 5 06:00 tty38 crw--w---- 1 root tty 4, 39 Apr 5 06:00 tty39 crw--w---- 1 root tty 4, 4 Apr 5 06:00 tty4 crw--w---- 1 root tty 4, 40 Apr 5 06:00 tty40 crw--w---- 1 root tty 4, 41 Apr 5 06:00 tty41 crw--w---- 1 root tty 4, 42 Apr 5 06:00 tty42 crw--w---- 1 root tty 4, 43 Apr 5 06:00 tty43 crw--w---- 1 root tty 4, 44 Apr 5 06:00 tty44 crw--w---- 1 root tty 4, 45 Apr 5 06:00 tty45 crw--w---- 1 root tty 4, 46 Apr 5 06:00 tty46 crw--w---- 1 root tty 4, 47 Apr 5 06:00 tty47 crw--w---- 1 root tty 4, 48 Apr 5 06:00 tty48 crw--w---- 1 root tty 4, 49 Apr 5 06:00 tty49 crw--w---- 1 root tty 4, 5 Apr 5 06:00 tty5 crw--w---- 1 root tty 4, 50 Apr 5 06:00 tty50 crw--w---- 1 root tty 4, 51 Apr 5 06:00 tty51 crw--w---- 1 root tty 4, 52 Apr 5 06:00 tty52 crw--w---- 1 root tty 4, 53 Apr 5 06:00 tty53 crw--w---- 1 root tty 4, 54 Apr 5 06:00 tty54 crw--w---- 1 root tty 4, 55 Apr 5 06:00 tty55 crw--w---- 1 root tty 4, 56 Apr 5 06:00 tty56 crw--w---- 1 root tty 4, 57 Apr 5 06:00 tty57 crw--w---- 1 root tty 4, 58 Apr 5 06:00 tty58 crw--w---- 1 root tty 4, 59 Apr 5 06:00 tty59 crw--w---- 1 root tty 4, 6 Apr 5 06:00 tty6 crw--w---- 1 root tty 4, 60 Apr 5 06:00 tty60 crw--w---- 1 root tty 4, 61 Apr 5 06:00 tty61 crw--w---- 1 root tty 4, 62 Apr 5 06:00 tty62 crw--w---- 1 root tty 4, 63 Apr 5 06:00 tty63 crw--w---- 1 root tty 4, 7 Apr 5 06:00 tty7 crw--w---- 1 root tty 4, 8 Apr 5 06:00 tty8 crw--w---- 1 root tty 4, 9 Apr 5 06:00 tty9 crw------- 1 root root 5, 3 Apr 5 06:00 ttyprintk crw------- 1 root root 10, 123 Apr 5 06:00 ubi_ctrl crw------- 1 root root 10, 239 Apr 28 2022 uhid crw------- 1 root root 10, 223 Apr 28 2022 uinput crw-rw-rw- 1 root root 1, 9 Apr 5 06:00 urandom drwxr-xr-x 3 root root 60 Apr 5 06:00 v4l crw------- 1 root root 246, 0 Apr 5 06:00 vc-mem crw------- 1 root root 242, 0 Apr 5 06:00 vchiq crw------- 1 root root 10, 126 Apr 5 06:00 vcio crw-rw---- 1 root tty 7, 0 Apr 5 06:00 vcs crw-rw---- 1 root tty 7, 1 Apr 5 06:00 vcs1 crw-rw---- 1 root tty 7, 2 Apr 5 06:00 vcs2 crw-rw---- 1 root tty 7, 3 Apr 5 06:00 vcs3 crw-rw---- 1 root tty 7, 4 Apr 5 06:00 vcs4 crw-rw---- 1 root tty 7, 5 Apr 5 06:00 vcs5 crw-rw---- 1 root tty 7, 6 Apr 5 06:00 vcs6 crw-rw---- 1 root tty 7, 128 Apr 5 06:00 vcsa crw-rw---- 1 root tty 7, 129 Apr 5 06:00 vcsa1 crw-rw---- 1 root tty 7, 130 Apr 5 06:00 vcsa2 crw-rw---- 1 root tty 7, 131 Apr 5 06:00 vcsa3 crw-rw---- 1 root tty 7, 132 Apr 5 06:00 vcsa4 crw-rw---- 1 root tty 7, 133 Apr 5 06:00 vcsa5 crw-rw---- 1 root tty 7, 134 Apr 5 06:00 vcsa6 crw-rw-rw- 1 root root 10, 122 Apr 5 06:00 vcsm-cma crw-rw---- 1 root tty 7, 64 Apr 5 06:00 vcsu crw-rw---- 1 root tty 7, 65 Apr 5 06:00 vcsu1 crw-rw---- 1 root tty 7, 66 Apr 5 06:00 vcsu2 crw-rw---- 1 root tty 7, 67 Apr 5 06:00 vcsu3 crw-rw---- 1 root tty 7, 68 Apr 5 06:00 vcsu4 crw-rw---- 1 root tty 7, 69 Apr 5 06:00 vcsu5 crw-rw---- 1 root tty 7, 70 Apr 5 06:00 vcsu6 crw------- 1 root root 10, 137 Apr 28 2022 vhci crw-rw---- 1 root video 81, 1 Apr 5 06:00 video10 crw-rw---- 1 root video 81, 3 Apr 5 06:00 video11 crw-rw---- 1 root video 81, 6 Apr 5 06:00 video12 crw-rw---- 1 root video 81, 0 Apr 5 06:00 video13 crw-rw---- 1 root video 81, 2 Apr 5 06:00 video14 crw-rw---- 1 root video 81, 4 Apr 5 06:00 video15 crw-rw---- 1 root video 81, 5 Apr 5 06:00 video16 crw-rw---- 1 root video 81, 8 Apr 5 06:00 video18 crw-rw---- 1 root video 81, 7 Apr 5 06:00 video20 crw-rw---- 1 root video 81, 9 Apr 5 06:00 video21 crw-rw---- 1 root video 81, 10 Apr 5 06:00 video22 crw-rw---- 1 root video 81, 11 Apr 5 06:00 video23 crw-rw---- 1 root video 81, 12 Apr 5 06:00 video31 crw------- 1 root root 10, 130 Apr 5 06:00 watchdog crw------- 1 root root 248, 0 Apr 5 06:00 watchdog0 crw-rw-rw- 1 root root 1, 5 Apr 5 06:00 zero brw-rw---- 1 root disk 254, 0 Apr 5 06:00 zram0 real 0m 0.07s user 0m 0.01s sys 0m 0.01s --- lsusb -vvv --- 2023-04-05 06:36:27.319595374+00:00 Bus 001 Device 004: ID 248a:8367 Telink Wireless Receiver Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 0 bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 8 idVendor 0x248a idProduct 0x8367 bcdDevice 1.00 iManufacturer 1 Telink iProduct 2 Wireless Receiver iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x003b bNumInterfaces 2 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xa0 (Bus Powered) Remote Wakeup MaxPower 50mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 bInterfaceSubClass 1 bInterfaceProtocol 2 iInterface 0 HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.11 bCountryCode 33 US bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 142 Report Descriptors: ** UNAVAILABLE ** Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x82 EP 2 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 4 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 bInterfaceSubClass 1 bInterfaceProtocol 1 iInterface 0 HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.11 bCountryCode 33 US bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 59 Report Descriptors: ** UNAVAILABLE ** Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 10 Device Status: 0x0000 (Bus Powered) 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.0103 power enable connect 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.15.34-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.15 iManufacturer 3 Linux 5.15.34-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.13s user 0m 0.04s sys 0m 0.00s --- mmcli -L --- 2023-04-05 06:36:27.537840711+00:00 No modems were found real 0m 0.18s user 0m 0.07s sys 0m 0.01s --- mount --- 2023-04-05 06:36:27.798054186+00:00 proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,relatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=403020k,nr_inodes=100755,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/LLLDDBHILSBOVC635APGYADG7L,upperdir=/balena/overlay2/61675b1c268242fb73b106082e0afde3869f7b72a0573b760db2c7eaff4de847/diff,workdir=/balena/overlay2/61675b1c268242fb73b106082e0afde3869f7b72a0573b760db2c7eaff4de847/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) bpf 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/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) cgroup on /sys/fs/cgroup/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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) 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,nr_inodes=1048576) 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) /dev/mmcblk0p1 on /mnt/boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro) 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) tmpfs on /var/cache type tmpfs (rw,relatime) tmpfs on /var/spool type tmpfs (rw,relatime) tmpfs on /srv type tmpfs (rw,relatime) tmpfs on /var/lib type tmpfs (rw,relatime) /dev/mmcblk0p5 on /etc/fake-hwclock type ext4 (rw,relatime) /dev/mmcblk0p6 on /resin-data type ext4 (rw,relatime) /dev/mmcblk0p6 on /var/lib/docker type ext4 (rw,relatime) /dev/mmcblk0p6 on /var/volatile/lib/docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/NetworkManager/conf.d 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/docker 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/ssh/hostkeys type ext4 (rw,relatime) /dev/mmcblk0p5 on /etc/udev/rules.d type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.docker type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.rnd type ext4 (rw,relatime) /dev/mmcblk0p5 on /home/root/.ssh type ext4 (rw,relatime) /dev/mmcblk0p5 on /usr/share/ca-certificates/balena 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 /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.04s user 0m 0.00s sys 0m 0.02s --- uname -a --- 2023-04-05 06:36:27.938172700+00:00 Linux 10fe8b9 5.15.34-v7 #1 SMP Tue Apr 19 19:21:26 UTC 2022 armv7l armv7l armv7l GNU/Linux real 0m 0.04s user 0m 0.00s sys 0m 0.01s --- echo === NETWORK === --- 2023-04-05 06:36:28.089689025+00:00 === NETWORK === real 0m 0.03s user 0m 0.00s sys 0m 0.01s --- /sbin/ip addr --- 2023-04-05 06:36:28.236087822+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:14:e0:21 brd ff:ff:ff:ff:ff:ff inet 192.168.2.27/24 brd 192.168.2.255 scope global dynamic noprefixroute eth0 valid_lft 43064sec preferred_lft 43064sec inet6 2a10:bcc2:2008:6900::cdb/128 scope global dynamic noprefixroute valid_lft 47854sec preferred_lft 29854sec inet6 2a10:bcc2:2008:6900:a96f:8cdb:670b:ceb0/64 scope global dynamic noprefixroute valid_lft 47855sec preferred_lft 29855sec inet6 fe80::1b1b:851a:5630:3195/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: resin-dns: mtu 1500 qdisc noqueue qlen 1000 link/ether 5a:af:ed:89:35:b5 brd ff:ff:ff:ff:ff:ff inet 10.114.102.1/24 scope global resin-dns valid_lft forever preferred_lft forever 4: resin-vpn: mtu 1500 qdisc fq_codel qlen 500 link/[65534] inet 10.240.155.34 peer 52.4.252.97/32 scope global resin-vpn valid_lft forever preferred_lft forever inet6 fe80::5d7d:b6af:2f5b:f5ad/64 scope link flags 800 valid_lft forever preferred_lft forever 5: br-09540603ee69: mtu 1500 qdisc noqueue link/ether 02:42:01:2b:a5:3a brd ff:ff:ff:ff:ff:ff inet 172.17.0.1/16 brd 172.17.255.255 scope global br-09540603ee69 valid_lft forever preferred_lft forever inet6 fe80::42:1ff:fe2b:a53a/64 scope link valid_lft forever preferred_lft forever 6: supervisor0: mtu 1500 qdisc noqueue link/ether 02:42:a5:ae:c2:99 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 7: balena0: mtu 1500 qdisc noqueue link/ether 02:42:7b:10:f5:73 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: vethae8a7c1@if8: mtu 1500 qdisc noqueue master br-09540603ee69 link/ether 3e:86:b7:f6:e9:2a brd ff:ff:ff:ff:ff:ff inet6 fe80::3c86:b7ff:fef6:e92a/64 scope link valid_lft forever preferred_lft forever real 0m 0.03s user 0m 0.00s sys 0m 0.01s --- cat /etc/resolv.conf --- 2023-04-05 06:36:28.354034825+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.04s user 0m 0.02s sys 0m 0.00s --- cat /proc/net/dev --- 2023-04-05 06:36:28.498152070+00:00 Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed lo: 26498 266 0 0 0 0 0 0 26498 266 0 0 0 0 0 0 eth0: 564589 5685 0 69 0 0 0 0 419268 995 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: 51767 375 0 0 0 0 0 0 306320 508 0 0 0 0 0 0 br-09540603ee69: 0 0 0 0 0 0 0 0 13500 99 0 0 0 0 0 0 supervisor0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 balena0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 vethae8a7c1: 0 0 0 0 0 0 0 0 21097 156 0 0 0 0 0 0 real 0m 0.04s user 0m 0.00s sys 0m 0.01s --- cat /proc/net/snmp --- 2023-04-05 06:36:28.620131449+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 2846 0 1 0 0 0 2836 1691 6 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: 27 0 0 27 0 0 0 0 0 0 0 0 0 0 33 0 33 0 0 0 0 0 0 0 0 0 0 IcmpMsg: InType3 OutType3 IcmpMsg: 27 33 Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors Tcp: 1 200 120000 -1 13 4 2 2 3 1053 1270 2 0 3 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors Udp: 1568 33 0 493 0 0 0 155 0 UdpLite: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors UdpLite: 0 0 0 0 0 0 0 0 0 real 0m 0.04s user 0m 0.01s sys 0m 0.00s --- cat /proc/net/udp --- 2023-04-05 06:36:28.787993792+00:00 sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops 7: 0200007F:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 1013 2 6449c16a 0 7: 0166720A:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 1011 2 d7665860 0 22: 1B02A8C0:0044 0202A8C0:0043 01 00000000:00000000 00:00000000 00000000 0 0 12542 2 7f09ae3f 0 32: 00000000:C44E 00000000:0000 07 00000000:00000000 00:00000000 00000000 993 0 16471 2 62421da7 0 164: 00000000:04D2 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 14505 2 4dc9debb 0 187: 00000000:14E9 00000000:0000 07 00000000:00000000 00:00000000 00000000 993 0 16469 2 45e746ae 0 277: 0100007F:0143 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 14489 2 70f70f22 0 real 0m 0.05s user 0m 0.00s sys 0m 0.02s --- CURL_CA_BUNDLE=/tmp/tmp.ldWwny8ZjF curl https://api.balena-cloud.com/ping --- 2023-04-05 06:36:28.928262358+00:00 OKreal 0m 0.79s user 0m 0.42s sys 0m 0.05s --- CURL_CA_BUNDLE=/tmp/tmp.ldWwny8ZjF curl https://www.google.co.uk --- 2023-04-05 06:36:29.780126357+00:00 Google



 

Advanced search

© 2023 - Privacy - Terms

real 0m 0.74s user 0m 0.40s sys 0m 0.07s --- ifconfig --- 2023-04-05 06:36:30.607773491+00:00 balena0 Link encap:Ethernet HWaddr 02:42:7B:10:F5:73 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-09540603ee69 Link encap:Ethernet HWaddr 02:42:01:2B:A5:3A inet addr:172.17.0.1 Bcast:172.17.255.255 Mask:255.255.0.0 inet6 addr: fe80::42:1ff:fe2b:a53a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:103 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:14068 (13.7 KiB) eth0 Link encap:Ethernet HWaddr B8:27:EB:14:E0:21 inet addr:192.168.2.27 Bcast:192.168.2.255 Mask:255.255.255.0 inet6 addr: 2a10:bcc2:2008:6900::cdb/128 Scope:Global inet6 addr: 2a10:bcc2:2008:6900:a96f:8cdb:670b:ceb0/64 Scope:Global inet6 addr: fe80::1b1b:851a:5630:3195/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:5935 errors:0 dropped:70 overruns:0 frame:0 TX packets:1141 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:616763 (602.3 KiB) TX bytes:467988 (457.0 KiB) 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:276 errors:0 dropped:0 overruns:0 frame:0 TX packets:276 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:27378 (26.7 KiB) TX bytes:27378 (26.7 KiB) resin-dns Link encap:Ethernet HWaddr 5A:AF:ED:89:35:B5 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.155.34 P-t-P:52.4.252.97 Mask:255.255.255.255 inet6 addr: fe80::5d7d:b6af:2f5b:f5ad/64 Scope:Link UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:486 errors:0 dropped:0 overruns:0 frame:0 TX packets:618 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 RX bytes:57699 (56.3 KiB) TX bytes:338360 (330.4 KiB) supervisor0 Link encap:Ethernet HWaddr 02:42:A5:AE:C2:99 inet addr:10.114.104.1 Bcast:10.114.104.127 Mask:255.255.255.128 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) vethae8a7c1 Link encap:Ethernet HWaddr 3E:86:B7:F6:E9:2A inet6 addr: fe80::3c86:b7ff:fef6:e92a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:162 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:21969 (21.4 KiB) real 0m 0.05s user 0m 0.00s sys 0m 0.02s --- iptables -n -L --- 2023-04-05 06:36:30.733126969+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 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.06s user 0m 0.00s sys 0m 0.03s --- iptables -n -t nat -L --- 2023-04-05 06:36:30.863164540+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 Chain DOCKER (2 references) target prot opt source destination RETURN all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 RETURN all -- 0.0.0.0/0 0.0.0.0/0 real 0m 0.05s user 0m 0.02s sys 0m 0.00s --- journalctl --no-pager --no-hostname -a -u ModemManager --- 2023-04-05 06:36:31.018139547+00:00 Apr 05 06:00:07 ModemManager[1502]: ModemManager (version 1.18.4) starting in system bus... Apr 05 06:00:10 ModemManager[1502]: [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.06s user 0m 0.03s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" --- 2023-04-05 06:36:31.149120604+00:00 Apr 05 06:00:10 openvpn[1802]: 2023-04-05 06:00:10 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. Apr 05 06:00:10 openvpn[1802]: 2023-04-05 06:00:10 --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. Apr 05 06:00:10 openvpn[1802]: 2023-04-05 06:00:10 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Apr 05 06:00:10 openvpn[1802]: 2023-04-05 06:00:10 OpenVPN 2.5.6 arm-poky-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Mar 16 2022 Apr 05 06:00:10 openvpn[1802]: 2023-04-05 06:00:10 library versions: OpenSSL 3.0.5 5 Jul 2022, LZO 2.10 Apr 05 06:00:10 openvpn[1802]: 2023-04-05 06:00:10 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Apr 05 06:00:10 openvpn[1802]: 2023-04-05 06:00:10 RESOLVE: Cannot resolve host address: cloudlink.balena-cloud.com:443 (Name or service not known) Apr 05 06:00:10 openvpn[1802]: 2023-04-05 06:00:10 RESOLVE: Cannot resolve host address: cloudlink.balena-cloud.com:443 (Name or service not known) Apr 05 06:00:10 openvpn[1802]: 2023-04-05 06:00:10 Could not determine IPv4/IPv6 protocol Apr 05 06:00:10 openvpn[1802]: 2023-04-05 06:00:10 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Apr 05 06:00:10 openvpn[1802]: 2023-04-05 06:00:10 SIGUSR1[soft,init_instance] received, process restarting Apr 05 06:00:10 openvpn[1802]: 2023-04-05 06:00:10 Restart pause, 5 second(s) Apr 05 06:00:15 openvpn[1802]: 2023-04-05 06:00:15 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Apr 05 06:00:15 openvpn[1802]: 2023-04-05 06:00:15 TCP/UDP: Preserving recently used remote address: [AF_INET]3.225.166.106:443 Apr 05 06:00:15 openvpn[1802]: 2023-04-05 06:00:15 Socket Buffers: R=[131072->131072] S=[16384->16384] Apr 05 06:00:15 openvpn[1802]: 2023-04-05 06:00:15 Attempting to establish TCP connection with [AF_INET]3.225.166.106:443 [nonblock] Apr 05 06:00:15 openvpn[1802]: 2023-04-05 06:00:15 TCP connection established with [AF_INET]3.225.166.106:443 Apr 05 06:00:15 openvpn[1802]: 2023-04-05 06:00:15 TCP_CLIENT link local: (not bound) Apr 05 06:00:15 openvpn[1802]: 2023-04-05 06:00:15 TCP_CLIENT link remote: [AF_INET]3.225.166.106:443 Apr 05 06:00:15 openvpn[1802]: 2023-04-05 06:00:15 TLS: Initial packet from [AF_INET]3.225.166.106:443, sid=ef932968 95c18d05 Apr 05 06:00:16 openvpn[1802]: 2023-04-05 06:00:16 VERIFY OK: depth=1, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=open-balena-vpn-rootCA Apr 05 06:00:16 openvpn[1802]: 2023-04-05 06:00:16 VERIFY KU OK Apr 05 06:00:16 openvpn[1802]: 2023-04-05 06:00:16 Validating certificate extended key usage Apr 05 06:00:16 openvpn[1802]: 2023-04-05 06:00:16 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Apr 05 06:00:16 openvpn[1802]: 2023-04-05 06:00:16 VERIFY EKU OK Apr 05 06:00:16 openvpn[1802]: 2023-04-05 06:00:16 VERIFY OK: depth=0, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=vpn.balena-cloud.com Apr 05 06:00:16 openvpn[1802]: 2023-04-05 06:00:16 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 2048 bit RSA, signature: RSA-SHA256 Apr 05 06:00:16 openvpn[1802]: 2023-04-05 06:00:16 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]3.225.166.106:443 Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34: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.155.34 52.4.252.97,peer-id 0,cipher AES-128-GCM' Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: timers and/or timeouts modified Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 Socket Buffers: R=[131072->131072] S=[44800->44800] Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: --socket-flags option modified Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 Socket flags: TCP_NODELAY=1 succeeded Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: --ifconfig/up options modified Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: route options modified Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: peer-id set Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: adjusting link_mtu to 1627 Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: data channel crypto options modified Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 Data Channel: using negotiated cipher 'AES-128-GCM' Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 Outgoing Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 Incoming Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 ROUTE_GATEWAY 192.168.2.2/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:14:e0:21 Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 TUN/TAP device resin-vpn opened Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 /sbin/ip link set dev resin-vpn up mtu 1500 Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 /sbin/ip link set dev resin-vpn up Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 /sbin/ip addr add dev resin-vpn local 10.240.155.34 peer 52.4.252.97 Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.155.34 52.4.252.97 init Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Apr 05 06:34:13 openvpn[1984]: ip: RTNETLINK answers: File exists Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 ERROR: Linux route add command failed: external program exited with error status: 2 Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 GID set to openvpn Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 UID set to openvpn Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 Initialization Sequence Completed real 0m 0.08s user 0m 0.02s sys 0m 0.02s --- ls -l /mnt/boot/system-connections --- 2023-04-05 06:36:31.322001569+00:00 total 1 -rwxr-xr-x 1 root root 303 Mar 17 20:00 README.ignore -rwxr-xr-x 1 root root 245 Mar 17 20:00 balena-sample.ignore real 0m 0.04s user 0m 0.00s sys 0m 0.02s --- mmcli -m 0 --- 2023-04-05 06:36:31.478733391+00:00 Command exited with non-zero status 1 real 0m 0.17s user 0m 0.05s sys 0m 0.03s --- netstat -ntl --- 2023-04-05 06:36:31.708841381+00:00 Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 10.114.102.1:53 0.0.0.0:* LISTEN tcp 0 0 127.0.0.2:53 0.0.0.0:* LISTEN tcp 0 0 :::2375 :::* LISTEN tcp 0 0 :::48484 :::* LISTEN tcp 0 0 :::22222 :::* LISTEN real 0m 0.03s user 0m 0.00s sys 0m 0.01s --- nmcli --version --- 2023-04-05 06:36:31.856243872+00:00 nmcli tool, version 1.40.4 real 0m 0.16s user 0m 0.02s sys 0m 0.05s --- ping -c 1 -W 3 google.co.uk --- 2023-04-05 06:36:32.099638050+00:00 PING google.co.uk (142.250.200.3): 56 data bytes 64 bytes from 142.250.200.3: seq=0 ttl=117 time=10.074 ms --- google.co.uk ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 10.074/10.074/10.074 ms real 0m 0.05s user 0m 0.00s sys 0m 0.02s --- systemctl kill -s USR1 dnsmasq --- 2023-04-05 06:36:32.238356310+00:00 real 0m 0.11s user 0m 0.00s sys 0m 0.03s --- systemctl status openvpn-resin --no-pager --- 2023-04-05 06:36:32.429577450+00:00 ● openvpn.service - OpenVPN Loaded: loaded (/lib/systemd/system/openvpn.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2023-04-05 06:00:10 UTC; 36min ago Process: 1748 ExecStartPre=/bin/sh -c /bin/systemctl is-active --quiet os-config || /bin/systemctl start os-config (code=exited, status=0/SUCCESS) Main PID: 1802 (openvpn) Tasks: 1 (limit: 1889) Memory: 1.6M CGroup: /system.slice/openvpn.service └─ 1802 /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 Apr 05 06:34:13 10fe8b9 openvpn[1802]: 2023-04-05 06:34:13 /sbin/ip link set dev resin-vpn up Apr 05 06:34:13 10fe8b9 openvpn[1802]: 2023-04-05 06:34:13 /sbin/ip addr add dev resin-vpn local 10.240.155.34 peer 52.4.252.97 Apr 05 06:34:13 10fe8b9 openvpn[1802]: 2023-04-05 06:34:13 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.155.34 52.4.252.97 init Apr 05 06:34:13 10fe8b9 openvpn[1802]: 2023-04-05 06:34:13 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Apr 05 06:34:13 10fe8b9 openvpn[1984]: ip: RTNETLINK answers: File exists Apr 05 06:34:13 10fe8b9 openvpn[1802]: 2023-04-05 06:34:13 ERROR: Linux route add command failed: external program exited with error status: 2 Apr 05 06:34:13 10fe8b9 openvpn[1802]: 2023-04-05 06:34:13 GID set to openvpn Apr 05 06:34:13 10fe8b9 openvpn[1802]: 2023-04-05 06:34:13 UID set to openvpn Apr 05 06:34:13 10fe8b9 openvpn[1802]: 2023-04-05 06:34:13 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Apr 05 06:34:13 10fe8b9 openvpn[1802]: 2023-04-05 06:34:13 Initialization Sequence Completed real 0m 0.14s user 0m 0.02s sys 0m 0.02s --- echo === OS === --- 2023-04-05 06:36:32.657924615+00:00 === OS === real 0m 0.02s user 0m 0.01s sys 0m 0.00s --- cat /etc/os-release --- 2023-04-05 06:36:32.782007162+00:00 ID="balena-os" NAME="balenaOS" VERSION="2.113.18" VERSION_ID="2.113.18" PRETTY_NAME="balenaOS 2.113.18" DISTRO_CODENAME="kirkstone" MACHINE="raspberrypi2" META_BALENA_VERSION="2.113.18" BALENA_BOARD_REV="8d7933d" META_BALENA_REV="47781bdd" SLUG="raspberry-pi2" real 0m 0.03s user 0m 0.00s sys 0m 0.01s --- cat /mnt/boot/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2023-04-05 06:36:32.909408183+00:00 { "apiEndpoint": "https://api.balena-cloud.com", "appUpdatePollInterval": 900000, "applicationId": "2037026", "deltaEndpoint": "https://delta.balena-cloud.com", "developmentMode": "true", "deviceApiKey": "", "deviceApiKeys": "", "deviceType": "raspberry-pi2", "listenPort": "48484", "mixpanelToken": "", "registryEndpoint": "registry2.balena-cloud.com", "userId": "220487", "vpnEndpoint": "cloudlink.balena-cloud.com", "vpnPort": "443", "uuid": "10fe8b90b941fddd4095a70626d1686d", "registered_at": 1680209077230, "deviceId": 11228120 } real 0m 0.11s user 0m 0.03s sys 0m 0.02s --- cat /mnt/boot/config.txt --- 2023-04-05 06:36:33.118031951+00:00 gpu_mem=128 start_x=1 avoid_warnings=1 disable_splash=1 dtparam=i2c_arm=on dtparam=spi=on dtparam=audio=on enable_uart=0 real 0m 0.03s user 0m 0.02s sys 0m 0.00s --- cat /mnt/boot/device-type.json --- 2023-04-05 06:36:33.229824451+00:00 { "slug": "raspberry-pi2", "version": 1, "aliases": [ "raspberrypi2" ], "name": "Raspberry Pi 2", "arch": "armv7hf", "state": "RELEASED", "imageDownloadAlerts": [ { "type": "warning", "message": "The Raspberry Pi 2 is not capable of connecting to WiFi networks without an external adapter." } ], "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 2.", "Connect your Raspberry Pi 2 to the internet, then power it up." ], "gettingStartedLink": { "windows": "https://www.balena.io/docs/learn/getting-started/raspberry-pi2/nodejs/", "osx": "https://www.balena.io/docs/learn/getting-started/raspberry-pi2/nodejs/", "linux": "https://www.balena.io/docs/learn/getting-started/raspberry-pi2/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": "raspberrypi2", "image": "balena-image", "fstype": "balenaos-img", "version": "yocto-kirkstone", "deployArtifact": "balena-image-raspberrypi2.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.04s user 0m 0.00s sys 0m 0.01s --- cat /mnt/boot/extlinux/extlinux.conf --- 2023-04-05 06:36:33.359926241+00:00 Command exited with non-zero status 1 real 0m 0.04s user 0m 0.00s sys 0m 0.01s --- cat /mnt/boot/resinOS_uEnv.txt --- 2023-04-05 06:36:33.475126798+00:00 Command exited with non-zero status 1 real 0m 0.04s user 0m 0.00s sys 0m 0.01s --- cat /mnt/boot/uEnv.txt --- 2023-04-05 06:36:33.625407712+00:00 Command exited with non-zero status 1 real 0m 0.03s user 0m 0.00s sys 0m 0.02s --- cat /mnt/conf/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2023-04-05 06:36:33.737898959+00:00 real 0m 0.09s user 0m 0.02s sys 0m 0.03s --- 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-04-05 06:36:33.897971598+00:00 real 0m 0.10s user 0m 0.02s sys 0m 0.03s --- cat /var/log/messages --- 2023-04-05 06:36:34.078201696+00:00 Command exited with non-zero status 1 real 0m 0.05s user 0m 0.00s sys 0m 0.01s --- cat /var/log/provisioning-progress.log --- 2023-04-05 06:36:34.228229851+00:00 Command exited with non-zero status 1 real 0m 0.03s user 0m 0.02s sys 0m 0.00s --- dmesg -T --- 2023-04-05 06:36:34.340170059+00:00 [Wed Apr 5 06:33:44 2023] Booting Linux on physical CPU 0xf00 [Wed Apr 5 06:33:44 2023] Linux version 5.15.34-v7 (oe-user@oe-host) (arm-poky-linux-gnueabi-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP Tue Apr 19 19:21:26 UTC 2022 [Wed Apr 5 06:33:44 2023] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [Wed Apr 5 06:33:44 2023] CPU: div instructions available: patching division code [Wed Apr 5 06:33:44 2023] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [Wed Apr 5 06:33:44 2023] OF: fdt: Machine model: Raspberry Pi 2 Model B Rev 1.1 [Wed Apr 5 06:33:44 2023] random: fast init done [Wed Apr 5 06:33:44 2023] Memory policy: Data cache writealloc [Wed Apr 5 06:33:44 2023] Reserved memory: created CMA memory pool at 0x34000000, size 64 MiB [Wed Apr 5 06:33:44 2023] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [Wed Apr 5 06:33:44 2023] Zone ranges: [Wed Apr 5 06:33:44 2023] DMA [mem 0x0000000000000000-0x0000000037ffffff] [Wed Apr 5 06:33:44 2023] Normal empty [Wed Apr 5 06:33:44 2023] Movable zone start for each node [Wed Apr 5 06:33:44 2023] Early memory node ranges [Wed Apr 5 06:33:44 2023] node 0: [mem 0x0000000000000000-0x0000000037ffffff] [Wed Apr 5 06:33:44 2023] Initmem setup node 0 [mem 0x0000000000000000-0x0000000037ffffff] [Wed Apr 5 06:33:44 2023] percpu: Embedded 16 pages/cpu s36300 r8192 d21044 u65536 [Wed Apr 5 06:33:44 2023] pcpu-alloc: s36300 r8192 d21044 u65536 alloc=16*4096 [Wed Apr 5 06:33:44 2023] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [Wed Apr 5 06:33:44 2023] Built 1 zonelists, mobility grouping on. Total pages: 227360 [Wed Apr 5 06:33:44 2023] Kernel command line: coherent_pool=1M snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 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-43be-4562-9800-c393b9964f63 rootwait [Wed Apr 5 06:33:44 2023] cgroup: Enabling memory control group subsystem [Wed Apr 5 06:33:44 2023] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [Wed Apr 5 06:33:44 2023] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [Wed Apr 5 06:33:44 2023] mem auto-init: stack:off, heap alloc:off, heap free:off [Wed Apr 5 06:33:44 2023] Memory: 806040K/917504K available (11264K kernel code, 1132K rwdata, 3092K rodata, 19456K init, 601K bss, 45928K reserved, 65536K cma-reserved) [Wed Apr 5 06:33:44 2023] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [Wed Apr 5 06:33:44 2023] ftrace: allocating 33802 entries in 100 pages [Wed Apr 5 06:33:44 2023] ftrace: allocated 100 pages with 3 groups [Wed Apr 5 06:33:44 2023] trace event string verifier disabled [Wed Apr 5 06:33:44 2023] rcu: Hierarchical RCU implementation. [Wed Apr 5 06:33:44 2023] Rude variant of Tasks RCU enabled. [Wed Apr 5 06:33:44 2023] Tracing variant of Tasks RCU enabled. [Wed Apr 5 06:33:44 2023] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [Wed Apr 5 06:33:44 2023] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [Wed Apr 5 06:33:44 2023] random: get_random_bytes called from start_kernel+0x534/0x724 with crng_init=1 [Wed Apr 5 06:33:44 2023] arch_timer: cp15 timer(s) running at 19.20MHz (phys). [Wed Apr 5 06:33:44 2023] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [Wed Apr 5 06:33:44 2023] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [Wed Apr 5 06:33:44 2023] Switching to timer-based delay loop, resolution 52ns [Wed Apr 5 06:33:44 2023] Console: colour dummy device 80x30 [Wed Apr 5 06:33:44 2023] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [Wed Apr 5 06:33:44 2023] pid_max: default: 32768 minimum: 301 [Wed Apr 5 06:33:44 2023] LSM: Security Framework initializing [Wed Apr 5 06:33:44 2023] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [Wed Apr 5 06:33:44 2023] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [Wed Apr 5 06:33:44 2023] CPU: Testing write buffer coherency: ok [Wed Apr 5 06:33:44 2023] CPU0: update cpu_capacity 1024 [Wed Apr 5 06:33:44 2023] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00 [Wed Apr 5 06:33:44 2023] Setting up static identity map for 0x100000 - 0x100060 [Wed Apr 5 06:33:44 2023] rcu: Hierarchical SRCU implementation. [Wed Apr 5 06:33:44 2023] smp: Bringing up secondary CPUs ... [Wed Apr 5 06:33:44 2023] CPU1: update cpu_capacity 1024 [Wed Apr 5 06:33:44 2023] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01 [Wed Apr 5 06:33:44 2023] CPU2: update cpu_capacity 1024 [Wed Apr 5 06:33:44 2023] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02 [Wed Apr 5 06:33:44 2023] CPU3: update cpu_capacity 1024 [Wed Apr 5 06:33:44 2023] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03 [Wed Apr 5 06:33:44 2023] smp: Brought up 1 node, 4 CPUs [Wed Apr 5 06:33:44 2023] SMP: Total of 4 processors activated (153.60 BogoMIPS). [Wed Apr 5 06:33:44 2023] CPU: All CPU(s) started in HYP mode. [Wed Apr 5 06:33:44 2023] CPU: Virtualization extensions available. [Wed Apr 5 06:33:44 2023] devtmpfs: initialized [Wed Apr 5 06:33:44 2023] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [Wed Apr 5 06:33:44 2023] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [Wed Apr 5 06:33:44 2023] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [Wed Apr 5 06:33:44 2023] pinctrl core: initialized pinctrl subsystem [Wed Apr 5 06:33:44 2023] NET: Registered PF_NETLINK/PF_ROUTE protocol family [Wed Apr 5 06:33:44 2023] DMA: preallocated 1024 KiB pool for atomic coherent allocations [Wed Apr 5 06:33:44 2023] audit: initializing netlink subsys (disabled) [Wed Apr 5 06:33:44 2023] audit: type=2000 audit(0.050:1): state=initialized audit_enabled=0 res=1 [Wed Apr 5 06:33:44 2023] thermal_sys: Registered thermal governor 'step_wise' [Wed Apr 5 06:33:44 2023] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [Wed Apr 5 06:33:44 2023] hw-breakpoint: maximum watchpoint size is 8 bytes. [Wed Apr 5 06:33:44 2023] Serial: AMBA PL011 UART driver [Wed Apr 5 06:33:44 2023] bcm2835-mbox 3f00b880.mailbox: mailbox enabled [Wed Apr 5 06:33:44 2023] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-08-26T14:05:32, variant start_x [Wed Apr 5 06:33:44 2023] raspberrypi-firmware soc:firmware: Firmware hash is 102f1e848393c2112206fadffaaf86db04e98326 [Wed Apr 5 06:33:44 2023] Kprobes globally optimized [Wed Apr 5 06:33:44 2023] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1 [Wed Apr 5 06:33:44 2023] SCSI subsystem initialized [Wed Apr 5 06:33:44 2023] usbcore: registered new interface driver usbfs [Wed Apr 5 06:33:44 2023] usbcore: registered new interface driver hub [Wed Apr 5 06:33:44 2023] usbcore: registered new device driver usb [Wed Apr 5 06:33:44 2023] usb_phy_generic phy: supply vcc not found, using dummy regulator [Wed Apr 5 06:33:44 2023] pps_core: LinuxPPS API ver. 1 registered [Wed Apr 5 06:33:44 2023] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [Wed Apr 5 06:33:44 2023] PTP clock support registered [Wed Apr 5 06:33:44 2023] clocksource: Switched to clocksource arch_sys_counter [Wed Apr 5 06:33:44 2023] VFS: Disk quotas dquot_6.6.0 [Wed Apr 5 06:33:44 2023] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [Wed Apr 5 06:33:44 2023] FS-Cache: Loaded [Wed Apr 5 06:33:44 2023] CacheFiles: Loaded [Wed Apr 5 06:33:44 2023] NET: Registered PF_INET protocol family [Wed Apr 5 06:33:44 2023] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [Wed Apr 5 06:33:44 2023] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [Wed Apr 5 06:33:44 2023] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [Wed Apr 5 06:33:44 2023] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) [Wed Apr 5 06:33:44 2023] TCP: Hash tables configured (established 8192 bind 8192) [Wed Apr 5 06:33:44 2023] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [Wed Apr 5 06:33:44 2023] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [Wed Apr 5 06:33:44 2023] NET: Registered PF_UNIX/PF_LOCAL protocol family [Wed Apr 5 06:33:44 2023] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available [Wed Apr 5 06:33:44 2023] Initialise system trusted keyrings [Wed Apr 5 06:33:44 2023] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [Wed Apr 5 06:33:44 2023] zbud: loaded [Wed Apr 5 06:33:44 2023] squashfs: version 4.0 (2009/01/31) Phillip Lougher [Wed Apr 5 06:33:44 2023] aufs 5.15.5-20220620 [Wed Apr 5 06:33:44 2023] Key type asymmetric registered [Wed Apr 5 06:33:44 2023] Asymmetric key parser 'x509' registered [Wed Apr 5 06:33:44 2023] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [Wed Apr 5 06:33:44 2023] io scheduler mq-deadline registered [Wed Apr 5 06:33:44 2023] io scheduler kyber registered [Wed Apr 5 06:33:44 2023] bcm2708_fb soc:fb: FB found 1 display(s) [Wed Apr 5 06:33:44 2023] Console: switching to colour frame buffer device 228x61 [Wed Apr 5 06:33:44 2023] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 1824x984 [Wed Apr 5 06:33:44 2023] bcm2835-rng 3f104000.rng: hwrng registered [Wed Apr 5 06:33:44 2023] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) [Wed Apr 5 06:33:44 2023] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000 [Wed Apr 5 06:33:44 2023] brd: module loaded [Wed Apr 5 06:33:44 2023] loop: module loaded [Wed Apr 5 06:33:44 2023] zram: Added device: zram0 [Wed Apr 5 06:33:44 2023] Loading iSCSI transport class v2.0-870. [Wed Apr 5 06:33:44 2023] tun: Universal TUN/TAP device driver, 1.6 [Wed Apr 5 06:33:44 2023] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [Wed Apr 5 06:33:44 2023] Core Release: 2.80a [Wed Apr 5 06:33:44 2023] Setting default values for core params [Wed Apr 5 06:33:44 2023] Finished setting default values for core params [Wed Apr 5 06:33:44 2023] Using Buffer DMA mode [Wed Apr 5 06:33:44 2023] Periodic Transfer Interrupt Enhancement - disabled [Wed Apr 5 06:33:44 2023] Multiprocessor Interrupt Enhancement - disabled [Wed Apr 5 06:33:44 2023] OTG VER PARAM: 0, OTG VER FLAG: 0 [Wed Apr 5 06:33:44 2023] Dedicated Tx FIFOs mode [Wed Apr 5 06:33:44 2023] WARN::dwc_otg_hcd_init:1072: FIQ DMA bounce buffers: virt = b4114000 dma = 0xf4114000 len=9024 [Wed Apr 5 06:33:44 2023] FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled [Wed Apr 5 06:33:44 2023] dwc_otg: Microframe scheduler enabled [Wed Apr 5 06:33:44 2023] WARN::hcd_init_fiq:457: FIQ on core 1 [Wed Apr 5 06:33:44 2023] WARN::hcd_init_fiq:458: FIQ ASM at 8085fad0 length 36 [Wed Apr 5 06:33:44 2023] WARN::hcd_init_fiq:496: MPHI regs_base at b8810000 [Wed Apr 5 06:33:44 2023] dwc_otg 3f980000.usb: DWC OTG Controller [Wed Apr 5 06:33:44 2023] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1 [Wed Apr 5 06:33:44 2023] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000 [Wed Apr 5 06:33:44 2023] Init: Port Power? op_state=1 [Wed Apr 5 06:33:44 2023] Init: Power Port (0) [Wed Apr 5 06:33:44 2023] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [Wed Apr 5 06:33:44 2023] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Wed Apr 5 06:33:44 2023] usb usb1: Product: DWC OTG Controller [Wed Apr 5 06:33:44 2023] usb usb1: Manufacturer: Linux 5.15.34-v7 dwc_otg_hcd [Wed Apr 5 06:33:44 2023] usb usb1: SerialNumber: 3f980000.usb [Wed Apr 5 06:33:44 2023] hub 1-0:1.0: USB hub found [Wed Apr 5 06:33:44 2023] hub 1-0:1.0: 1 port detected [Wed Apr 5 06:33:44 2023] dwc_otg: FIQ enabled [Wed Apr 5 06:33:44 2023] dwc_otg: NAK holdoff enabled [Wed Apr 5 06:33:44 2023] dwc_otg: FIQ split-transaction FSM enabled [Wed Apr 5 06:33:44 2023] Module dwc_common_port init [Wed Apr 5 06:33:44 2023] usbcore: registered new interface driver usb-storage [Wed Apr 5 06:33:44 2023] usbcore: registered new interface driver usbserial_generic [Wed Apr 5 06:33:44 2023] usbserial: USB Serial support registered for generic [Wed Apr 5 06:33:44 2023] mousedev: PS/2 mouse device common for all mice [Wed Apr 5 06:33:44 2023] sdhci: Secure Digital Host Controller Interface driver [Wed Apr 5 06:33:44 2023] sdhci: Copyright(c) Pierre Ossman [Wed Apr 5 06:33:44 2023] sdhci-pltfm: SDHCI platform and OF driver helper [Wed Apr 5 06:33:44 2023] ledtrig-cpu: registered to indicate activity on CPUs [Wed Apr 5 06:33:44 2023] hid: raw HID events driver (C) Jiri Kosina [Wed Apr 5 06:33:44 2023] usbcore: registered new interface driver usbhid [Wed Apr 5 06:33:44 2023] usbhid: USB HID core driver [Wed Apr 5 06:33:44 2023] ashmem: initialized [Wed Apr 5 06:33:44 2023] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP) [Wed Apr 5 06:33:44 2023] IPVS: Connection hash table configured (size=4096, memory=32Kbytes) [Wed Apr 5 06:33:44 2023] IPVS: ipvs loaded. [Wed Apr 5 06:33:44 2023] Initializing XFRM netlink socket [Wed Apr 5 06:33:44 2023] NET: Registered PF_INET6 protocol family [Wed Apr 5 06:33:44 2023] Segment Routing with IPv6 [Wed Apr 5 06:33:44 2023] In-situ OAM (IOAM) with IPv6 [Wed Apr 5 06:33:44 2023] NET: Registered PF_PACKET protocol family [Wed Apr 5 06:33:44 2023] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [Wed Apr 5 06:33:44 2023] Key type dns_resolver registered [Wed Apr 5 06:33:44 2023] Registering SWP/SWPB emulation handler [Wed Apr 5 06:33:44 2023] registered taskstats version 1 [Wed Apr 5 06:33:44 2023] Loading compiled-in X.509 certificates [Wed Apr 5 06:33:44 2023] Key type ._fscrypt registered [Wed Apr 5 06:33:44 2023] Key type .fscrypt registered [Wed Apr 5 06:33:44 2023] Key type fscrypt-provisioning registered [Wed Apr 5 06:33:44 2023] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [Wed Apr 5 06:33:44 2023] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [Wed Apr 5 06:33:44 2023] sdhost: log_buf @ (ptrval) (f4113000) [Wed Apr 5 06:33:45 2023] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) [Wed Apr 5 06:33:45 2023] of_cfs_init [Wed Apr 5 06:33:45 2023] of_cfs_init: OK [Wed Apr 5 06:33:45 2023] Warning: unable to open an initial console. [Wed Apr 5 06:33:45 2023] Freeing unused kernel image (initmem) memory: 19456K [Wed Apr 5 06:33:45 2023] Indeed it is in host mode hprt0 = 00021501 [Wed Apr 5 06:33:45 2023] mmc0: host does not support reading read-only switch, assuming write-enable [Wed Apr 5 06:33:45 2023] mmc0: new high speed SDHC card at address 0001 [Wed Apr 5 06:33:45 2023] mmcblk0: mmc0:0001 EB1QT 29.8 GiB [Wed Apr 5 06:33:45 2023] mmcblk0: p1 p2 p3 p4 < p5 p6 > [Wed Apr 5 06:33:45 2023] mmcblk0: mmc0:0001 EB1QT 29.8 GiB [Wed Apr 5 06:33:45 2023] Run /init as init process [Wed Apr 5 06:33:45 2023] with arguments: [Wed Apr 5 06:33:45 2023] /init [Wed Apr 5 06:33:45 2023] with environment: [Wed Apr 5 06:33:45 2023] HOME=/ [Wed Apr 5 06:33:45 2023] TERM=linux [Wed Apr 5 06:33:45 2023] usb 1-1: new high-speed USB device number 2 using dwc_otg [Wed Apr 5 06:33:45 2023] Indeed it is in host mode hprt0 = 00001101 [Wed Apr 5 06:33:45 2023] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00 [Wed Apr 5 06:33:45 2023] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Wed Apr 5 06:33:45 2023] hub 1-1:1.0: USB hub found [Wed Apr 5 06:33:45 2023] hub 1-1:1.0: 5 ports detected [Wed Apr 5 06:33:45 2023] usb 1-1.1: new high-speed USB device number 3 using dwc_otg [Wed Apr 5 06:33:45 2023] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00 [Wed Apr 5 06:33:45 2023] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Wed Apr 5 06:33:46 2023] usb 1-1.3: new full-speed USB device number 4 using dwc_otg [Wed Apr 5 06:33:46 2023] usb 1-1.3: New USB device found, idVendor=248a, idProduct=8367, bcdDevice= 1.00 [Wed Apr 5 06:33:46 2023] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [Wed Apr 5 06:33:46 2023] usb 1-1.3: Product: Wireless Receiver [Wed Apr 5 06:33:46 2023] usb 1-1.3: Manufacturer: Telink [Wed Apr 5 06:33:46 2023] input: Telink Wireless Receiver Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:248A:8367.0001/input/input0 [Wed Apr 5 06:33:46 2023] input: Telink Wireless Receiver Consumer Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:248A:8367.0001/input/input1 [Wed Apr 5 06:33:46 2023] input: Telink Wireless Receiver System Control as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:248A:8367.0001/input/input2 [Wed Apr 5 06:33:46 2023] hid-generic 0003:248A:8367.0001: input,hidraw0: USB HID v1.11 Mouse [Telink Wireless Receiver] on usb-3f980000.usb-1.3/input0 [Wed Apr 5 06:33:46 2023] input: Telink Wireless Receiver as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:248A:8367.0002/input/input3 [Wed Apr 5 06:33:46 2023] hid-generic 0003:248A:8367.0002: input,hidraw1: USB HID v1.11 Keyboard [Telink Wireless Receiver] on usb-3f980000.usb-1.3/input1 [Wed Apr 5 06:33:47 2023] zram0: detected capacity change from 0 to 891032 [Wed Apr 5 06:33:51 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [Wed Apr 5 06:33:51 2023] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [Wed Apr 5 06:33:54 2023] random: crng init done [Wed Apr 5 06:33:54 2023] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none. [Wed Apr 5 06:33:55 2023] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [Wed Apr 5 06:33:55 2023] systemd[1]: System time before build time, advancing clock. [Wed Apr 5 06:33:55 2023] systemd[958]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1. [Wed Apr 5 06:33:56 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. [Wed Apr 5 06:33:56 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. [Wed Apr 5 06:33:57 2023] fuse: init (API version 7.34) [Wed Apr 5 06:34:00 2023] mc: Linux media interface: v0.10 [Wed Apr 5 06:34:00 2023] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [Wed Apr 5 06:34:00 2023] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [Wed Apr 5 06:34:00 2023] bcm2835_audio bcm2835_audio: card created with 4 channels [Wed Apr 5 06:34:00 2023] videodev: Linux video capture interface: v2.00 [Wed Apr 5 06:34:00 2023] bcm2835_vc_sm_cma_probe: Videocore shared memory driver [Wed Apr 5 06:34:00 2023] [vc_sm_connected_init]: start [Wed Apr 5 06:34:00 2023] bcm2835_audio bcm2835_audio: card created with 4 channels [Wed Apr 5 06:34:00 2023] [vc_sm_connected_init]: installed successfully [Wed Apr 5 06:34:00 2023] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [Wed Apr 5 06:34:00 2023] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [Wed Apr 5 06:34:00 2023] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [Wed Apr 5 06:34:00 2023] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. [Wed Apr 5 06:34:00 2023] smsc95xx v2.0.0 [Wed Apr 5 06:34:00 2023] bcm2835-codec bcm2835-codec: Device registered as /dev/video10 [Wed Apr 5 06:34:00 2023] bcm2835-codec bcm2835-codec: Loaded V4L2 decode [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13 [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14 [Wed Apr 5 06:34:00 2023] bcm2835-codec bcm2835-codec: Device registered as /dev/video11 [Wed Apr 5 06:34:00 2023] bcm2835-codec bcm2835-codec: Loaded V4L2 encode [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15 [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16 [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Register output node 0 with media controller [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller [Wed Apr 5 06:34:00 2023] bcm2835-codec bcm2835-codec: Device registered as /dev/video12 [Wed Apr 5 06:34:00 2023] bcm2835-codec bcm2835-codec: Loaded V4L2 isp [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20 [Wed Apr 5 06:34:00 2023] bcm2835-codec bcm2835-codec: Device registered as /dev/video18 [Wed Apr 5 06:34:00 2023] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21 [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22 [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23 [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Register output node 0 with media controller [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller [Wed Apr 5 06:34:00 2023] bcm2835-codec bcm2835-codec: Device registered as /dev/video31 [Wed Apr 5 06:34:00 2023] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp [Wed Apr 5 06:34:00 2023] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image [Wed Apr 5 06:34:00 2023] SMSC LAN8700 usb-001:003:01: attached PHY driver (mii_bus:phy_addr=usb-001:003:01, irq=POLL) [Wed Apr 5 06:34:00 2023] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:14:e0:21 [Wed Apr 5 06:34:00 2023] usbcore: registered new interface driver smsc95xx [Wed Apr 5 06:34:01 2023] zram: Can't change algorithm for initialized device [Wed Apr 5 06:34:03 2023] Adding 445512k swap on /dev/zram0. Priority:-2 extents:1 across:445512k SSFS [Wed Apr 5 06:34:06 2023] i2c_dev: i2c /dev entries driver [Wed Apr 5 06:34:09 2023] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup [Wed Apr 5 06:34:09 2023] smsc95xx 1-1.1:1.0 eth0: Link is Down [Wed Apr 5 06:34:11 2023] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off [Wed Apr 5 06:34:11 2023] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [Wed Apr 5 06:34:15 2023] cam-dummy-reg: disabling [Wed Apr 5 06:34:30 2023] Bridge firewalling registered [Wed Apr 5 06:34:37 2023] br-09540603ee69: port 1(vethae8a7c1) entered blocking state [Wed Apr 5 06:34:37 2023] br-09540603ee69: port 1(vethae8a7c1) entered disabled state [Wed Apr 5 06:34:37 2023] device vethae8a7c1 entered promiscuous mode [Wed Apr 5 06:34:43 2023] eth0: renamed from vethc764699 [Wed Apr 5 06:34:43 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethae8a7c1: link becomes ready [Wed Apr 5 06:34:43 2023] br-09540603ee69: port 1(vethae8a7c1) entered blocking state [Wed Apr 5 06:34:43 2023] br-09540603ee69: port 1(vethae8a7c1) entered forwarding state [Wed Apr 5 06:34:43 2023] IPv6: ADDRCONF(NETDEV_CHANGE): br-09540603ee69: link becomes ready [Wed Apr 5 06:35:20 2023] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [Wed Apr 5 06:35:21 2023] br-09540603ee69: port 2(veth3cc8a41) entered blocking state [Wed Apr 5 06:35:21 2023] br-09540603ee69: port 2(veth3cc8a41) entered disabled state [Wed Apr 5 06:35:21 2023] device veth3cc8a41 entered promiscuous mode [Wed Apr 5 06:35:22 2023] br-09540603ee69: port 2(veth3cc8a41) entered disabled state [Wed Apr 5 06:35:22 2023] device veth3cc8a41 left promiscuous mode [Wed Apr 5 06:35:22 2023] br-09540603ee69: port 2(veth3cc8a41) entered disabled state [Wed Apr 5 06:35:24 2023] br-09540603ee69: port 2(vethd1247aa) entered blocking state [Wed Apr 5 06:35:24 2023] br-09540603ee69: port 2(vethd1247aa) entered disabled state [Wed Apr 5 06:35:24 2023] device vethd1247aa entered promiscuous mode [Wed Apr 5 06:35:24 2023] br-09540603ee69: port 2(vethd1247aa) entered disabled state [Wed Apr 5 06:35:24 2023] device vethd1247aa left promiscuous mode [Wed Apr 5 06:35:24 2023] br-09540603ee69: port 2(vethd1247aa) entered disabled state [Wed Apr 5 06:35:28 2023] br-09540603ee69: port 2(veth7b620b8) entered blocking state [Wed Apr 5 06:35:28 2023] br-09540603ee69: port 2(veth7b620b8) entered disabled state [Wed Apr 5 06:35:28 2023] device veth7b620b8 entered promiscuous mode [Wed Apr 5 06:35:28 2023] br-09540603ee69: port 2(veth7b620b8) entered disabled state [Wed Apr 5 06:35:28 2023] device veth7b620b8 left promiscuous mode [Wed Apr 5 06:35:28 2023] br-09540603ee69: port 2(veth7b620b8) entered disabled state [Wed Apr 5 06:35:34 2023] br-09540603ee69: port 2(vethc971756) entered blocking state [Wed Apr 5 06:35:34 2023] br-09540603ee69: port 2(vethc971756) entered disabled state [Wed Apr 5 06:35:34 2023] device vethc971756 entered promiscuous mode [Wed Apr 5 06:35:34 2023] br-09540603ee69: port 2(vethc971756) entered disabled state [Wed Apr 5 06:35:34 2023] device vethc971756 left promiscuous mode [Wed Apr 5 06:35:34 2023] br-09540603ee69: port 2(vethc971756) entered disabled state [Wed Apr 5 06:35:44 2023] br-09540603ee69: port 2(veth6f4ab76) entered blocking state [Wed Apr 5 06:35:44 2023] br-09540603ee69: port 2(veth6f4ab76) entered disabled state [Wed Apr 5 06:35:44 2023] device veth6f4ab76 entered promiscuous mode [Wed Apr 5 06:35:45 2023] br-09540603ee69: port 2(veth6f4ab76) entered disabled state [Wed Apr 5 06:35:45 2023] device veth6f4ab76 left promiscuous mode [Wed Apr 5 06:35:45 2023] br-09540603ee69: port 2(veth6f4ab76) entered disabled state [Wed Apr 5 06:36:03 2023] br-09540603ee69: port 2(veth97c269f) entered blocking state [Wed Apr 5 06:36:03 2023] br-09540603ee69: port 2(veth97c269f) entered disabled state [Wed Apr 5 06:36:03 2023] device veth97c269f entered promiscuous mode [Wed Apr 5 06:36:03 2023] br-09540603ee69: port 2(veth97c269f) entered disabled state [Wed Apr 5 06:36:03 2023] device veth97c269f left promiscuous mode [Wed Apr 5 06:36:03 2023] br-09540603ee69: port 2(veth97c269f) entered disabled state real 0m 0.08s user 0m 0.04s sys 0m 0.00s --- find /mnt/data/*hup/*log -mtime -180 | xargs tail -n 250 -v --- 2023-04-05 06:36:34.528055225+00:00 ==> standard input <== real 0m 0.08s user 0m 0.02s sys 0m 0.01s --- journalctl --no-pager --no-hostname --list-boots --- 2023-04-05 06:36:34.674984332+00:00 0 fc59b83b30664c87b6b014bfd855e876 Wed 2023-04-05 06:00:01 UTC—Wed 2023-04-05 06:36:32 UTC real 0m 0.07s user 0m 0.01s sys 0m 0.02s --- journalctl --no-pager --no-hostname -n500 -a --- 2023-04-05 06:36:34.848210921+00:00 Apr 05 06:00:16 openvpn[1802]: 2023-04-05 06:00:16 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET]3.225.166.106:443 Apr 05 06:34:13 timesync-https.sh[1753]: [timesync-https.sh][INFO] Time synchronised via HTTPS. Apr 05 06:34:13 timesync-https.sh[1753]: [timesync-https.sh][INFO] Old time: Wed Apr 5 06:00:16 UTC 2023 Apr 05 06:34:13 timesync-https.sh[1753]: [timesync-https.sh][INFO] New time: Wed Apr 5 06:34:13 UTC 2023 Apr 05 06:34:13 timesync-https.sh[1970]: hwclock: can't open '/dev/misc/rtc': No such file or directory Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34: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.155.34 52.4.252.97,peer-id 0,cipher AES-128-GCM' Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: timers and/or timeouts modified Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 Socket Buffers: R=[131072->131072] S=[44800->44800] Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: --socket-flags option modified Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 Socket flags: TCP_NODELAY=1 succeeded Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: --ifconfig/up options modified Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: route options modified Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: peer-id set Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: adjusting link_mtu to 1627 Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 OPTIONS IMPORT: data channel crypto options modified Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 Data Channel: using negotiated cipher 'AES-128-GCM' Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 Outgoing Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 Incoming Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 ROUTE_GATEWAY 192.168.2.2/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:14:e0:21 Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 TUN/TAP device resin-vpn opened Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 /sbin/ip link set dev resin-vpn up mtu 1500 Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 /sbin/ip link set dev resin-vpn up Apr 05 06:34:13 NetworkManager[1734]: [1680676453.8384] manager: (resin-vpn): new Tun device (/org/freedesktop/NetworkManager/Devices/4) Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 /sbin/ip addr add dev resin-vpn local 10.240.155.34 peer 52.4.252.97 Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.155.34 52.4.252.97 init Apr 05 06:34:13 systemd-udevd[1974]: Using default interface naming scheme 'v250'. Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Apr 05 06:34:13 openvpn[1984]: ip: RTNETLINK answers: File exists Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 ERROR: Linux route add command failed: external program exited with error status: 2 Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 GID set to openvpn Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 UID set to openvpn Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Apr 05 06:34:13 openvpn[1802]: 2023-04-05 06:34:13 Initialization Sequence Completed Apr 05 06:34:14 kernel: cam-dummy-reg: disabling Apr 05 06:34:14 healthdog[1971]: 2023-04-05T06:34:14Z chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH +IPV6 -DEBUG) Apr 05 06:34:14 healthdog[1971]: 2023-04-05T06:34:14Z Running with root privileges Apr 05 06:34:14 healthdog[1971]: 2023-04-05T06:34:14Z Frequency 4.659 +/- 0.033 ppm read from /var/lib/chrony/drift Apr 05 06:34:14 healthdog[1986]: [chrony-healthcheck][INFO] No online NTP sources - forcing poll Apr 05 06:34:14 healthdog[1971]: 2023-04-05T06:34:14Z System clock was stepped by -0.000000 seconds Apr 05 06:34:19 healthdog[1971]: 2023-04-05T06:34:19Z Selected source 193.47.147.20 (3.resinio.pool.ntp.org) Apr 05 06:34:19 healthdog[1971]: 2023-04-05T06:34:19Z System clock wrong by 1.194923 seconds Apr 05 06:34:20 healthdog[1971]: 2023-04-05T06:34:20Z System clock was stepped by 1.194923 seconds Apr 05 06:34:21 healthdog[1998]: try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000 Apr 05 06:34:21 healthdog[1998]: try: 2, refid: 00000000, correction: 0.000000000, skew: 0.000 Apr 05 06:34:21 healthdog[1998]: try: 3, refid: 00000000, correction: 0.000000000, skew: 0.000 Apr 05 06:34:21 healthdog[1998]: try: 4, refid: 00000000, correction: 0.000000000, skew: 0.000 Apr 05 06:34:21 healthdog[1998]: try: 5, refid: 00000000, correction: 0.000000000, skew: 0.000 Apr 05 06:34:21 healthdog[1998]: try: 6, refid: 00000000, correction: 0.000000000, skew: 0.000 Apr 05 06:34:21 healthdog[1998]: try: 7, refid: C12F9314, correction: 0.000000000, skew: 0.033 Apr 05 06:34:26 balenad[1833]: time="2023-04-05T06:34:26.048613167Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=2000 Apr 05 06:34:26 balenad[2000]: time="2023-04-05T06:34:26.700551328Z" level=info msg="starting containerd" revision= version=1.4.0+unknown Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.272110279Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.284790272Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.285302041Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="invalid aufs configuration" Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.285521258Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.288071351Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.293807157Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.294303092Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="invalid aufs configuration" Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.294526841Z" level=info msg="metadata content store policy set" policy=shared Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.308355475Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.308813389Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.309924426Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.310373591Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.310656089Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311002598Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311264993Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311486085Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311735928Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.311952750Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.312159051Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.313553628Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.314750549Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.319842505Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.320328388Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.321142030Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.321500205Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.321732548Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.321935255Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.322131348Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.322327024Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.322529367Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.333510931Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.333829731Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.334121969Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.334405666Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.334714779Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.339076530Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.340043973Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.341736569Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Apr 05 06:34:27 balenad[2000]: time="2023-04-05T06:34:27.343020991Z" level=info msg="containerd successfully booted in 0.666876s" Apr 05 06:34:28 balenad[1833]: time="2023-04-05T06:34:28.111711367Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Apr 05 06:34:28 balenad[1833]: time="2023-04-05T06:34:28.115313382Z" level=info msg="Storage migration skipped: %!s()" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.277334270Z" level=warning msg="Your kernel does not support CPU realtime scheduler" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.282404507Z" level=warning msg="Your kernel does not support cgroup blkio weight" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.283446377Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.284190175Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.284805589Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.285469701Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.286077614Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device" Apr 05 06:34:29 balenad[1833]: time="2023-04-05T06:34:29.289134996Z" level=info msg="Loading containers: start." Apr 05 06:34:30 kernel: Bridge firewalling registered Apr 05 06:34:31 systemd-udevd[2017]: Using default interface naming scheme 'v250'. Apr 05 06:34:31 NetworkManager[1734]: [1680676471.3966] manager: (br-09540603ee69): new Bridge device (/org/freedesktop/NetworkManager/Devices/5) Apr 05 06:34:32 systemd-udevd[2057]: Using default interface naming scheme 'v250'. Apr 05 06:34:32 NetworkManager[1734]: [1680676472.0846] manager: (supervisor0): new Bridge device (/org/freedesktop/NetworkManager/Devices/6) Apr 05 06:34:32 NetworkManager[1734]: [1680676472.6746] device (supervisor0): failed to read bridge setting 'vlan_protocol' Apr 05 06:34:32 NetworkManager[1734]: [1680676472.6750] device (supervisor0): failed to read bridge setting 'vlan_stats_enabled' Apr 05 06:34:32 NetworkManager[1734]: [1680676472.6889] device (supervisor0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external') Apr 05 06:34:32 NetworkManager[1734]: [1680676472.7009] device (supervisor0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external') Apr 05 06:34:32 NetworkManager[1734]: [1680676472.7228] device (supervisor0): Activation: starting connection 'supervisor0' (5f5beb1f-e31e-4871-a709-27b2da85651d) Apr 05 06:34:32 NetworkManager[1734]: [1680676472.7286] device (supervisor0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external') Apr 05 06:34:32 NetworkManager[1734]: [1680676472.7353] device (supervisor0): state change: prepare -> config (reason 'none', sys-iface-state: 'external') Apr 05 06:34:32 NetworkManager[1734]: [1680676472.7434] device (supervisor0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external') Apr 05 06:34:32 NetworkManager[1734]: [1680676472.7672] manager: (balena0): new Bridge device (/org/freedesktop/NetworkManager/Devices/7) Apr 05 06:34:32 NetworkManager[1734]: [1680676472.7753] device (supervisor0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external') Apr 05 06:34:32 dbus-daemon[1506]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=1734 comm="/usr/sbin/NetworkManager --no-daemon") Apr 05 06:34:32 dbus-daemon[1506]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Apr 05 06:34:32 NetworkManager[1734]: [1680676472.9277] device (supervisor0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external') Apr 05 06:34:32 NetworkManager[1734]: [1680676472.9314] device (supervisor0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external') Apr 05 06:34:32 NetworkManager[1734]: [1680676472.9504] device (supervisor0): Activation: successful, device activated. Apr 05 06:34:34 balenad[1833]: time="2023-04-05T06:34:34.506066262Z" level=info msg="Removing stale sandbox c30f902369e8e908d3ddcf92cd5d59fda318bd3fa053e2648f97576c87222c44 (ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891)" Apr 05 06:34:34 balenad[1833]: time="2023-04-05T06:34:34.612305506Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 09540603ee694ea2a352be331ac40db8590c913f71bc0370f5e564c3076cb1c2 5e146d5ddfa3ddf45b97b21c24bdc8c1aefb98644dc73b0dfe96c1b6a1641458], retrying...." Apr 05 06:34:35 balenad[1833]: time="2023-04-05T06:34:35.987956389Z" level=info msg="Removing stale sandbox cc9abe836bb9e410f1a543fa21114a66b353321d37bc9f29d71b1b7d93b9e8da (7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875)" Apr 05 06:34:36 balenad[1833]: time="2023-04-05T06:34:36.022918413Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 24c047c8846ef72a427d0e2b86c870159fb052325fadd5f51162004114b4000d 2d8a4fc29d4cbb205d326dee81d01ce45b472e2a1b9c3622dde93c5de2eadf32], retrying...." Apr 05 06:34:37 kernel: br-09540603ee69: port 1(vethae8a7c1) entered blocking state Apr 05 06:34:37 kernel: br-09540603ee69: port 1(vethae8a7c1) entered disabled state Apr 05 06:34:37 kernel: device vethae8a7c1 entered promiscuous mode Apr 05 06:34:37 systemd-udevd[2214]: Using default interface naming scheme 'v250'. Apr 05 06:34:37 NetworkManager[1734]: [1680676477.5219] manager: (vethc764699): new Veth device (/org/freedesktop/NetworkManager/Devices/8) Apr 05 06:34:37 systemd-udevd[2215]: Using default interface naming scheme 'v250'. Apr 05 06:34:37 NetworkManager[1734]: [1680676477.5420] manager: (vethae8a7c1): new Veth device (/org/freedesktop/NetworkManager/Devices/9) Apr 05 06:34:38 balenad[1833]: time="2023-04-05T06:34:38.018440105Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Apr 05 06:34:38 balenad[2000]: time="2023-04-05T06:34:38.202293363Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Apr 05 06:34:38 balenad[2000]: time="2023-04-05T06:34:38.226122992Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/b195a40513b32b3723da106ad103b0936c6c38f67a2026d4e500a65682843d5a.sock debug=false pid=2233 Apr 05 06:34:38 balenad[1833]: time="2023-04-05T06:34:38.630539805Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Apr 05 06:34:38 balenad[2000]: time="2023-04-05T06:34:38.916297172Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Apr 05 06:34:39 balenad[2000]: time="2023-04-05T06:34:39.037527492Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c0f1291e1780fa8b2690d9ae6a9f0d298bdecca5c99ac57389085b7cb066da27.sock debug=false pid=2252 Apr 05 06:34:41 systemd[1]: docker-7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875.scope: Killing process 2281 (runc:[2:INIT]) with signal SIGKILL. Apr 05 06:34:41 balenad[2000]: time="2023-04-05T06:34:41.826254499Z" level=info msg="shim reaped" id=7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875 Apr 05 06:34:41 balenad[1833]: time="2023-04-05T06:34:41.863136619Z" level=error msg="stream copy error: reading from a closed fifo" Apr 05 06:34:41 balenad[1833]: time="2023-04-05T06:34:41.873056989Z" level=error msg="stream copy error: reading from a closed fifo" Apr 05 06:34:42 balenad[1833]: time="2023-04-05T06:34:42.333282970Z" level=error msg="7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875 cleanup: failed to delete container from containerd: no such container" Apr 05 06:34:42 balenad[1833]: time="2023-04-05T06:34:42.333615104Z" level=error msg="failed to start container" container=7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875 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" Apr 05 06:34:43 kernel: eth0: renamed from vethc764699 Apr 05 06:34:43 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethae8a7c1: link becomes ready Apr 05 06:34:43 kernel: br-09540603ee69: port 1(vethae8a7c1) entered blocking state Apr 05 06:34:43 kernel: br-09540603ee69: port 1(vethae8a7c1) entered forwarding state Apr 05 06:34:43 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): br-09540603ee69: link becomes ready Apr 05 06:34:43 NetworkManager[1734]: [1680676483.7594] device (vethae8a7c1): carrier: link connected Apr 05 06:34:43 NetworkManager[1734]: [1680676483.7736] device (br-09540603ee69): carrier: link connected Apr 05 06:34:44 balenad[1833]: time="2023-04-05T06:34:44.720400337Z" level=info msg="Loading containers: done." Apr 05 06:34:45 ab5f4d396609[1833]: Not starting mjpg-streamer because no camera is detected Apr 05 06:34:45 balenad[1833]: time="2023-04-05T06:34:45.443194001Z" level=info msg="Docker daemon" commit=af43ce40a2eb094b68a7d91c5fd9f36280c265a2 graphdriver(s)=overlay2 version=v20.10.26 Apr 05 06:34:45 balenad[1833]: time="2023-04-05T06:34:45.452910883Z" level=info msg="Daemon has completed initialization" Apr 05 06:34:45 balenad[1833]: time="2023-04-05T06:34:45.816028774Z" level=info msg="API listen on /run/balena-engine.sock" Apr 05 06:34:45 balena-supervisor[1732]: Error response from daemon: No such container: resin_supervisor Apr 05 06:34:45 balenad[1833]: time="2023-04-05T06:34:45.882799973Z" level=info msg="API listen on /var/run/balena.sock" Apr 05 06:34:46 balenad[1833]: time="2023-04-05T06:34:46.047419571Z" level=info msg="API listen on /var/run/balena-engine.sock" Apr 05 06:34:46 balenad[1833]: time="2023-04-05T06:34:46.132913756Z" level=info msg="API listen on [::]:2375" Apr 05 06:34:46 balena-supervisor[2365]: balena_supervisor Apr 05 06:34:46 balena-supervisor[2373]: active Apr 05 06:34:46 balena-supervisor[2374]: [gen-conf-unit][INFO] Generating configuration unit for balena-supervisor in /var/volatile Apr 05 06:34:46 balena-supervisor[2374]: [gen-conf-unit][INFO] New balena-supervisor configuration: Apr 05 06:34:46 balena-supervisor[2386]: { Apr 05 06:34:46 balena-supervisor[2386]: "listenPort": "48484" Apr 05 06:34:46 balena-supervisor[2386]: } Apr 05 06:34:46 echo[2388]: balena-supervisor configuration changed Apr 05 06:34:48 balena-supervisor[2398]: balena_supervisor Apr 05 06:34:48 extract-balena-ca[2425]: [extract-balena-ca][INFO] The config.json file does not contain custom CA Apr 05 06:34:48 balena-supervisor[2430]: Error response from daemon: No such container: resin_supervisor Apr 05 06:34:49 balena-supervisor[2438]: balena_supervisor Apr 05 06:34:49 balena-supervisor[2446]: active Apr 05 06:34:52 balena-supervisor[2449]: Container config has not changed Apr 05 06:34:53 balenad[1833]: time="2023-04-05T06:34:53.784438470Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Apr 05 06:34:53 balenad[2000]: time="2023-04-05T06:34:53.937312914Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Apr 05 06:34:53 balenad[2000]: time="2023-04-05T06:34:53.955571110Z" level=info msg="shim balena-engine-containerd-shim started" address=/containerd-shim/c0f1291e1780fa8b2690d9ae6a9f0d298bdecca5c99ac57389085b7cb066da27.sock debug=false pid=2518 Apr 05 06:35:11 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. Apr 05 06:35:12 sshd[2570]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Apr 05 06:35:12 balena-supervisor[2509]: [info] Supervisor v14.9.4 starting up... Apr 05 06:35:12 7b8f87d7c045[1833]: [info] Supervisor v14.9.4 starting up... Apr 05 06:35:13 7b8f87d7c045[1833]: [info] Setting host to discoverable Apr 05 06:35:13 balena-supervisor[2509]: [info] Setting host to discoverable Apr 05 06:35:13 7b8f87d7c045[1833]: [debug] Starting systemd unit: avahi-daemon.service Apr 05 06:35:13 balena-supervisor[2509]: [debug] Starting systemd unit: avahi-daemon.service Apr 05 06:35:13 7b8f87d7c045[1833]: [debug] Starting systemd unit: avahi-daemon.socket Apr 05 06:35:13 balena-supervisor[2509]: [debug] Starting systemd unit: avahi-daemon.socket Apr 05 06:35:13 7b8f87d7c045[1833]: [debug] Starting logging infrastructure Apr 05 06:35:13 balena-supervisor[2509]: [debug] Starting logging infrastructure Apr 05 06:35:13 avahi-daemon[2577]: Process 1640 died: No such process; trying to remove PID file. (/run/avahi-daemon//pid) Apr 05 06:35:13 avahi-daemon[2577]: Found user 'avahi' (UID 993) and group 'avahi' (GID 992). Apr 05 06:35:13 avahi-daemon[2577]: Successfully dropped root privileges. Apr 05 06:35:13 avahi-daemon[2577]: avahi-daemon 0.8 starting up. Apr 05 06:35:13 avahi-daemon[2577]: Successfully called chroot(). Apr 05 06:35:13 avahi-daemon[2577]: Successfully dropped remaining capabilities. Apr 05 06:35:13 avahi-daemon[2577]: Loading service file /services/ssh.service. Apr 05 06:35:13 avahi-daemon[2577]: Joining mDNS multicast group on interface vethae8a7c1.IPv6 with address fe80::3c86:b7ff:fef6:e92a. Apr 05 06:35:13 avahi-daemon[2577]: New relevant interface vethae8a7c1.IPv6 for mDNS. Apr 05 06:35:13 avahi-daemon[2577]: Joining mDNS multicast group on interface balena0.IPv4 with address 10.114.101.1. Apr 05 06:35:13 avahi-daemon[2577]: New relevant interface balena0.IPv4 for mDNS. Apr 05 06:35:13 avahi-daemon[2577]: Joining mDNS multicast group on interface supervisor0.IPv4 with address 10.114.104.1. Apr 05 06:35:13 avahi-daemon[2577]: New relevant interface supervisor0.IPv4 for mDNS. Apr 05 06:35:13 avahi-daemon[2577]: Joining mDNS multicast group on interface br-09540603ee69.IPv6 with address fe80::42:1ff:fe2b:a53a. Apr 05 06:35:13 avahi-daemon[2577]: New relevant interface br-09540603ee69.IPv6 for mDNS. Apr 05 06:35:13 avahi-daemon[2577]: Joining mDNS multicast group on interface br-09540603ee69.IPv4 with address 172.17.0.1. Apr 05 06:35:13 avahi-daemon[2577]: New relevant interface br-09540603ee69.IPv4 for mDNS. Apr 05 06:35:13 avahi-daemon[2577]: Joining mDNS multicast group on interface resin-dns.IPv4 with address 10.114.102.1. Apr 05 06:35:13 avahi-daemon[2577]: New relevant interface resin-dns.IPv4 for mDNS. Apr 05 06:35:13 avahi-daemon[2577]: Joining mDNS multicast group on interface eth0.IPv6 with address 2a10:bcc2:2008:6900:a96f:8cdb:670b:ceb0. Apr 05 06:35:13 avahi-daemon[2577]: New relevant interface eth0.IPv6 for mDNS. Apr 05 06:35:13 avahi-daemon[2577]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.2.27. Apr 05 06:35:13 avahi-daemon[2577]: New relevant interface eth0.IPv4 for mDNS. Apr 05 06:35:13 avahi-daemon[2577]: Joining mDNS multicast group on interface lo.IPv6 with address ::1. Apr 05 06:35:13 avahi-daemon[2577]: New relevant interface lo.IPv6 for mDNS. Apr 05 06:35:13 avahi-daemon[2577]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1. Apr 05 06:35:13 avahi-daemon[2577]: New relevant interface lo.IPv4 for mDNS. Apr 05 06:35:13 avahi-daemon[2577]: Network interface enumeration completed. Apr 05 06:35:13 avahi-daemon[2577]: Registering new address record for fe80::3c86:b7ff:fef6:e92a on vethae8a7c1.*. Apr 05 06:35:13 avahi-daemon[2577]: Registering new address record for 10.114.101.1 on balena0.IPv4. Apr 05 06:35:13 avahi-daemon[2577]: Registering new address record for 10.114.104.1 on supervisor0.IPv4. Apr 05 06:35:13 avahi-daemon[2577]: Registering new address record for fe80::42:1ff:fe2b:a53a on br-09540603ee69.*. Apr 05 06:35:13 avahi-daemon[2577]: Registering new address record for 172.17.0.1 on br-09540603ee69.IPv4. Apr 05 06:35:13 avahi-daemon[2577]: Registering new address record for 10.114.102.1 on resin-dns.IPv4. Apr 05 06:35:13 avahi-daemon[2577]: Registering new address record for 2a10:bcc2:2008:6900:a96f:8cdb:670b:ceb0 on eth0.*. Apr 05 06:35:13 avahi-daemon[2577]: Registering new address record for 2a10:bcc2:2008:6900::cdb on eth0.*. Apr 05 06:35:13 avahi-daemon[2577]: Registering new address record for 192.168.2.27 on eth0.IPv4. Apr 05 06:35:13 avahi-daemon[2577]: Registering new address record for ::1 on lo.*. Apr 05 06:35:13 avahi-daemon[2577]: Registering new address record for 127.0.0.1 on lo.IPv4. Apr 05 06:35:13 7b8f87d7c045[1833]: [info] Starting firewall Apr 05 06:35:13 balena-supervisor[2509]: [info] Starting firewall Apr 05 06:35:13 7b8f87d7c045[1833]: [warn] Invalid firewall mode: . Reverting to state: off Apr 05 06:35:13 balena-supervisor[2509]: [warn] Invalid firewall mode: . Reverting to state: off Apr 05 06:35:13 7b8f87d7c045[1833]: [info] Applying firewall mode: off Apr 05 06:35:13 balena-supervisor[2509]: [info] Applying firewall mode: off Apr 05 06:35:14 avahi-daemon[2577]: Server startup complete. Host name is 10fe8b9.local. Local service cookie is 2523788492. Apr 05 06:35:14 sshd[2570]: Accepted none for root from 52.4.252.97 port 17033 ssh2 Apr 05 06:35:14 avahi-daemon[2577]: Service "10fe8b9" (/services/ssh.service) successfully established. Apr 05 06:35:15 7b8f87d7c045[1833]: [success] Firewall mode applied Apr 05 06:35:15 balena-supervisor[2509]: [success] Firewall mode applied Apr 05 06:35:15 7b8f87d7c045[1833]: [debug] Starting api binder Apr 05 06:35:15 balena-supervisor[2509]: [debug] Starting api binder Apr 05 06:35:15 7b8f87d7c045[1833]: [debug] Performing database cleanup for container log timestamps Apr 05 06:35:15 balena-supervisor[2509]: [debug] Performing database cleanup for container log timestamps Apr 05 06:35:16 7b8f87d7c045[1833]: [info] Previous engine snapshot was not stored. Skipping cleanup. Apr 05 06:35:16 balena-supervisor[2509]: [info] Previous engine snapshot was not stored. Skipping cleanup. Apr 05 06:35:16 7b8f87d7c045[1833]: [debug] Handling of local mode switch is completed Apr 05 06:35:16 balena-supervisor[2509]: [debug] Handling of local mode switch is completed Apr 05 06:35:16 7b8f87d7c045[1833]: (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. Apr 05 06:35:16 7b8f87d7c045[1833]: (Use `node --trace-deprecation ...` to show where the warning was created) Apr 05 06:35:16 balena-supervisor[2509]: (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. Apr 05 06:35:16 balena-supervisor[2509]: (Use `node --trace-deprecation ...` to show where the warning was created) Apr 05 06:35:16 balena-supervisor[2509]: [debug] Spawning journalctl -a -S 2023-03-30 21:18:13 -o json CONTAINER_ID_FULL=ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891 Apr 05 06:35:16 7b8f87d7c045[1833]: [debug] Spawning journalctl -a -S 2023-03-30 21:18:13 -o json CONTAINER_ID_FULL=ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891 Apr 05 06:35:17 7b8f87d7c045[1833]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Apr 05 06:35:17 balena-supervisor[2509]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Apr 05 06:35:17 balena-supervisor[2509]: [event] Event: Supervisor start {} Apr 05 06:35:17 7b8f87d7c045[1833]: [event] Event: Supervisor start {} Apr 05 06:35:17 7b8f87d7c045[1833]: [info] Starting API server Apr 05 06:35:17 balena-supervisor[2509]: [info] Starting API server Apr 05 06:35:17 balena-supervisor[2509]: [info] Supervisor API successfully started on port 48484 Apr 05 06:35:17 7b8f87d7c045[1833]: [info] Supervisor API successfully started on port 48484 Apr 05 06:35:17 balena-supervisor[2509]: [debug] Ensuring device is provisioned Apr 05 06:35:17 7b8f87d7c045[1833]: [debug] Ensuring device is provisioned Apr 05 06:35:17 7b8f87d7c045[1833]: [debug] Connectivity check enabled: true Apr 05 06:35:17 balena-supervisor[2509]: [debug] Connectivity check enabled: true Apr 05 06:35:17 7b8f87d7c045[1833]: [debug] Starting periodic check for IP addresses Apr 05 06:35:17 balena-supervisor[2509]: [debug] Starting periodic check for IP addresses Apr 05 06:35:17 7b8f87d7c045[1833]: [info] Reporting initial state, supervisor version and API info Apr 05 06:35:17 balena-supervisor[2509]: [info] Reporting initial state, supervisor version and API info Apr 05 06:35:17 7b8f87d7c045[1833]: [debug] Skipping preloading Apr 05 06:35:17 balena-supervisor[2509]: [debug] Skipping preloading Apr 05 06:35:18 7b8f87d7c045[1833]: [debug] VPN status path exists. Apr 05 06:35:18 balena-supervisor[2509]: [debug] VPN status path exists. Apr 05 06:35:18 7b8f87d7c045[1833]: [info] Applying target state Apr 05 06:35:18 balena-supervisor[2509]: [info] Applying target state Apr 05 06:35:18 7b8f87d7c045[1833]: [debug] Starting current state report Apr 05 06:35:18 7b8f87d7c045[1833]: [debug] Starting target state poll Apr 05 06:35:18 balena-supervisor[2509]: [debug] Starting current state report Apr 05 06:35:18 balena-supervisor[2509]: [debug] Starting target state poll Apr 05 06:35:18 balena-supervisor[2509]: [debug] Spawning journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Apr 05 06:35:18 7b8f87d7c045[1833]: [debug] Spawning journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Apr 05 06:35:18 7b8f87d7c045[1833]: [info] VPN connection is active. Apr 05 06:35:18 balena-supervisor[2509]: [info] VPN connection is active. Apr 05 06:35:18 7b8f87d7c045[1833]: [info] Waiting for connectivity... Apr 05 06:35:18 balena-supervisor[2509]: [info] Waiting for connectivity... Apr 05 06:35:19 dnsmasq[1808]: dnsmasq[1808]: time 1680676519 Apr 05 06:35:19 dnsmasq[1808]: dnsmasq[1808]: cache size 150, 0/41 cache insertions re-used unexpired cache entries. Apr 05 06:35:19 dnsmasq[1808]: dnsmasq[1808]: queries forwarded 18, queries answered locally 26 Apr 05 06:35:19 dnsmasq[1808]: dnsmasq[1808]: queries for authoritative zones 0 Apr 05 06:35:19 dnsmasq[1808]: dnsmasq[1808]: pool memory in use 0, max 0, allocated 0 Apr 05 06:35:19 dnsmasq[1808]: dnsmasq[1808]: server 8.8.8.8#53: queries sent 7, retried or failed 0 Apr 05 06:35:19 dnsmasq[1808]: dnsmasq[1808]: server 192.168.2.2#53: queries sent 11, retried or failed 0 Apr 05 06:35:19 dnsmasq[1808]: dnsmasq[1808]: server 2a10:bcc2:2008:6900::1#53: queries sent 2, retried or failed 0 Apr 05 06:35:20 kernel: EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. Apr 05 06:35:21 7b8f87d7c045[1833]: [info] Reported current state to the cloud Apr 05 06:35:21 balena-supervisor[2509]: [info] Reported current state to the cloud Apr 05 06:35:21 7b8f87d7c045[1833]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:21 balena-supervisor[2509]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:21 systemd-udevd[2645]: Using default interface naming scheme 'v250'. Apr 05 06:35:21 kernel: br-09540603ee69: port 2(veth3cc8a41) entered blocking state Apr 05 06:35:21 kernel: br-09540603ee69: port 2(veth3cc8a41) entered disabled state Apr 05 06:35:21 kernel: device veth3cc8a41 entered promiscuous mode Apr 05 06:35:21 NetworkManager[1734]: [1680676521.9066] manager: (veth9af6485): new Veth device (/org/freedesktop/NetworkManager/Devices/10) Apr 05 06:35:21 NetworkManager[1734]: [1680676521.9335] manager: (veth3cc8a41): new Veth device (/org/freedesktop/NetworkManager/Devices/11) Apr 05 06:35:22 systemd-udevd[2703]: Using default interface naming scheme 'v250'. Apr 05 06:35:22 kernel: br-09540603ee69: port 2(veth3cc8a41) entered disabled state Apr 05 06:35:22 kernel: device veth3cc8a41 left promiscuous mode Apr 05 06:35:22 kernel: br-09540603ee69: port 2(veth3cc8a41) entered disabled state Apr 05 06:35:22 balenad[1833]: time="2023-04-05T06:35:22.595840949Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:22 balenad[1833]: time="2023-04-05T06:35:22.596296155Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:22 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:22 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:22 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:22 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:22 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:22 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:22 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:22 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:22 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:22 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:22 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:22 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:22 7b8f87d7c045[1833]: [info] Applying target state Apr 05 06:35:22 balena-supervisor[2509]: [info] Applying target state Apr 05 06:35:24 7b8f87d7c045[1833]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:24 balena-supervisor[2509]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:24 kernel: br-09540603ee69: port 2(vethd1247aa) entered blocking state Apr 05 06:35:24 kernel: br-09540603ee69: port 2(vethd1247aa) entered disabled state Apr 05 06:35:24 kernel: device vethd1247aa entered promiscuous mode Apr 05 06:35:24 systemd-udevd[2708]: Using default interface naming scheme 'v250'. Apr 05 06:35:24 NetworkManager[1734]: [1680676524.1949] manager: (vetha2c99bd): new Veth device (/org/freedesktop/NetworkManager/Devices/12) Apr 05 06:35:24 NetworkManager[1734]: [1680676524.2341] manager: (vethd1247aa): new Veth device (/org/freedesktop/NetworkManager/Devices/13) Apr 05 06:35:24 kernel: br-09540603ee69: port 2(vethd1247aa) entered disabled state Apr 05 06:35:24 kernel: device vethd1247aa left promiscuous mode Apr 05 06:35:24 kernel: br-09540603ee69: port 2(vethd1247aa) entered disabled state Apr 05 06:35:24 balenad[1833]: time="2023-04-05T06:35:24.967264379Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:24 balenad[1833]: time="2023-04-05T06:35:24.967707658Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:24 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:24 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:24 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:24 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:24 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:24 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:25 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:25 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:25 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:25 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:25 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:25 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:27 7b8f87d7c045[1833]: [info] Applying target state Apr 05 06:35:27 balena-supervisor[2509]: [info] Applying target state Apr 05 06:35:28 7b8f87d7c045[1833]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:28 balena-supervisor[2509]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:28 kernel: br-09540603ee69: port 2(veth7b620b8) entered blocking state Apr 05 06:35:28 kernel: br-09540603ee69: port 2(veth7b620b8) entered disabled state Apr 05 06:35:28 kernel: device veth7b620b8 entered promiscuous mode Apr 05 06:35:28 NetworkManager[1734]: [1680676528.1633] manager: (vethfe0a450): new Veth device (/org/freedesktop/NetworkManager/Devices/14) Apr 05 06:35:28 NetworkManager[1734]: [1680676528.1903] manager: (veth7b620b8): new Veth device (/org/freedesktop/NetworkManager/Devices/15) Apr 05 06:35:28 7b8f87d7c045[1833]: [info] Internet Connectivity: OK Apr 05 06:35:28 balena-supervisor[2509]: [info] Internet Connectivity: OK Apr 05 06:35:28 kernel: br-09540603ee69: port 2(veth7b620b8) entered disabled state Apr 05 06:35:28 kernel: device veth7b620b8 left promiscuous mode Apr 05 06:35:28 kernel: br-09540603ee69: port 2(veth7b620b8) entered disabled state Apr 05 06:35:28 balenad[1833]: time="2023-04-05T06:35:28.763604868Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:28 balenad[1833]: time="2023-04-05T06:35:28.764007002Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:28 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:28 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:28 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:28 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:28 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:28 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:28 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:28 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:28 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:28 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:28 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:28 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:32 7b8f87d7c045[1833]: [info] Applying target state Apr 05 06:35:32 balena-supervisor[2509]: [info] Applying target state Apr 05 06:35:34 7b8f87d7c045[1833]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:34 balena-supervisor[2509]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:34 kernel: br-09540603ee69: port 2(vethc971756) entered blocking state Apr 05 06:35:34 kernel: br-09540603ee69: port 2(vethc971756) entered disabled state Apr 05 06:35:34 kernel: device vethc971756 entered promiscuous mode Apr 05 06:35:34 NetworkManager[1734]: [1680676534.3439] manager: (veth035cd7f): new Veth device (/org/freedesktop/NetworkManager/Devices/16) Apr 05 06:35:34 systemd-udevd[2746]: Using default interface naming scheme 'v250'. Apr 05 06:35:34 systemd-udevd[2745]: Using default interface naming scheme 'v250'. Apr 05 06:35:34 NetworkManager[1734]: [1680676534.3636] manager: (vethc971756): new Veth device (/org/freedesktop/NetworkManager/Devices/17) Apr 05 06:35:34 kernel: br-09540603ee69: port 2(vethc971756) entered disabled state Apr 05 06:35:34 kernel: device vethc971756 left promiscuous mode Apr 05 06:35:34 kernel: br-09540603ee69: port 2(vethc971756) entered disabled state Apr 05 06:35:35 balenad[1833]: time="2023-04-05T06:35:35.071499905Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:35 balenad[1833]: time="2023-04-05T06:35:35.071842768Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:35 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:35 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:35 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:35 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:35:35 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:35 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:35:35 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:35 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:35 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:35 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:35 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:35 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:35 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:35:35 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:35:35 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:35 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:43 7b8f87d7c045[1833]: [info] Applying target state Apr 05 06:35:43 balena-supervisor[2509]: [info] Applying target state Apr 05 06:35:44 7b8f87d7c045[1833]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:44 balena-supervisor[2509]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:44 systemd-udevd[2786]: Using default interface naming scheme 'v250'. Apr 05 06:35:44 NetworkManager[1734]: [1680676544.6209] manager: (vethaef95f8): new Veth device (/org/freedesktop/NetworkManager/Devices/18) Apr 05 06:35:44 kernel: br-09540603ee69: port 2(veth6f4ab76) entered blocking state Apr 05 06:35:44 kernel: br-09540603ee69: port 2(veth6f4ab76) entered disabled state Apr 05 06:35:44 kernel: device veth6f4ab76 entered promiscuous mode Apr 05 06:35:44 NetworkManager[1734]: [1680676544.6749] manager: (veth6f4ab76): new Veth device (/org/freedesktop/NetworkManager/Devices/19) Apr 05 06:35:44 systemd-udevd[2789]: Using default interface naming scheme 'v250'. Apr 05 06:35:45 kernel: br-09540603ee69: port 2(veth6f4ab76) entered disabled state Apr 05 06:35:45 kernel: device veth6f4ab76 left promiscuous mode Apr 05 06:35:45 kernel: br-09540603ee69: port 2(veth6f4ab76) entered disabled state Apr 05 06:35:45 balenad[1833]: time="2023-04-05T06:35:45.413673385Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:35:45 balenad[1833]: time="2023-04-05T06:35:45.415212180Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:35:45 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:45 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:45 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:45 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:35:45 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:45 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:45 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:35:45 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:45 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:45 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:45 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:35:45 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:45 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:45 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:35:45 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:45 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:46 rngd[1495]: [jitter]: Enabling JITTER rng support Apr 05 06:35:46 rngd[1495]: [jitter]: Initialized Apr 05 06:35:56 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. Apr 05 06:35:56 sshd[2823]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Apr 05 06:35:58 sshd[2823]: Accepted none for root from 52.4.252.97 port 49233 ssh2 Apr 05 06:35:58 7b8f87d7c045[1833]: [api] GET /v1/device 200 - 227.867 ms Apr 05 06:35:58 balena-supervisor[2509]: [api] GET /v1/device 200 - 227.867 ms Apr 05 06:35:59 7b8f87d7c045[1833]: [error] LogBackend: unexpected error: Error: read ECONNRESET Apr 05 06:35:59 balena-supervisor[2509]: [error] LogBackend: unexpected error: Error: read ECONNRESET Apr 05 06:35:59 7b8f87d7c045[1833]: [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Apr 05 06:35:59 balena-supervisor[2509]: [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Apr 05 06:36:01 7b8f87d7c045[1833]: [info] Applying target state Apr 05 06:36:01 balena-supervisor[2509]: [info] Applying target state Apr 05 06:36:03 7b8f87d7c045[1833]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:36:03 balena-supervisor[2509]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:36:03 systemd-udevd[2938]: Using default interface naming scheme 'v250'. Apr 05 06:36:03 NetworkManager[1734]: [1680676563.3453] manager: (veth12ce921): new Veth device (/org/freedesktop/NetworkManager/Devices/20) Apr 05 06:36:03 systemd-udevd[2939]: Using default interface naming scheme 'v250'. Apr 05 06:36:03 kernel: br-09540603ee69: port 2(veth97c269f) entered blocking state Apr 05 06:36:03 kernel: br-09540603ee69: port 2(veth97c269f) entered disabled state Apr 05 06:36:03 kernel: device veth97c269f entered promiscuous mode Apr 05 06:36:03 NetworkManager[1734]: [1680676563.3881] manager: (veth97c269f): new Veth device (/org/freedesktop/NetworkManager/Devices/21) Apr 05 06:36:03 7b8f87d7c045[1833]: [api] GET /v1/device 200 - 868.703 ms Apr 05 06:36:03 balena-supervisor[2509]: [api] GET /v1/device 200 - 868.703 ms Apr 05 06:36:03 kernel: br-09540603ee69: port 2(veth97c269f) entered disabled state Apr 05 06:36:03 kernel: device veth97c269f left promiscuous mode Apr 05 06:36:03 kernel: br-09540603ee69: port 2(veth97c269f) entered disabled state Apr 05 06:36:04 balenad[1833]: time="2023-04-05T06:36:04.091756150Z" level=error msg="19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c cleanup: failed to delete container from containerd: no such container" Apr 05 06:36:04 balenad[1833]: time="2023-04-05T06:36:04.092120419Z" level=error msg="Handler for POST /containers/19b1c380a0d6c8dd7334ce67c9ff999f46d78e2b90d46277a1ce80cd16fa276c/start returned error: error gathering device information while adding custom device \"/dev/ttyAMA0\": no such file or directory" Apr 05 06:36:04 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:04 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:04 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:04 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:04 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:36:04 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:36:04 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:04 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:04 7b8f87d7c045[1833]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:04 7b8f87d7c045[1833]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:04 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:04 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:04 7b8f87d7c045[1833]: [error] at runMicrotasks () Apr 05 06:36:04 7b8f87d7c045[1833]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:04 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:36:04 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:21 healthdog[3201]: try: 1, refid: C12F9314, correction: 0.000000117, skew: 0.033 Apr 05 06:36:23 7b8f87d7c045[1833]: [error] LogBackend: unexpected error: Error: read ECONNRESET Apr 05 06:36:23 7b8f87d7c045[1833]: [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Apr 05 06:36:23 balena-supervisor[2509]: [error] LogBackend: unexpected error: Error: read ECONNRESET Apr 05 06:36:23 balena-supervisor[2509]: [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Apr 05 06:36:32 dnsmasq[1808]: dnsmasq[1808]: time 1680676592 Apr 05 06:36:32 dnsmasq[1808]: dnsmasq[1808]: cache size 150, 0/58 cache insertions re-used unexpired cache entries. Apr 05 06:36:32 dnsmasq[1808]: dnsmasq[1808]: queries forwarded 33, queries answered locally 34 Apr 05 06:36:32 dnsmasq[1808]: dnsmasq[1808]: queries for authoritative zones 0 Apr 05 06:36:32 dnsmasq[1808]: dnsmasq[1808]: pool memory in use 0, max 0, allocated 0 Apr 05 06:36:32 dnsmasq[1808]: dnsmasq[1808]: server 8.8.8.8#53: queries sent 17, retried or failed 1 Apr 05 06:36:32 dnsmasq[1808]: dnsmasq[1808]: server 192.168.2.2#53: queries sent 17, retried or failed 1 Apr 05 06:36:32 dnsmasq[1808]: dnsmasq[1808]: server 2a10:bcc2:2008:6900::1#53: queries sent 11, retried or failed 0 real 0m 0.17s user 0m 0.07s sys 0m 0.01s --- journalctl --no-pager --no-hostname -pwarning -perr -a --- 2023-04-05 06:36:35.125544629+00:00 Apr 05 06:00:01 kernel: Warning: unable to open an initial console. Apr 05 06:00:01 systemd[958]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1. Apr 05 06:00:08 systemd[1]: Failed to start Balena Hostname Configuration. Apr 05 06:00:08 systemd[1]: Failed to start balena-hostname.json watcher service. Apr 05 06:35:12 sshd[2570]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Apr 05 06:35:16 7b8f87d7c045[1833]: (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. Apr 05 06:35:16 7b8f87d7c045[1833]: (Use `node --trace-deprecation ...` to show where the warning was created) Apr 05 06:35:56 sshd[2823]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key real 0m 0.07s user 0m 0.00s sys 0m 0.03s --- ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) --- 2023-04-05 06:36:35.288745847+00:00 Command exited with non-zero status 1 real 0m 7.02s user 0m 2.02s sys 0m 3.24s --- ps --- 2023-04-05 06:36:42.385479761+00:00 PID TTY TIME CMD 1 ? 00:00:17 systemd 2 ? 00:00:00 kthreadd 3 ? 00:00:00 rcu_gp 4 ? 00:00:00 rcu_par_gp 5 ? 00:00:00 netns 6 ? 00:00:00 kworker/0:0-events 7 ? 00:00:00 kworker/0:0H-mmc_complete 8 ? 00:00:00 kworker/u8:0-events_unbound 9 ? 00:00:00 mm_percpu_wq 10 ? 00:00:00 rcu_tasks_rude_ 11 ? 00:00:00 rcu_tasks_trace 12 ? 00:00:00 ksoftirqd/0 13 ? 00:00:00 rcu_sched 14 ? 00:00:00 migration/0 15 ? 00:00:00 cpuhp/0 16 ? 00:00:00 cpuhp/1 17 ? 00:00:00 migration/1 18 ? 00:00:00 ksoftirqd/1 19 ? 00:00:00 kworker/1:0-inet_frag_wq 20 ? 00:00:00 kworker/1:0H-events_highpri 21 ? 00:00:00 cpuhp/2 22 ? 00:00:00 migration/2 23 ? 00:00:00 ksoftirqd/2 24 ? 00:00:00 kworker/2:0-mm_percpu_wq 25 ? 00:00:00 kworker/2:0H-events_highpri 26 ? 00:00:00 cpuhp/3 27 ? 00:00:00 migration/3 28 ? 00:00:00 ksoftirqd/3 29 ? 00:00:00 kworker/3:0-events 30 ? 00:00:00 kworker/3:0H-kblockd 31 ? 00:00:00 kdevtmpfs 32 ? 00:00:00 inet_frag_wq 33 ? 00:00:00 kworker/0:1-rcu_gp 34 ? 00:00:00 kworker/1:1-events 35 ? 00:00:00 kworker/2:1-events 36 ? 00:00:00 kworker/3:1-events 37 ? 00:00:00 kauditd 38 ? 00:00:00 khungtaskd 39 ? 00:00:00 oom_reaper 40 ? 00:00:00 writeback 41 ? 00:00:00 kcompactd0 66 ? 00:00:00 kblockd 67 ? 00:00:00 blkcg_punt_bio 68 ? 00:00:00 watchdogd 69 ? 00:00:00 kworker/u8:1-events_unbound 70 ? 00:00:00 kworker/2:1H-kblockd 71 ? 00:00:00 kworker/u8:2 72 ? 00:00:00 kswapd0 73 ? 00:00:00 iscsi_eh 74 ? 00:00:00 iscsi_conn_clea 75 ? 00:00:00 dwc_otg 76 ? 00:00:00 DWC Notificatio 77 ? 00:00:00 kworker/1:2-events 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 mld 82 ? 00:00:00 kworker/1:1H-kblockd 83 ? 00:00:00 ipv6_addrconf 84 ? 00:00:00 zswap-shrink 85 ? 00:00:00 kworker/u9:0 86 ? 00:00:00 kworker/3:2-events 87 ? 00:00:00 mmc_complete 88 ? 00:00:00 kworker/3:1H-kblockd 89 ? 00:00:00 kworker/0:1H-mmc_complete 284 ? 00:00:00 kworker/2:2-cgroup_destroy 407 ? 00:00:00 kworker/2:2H 408 ? 00:00:00 kworker/3:2H 409 ? 00:00:00 kworker/0:2H-kblockd 737 ? 00:00:00 kworker/1:2H 887 ? 00:00:00 jbd2/mmcblk0p2- 888 ? 00:00:00 ext4-rsv-conver 902 ? 00:00:00 jbd2/mmcblk0p5- 903 ? 00:00:00 ext4-rsv-conver 955 ? 00:00:00 jbd2/mmcblk0p6- 956 ? 00:00:00 ext4-rsv-conver 979 ? 00:00:00 kworker/0:2-events 1022 ? 00:00:00 kworker/3:3-cgroup_destroy 1079 ? 00:00:01 systemd-journal 1100 ? 00:00:01 systemd-udevd 1111 ? 00:00:00 vchiq-keep/0 1112 ? 00:00:00 spi0 1113 ? 00:00:00 SMIO 1115 ? 00:00:00 mmal-vchiq 1116 ? 00:00:00 mmal-vchiq 1122 ? 00:00:00 mmal-vchiq 1123 ? 00:00:00 mmal-vchiq 1124 ? 00:00:00 mmal-vchiq 1125 ? 00:00:00 mmal-vchiq 1126 ? 00:00:00 mmal-vchiq 1495 ? 00:08:12 rngd 1497 ? 00:00:08 plymouthd 1502 ? 00:00:01 ModemManager 1548 ? 00:00:00 systemd-logind 1734 ? 00:00:03 NetworkManager 1833 ? 00:00:12 balenad 1842 ? 00:00:00 exe 1971 ? 00:00:00 chronyd 1985 ? 00:00:00 exe 2000 ? 00:00:02 balena-engine-c 2233 ? 00:00:01 balena-engine-c 2243 ? 00:00:00 kworker/u8:3-events_unbound 2246 ? 00:00:00 kworker/1:3-rcu_gp 2299 ? 00:00:00 kworker/3:4-events 2300 ? 00:00:00 kworker/3:5-events 2301 ? 00:00:00 kworker/3:6-mm_percpu_wq 2302 ? 00:00:00 kworker/3:7-events 2303 ? 00:00:00 kworker/3:8-events 2304 ? 00:00:00 kworker/3:9-events 2305 ? 00:00:00 kworker/2:3-events 2449 ? 00:00:00 start-balena-su 2450 ? 00:00:00 exe 2509 ? 00:00:00 balena 2518 ? 00:00:00 balena-engine-c 2536 ? 00:00:28 node 2570 ? 00:00:00 sshd 2592 ? 00:00:00 sh 2594 ? 00:00:00 bash 2613 ? 00:00:00 bash 2614 ? 00:00:00 bash 2615 ? 00:00:00 jq 2634 ? 00:00:00 journalctl 2673 ? 00:00:00 bash 2674 ? 00:00:00 bash 2698 ? 00:00:00 jbd2/mmcblk0p3- 2699 ? 00:00:00 ext4-rsv-conver 2823 ? 00:00:00 sshd 2825 ? 00:00:00 sh 2827 ? 00:00:01 bash 3184 ? 00:00:00 nslookup 3781 ? 00:00:00 systemd-udevd 3784 ? 00:00:00 systemd-udevd 3791 ? 00:00:00 systemd-udevd 3792 ? 00:00:00 systemd-udevd 3793 ? 00:00:00 systemd-udevd 3794 ? 00:00:00 systemd-udevd 3795 ? 00:00:00 systemd-udevd 3796 ? 00:00:00 systemd-udevd 3797 ? 00:00:00 systemd-udevd 3798 ? 00:00:00 systemd-udevd 3818 ? 00:00:00 time 3819 ? 00:00:00 timeout 3820 ? 00:00:00 ps real 0m 0.15s user 0m 0.01s sys 0m 0.06s --- stat /var/lock/*hup.lock --- 2023-04-05 06:36:42.635391930+00:00 Command exited with non-zero status 1 real 0m 0.04s user 0m 0.00s sys 0m 0.01s --- sysctl -a --- 2023-04-05 06:36:42.745070273+00:00 debug.kprobes-optimization = 1 dev.scsi.logging_level = 0 dev.tty.ldisc_autoload = 1 fs.aio-max-nr = 65536 fs.aio-nr = 0 fs.dentry-state = 63082 50717 45 0 5999 0 fs.dir-notify-enable = 1 fs.epoll.max_user_watches = 343236 fs.fanotify.max_queued_events = 16384 fs.fanotify.max_user_groups = 128 fs.fanotify.max_user_marks = 10520 fs.file-max = 2147483647 fs.file-nr = 448 0 2147483647 fs.inode-nr = 57141 7 fs.inode-state = 57141 7 0 0 0 0 0 fs.inotify.max_queued_events = 16384 fs.inotify.max_user_instances = 512 fs.inotify.max_user_watches = 9956 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 = 26 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 = 10fe8b9 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.max_rcu_stall_to_panic = 0 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.15.34-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 = 2 kernel.pty.reserve = 1024 kernel.random.boot_id = fc59b83b-3066-4c87-b6b0-14bfd855e876 kernel.random.entropy_avail = 4034 kernel.random.poolsize = 4096 kernel.random.urandom_min_reseed_secs = 60 kernel.random.uuid = d4405cc4-687a-434b-b63d-640a3e89cbae 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_rr_timeslice_ms = 100 kernel.sched_rt_period_us = 1000000 kernel.sched_rt_runtime_us = 950000 kernel.sched_schedstats = 0 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.task_delayacct = 0 kernel.threads-max = 12594 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 Tue Apr 19 19:21:26 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.netdev_unregister_timeout_secs = 10 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-09540603ee69.accept_local = 0 net.ipv4.conf.br-09540603ee69.accept_redirects = 1 net.ipv4.conf.br-09540603ee69.accept_source_route = 0 net.ipv4.conf.br-09540603ee69.arp_accept = 0 net.ipv4.conf.br-09540603ee69.arp_announce = 0 net.ipv4.conf.br-09540603ee69.arp_filter = 0 net.ipv4.conf.br-09540603ee69.arp_ignore = 0 net.ipv4.conf.br-09540603ee69.arp_notify = 0 net.ipv4.conf.br-09540603ee69.bc_forwarding = 0 net.ipv4.conf.br-09540603ee69.bootp_relay = 0 net.ipv4.conf.br-09540603ee69.disable_policy = 0 net.ipv4.conf.br-09540603ee69.disable_xfrm = 0 net.ipv4.conf.br-09540603ee69.drop_gratuitous_arp = 0 net.ipv4.conf.br-09540603ee69.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.br-09540603ee69.force_igmp_version = 0 net.ipv4.conf.br-09540603ee69.forwarding = 1 net.ipv4.conf.br-09540603ee69.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.br-09540603ee69.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.br-09540603ee69.ignore_routes_with_linkdown = 0 net.ipv4.conf.br-09540603ee69.log_martians = 0 net.ipv4.conf.br-09540603ee69.mc_forwarding = 0 net.ipv4.conf.br-09540603ee69.medium_id = 0 net.ipv4.conf.br-09540603ee69.promote_secondaries = 1 net.ipv4.conf.br-09540603ee69.proxy_arp = 0 net.ipv4.conf.br-09540603ee69.proxy_arp_pvlan = 0 net.ipv4.conf.br-09540603ee69.route_localnet = 0 net.ipv4.conf.br-09540603ee69.rp_filter = 2 net.ipv4.conf.br-09540603ee69.secure_redirects = 1 net.ipv4.conf.br-09540603ee69.send_redirects = 1 net.ipv4.conf.br-09540603ee69.shared_media = 1 net.ipv4.conf.br-09540603ee69.src_valid_mark = 0 net.ipv4.conf.br-09540603ee69.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.vethae8a7c1.accept_local = 0 net.ipv4.conf.vethae8a7c1.accept_redirects = 1 net.ipv4.conf.vethae8a7c1.accept_source_route = 0 net.ipv4.conf.vethae8a7c1.arp_accept = 0 net.ipv4.conf.vethae8a7c1.arp_announce = 0 net.ipv4.conf.vethae8a7c1.arp_filter = 0 net.ipv4.conf.vethae8a7c1.arp_ignore = 0 net.ipv4.conf.vethae8a7c1.arp_notify = 0 net.ipv4.conf.vethae8a7c1.bc_forwarding = 0 net.ipv4.conf.vethae8a7c1.bootp_relay = 0 net.ipv4.conf.vethae8a7c1.disable_policy = 0 net.ipv4.conf.vethae8a7c1.disable_xfrm = 0 net.ipv4.conf.vethae8a7c1.drop_gratuitous_arp = 0 net.ipv4.conf.vethae8a7c1.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.vethae8a7c1.force_igmp_version = 0 net.ipv4.conf.vethae8a7c1.forwarding = 1 net.ipv4.conf.vethae8a7c1.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.vethae8a7c1.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.vethae8a7c1.ignore_routes_with_linkdown = 0 net.ipv4.conf.vethae8a7c1.log_martians = 0 net.ipv4.conf.vethae8a7c1.mc_forwarding = 0 net.ipv4.conf.vethae8a7c1.medium_id = 0 net.ipv4.conf.vethae8a7c1.promote_secondaries = 1 net.ipv4.conf.vethae8a7c1.proxy_arp = 0 net.ipv4.conf.vethae8a7c1.proxy_arp_pvlan = 0 net.ipv4.conf.vethae8a7c1.route_localnet = 0 net.ipv4.conf.vethae8a7c1.rp_filter = 2 net.ipv4.conf.vethae8a7c1.secure_redirects = 1 net.ipv4.conf.vethae8a7c1.send_redirects = 1 net.ipv4.conf.vethae8a7c1.shared_media = 1 net.ipv4.conf.vethae8a7c1.src_valid_mark = 0 net.ipv4.conf.vethae8a7c1.tag = 0 net.ipv4.fib_multipath_hash_fields = 7 net.ipv4.fib_multipath_hash_policy = 0 net.ipv4.fib_multipath_use_neigh = 0 net.ipv4.fib_notify_on_flag_change = 0 net.ipv4.fib_sync_mem = 524288 net.ipv4.fwmark_reflect = 0 net.ipv4.icmp_echo_enable_probe = 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-09540603ee69.anycast_delay = 100 net.ipv4.neigh.br-09540603ee69.app_solicit = 0 net.ipv4.neigh.br-09540603ee69.base_reachable_time = 30 net.ipv4.neigh.br-09540603ee69.base_reachable_time_ms = 30000 net.ipv4.neigh.br-09540603ee69.delay_first_probe_time = 5 net.ipv4.neigh.br-09540603ee69.gc_stale_time = 60 net.ipv4.neigh.br-09540603ee69.locktime = 100 net.ipv4.neigh.br-09540603ee69.mcast_resolicit = 0 net.ipv4.neigh.br-09540603ee69.mcast_solicit = 3 net.ipv4.neigh.br-09540603ee69.proxy_delay = 80 net.ipv4.neigh.br-09540603ee69.proxy_qlen = 64 net.ipv4.neigh.br-09540603ee69.retrans_time = 100 net.ipv4.neigh.br-09540603ee69.retrans_time_ms = 1000 net.ipv4.neigh.br-09540603ee69.ucast_solicit = 3 net.ipv4.neigh.br-09540603ee69.unres_qlen = 91 net.ipv4.neigh.br-09540603ee69.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.vethae8a7c1.anycast_delay = 100 net.ipv4.neigh.vethae8a7c1.app_solicit = 0 net.ipv4.neigh.vethae8a7c1.base_reachable_time = 30 net.ipv4.neigh.vethae8a7c1.base_reachable_time_ms = 30000 net.ipv4.neigh.vethae8a7c1.delay_first_probe_time = 5 net.ipv4.neigh.vethae8a7c1.gc_stale_time = 60 net.ipv4.neigh.vethae8a7c1.locktime = 100 net.ipv4.neigh.vethae8a7c1.mcast_resolicit = 0 net.ipv4.neigh.vethae8a7c1.mcast_solicit = 3 net.ipv4.neigh.vethae8a7c1.proxy_delay = 80 net.ipv4.neigh.vethae8a7c1.proxy_qlen = 64 net.ipv4.neigh.vethae8a7c1.retrans_time = 100 net.ipv4.neigh.vethae8a7c1.retrans_time_ms = 1000 net.ipv4.neigh.vethae8a7c1.ucast_solicit = 3 net.ipv4.neigh.vethae8a7c1.unres_qlen = 91 net.ipv4.neigh.vethae8a7c1.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 = 19ad7238-2aa78b49-8a6e7d72-934eaa92 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 = 10146 13530 20292 net.ipv4.tcp_migrate_req = 0 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 = 20295 27061 40590 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 = 6765 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.ioam6_enabled = 0 net.ipv6.conf.all.ioam6_id = 65535 net.ipv6.conf.all.ioam6_id_wide = 4294967295 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.ra_defrtr_metric = 1024 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.ioam6_enabled = 0 net.ipv6.conf.balena0.ioam6_id = 65535 net.ipv6.conf.balena0.ioam6_id_wide = 4294967295 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.ra_defrtr_metric = 1024 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-09540603ee69.accept_dad = 1 net.ipv6.conf.br-09540603ee69.accept_ra = 0 net.ipv6.conf.br-09540603ee69.accept_ra_defrtr = 1 net.ipv6.conf.br-09540603ee69.accept_ra_from_local = 0 net.ipv6.conf.br-09540603ee69.accept_ra_min_hop_limit = 1 net.ipv6.conf.br-09540603ee69.accept_ra_mtu = 1 net.ipv6.conf.br-09540603ee69.accept_ra_pinfo = 1 net.ipv6.conf.br-09540603ee69.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.br-09540603ee69.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.br-09540603ee69.accept_ra_rtr_pref = 1 net.ipv6.conf.br-09540603ee69.accept_redirects = 1 net.ipv6.conf.br-09540603ee69.accept_source_route = 0 net.ipv6.conf.br-09540603ee69.addr_gen_mode = 0 net.ipv6.conf.br-09540603ee69.autoconf = 1 net.ipv6.conf.br-09540603ee69.dad_transmits = 1 net.ipv6.conf.br-09540603ee69.disable_ipv6 = 0 net.ipv6.conf.br-09540603ee69.disable_policy = 0 net.ipv6.conf.br-09540603ee69.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.br-09540603ee69.drop_unsolicited_na = 0 net.ipv6.conf.br-09540603ee69.enhanced_dad = 1 net.ipv6.conf.br-09540603ee69.force_mld_version = 0 net.ipv6.conf.br-09540603ee69.force_tllao = 0 net.ipv6.conf.br-09540603ee69.forwarding = 0 net.ipv6.conf.br-09540603ee69.hop_limit = 64 net.ipv6.conf.br-09540603ee69.ignore_routes_with_linkdown = 0 net.ipv6.conf.br-09540603ee69.ioam6_enabled = 0 net.ipv6.conf.br-09540603ee69.ioam6_id = 65535 net.ipv6.conf.br-09540603ee69.ioam6_id_wide = 4294967295 net.ipv6.conf.br-09540603ee69.keep_addr_on_down = 0 net.ipv6.conf.br-09540603ee69.max_addresses = 16 net.ipv6.conf.br-09540603ee69.max_desync_factor = 600 net.ipv6.conf.br-09540603ee69.mc_forwarding = 0 net.ipv6.conf.br-09540603ee69.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.br-09540603ee69.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.br-09540603ee69.mtu = 1500 net.ipv6.conf.br-09540603ee69.ndisc_notify = 0 net.ipv6.conf.br-09540603ee69.ndisc_tclass = 0 net.ipv6.conf.br-09540603ee69.proxy_ndp = 0 net.ipv6.conf.br-09540603ee69.ra_defrtr_metric = 1024 net.ipv6.conf.br-09540603ee69.regen_max_retry = 3 net.ipv6.conf.br-09540603ee69.router_probe_interval = 60 net.ipv6.conf.br-09540603ee69.router_solicitation_delay = 1 net.ipv6.conf.br-09540603ee69.router_solicitation_interval = 4 net.ipv6.conf.br-09540603ee69.router_solicitation_max_interval = 3600 net.ipv6.conf.br-09540603ee69.router_solicitations = -1 net.ipv6.conf.br-09540603ee69.rpl_seg_enabled = 0 net.ipv6.conf.br-09540603ee69.seg6_enabled = 0 net.ipv6.conf.br-09540603ee69.suppress_frag_ndisc = 1 net.ipv6.conf.br-09540603ee69.temp_prefered_lft = 86400 net.ipv6.conf.br-09540603ee69.temp_valid_lft = 604800 net.ipv6.conf.br-09540603ee69.use_oif_addrs_only = 0 net.ipv6.conf.br-09540603ee69.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.ioam6_enabled = 0 net.ipv6.conf.default.ioam6_id = 65535 net.ipv6.conf.default.ioam6_id_wide = 4294967295 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.ra_defrtr_metric = 1024 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.ioam6_enabled = 0 net.ipv6.conf.eth0.ioam6_id = 65535 net.ipv6.conf.eth0.ioam6_id_wide = 4294967295 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.ra_defrtr_metric = 1024 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.ioam6_enabled = 0 net.ipv6.conf.lo.ioam6_id = 65535 net.ipv6.conf.lo.ioam6_id_wide = 4294967295 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.ra_defrtr_metric = 1024 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.ioam6_enabled = 0 net.ipv6.conf.resin-dns.ioam6_id = 65535 net.ipv6.conf.resin-dns.ioam6_id_wide = 4294967295 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.ra_defrtr_metric = 1024 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.ioam6_enabled = 0 net.ipv6.conf.resin-vpn.ioam6_id = 65535 net.ipv6.conf.resin-vpn.ioam6_id_wide = 4294967295 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.ra_defrtr_metric = 1024 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 = 9ea4:0289:213c:aae9:c973:79eb:3c29:a4f8 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.ioam6_enabled = 0 net.ipv6.conf.supervisor0.ioam6_id = 65535 net.ipv6.conf.supervisor0.ioam6_id_wide = 4294967295 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.ra_defrtr_metric = 1024 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.vethae8a7c1.accept_dad = 1 net.ipv6.conf.vethae8a7c1.accept_ra = 1 net.ipv6.conf.vethae8a7c1.accept_ra_defrtr = 1 net.ipv6.conf.vethae8a7c1.accept_ra_from_local = 0 net.ipv6.conf.vethae8a7c1.accept_ra_min_hop_limit = 1 net.ipv6.conf.vethae8a7c1.accept_ra_mtu = 1 net.ipv6.conf.vethae8a7c1.accept_ra_pinfo = 1 net.ipv6.conf.vethae8a7c1.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.vethae8a7c1.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.vethae8a7c1.accept_ra_rtr_pref = 1 net.ipv6.conf.vethae8a7c1.accept_redirects = 1 net.ipv6.conf.vethae8a7c1.accept_source_route = 0 net.ipv6.conf.vethae8a7c1.addr_gen_mode = 0 net.ipv6.conf.vethae8a7c1.autoconf = 1 net.ipv6.conf.vethae8a7c1.dad_transmits = 1 net.ipv6.conf.vethae8a7c1.disable_ipv6 = 0 net.ipv6.conf.vethae8a7c1.disable_policy = 0 net.ipv6.conf.vethae8a7c1.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.vethae8a7c1.drop_unsolicited_na = 0 net.ipv6.conf.vethae8a7c1.enhanced_dad = 1 net.ipv6.conf.vethae8a7c1.force_mld_version = 0 net.ipv6.conf.vethae8a7c1.force_tllao = 0 net.ipv6.conf.vethae8a7c1.forwarding = 0 net.ipv6.conf.vethae8a7c1.hop_limit = 64 net.ipv6.conf.vethae8a7c1.ignore_routes_with_linkdown = 0 net.ipv6.conf.vethae8a7c1.ioam6_enabled = 0 net.ipv6.conf.vethae8a7c1.ioam6_id = 65535 net.ipv6.conf.vethae8a7c1.ioam6_id_wide = 4294967295 net.ipv6.conf.vethae8a7c1.keep_addr_on_down = 0 net.ipv6.conf.vethae8a7c1.max_addresses = 16 net.ipv6.conf.vethae8a7c1.max_desync_factor = 600 net.ipv6.conf.vethae8a7c1.mc_forwarding = 0 net.ipv6.conf.vethae8a7c1.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.vethae8a7c1.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.vethae8a7c1.mtu = 1500 net.ipv6.conf.vethae8a7c1.ndisc_notify = 0 net.ipv6.conf.vethae8a7c1.ndisc_tclass = 0 net.ipv6.conf.vethae8a7c1.proxy_ndp = 0 net.ipv6.conf.vethae8a7c1.ra_defrtr_metric = 1024 net.ipv6.conf.vethae8a7c1.regen_max_retry = 3 net.ipv6.conf.vethae8a7c1.router_probe_interval = 60 net.ipv6.conf.vethae8a7c1.router_solicitation_delay = 1 net.ipv6.conf.vethae8a7c1.router_solicitation_interval = 4 net.ipv6.conf.vethae8a7c1.router_solicitation_max_interval = 3600 net.ipv6.conf.vethae8a7c1.router_solicitations = -1 net.ipv6.conf.vethae8a7c1.rpl_seg_enabled = 0 net.ipv6.conf.vethae8a7c1.seg6_enabled = 0 net.ipv6.conf.vethae8a7c1.suppress_frag_ndisc = 1 net.ipv6.conf.vethae8a7c1.temp_prefered_lft = 86400 net.ipv6.conf.vethae8a7c1.temp_valid_lft = 604800 net.ipv6.conf.vethae8a7c1.use_oif_addrs_only = 0 net.ipv6.conf.vethae8a7c1.use_tempaddr = 0 net.ipv6.fib_multipath_hash_fields = 7 net.ipv6.fib_multipath_hash_policy = 0 net.ipv6.fib_notify_on_flag_change = 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.ioam6_id = 16777215 net.ipv6.ioam6_id_wide = 4294967295 16777215 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-09540603ee69.anycast_delay = 100 net.ipv6.neigh.br-09540603ee69.app_solicit = 0 net.ipv6.neigh.br-09540603ee69.base_reachable_time = 30 net.ipv6.neigh.br-09540603ee69.base_reachable_time_ms = 30000 net.ipv6.neigh.br-09540603ee69.delay_first_probe_time = 5 net.ipv6.neigh.br-09540603ee69.gc_stale_time = 60 net.ipv6.neigh.br-09540603ee69.locktime = 0 net.ipv6.neigh.br-09540603ee69.mcast_resolicit = 0 net.ipv6.neigh.br-09540603ee69.mcast_solicit = 3 net.ipv6.neigh.br-09540603ee69.proxy_delay = 80 net.ipv6.neigh.br-09540603ee69.proxy_qlen = 64 net.ipv6.neigh.br-09540603ee69.retrans_time = 100 net.ipv6.neigh.br-09540603ee69.retrans_time_ms = 1000 net.ipv6.neigh.br-09540603ee69.ucast_solicit = 3 net.ipv6.neigh.br-09540603ee69.unres_qlen = 91 net.ipv6.neigh.br-09540603ee69.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.vethae8a7c1.anycast_delay = 100 net.ipv6.neigh.vethae8a7c1.app_solicit = 0 net.ipv6.neigh.vethae8a7c1.base_reachable_time = 30 net.ipv6.neigh.vethae8a7c1.base_reachable_time_ms = 30000 net.ipv6.neigh.vethae8a7c1.delay_first_probe_time = 5 net.ipv6.neigh.vethae8a7c1.gc_stale_time = 60 net.ipv6.neigh.vethae8a7c1.locktime = 0 net.ipv6.neigh.vethae8a7c1.mcast_resolicit = 0 net.ipv6.neigh.vethae8a7c1.mcast_solicit = 3 net.ipv6.neigh.vethae8a7c1.proxy_delay = 80 net.ipv6.neigh.vethae8a7c1.proxy_qlen = 64 net.ipv6.neigh.vethae8a7c1.retrans_time = 100 net.ipv6.neigh.vethae8a7c1.retrans_time_ms = 1000 net.ipv6.neigh.vethae8a7c1.ucast_solicit = 3 net.ipv6.neigh.vethae8a7c1.unres_qlen = 91 net.ipv6.neigh.vethae8a7c1.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 = 14336 net.netfilter.nf_conntrack_checksum = 1 net.netfilter.nf_conntrack_count = 110 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 = 224 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 = 14336 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_ignore_invalid_rst = 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_flowtable_tcp_timeout = 30 net.netfilter.nf_flowtable_udp_timeout = 30 net.netfilter.nf_hooks_lwtunnel = 0 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 = 14336 net.unix.max_dgram_qlen = 512 user.max_cgroup_namespaces = 6297 user.max_fanotify_groups = 128 user.max_fanotify_marks = 10520 user.max_inotify_instances = 512 user.max_inotify_watches = 9956 user.max_ipc_namespaces = 6297 user.max_mnt_namespaces = 6297 user.max_net_namespaces = 6297 user.max_pid_namespaces = 6297 user.max_time_namespaces = 6297 user.max_user_namespaces = 0 user.max_uts_namespaces = 6297 vm.admin_reserve_kbytes = 8192 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_high_fraction = 0 vm.stat_interval = 1 vm.swappiness = 60 vm.user_reserve_kbytes = 27025 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.31s user 0m 0.05s sys 0m 0.15s --- systemctl list-units --failed --no-pager --- 2023-04-05 06:36:43.138229431+00:00 UNIT LOAD ACTIVE SUB DESCRIPTION ● balena-hostname-conf.service loaded failed failed balena-hostname.json watcher service LOAD = Reflects whether the unit definition was properly loaded. ACTIVE = The high-level unit activation state, i.e. generalization of SUB. SUB = The low-level unit activation state, values depend on unit type. 1 loaded units listed. real 0m 0.12s user 0m 0.00s sys 0m 0.03s --- top -b -n 1 --- 2023-04-05 06:36:43.332281287+00:00 Mem: 363724K used, 527308K free, 5672K shrd, 14508K buff, 148700K cached CPU: 93% usr 6% sys 0% nic 0% idle 0% io 0% irq 0% sirq Load average: 5.65 2.78 1.09 5/207 3860 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 1495 1 root S 39652 4% 87% /usr/sbin/rngd -f -r /dev/hwrng 3860 3859 root R 2400 0% 2% top -b -n 1 1833 1 root S 928m 107% 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 2000 1833 root S 912m 105% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 2509 2449 root S 887m 102% 0% balena start --attach balena_supervisor 2518 2000 root S 887m 102% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/7b8f87d7c045598c6894b9dc1c5d56b4824ec07c31e923fb126ccd0dc9cae875 -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 2233 2000 root S 879m 101% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891 -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 2536 2518 root S 175m 20% 0% node /usr/src/app/dist/app.js 1734 1 root S 55888 6% 0% /usr/sbin/NetworkManager --no-daemon 1502 1 root S 53136 6% 0% /usr/sbin/ModemManager --log-journal 1 0 root S 26612 3% 0% {systemd} /sbin/init 1497 1 root S 23832 3% 0% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 2634 2536 root S 14272 2% 0% journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service 1971 1 root S 11532 1% 0% /usr/sbin/chronyd -d 1079 1 root S 10616 1% 0% /lib/systemd/systemd-journald 1100 1 root S 8664 1% 0% /lib/systemd/systemd-udevd 1548 1 root S 6316 1% 0% /lib/systemd/systemd-logind 1802 1 openvpn S 6092 1% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 2823 1 root S 5820 1% 0% sshd: root@notty 2570 1 root S 5696 1% 0% sshd: root@notty 1842 1833 root S 4296 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 1833 1985 1971 root S 4296 0% 0% /proc/self/exe --healthcheck /usr/libexec/chrony-healthcheck --pid 1971 2450 2449 root S 4296 0% 0% /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 2449 2577 1 avahi S 4236 0% 0% avahi-daemon: running [10fe8b9.local] 1506 1 messageb S 4028 0% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 2578 2577 avahi S 4028 0% 0% avahi-daemon: chroot helper 1808 1 nobody S 3588 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=- 2615 2613 root S 3220 0% 0% jq -s add | {checks:.} 2350 2349 root S 3168 0% 0% sleep infinity 2594 2592 root S 2832 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 2614 2613 root S 2832 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 2674 2673 root S 2832 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 2613 2594 root S 2832 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 2673 2614 root S 2832 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 3184 2674 root S 2740 0% 0% nslookup api.balena-cloud.com 2a10:bcc2:2008:6900::1 2827 2825 root S 2692 0% 0% bash -s -- 2449 1 root S 2656 0% 0% {start-balena-su} /bin/sh /usr/bin/start-balena-supervisor 2592 2570 root S 2568 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)" = "10fe8b90b941fddd4095a70626d1686d" ];then TERM=xterm;ba 2825 2823 root S 2568 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)" = "10fe8b90b941fddd4095a70626d1686d" ];then TERM=xterm;ba 3858 2827 root S 2268 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 1515 1 root S 1604 0% 0% /sbin/agetty -o -p -- \u --noclear - linux 3859 3858 root S 1584 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 2268 2233 root S 1472 0% 0% /bin/sh -c sh /app/start.sh /dev/video0 2349 2268 root S 1472 0% 0% sh /app/start.sh /dev/video0 13 2 root IW 0 0% 0% [rcu_sched] 12 2 root SW 0 0% 0% [ksoftirqd/0] 70 2 root IW< 0 0% 0% [kworker/2:1H-kb] 28 2 root SW 0 0% 0% [ksoftirqd/3] 409 2 root IW< 0 0% 0% [kworker/0:2H-kb] 82 2 root IW< 0 0% 0% [kworker/1:1H-kb] 77 2 root IW 0 0% 0% [kworker/1:2-eve] 88 2 root IW< 0 0% 0% [kworker/3:1H-kb] 89 2 root IW< 0 0% 0% [kworker/0:1H-mm] 36 2 root IW 0 0% 0% [kworker/3:1-eve] 18 2 root SW 0 0% 0% [ksoftirqd/1] 69 2 root IW 0 0% 0% [kworker/u8:1-ev] 23 2 root SW 0 0% 0% [ksoftirqd/2] 8 2 root IW 0 0% 0% [kworker/u8:0-ev] 2302 2 root IW 0 0% 0% [kworker/3:7-eve] 2305 2 root IW 0 0% 0% [kworker/2:3-eve] 979 2 root IW 0 0% 0% [kworker/0:2-eve] 955 2 root SW 0 0% 0% [jbd2/mmcblk0p6-] 33 2 root IW 0 0% 0% [kworker/0:1-rcu] 284 2 root IW 0 0% 0% [kworker/2:2-cgr] 29 2 root IW 0 0% 0% [kworker/3:0-eve] 35 2 root IW 0 0% 0% [kworker/2:1-eve] 34 2 root IW 0 0% 0% [kworker/1:1-eve] 2 0 root SW 0 0% 0% [kthreadd] 14 2 root SW 0 0% 0% [migration/0] 17 2 root SW 0 0% 0% [migration/1] 41 2 root SW 0 0% 0% [kcompactd0] 22 2 root SW 0 0% 0% [migration/2] 27 2 root SW 0 0% 0% [migration/3] 31 2 root SW 0 0% 0% [kdevtmpfs] 3 2 root IW< 0 0% 0% [rcu_gp] 4 2 root IW< 0 0% 0% [rcu_par_gp] 5 2 root IW< 0 0% 0% [netns] 6 2 root IW 0 0% 0% [kworker/0:0-eve] 7 2 root IW< 0 0% 0% [kworker/0:0H-mm] 9 2 root IW< 0 0% 0% [mm_percpu_wq] 10 2 root SW 0 0% 0% [rcu_tasks_rude_] 11 2 root SW 0 0% 0% [rcu_tasks_trace] 15 2 root SW 0 0% 0% [cpuhp/0] 16 2 root SW 0 0% 0% [cpuhp/1] 19 2 root IW 0 0% 0% [kworker/1:0-ine] 20 2 root IW< 0 0% 0% [kworker/1:0H-ev] 21 2 root SW 0 0% 0% [cpuhp/2] 24 2 root IW 0 0% 0% [kworker/2:0-mm_] 25 2 root IW< 0 0% 0% [kworker/2:0H-ev] 26 2 root SW 0 0% 0% [cpuhp/3] 30 2 root IW< 0 0% 0% [kworker/3:0H-kb] 32 2 root IW< 0 0% 0% [inet_frag_wq] 37 2 root SW 0 0% 0% [kauditd] 38 2 root SW 0 0% 0% [khungtaskd] 39 2 root SW 0 0% 0% [oom_reaper] 40 2 root IW< 0 0% 0% [writeback] 66 2 root IW< 0 0% 0% [kblockd] 67 2 root IW< 0 0% 0% [blkcg_punt_bio] 68 2 root SW 0 0% 0% [watchdogd] 71 2 root IW 0 0% 0% [kworker/u8:2] 72 2 root SW 0 0% 0% [kswapd0] 73 2 root IW< 0 0% 0% [iscsi_eh] 74 2 root IW< 0 0% 0% [iscsi_conn_clea] 75 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] 81 2 root IW< 0 0% 0% [mld] 83 2 root IW< 0 0% 0% [ipv6_addrconf] 84 2 root IW< 0 0% 0% [zswap-shrink] 85 2 root IW< 0 0% 0% [kworker/u9:0] 86 2 root IW 0 0% 0% [kworker/3:2-eve] 87 2 root IW< 0 0% 0% [mmc_complete] 407 2 root IW< 0 0% 0% [kworker/2:2H] 408 2 root IW< 0 0% 0% [kworker/3:2H] 737 2 root IW< 0 0% 0% [kworker/1:2H] 887 2 root SW 0 0% 0% [jbd2/mmcblk0p2-] 888 2 root IW< 0 0% 0% [ext4-rsv-conver] 902 2 root SW 0 0% 0% [jbd2/mmcblk0p5-] 903 2 root IW< 0 0% 0% [ext4-rsv-conver] 956 2 root IW< 0 0% 0% [ext4-rsv-conver] 1022 2 root IW 0 0% 0% [kworker/3:3-cgr] 1111 2 root SW 0 0% 0% [vchiq-keep/0] 1112 2 root SW 0 0% 0% [spi0] 1113 2 root SW< 0 0% 0% [SMIO] 1115 2 root IW< 0 0% 0% [mmal-vchiq] 1116 2 root IW< 0 0% 0% [mmal-vchiq] 1122 2 root IW< 0 0% 0% [mmal-vchiq] 1123 2 root IW< 0 0% 0% [mmal-vchiq] 1124 2 root IW< 0 0% 0% [mmal-vchiq] 1125 2 root IW< 0 0% 0% [mmal-vchiq] 1126 2 root IW< 0 0% 0% [mmal-vchiq] 2243 2 root IW 0 0% 0% [kworker/u8:3-ev] 2246 2 root IW 0 0% 0% [kworker/1:3-rcu] 2299 2 root IW 0 0% 0% [kworker/3:4-eve] 2300 2 root IW 0 0% 0% [kworker/3:5-eve] 2301 2 root IW 0 0% 0% [kworker/3:6-mm_] 2303 2 root IW 0 0% 0% [kworker/3:8-eve] 2304 2 root IW 0 0% 0% [kworker/3:9-eve] 2698 2 root SW 0 0% 0% [jbd2/mmcblk0p3-] 2699 2 root IW< 0 0% 0% [ext4-rsv-conver] real 0m 0.20s user 0m 0.00s sys 0m 0.06s --- 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-04-05 06:36:43.628287877+00:00 Command exited with non-zero status 1 real 0m 0.05s user 0m 0.01s sys 0m 0.02s --- echo === SUPERVISOR === --- 2023-04-05 06:36:43.778607958+00:00 === SUPERVISOR === real 0m 0.03s user 0m 0.00s sys 0m 0.01s --- balena exec 7b8f87d7c045 cat /etc/resolv.conf --- 2023-04-05 06:36:44.573878054+00:00 nameserver 10.114.102.1 options timeout:15 real 0m 2.63s user 0m 0.42s sys 0m 0.10s --- balena logs 7b8f87d7c045 --- 2023-04-05 06:36:47.957991922+00:00 [info] Supervisor v14.9.4 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 [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-03-30 21:18:13 -o json CONTAINER_ID_FULL=ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891 [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] Ensuring device is provisioned [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 [debug] Starting current state report [debug] Starting target state poll [debug] Spawning journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] VPN connection is active. [info] Waiting for connectivity... [info] Reported current state to the cloud [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [info] Applying target state [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [info] Applying target state [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [info] Applying target state [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [info] Applying target state [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [api] GET /v1/device 200 - 227.867 ms [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Applying target state [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} [api] GET /v1/device 200 - 868.703 ms [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [error] LogBackend: unexpected error: Error: read ECONNRESET [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) [info] Applying target state [api] GET /v1/device 200 - 544.535 ms [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} [api] GET /v1/device 200 - 384.184 ms [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [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/ttyAMA0": no such file or directory Steps:["start"] [error] at fn (/usr/src/app/dist/app.js:10:9304) [error] at runMicrotasks () [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) [api] GET /v1/device 200 - 202.527 ms [api] GET /v1/device 200 - 147.102 ms real 0m 0.73s user 0m 0.38s sys 0m 0.14s --- curl --max-time 5 localhost:48484/v1/healthy --- 2023-04-05 06:36:48.779829916+00:00 OKreal 0m 0.11s user 0m 0.01s sys 0m 0.03s --- journalctl --no-pager --no-hostname -n 200 -a -u balena-supervisor -u resin-supervisor --- 2023-04-05 06:36:48.981689705+00:00 Apr 05 06:34:45 balena-supervisor[1732]: Error response from daemon: No such container: resin_supervisor Apr 05 06:34:46 balena-supervisor[2365]: balena_supervisor Apr 05 06:34:46 balena-supervisor[2373]: active Apr 05 06:34:46 balena-supervisor[2374]: [gen-conf-unit][INFO] Generating configuration unit for balena-supervisor in /var/volatile Apr 05 06:34:46 balena-supervisor[2374]: [gen-conf-unit][INFO] New balena-supervisor configuration: Apr 05 06:34:46 balena-supervisor[2386]: { Apr 05 06:34:46 balena-supervisor[2386]: "listenPort": "48484" Apr 05 06:34:46 balena-supervisor[2386]: } Apr 05 06:34:48 balena-supervisor[2398]: balena_supervisor Apr 05 06:34:48 balena-supervisor[2430]: Error response from daemon: No such container: resin_supervisor Apr 05 06:34:49 balena-supervisor[2438]: balena_supervisor Apr 05 06:34:49 balena-supervisor[2446]: active Apr 05 06:34:52 balena-supervisor[2449]: Container config has not changed Apr 05 06:35:12 balena-supervisor[2509]: [info] Supervisor v14.9.4 starting up... Apr 05 06:35:13 balena-supervisor[2509]: [info] Setting host to discoverable Apr 05 06:35:13 balena-supervisor[2509]: [debug] Starting systemd unit: avahi-daemon.service Apr 05 06:35:13 balena-supervisor[2509]: [debug] Starting systemd unit: avahi-daemon.socket Apr 05 06:35:13 balena-supervisor[2509]: [debug] Starting logging infrastructure Apr 05 06:35:13 balena-supervisor[2509]: [info] Starting firewall Apr 05 06:35:13 balena-supervisor[2509]: [warn] Invalid firewall mode: . Reverting to state: off Apr 05 06:35:13 balena-supervisor[2509]: [info] Applying firewall mode: off Apr 05 06:35:15 balena-supervisor[2509]: [success] Firewall mode applied Apr 05 06:35:15 balena-supervisor[2509]: [debug] Starting api binder Apr 05 06:35:15 balena-supervisor[2509]: [debug] Performing database cleanup for container log timestamps Apr 05 06:35:16 balena-supervisor[2509]: [info] Previous engine snapshot was not stored. Skipping cleanup. Apr 05 06:35:16 balena-supervisor[2509]: [debug] Handling of local mode switch is completed Apr 05 06:35:16 balena-supervisor[2509]: (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. Apr 05 06:35:16 balena-supervisor[2509]: (Use `node --trace-deprecation ...` to show where the warning was created) Apr 05 06:35:16 balena-supervisor[2509]: [debug] Spawning journalctl -a -S 2023-03-30 21:18:13 -o json CONTAINER_ID_FULL=ab5f4d3966093f6baaba83137a9a49d5d295ffea798bbd86a316c4758cf66891 Apr 05 06:35:17 balena-supervisor[2509]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Apr 05 06:35:17 balena-supervisor[2509]: [event] Event: Supervisor start {} Apr 05 06:35:17 balena-supervisor[2509]: [info] Starting API server Apr 05 06:35:17 balena-supervisor[2509]: [info] Supervisor API successfully started on port 48484 Apr 05 06:35:17 balena-supervisor[2509]: [debug] Ensuring device is provisioned Apr 05 06:35:17 balena-supervisor[2509]: [debug] Connectivity check enabled: true Apr 05 06:35:17 balena-supervisor[2509]: [debug] Starting periodic check for IP addresses Apr 05 06:35:17 balena-supervisor[2509]: [info] Reporting initial state, supervisor version and API info Apr 05 06:35:17 balena-supervisor[2509]: [debug] Skipping preloading Apr 05 06:35:18 balena-supervisor[2509]: [debug] VPN status path exists. Apr 05 06:35:18 balena-supervisor[2509]: [info] Applying target state Apr 05 06:35:18 balena-supervisor[2509]: [debug] Starting current state report Apr 05 06:35:18 balena-supervisor[2509]: [debug] Starting target state poll Apr 05 06:35:18 balena-supervisor[2509]: [debug] Spawning journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Apr 05 06:35:18 balena-supervisor[2509]: [info] VPN connection is active. Apr 05 06:35:18 balena-supervisor[2509]: [info] Waiting for connectivity... Apr 05 06:35:21 balena-supervisor[2509]: [info] Reported current state to the cloud Apr 05 06:35:21 balena-supervisor[2509]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:22 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:22 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:22 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:22 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:22 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:22 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:22 balena-supervisor[2509]: [info] Applying target state Apr 05 06:35:24 balena-supervisor[2509]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:24 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:24 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:24 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:25 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:25 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:25 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:27 balena-supervisor[2509]: [info] Applying target state Apr 05 06:35:28 balena-supervisor[2509]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:28 balena-supervisor[2509]: [info] Internet Connectivity: OK Apr 05 06:35:28 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:28 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:28 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:28 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:28 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:28 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:32 balena-supervisor[2509]: [info] Applying target state Apr 05 06:35:34 balena-supervisor[2509]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:35 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:35 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:35 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:35:35 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:35 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:35 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:35 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:35:35 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:43 balena-supervisor[2509]: [info] Applying target state Apr 05 06:35:44 balena-supervisor[2509]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:35:45 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:45 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:45 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:35:45 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:45 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:35:45 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:35:45 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:35:45 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:35:58 balena-supervisor[2509]: [api] GET /v1/device 200 - 227.867 ms Apr 05 06:35:59 balena-supervisor[2509]: [error] LogBackend: unexpected error: Error: read ECONNRESET Apr 05 06:35:59 balena-supervisor[2509]: [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Apr 05 06:36:01 balena-supervisor[2509]: [info] Applying target state Apr 05 06:36:03 balena-supervisor[2509]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:36:03 balena-supervisor[2509]: [api] GET /v1/device 200 - 868.703 ms Apr 05 06:36:04 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:04 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:04 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:36:04 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:04 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:04 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:04 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:36:04 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:23 balena-supervisor[2509]: [error] LogBackend: unexpected error: Error: read ECONNRESET Apr 05 06:36:23 balena-supervisor[2509]: [error] at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Apr 05 06:36:36 balena-supervisor[2509]: [info] Applying target state Apr 05 06:36:36 balena-supervisor[2509]: [api] GET /v1/device 200 - 544.535 ms Apr 05 06:36:37 balena-supervisor[2509]: [event] Event: Service start {"service":{"appId":2037026,"serviceId":2073659,"serviceName":"cncjs","commit":"94f97d14ba6152cfa584de3b053461f1","releaseId":2538159}} Apr 05 06:36:37 balena-supervisor[2509]: [api] GET /v1/device 200 - 384.184 ms Apr 05 06:36:39 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:39 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:39 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:36:39 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:39 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:39 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:39 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:36:39 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:42 balena-supervisor[2509]: [api] GET /v1/device 200 - 202.527 ms Apr 05 06:36:47 balena-supervisor[2509]: [api] GET /v1/device 200 - 147.102 ms Apr 05 06:36:48 balena-supervisor[2509]: [api] GET /v1/healthy 200 - 30.658 ms real 0m 0.10s user 0m 0.02s sys 0m 0.03s --- ls -lR /tmp/*-supervisor/**/* --- 2023-04-05 06:36:49.158163778+00:00 /tmp/balena-supervisor/services/2037026: total 0 drwxr-xr-x 2 root root 40 Apr 5 06:34 mjpg-streamer /tmp/balena-supervisor/services/2037026/mjpg-streamer: total 0 real 0m 0.04s user 0m 0.00s sys 0m 0.02s --- systemctl status balena-supervisor resin-supervisor --no-pager --- 2023-04-05 06:36:49.298291459+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 Wed 2023-04-05 06:34:49 UTC; 1min 59s ago Process: 2430 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=1/FAILURE) Process: 2438 ExecStartPre=/usr/bin/balena stop balena_supervisor (code=exited, status=0/SUCCESS) Process: 2446 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Process: 2447 ExecStartPre=/usr/sbin/gen-conf-unit balena-supervisor (code=exited, status=0/SUCCESS) Main PID: 2449 (start-balena-su) Tasks: 11 (limit: 1889) Memory: 7.8M CGroup: /system.slice/balena-supervisor.service ├─ 2449 /bin/sh /usr/bin/start-balena-supervisor ├─ 2450 /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 2449 └─ 2509 balena start --attach balena_supervisor Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:42 10fe8b9 balena-supervisor[2509]: [api] GET /v1/device 200 - 202.527 ms Apr 05 06:36:47 10fe8b9 balena-supervisor[2509]: [api] GET /v1/device 200 - 147.102 ms Apr 05 06:36:48 10fe8b9 balena-supervisor[2509]: [api] GET /v1/healthy 200 - 30.658 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 Wed 2023-04-05 06:34:49 UTC; 1min 59s ago Process: 2430 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=1/FAILURE) Process: 2438 ExecStartPre=/usr/bin/balena stop balena_supervisor (code=exited, status=0/SUCCESS) Process: 2446 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Process: 2447 ExecStartPre=/usr/sbin/gen-conf-unit balena-supervisor (code=exited, status=0/SUCCESS) Main PID: 2449 (start-balena-su) Tasks: 11 (limit: 1889) Memory: 7.8M CGroup: /system.slice/balena-supervisor.service ├─ 2449 /bin/sh /usr/bin/start-balena-supervisor ├─ 2450 /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 2449 └─ 2509 balena start --attach balena_supervisor Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [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/ttyAMA0": no such file or directory Steps:["start"] Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [error] at fn (/usr/src/app/dist/app.js:10:9304) Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [error] at runMicrotasks () Apr 05 06:36:39 10fe8b9 balena-supervisor[2509]: [error] at processTicksAndRejections (node:internal/process/task_queues:96:5) Apr 05 06:36:42 10fe8b9 balena-supervisor[2509]: [api] GET /v1/device 200 - 202.527 ms Apr 05 06:36:47 10fe8b9 balena-supervisor[2509]: [api] GET /v1/device 200 - 147.102 ms Apr 05 06:36:48 10fe8b9 balena-supervisor[2509]: [api] GET /v1/healthy 200 - 30.658 ms real 0m 0.14s user 0m 0.02s sys 0m 0.04s --- tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log --- 2023-04-05 06:36:49.513073739+00:00 Command exited with non-zero status 1 real 0m 0.04s user 0m 0.00s sys 0m 0.01s --- echo === TIME === --- 2023-04-05 06:36:49.641903608+00:00 === TIME === real 0m 0.03s user 0m 0.00s sys 0m 0.00s --- cat /tmp/chrony_added_dhcp_ntp_servers --- 2023-04-05 06:36:49.762268464+00:00 Command exited with non-zero status 1 real 0m 0.04s user 0m 0.00s sys 0m 0.02s --- chronyc sources --- 2023-04-05 06:36:49.896968096+00:00 MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^- 41.175.51.165 2 14 17 147 -7594us[-7465us] +/- 170ms 506 Cannot talk to daemon Command exited with non-zero status 1 real 0m 10.07s user 0m 0.01s sys 0m 0.02s --- chronyc tracking --- 2023-04-05 06:37:00.050881047+00:00 Reference ID : C12F9314 (ntp.nat.ms) Stratum : 3 Ref time (UTC) : Wed Apr 05 06:34:22 2023 System time : 0.000000114 seconds slow of NTP time Last offset : +0.000128849 seconds RMS offset : 0.000128849 seconds Frequency : 4.659 ppm fast Residual freq : +16.902 ppm Skew : 0.033 ppm Root delay : 0.034699667 seconds Root dispersion : 0.005281378 seconds Update interval : 2.0 seconds Leap status : Normal real 0m 0.05s user 0m 0.01s sys 0m 0.01s --- date --- 2023-04-05 06:37:00.187753066+00:00 Wed Apr 5 06:37:00 UTC 2023 real 0m 0.04s user 0m 0.00s sys 0m 0.02s --- journalctl --no-pager --no-hostname -u chronyd --- 2023-04-05 06:37:00.296883651+00:00 Apr 05 06:34:14 healthdog[1971]: 2023-04-05T06:34:14Z chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH +IPV6 -DEBUG) Apr 05 06:34:14 healthdog[1971]: 2023-04-05T06:34:14Z Running with root privileges Apr 05 06:34:14 healthdog[1971]: 2023-04-05T06:34:14Z Frequency 4.659 +/- 0.033 ppm read from /var/lib/chrony/drift Apr 05 06:34:14 healthdog[1986]: [chrony-healthcheck][INFO] No online NTP sources - forcing poll Apr 05 06:34:14 healthdog[1971]: 2023-04-05T06:34:14Z System clock was stepped by -0.000000 seconds Apr 05 06:34:19 healthdog[1971]: 2023-04-05T06:34:19Z Selected source 193.47.147.20 (3.resinio.pool.ntp.org) Apr 05 06:34:19 healthdog[1971]: 2023-04-05T06:34:19Z System clock wrong by 1.194923 seconds Apr 05 06:34:20 healthdog[1971]: 2023-04-05T06:34:20Z System clock was stepped by 1.194923 seconds Apr 05 06:34:21 healthdog[1998]: try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000 Apr 05 06:34:21 healthdog[1998]: try: 2, refid: 00000000, correction: 0.000000000, skew: 0.000 Apr 05 06:34:21 healthdog[1998]: try: 3, refid: 00000000, correction: 0.000000000, skew: 0.000 Apr 05 06:34:21 healthdog[1998]: try: 4, refid: 00000000, correction: 0.000000000, skew: 0.000 Apr 05 06:34:21 healthdog[1998]: try: 5, refid: 00000000, correction: 0.000000000, skew: 0.000 Apr 05 06:34:21 healthdog[1998]: try: 6, refid: 00000000, correction: 0.000000000, skew: 0.000 Apr 05 06:34:21 healthdog[1998]: try: 7, refid: C12F9314, correction: 0.000000000, skew: 0.033 Apr 05 06:36:21 healthdog[3201]: try: 1, refid: C12F9314, correction: 0.000000117, skew: 0.033 real 0m 0.06s user 0m 0.01s sys 0m 0.02s --- timedatectl status --- 2023-04-05 06:37:00.453932919+00:00 Local time: Wed 2023-04-05 06:37:01 UTC Universal time: Wed 2023-04-05 06:37:01 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 1.16s user 0m 0.00s sys 0m 0.03s --- uptime --- 2023-04-05 06:37:01.699799250+00:00 06:37:01 up 0:03, 0 users, load average: 5.63, 2.97, 1.19 real 0m 0.04s user 0m 0.00s sys 0m 0.01s 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 90795 0 90795 0 0 1132k 0 --:--:-- --:--:-- --:--:-- 1151k --- 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 --- timeout: sending signal TERM to command 'bash' --- echo === HARDWARE === --- --- cat /proc/cpuinfo --- --- cat /proc/device-tree/model --- --- cat /proc/meminfo --- --- ps --- --- top -b -n 1 --- --- cat /var/log/provisioning-progress.log --- cat: /var/log/provisioning-progress.log: No such file or directory --- df -h --- --- df -ih --- --- for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done --- --- for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done --- --- free -h --- --- ls -l /dev --- --- lsusb -vvv --- can't get debug descriptor: Resource temporarily unavailable can't get debug descriptor: Resource temporarily unavailable can't get 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.ldWwny8ZjF 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 100 2 100 2 0 0 3 0 --:--:-- --:--:-- --:--:-- 3 --- CURL_CA_BUNDLE=/tmp/tmp.ldWwny8ZjF curl https://www.google.co.uk --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14033 0 14033 0 0 21931 0 --:--:-- --:--:-- --:--:-- 21926 --- 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 checksum lines found --- echo === SUPERVISOR === --- --- balena exec 7b8f87d7c045 cat /etc/resolv.conf --- --- balena logs 7b8f87d7c045 --- (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 49 0 --:--:-- --:--:-- --:--:-- 51 --- 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 --- timeout: sending signal TERM to command 'bash' --- chronyc tracking --- --- date --- --- journalctl --no-pager --no-hostname -u chronyd --- --- timedatectl status --- --- uptime ---