STDOUT: real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- diagnose 4.22.13 --- --- NOTE: not all commands are expected to succeed on all device types --- --- COMMANDS --- --- prefixing commands with 'date --utc --rfc-3339=ns ; /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c' --- echo === BALENA === curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 balena --version balena images balena ps -a balena stats --all --no-stream balena system df balena volume ls balena network ls systemctl status balena --no-pager journalctl --no-pager --no-hostname -n 200 -a -u balena journalctl --no-pager --no-hostname -n 1000 -at balenad balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" balena network inspect $(balena network ls --quiet | tr "\n" " ") test -f /mnt/state/balena-engine-storage-migration.log && cat /mnt/state/balena-engine-storage-migration.log echo === BOOT === systemd-analyze systemd-analyze critical-chain echo === HARDWARE === cat /proc/cpuinfo cat /proc/device-tree/model cat /proc/meminfo ps top -b -n 1 cat /var/log/provisioning-progress.log df -h df -ih for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done free -h ls -l /dev lsusb -vvv mmcli -L mount uname -a echo === NETWORK === /sbin/ip addr cat /etc/resolv.conf cat /proc/net/dev cat /proc/net/snmp cat /proc/net/udp CURL_CA_BUNDLE=/tmp/tmp.bgjRZXoeqy curl https://api.balena-cloud.com/ping CURL_CA_BUNDLE=/tmp/tmp.bgjRZXoeqy 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 b85073ae5073 cat /etc/resolv.conf balena logs b85073ae5073 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-09-21 00:03:34.248949705+00:00 === BALENA === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 --- 2023-09-21 00:03:34.256844265+00:00 goroutine 549 [running]: runtime/pprof.writeGoroutineStacks(0x21021a8, 0x400107e540, 0x0, 0x4000d31e98) /usr/lib/go/src/runtime/pprof/pprof.go:693 +0x8c runtime/pprof.writeGoroutine(0x21021a8, 0x400107e540, 0x2, 0x410530, 0x40015973c8) /usr/lib/go/src/runtime/pprof/pprof.go:682 +0x3c runtime/pprof.(*Profile).WriteTo(0x2f5b2a0, 0x21021a8, 0x400107e540, 0x2, 0x400107e540, 0x10) /usr/lib/go/src/runtime/pprof/pprof.go:331 +0x37c net/http/pprof.handler.ServeHTTP(0x400027e881, 0x9, 0x213a9b0, 0x400107e540, 0x4000d31e00) /usr/lib/go/src/net/http/pprof/pprof.go:253 +0x2d8 github.com/docker/docker/api/server/router/debug.handlePprof(0x2148bb8, 0x400103ad50, 0x213a9b0, 0x400107e540, 0x4000d31e00, 0x400103ac90, 0x301b301, 0x400103ad50) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/debug/debug_routes.go:10 +0x78 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x2148bb8, 0x400103ad50, 0x213a9b0, 0x400107e540, 0x4000d31e00, 0x400103ac90, 0x2148bb8, 0x400103ad50) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x140 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x2148bb8, 0x400103ad20, 0x213a9b0, 0x400107e540, 0x4000d31e00, 0x400103ac90, 0xffff9434af68, 0x40) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x4cc github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x2148bb8, 0x400103ad20, 0x213a9b0, 0x400107e540, 0x4000d31e00, 0x400103ac90, 0x2148bb8, 0x400103ad20) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x5e4 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x213a9b0, 0x400107e540, 0x4000d31d00) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x1bc net/http.HandlerFunc.ServeHTTP(0x4000c34d38, 0x213a9b0, 0x400107e540, 0x4000d31d00) /usr/lib/go/src/net/http/server.go:2069 +0x40 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x4000e5a0c0, 0x213a9b0, 0x400107e540, 0x4000d31b00) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0x9c net/http.serverHandler.ServeHTTP(0x4000032540, 0x213a9b0, 0x400107e540, 0x4000d31b00) /usr/lib/go/src/net/http/server.go:2887 +0xbc net/http.(*conn).serve(0x4000d68dc0, 0x2148bb8, 0x40008fe9c0) /usr/lib/go/src/net/http/server.go:1952 +0x71c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x308 goroutine 1 [chan receive, 2 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).start(0x400045f980, 0x400009dd40, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:231 +0x7e4 github.com/docker/docker/cmd/dockerd.runDaemon(...) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker_unix.go:14 github.com/docker/docker/cmd/dockerd.newDaemonCommand.func1(0x40001e4580, 0x40000320e0, 0x0, 0xe, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:34 +0x78 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).execute(0x40001e4580, 0x400004e100, 0xe, 0xe, 0x40001e4580, 0x400004e100) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:850 +0x320 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0x40001e4580, 0x0, 0x0, 0x10) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:958 +0x258 github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).Execute(...) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-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/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/docker.go:98 +0x188 main.main() /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/balena-engine/main.go:30 +0x1b4 goroutine 24 [syscall, 2 minutes]: os/signal.signal_recv(0x212f2f8) /usr/lib/go/src/runtime/sigqueue.go:168 +0xcc os/signal.loop() /usr/lib/go/src/os/signal/signal_unix.go:23 +0x20 created by os/signal.Notify.func1.1 /usr/lib/go/src/os/signal/signal.go:151 +0x44 goroutine 68 [chan receive, 2 minutes]: github.com/docker/docker/pkg/signal.Trap.func1(0x4000401620, 0x2100468, 0x40000c4000, 0x400000edb0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-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/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:36 +0xf0 goroutine 39 [select, 2 minutes]: github.com/docker/docker/libcontainerd/supervisor.(*remote).monitorDaemon(0x400042cb40, 0x2148b10, 0x4000496540) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:318 +0xabc created by github.com/docker/docker/libcontainerd/supervisor.Start /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:90 +0x300 goroutine 40 [syscall, 2 minutes]: syscall.Syscall6(0x5f, 0x1, 0x9f1, 0x400059fc78, 0x1000004, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/syscall/asm_linux_arm64.s:35 +0x10 os.(*Process).blockUntilWaitable(0x40001bdf50, 0x0, 0x0, 0x0) /usr/lib/go/src/os/wait_waitid.go:32 +0x74 os.(*Process).wait(0x40001bdf50, 0x408fb0, 0x400059fdb8, 0x43aeac) /usr/lib/go/src/os/exec_unix.go:22 +0x34 os.(*Process).Wait(...) /usr/lib/go/src/os/exec.go:129 os/exec.(*Cmd).Wait(0x4000145760, 0x400045eef0, 0x400059fe48) /usr/lib/go/src/os/exec/exec.go:507 +0x48 github.com/docker/docker/libcontainerd/supervisor.(*remote).startContainerd.func1(0x4000145760, 0x400042cb40) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:214 +0x30 created by github.com/docker/docker/libcontainerd/supervisor.(*remote).startContainerd /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/supervisor/remote_daemon.go:212 +0x244 goroutine 41 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x400009f540) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:77 +0x7c created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:67 +0x184 goroutine 67 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x4000890af0, 0x1, 0x0, 0x0, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:407 +0xe8 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0x40007fe900, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:534 +0x1a4 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0x40008b8000) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:414 +0x64 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:412 +0xd6c goroutine 66 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0xffff946c6b78, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4000895118, 0x72, 0x8000, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4000895100, 0x400089a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x180 net.(*netFD).Read(0x4000895100, 0x400089a000, 0x8000, 0x8000, 0x800010601, 0x0, 0x800010601) /usr/lib/go/src/net/fd_posix.go:55 +0x44 net.(*conn).Read(0x400012c008, 0x400089a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x74 bufio.(*Reader).Read(0x40007fe8a0, 0x40008b2040, 0x9, 0x9, 0x14, 0xffffbd3d0a68, 0x18) /usr/lib/go/src/bufio/bufio.go:227 +0x20c io.ReadAtLeast(0x20fd688, 0x40007fe8a0, 0x40008b2040, 0x9, 0x9, 0x9, 0x4000499cb8, 0x93b44c, 0x4000499cb8) /usr/lib/go/src/io/io.go:328 +0x78 io.ReadFull(...) /usr/lib/go/src/io/io.go:347 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x40008b2040, 0x9, 0x9, 0x20fd688, 0x40007fe8a0, 0x0, 0x0, 0x212d2a0, 0x4000499d58) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x5c github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x40008b2000, 0x40005c2000, 0x40005c2000, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:498 +0x74 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*http2Client).reader(0x40008b8000) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1499 +0x12c created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:364 +0x9c4 goroutine 25 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStreamWithParams.func4(0x400032c000, 0x40000e0400, 0x2148b10, 0x400034e700) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:333 +0x90 created by github.com/docker/docker/vendor/google.golang.org/grpc.newClientStreamWithParams /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:332 +0x5a8 goroutine 70 [chan receive, 2 minutes]: github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap.func1(0x40007fec00, 0x18b8eaf, 0x16) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:19 +0x34 created by github.com/docker/docker/daemon.(*Daemon).setupDumpStackTrap /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:18 +0xa4 goroutine 74 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0xffff946c6a90, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4000895398, 0x72, 0x0, 0x0, 0x1898c31) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x4000895380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1b0 net.(*netFD).accept(0x4000895380, 0xffffbd3d0f18, 0x30, 0x40008b4f90) /usr/lib/go/src/net/fd_unix.go:172 +0x2c net.(*UnixListener).accept(0x40008b4690, 0x4f7c6c, 0x30, 0x1f6c760) /usr/lib/go/src/net/unixsock_posix.go:162 +0x2c net.(*UnixListener).Accept(0x40008b4690, 0x40008b4f90, 0x20c9a00, 0x40008b2320, 0x1d6d520) /usr/lib/go/src/net/unixsock.go:260 +0x5c net/http.(*Server).Serve(0x40008b22a0, 0x213a7d0, 0x40008b4690, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2981 +0x22c net/http.Serve(...) /usr/lib/go/src/net/http/server.go:2529 github.com/docker/docker/daemon.(*Daemon).listenMetricsSock.func1(0x213a7d0, 0x40008b4690, 0x40008bc0c0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:34 +0xe0 created by github.com/docker/docker/daemon.(*Daemon).listenMetricsSock /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/metrics_unix.go:32 +0x15c goroutine 75 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x4000890e10) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:77 +0x7c created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:67 +0x184 goroutine 51 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0x400031ca00) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:77 +0x7c created by github.com/docker/docker/vendor/google.golang.org/grpc.newCCBalancerWrapper /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:67 +0x184 goroutine 78 [IO wait]: internal/poll.runtime_pollWait(0xffff946c69a8, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4000895598, 0x72, 0x8000, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4000895580, 0x4000988000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x180 net.(*netFD).Read(0x4000895580, 0x4000988000, 0x8000, 0x8000, 0x800010601, 0x0, 0x800010601) /usr/lib/go/src/net/fd_posix.go:55 +0x44 net.(*conn).Read(0x400012c140, 0x4000988000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x74 bufio.(*Reader).Read(0x40007ff620, 0x40008b2200, 0x9, 0x9, 0x14, 0xffffbd3d05b8, 0x18) /usr/lib/go/src/bufio/bufio.go:227 +0x20c io.ReadAtLeast(0x20fd688, 0x40007ff620, 0x40008b2200, 0x9, 0x9, 0x9, 0x40009a7cb8, 0x93b44c, 0x40009a7cb8) /usr/lib/go/src/io/io.go:328 +0x78 io.ReadFull(...) /usr/lib/go/src/io/io.go:347 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x40008b2200, 0x9, 0x9, 0x20fd688, 0x40007ff620, 0x0, 0x0, 0x212d2a0, 0x40009a7d58) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x5c github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x40008b21c0, 0x4000e1c0a8, 0x4000e1c0a8, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:498 +0x74 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*http2Client).reader(0x40008b83c0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1499 +0x12c created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:364 +0x9c4 goroutine 79 [select]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x4000891040, 0x1, 0x0, 0x0, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:407 +0xe8 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0x40007ff6e0, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:534 +0x1a4 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0x40008b83c0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:414 +0x64 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:412 +0xd6c goroutine 57 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc.newClientStreamWithParams.func4(0x400033c000, 0x40005ce200, 0x2148b10, 0x40005ac880) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:333 +0x90 created by github.com/docker/docker/vendor/google.golang.org/grpc.newClientStreamWithParams /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:332 +0x5a8 goroutine 54 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0xffff946c68c0, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x40005b4598, 0x72, 0x8000, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x40005b4580, 0x40009c8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x180 net.(*netFD).Read(0x40005b4580, 0x40009c8000, 0x8000, 0x8000, 0x4000086c28, 0x410530, 0x800000601) /usr/lib/go/src/net/fd_posix.go:55 +0x44 net.(*conn).Read(0x4000172110, 0x40009c8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x74 bufio.(*Reader).Read(0x400014cd80, 0x40009c0120, 0x9, 0x9, 0x14, 0xffffbd3d0108, 0x4000086cd8) /usr/lib/go/src/bufio/bufio.go:227 +0x20c io.ReadAtLeast(0x20fd688, 0x400014cd80, 0x40009c0120, 0x9, 0x9, 0x9, 0xffffbd3d9328, 0x18, 0x18) /usr/lib/go/src/io/io.go:328 +0x78 io.ReadFull(...) /usr/lib/go/src/io/io.go:347 github.com/docker/docker/vendor/golang.org/x/net/http2.readFrameHeader(0x40009c0120, 0x9, 0x9, 0x20fd688, 0x400014cd80, 0x0, 0x0, 0x400000f098, 0x4000086d58) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:237 +0x5c github.com/docker/docker/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0x40009c00e0, 0x4000059ae8, 0x4000059ae8, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/net/http2/frame.go:498 +0x74 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*http2Client).reader(0x40005f2780) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1499 +0x12c created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:364 +0x9c4 goroutine 55 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*controlBuffer).get(0x400031cc80, 0x1, 0x0, 0x0, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:407 +0xe8 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*loopyWriter).run(0x400014cde0, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:534 +0x1a4 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0x40005f2780) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:414 +0x64 created by github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.newHTTP2Client /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/http2_client.go:412 +0xd6c goroutine 58 [select, 2 minutes]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).waitOnHeader(0x40005d26c0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:323 +0x80 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).RecvCompress(...) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:338 github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0x40005d0370, 0x2011a20, 0x400014d440, 0x0, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:961 +0x760 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x40005d0370, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:826 +0x40 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).withRetry(0x40005ce200, 0x4000087e78, 0x4000087e48, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:684 +0xbc github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x40005ce200, 0x2011a20, 0x400014d440, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:825 +0xa4 github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0x40002d7610, 0x0, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:354 +0x5c github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe.func1(0x400014d140, 0x215b428, 0x40002d7610, 0x400013d0e0, 0x2148b10, 0x40005ac800) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:99 +0x60 created by github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x170 goroutine 44 [select, 2 minutes]: github.com/docker/docker/libcontainerd/remote.(*client).processEventStream(0x40002851f0, 0x2148b10, 0x4000496540, 0x18a3f12, 0xc) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:782 +0x20c created by github.com/docker/docker/libcontainerd/remote.NewClient /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:70 +0x20c goroutine 47 [sync.Cond.Wait, 2 minutes]: sync.runtime_notifyListWait(0x4000497590, 0x4000000001) /usr/lib/go/src/runtime/sema.go:513 +0xe8 sync.(*Cond).Wait(0x4000497580) /usr/lib/go/src/sync/cond.go:56 +0xb8 github.com/docker/docker/daemon/stats.(*Collector).Run(0x4000497540) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats/collector.go:95 +0x3c created by github.com/docker/docker/daemon.(*Daemon).newStatsCollector /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/stats_collector.go:24 +0x70 goroutine 48 [chan receive, 2 minutes]: github.com/docker/docker/daemon.(*Daemon).execCommandGC(0x40008b81e0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/exec.go:309 +0x10c created by github.com/docker/docker/daemon.NewDaemon /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/daemon.go:1189 +0x207c goroutine 49 [select]: github.com/docker/docker/libcontainerd/remote.(*client).processEventStream(0x4000285650, 0x2148b10, 0x4000496540, 0x18941ad, 0x4) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:782 +0x20c created by github.com/docker/docker/libcontainerd/remote.NewClient /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/libcontainerd/remote/client.go:70 +0x20c goroutine 26 [select]: github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*recvBufferReader).readClient(0x40001250e0, 0x400000f258, 0x5, 0x5, 0x400049f8d8, 0x68f178, 0x40005cdce0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:190 +0x74 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*recvBufferReader).Read(0x40001250e0, 0x400000f258, 0x5, 0x5, 0x4000938000, 0x20c9a88, 0x400049f958) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:170 +0x178 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*transportReader).Read(0x40004310b0, 0x400000f258, 0x5, 0x5, 0x400049f988, 0x97e9e0, 0x40008b83c0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:484 +0x4c io.ReadAtLeast(0x2101608, 0x40004310b0, 0x400000f258, 0x5, 0x5, 0x5, 0x0, 0x0, 0x2174990) /usr/lib/go/src/io/io.go:328 +0x78 io.ReadFull(...) /usr/lib/go/src/io/io.go:347 github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport.(*Stream).Read(0x400000c5a0, 0x400000f258, 0x5, 0x5, 0x2174990, 0x4001000370, 0x40001d62a0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/transport.go:468 +0xa4 github.com/docker/docker/vendor/google.golang.org/grpc.(*parser).recvMsg(0x400000f248, 0x1000000, 0x400049fb08, 0x988038, 0x40001d62a0, 0xd6, 0xd6, 0xffff942c4580) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:559 +0x48 github.com/docker/docker/vendor/google.golang.org/grpc.recvAndDecompress(0x400000f248, 0x400000c5a0, 0x0, 0x0, 0x1000000, 0x0, 0x0, 0x0, 0x40001d62a0, 0xd6, ...) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:690 +0x30 github.com/docker/docker/vendor/google.golang.org/grpc.recv(0x400000f248, 0xffff9439ac80, 0x304ad80, 0x400000c5a0, 0x0, 0x0, 0x2011a20, 0x4000d82360, 0x1000000, 0x0, ...) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/rpc_util.go:756 +0x60 github.com/docker/docker/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0x400090a370, 0x2011a20, 0x4000d82360, 0x0, 0x400049fd48, 0x43aeac) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:975 +0xb8 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x400090a370, 0x4679b0, 0x4000103b00) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:826 +0x40 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).withRetry(0x40000e0400, 0x400049fe78, 0x400049fe48, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:680 +0x488 github.com/docker/docker/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0x40000e0400, 0x2011a20, 0x4000d82360, 0x2, 0x2) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/google.golang.org/grpc/stream.go:825 +0xa4 github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1.(*eventsSubscribeClient).Recv(0x40004aa920, 0x400049ff30, 0x0, 0x1) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/api/services/events/v1/events.pb.go:354 +0x5c github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe.func1(0x4000401b60, 0x215b428, 0x40004aa920, 0x4000434900, 0x2148b10, 0x400034e600) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:99 +0x60 created by github.com/docker/docker/vendor/github.com/containerd/containerd.(*eventRemote).Subscribe /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/containerd/events.go:95 +0x170 goroutine 87 [select, 2 minutes]: github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).watchLoop(0x40005ce400) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:424 +0x78 created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startWatch /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/store.go:441 +0xc4 goroutine 302 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0xffff946c6438, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x40005b4e98, 0x72, 0x1000, 0x1000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x40005b4e80, 0x4000d0a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x180 net.(*netFD).Read(0x40005b4e80, 0x4000d0a000, 0x1000, 0x1000, 0x0, 0x4d4810, 0x4000575918) /usr/lib/go/src/net/fd_posix.go:55 +0x44 net.(*conn).Read(0x400058e860, 0x4000d0a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x74 net/http.(*connReader).Read(0x4000fdbda0, 0x4000d0a000, 0x1000, 0x1000, 0x0, 0x0, 0x72) /usr/lib/go/src/net/http/server.go:800 +0x234 bufio.(*Reader).fill(0x4001002ba0) /usr/lib/go/src/bufio/bufio.go:101 +0xf8 bufio.(*Reader).Peek(0x4001002ba0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x40005b4e00) /usr/lib/go/src/bufio/bufio.go:139 +0x40 net/http.(*conn).readRequest(0x4000c40500, 0x2148b10, 0x4000c8a700, 0x0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:983 +0xbfc net/http.(*conn).serve(0x4000c40500, 0x2148bb8, 0x4000c8a700) /usr/lib/go/src/net/http/server.go:1878 +0x5c0 created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x308 goroutine 301 [semacquire, 2 minutes]: sync.runtime_Semacquire(0x4000fdbd50) /usr/lib/go/src/runtime/sema.go:56 +0x38 sync.(*WaitGroup).Wait(0x4000fdbd48) /usr/lib/go/src/sync/waitgroup.go:130 +0x74 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Wait(0x4000fdbd40, 0x46ff14, 0x4000a12cc0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:40 +0x30 github.com/docker/docker/container/stream.(*Config).CopyStreams.func5.1(0x4001002960, 0x4000fdbd40) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:138 +0x28 created by github.com/docker/docker/container/stream.(*Config).CopyStreams.func5 /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:137 +0xbc goroutine 300 [select, 2 minutes]: github.com/docker/docker/container/stream.(*Config).CopyStreams.func5(0x4000fdbd40, 0x2148b10, 0x4000c8a6c0, 0x4000f953b0, 0x4001002900) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:140 +0x11c created by github.com/docker/docker/container/stream.(*Config).CopyStreams /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:134 +0xe8 goroutine 299 [sync.Cond.Wait, 2 minutes]: sync.runtime_notifyListWait(0x4000c8a650, 0x4000000001) /usr/lib/go/src/runtime/sema.go:513 +0xe8 sync.(*Cond).Wait(0x4000c8a640) /usr/lib/go/src/sync/cond.go:56 +0xb8 github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4000c8a600, 0x4001094000, 0x8000, 0x8000, 0x106, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x2c4 io.copyBuffer(0x20fe2a8, 0x4000899110, 0xffff942c43a0, 0x4000c8a600, 0x4001094000, 0x8000, 0x8000, 0x0, 0x2, 0x0) /usr/lib/go/src/io/io.go:423 +0xd4 io.CopyBuffer(0x20fe2a8, 0x4000899110, 0xffff942c43a0, 0x4000c8a600, 0x4001094000, 0x8000, 0x8000, 0x41c138, 0x4000921de8, 0x126e664) /usr/lib/go/src/io/io.go:396 +0x60 github.com/docker/docker/pkg/pools.Copy(0x20fe2a8, 0x4000899110, 0xffff942c43a0, 0x4000c8a600, 0x4000c8a600, 0x1, 0x1) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x8c github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x1897a7d, 0x6, 0x20fe2a8, 0x4000899110, 0x212a848, 0x4000c8a600, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x188 github.com/docker/docker/container/stream.(*Config).CopyStreams.func4(0x1, 0x54c930) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:129 +0x60 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0x4000fdbd40, 0x4000899170) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x58 created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x60 goroutine 296 [chan receive, 2 minutes]: github.com/docker/docker/daemon.(*Daemon).containerAttach(0x40008b81e0, 0x400039c280, 0x4000f953b0, 0x4000580100, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:177 +0x108 github.com/docker/docker/daemon.(*Daemon).ContainerAttach(0x40008b81e0, 0x400117b727, 0x40, 0x4000fdbc80, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/attach.go:74 +0x278 github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersAttach(0x4000a60800, 0x2148bb8, 0x4000fdbbc0, 0x213a9b0, 0x40000329a0, 0x4000461800, 0x4000fdbb00, 0x1cf64a0, 0x1) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:625 +0x2dc github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x2148bb8, 0x4000fdbbc0, 0x213a9b0, 0x40000329a0, 0x4000461800, 0x4000fdbb00, 0x2148bb8, 0x4000fdbbc0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x140 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x2148bb8, 0x4000fdbb90, 0x213a9b0, 0x40000329a0, 0x4000461800, 0x4000fdbb00, 0xffff9434d9e8, 0x40) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x4cc github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x2148bb8, 0x4000fdbb90, 0x213a9b0, 0x40000329a0, 0x4000461800, 0x4000fdbb00, 0x2148bb8, 0x4000fdbb90) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x5e4 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x213a9b0, 0x40000329a0, 0x4000461700) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x1bc net/http.HandlerFunc.ServeHTTP(0x4000c35350, 0x213a9b0, 0x40000329a0, 0x4000461700) /usr/lib/go/src/net/http/server.go:2069 +0x40 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x4000e5a180, 0x213a9b0, 0x40000329a0, 0x4000461500) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0x9c net/http.serverHandler.ServeHTTP(0x4000032620, 0x213a9b0, 0x40000329a0, 0x4000461500) /usr/lib/go/src/net/http/server.go:2887 +0xbc net/http.(*conn).serve(0x4000c40280, 0x2148bb8, 0x4000c8a480) /usr/lib/go/src/net/http/server.go:1952 +0x71c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x308 goroutine 298 [sync.Cond.Wait]: sync.runtime_notifyListWait(0x4000c8a5d0, 0x4000000034) /usr/lib/go/src/runtime/sema.go:513 +0xe8 sync.(*Cond).Wait(0x4000c8a5c0) /usr/lib/go/src/sync/cond.go:56 +0xb8 github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4000c8a580, 0x400108c000, 0x8000, 0x8000, 0x3d, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x2c4 io.copyBuffer(0x20fe2a8, 0x4000899128, 0xffff942c43a0, 0x4000c8a580, 0x400108c000, 0x8000, 0x8000, 0x0, 0x2, 0x0) /usr/lib/go/src/io/io.go:423 +0xd4 io.CopyBuffer(0x20fe2a8, 0x4000899128, 0xffff942c43a0, 0x4000c8a580, 0x400108c000, 0x8000, 0x8000, 0x41c138, 0x4000a205e8, 0x126e664) /usr/lib/go/src/io/io.go:396 +0x60 github.com/docker/docker/pkg/pools.Copy(0x20fe2a8, 0x4000899128, 0xffff942c43a0, 0x4000c8a580, 0x4000c8a580, 0x1, 0x1) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x8c github.com/docker/docker/container/stream.(*Config).CopyStreams.func2(0x1897a83, 0x6, 0x20fe2a8, 0x4000899128, 0x212a848, 0x4000c8a580, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:111 +0x188 github.com/docker/docker/container/stream.(*Config).CopyStreams.func3(0x4000c8a4c0, 0x2101e01) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/attach.go:124 +0x60 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1(0x4000fdbd40, 0x4000899158) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x58 created by github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x60 goroutine 205 [chan receive, 2 minutes]: github.com/docker/docker/vendor/github.com/moby/buildkit/solver.(*scheduler).loop.func2(0x400028a770) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:76 +0x30 created by github.com/docker/docker/vendor/github.com/moby/buildkit/solver.(*scheduler).loop /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:75 +0x60 goroutine 321 [sync.Cond.Wait, 2 minutes]: sync.runtime_notifyListWait(0x4000afc350, 0x4000000001) /usr/lib/go/src/runtime/sema.go:513 +0xe8 sync.(*Cond).Wait(0x4000afc340) /usr/lib/go/src/sync/cond.go:56 +0xb8 github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4000afc300, 0x4000ab6000, 0x800, 0x4000, 0xffffffffffffffff, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x2c4 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4000afc380, 0x1897a7d, 0x6, 0xffff942c43a0, 0x4000afc300) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x754 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xd8 goroutine 294 [chan receive, 2 minutes]: github.com/docker/docker/api/server/router/container.(*containerRouter).postContainersWait(0x4000a60800, 0x2148bb8, 0x4000c42a20, 0x213a9b0, 0x40008b2540, 0x400103cf00, 0x4000c42960, 0x1cf64a0, 0x1) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/container/container_routes.go:365 +0x210 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x2148bb8, 0x4000c42a20, 0x213a9b0, 0x40008b2540, 0x400103cf00, 0x4000c42960, 0x2148bb8, 0x4000c42a20) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x140 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x2148bb8, 0x4000c429f0, 0x213a9b0, 0x40008b2540, 0x400103cf00, 0x4000c42960, 0xffff946404c0, 0x40) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x4cc github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x2148bb8, 0x4000c429f0, 0x213a9b0, 0x40008b2540, 0x400103cf00, 0x4000c42960, 0x2148bb8, 0x4000c429f0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x5e4 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x213a9b0, 0x40008b2540, 0x400103ce00) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x1bc net/http.HandlerFunc.ServeHTTP(0x4000c352c0, 0x213a9b0, 0x40008b2540, 0x400103ce00) /usr/lib/go/src/net/http/server.go:2069 +0x40 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x4000e5a180, 0x213a9b0, 0x40008b2540, 0x4000461400) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0x9c net/http.serverHandler.ServeHTTP(0x4000032620, 0x213a9b0, 0x40008b2540, 0x4000461400) /usr/lib/go/src/net/http/server.go:2887 +0xbc net/http.(*conn).serve(0x4000c40140, 0x2148bb8, 0x40005ad100) /usr/lib/go/src/net/http/server.go:1952 +0x71c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x308 goroutine 206 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0xffff946c6e30, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x400024c998, 0x72, 0x0, 0x0, 0x1898c31) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x400024c980, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1b0 net.(*netFD).accept(0x400024c980, 0xffffbd3d05b8, 0x30, 0x4000d17cb0) /usr/lib/go/src/net/fd_unix.go:172 +0x2c net.(*UnixListener).accept(0x400048e870, 0x4f7c6c, 0x30, 0x1f6c760) /usr/lib/go/src/net/unixsock_posix.go:162 +0x2c net.(*UnixListener).Accept(0x400048e870, 0x4000d17cb0, 0x20c9a00, 0x40000324e0, 0x1d6d520) /usr/lib/go/src/net/unixsock.go:260 +0x5c net/http.(*Server).Serve(0x4000032460, 0x213a7d0, 0x400048e870, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2981 +0x22c github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x400009c480, 0x400012ef00) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0xb4 created by github.com/docker/docker/api/server.(*Server).serveAPI /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x80 goroutine 320 [sync.Cond.Wait]: sync.runtime_notifyListWait(0x4000afc2d0, 0x4000000034) /usr/lib/go/src/runtime/sema.go:513 +0xe8 sync.(*Cond).Wait(0x4000afc2c0) /usr/lib/go/src/sync/cond.go:56 +0xb8 github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4000afc280, 0x4000b48000, 0x800, 0x4000, 0xffffffffffffffff, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x2c4 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4000afc380, 0x1897a83, 0x6, 0xffff942c43a0, 0x4000afc280) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x754 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xd8 goroutine 208 [IO wait]: internal/poll.runtime_pollWait(0xffff946c6c60, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x400024cb98, 0x72, 0x0, 0x0, 0x1898c31) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x400024cb80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1b0 net.(*netFD).accept(0x400024cb80, 0x0, 0x4000083d88, 0x909824) /usr/lib/go/src/net/fd_unix.go:172 +0x2c net.(*UnixListener).accept(0x400048e900, 0x650b8856, 0x4000083db8, 0x443544) /usr/lib/go/src/net/unixsock_posix.go:162 +0x2c net.(*UnixListener).Accept(0x400048e900, 0x4000083e20, 0x4000083e28, 0x18, 0x4000a0fe00) /usr/lib/go/src/net/unixsock.go:260 +0x5c net/http.(*Server).Serve(0x4000032620, 0x213a7d0, 0x400048e900, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2981 +0x22c github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x400009c480, 0x400012ef30) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0xb4 created by github.com/docker/docker/api/server.(*Server).serveAPI /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x80 goroutine 174 [select, 2 minutes]: github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.removeUnusedPaths() /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:94 +0x28c created by github.com/docker/docker/vendor/github.com/docker/libnetwork/osl.createBasePath /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/osl/namespace_linux.go:79 +0xa0 goroutine 175 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0xffff946c67d8, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4000cf2b18, 0x72, 0x0, 0x0, 0x1898c31) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x4000cf2b00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1b0 net.(*netFD).accept(0x4000cf2b00, 0x0, 0x0, 0x0) /usr/lib/go/src/net/fd_unix.go:172 +0x2c net.(*UnixListener).accept(0x4000d16840, 0x0, 0x0, 0x0) /usr/lib/go/src/net/unixsock_posix.go:162 +0x2c net.(*UnixListener).Accept(0x4000d16840, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/net/unixsock.go:260 +0x5c github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).acceptClientConnections(0x40005ce400, 0x4000cfa240, 0x33, 0x213a7d0, 0x4000d16840) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:144 +0x30 created by github.com/docker/docker/vendor/github.com/docker/libnetwork.(*controller).startExternalKeyListener /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/sandbox_externalkey_unix.go:138 +0x28c goroutine 322 [IO wait]: internal/poll.runtime_pollWait(0xffff946c6520, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x400014ddb8, 0x72, 0x8001, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x400014dda0, 0x4000bba000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x180 os.(*File).read(...) /usr/lib/go/src/os/file_posix.go:31 os.(*File).Read(0x400058ef00, 0x4000bba000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/os/file.go:117 +0x60 github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x4000f928a0, 0x4000bba000, 0x8000, 0x8000, 0x3d, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:176 +0x134 io.copyBuffer(0x20fe188, 0x40002f2c80, 0xffff942c43c0, 0x4000f928a0, 0x4000bba000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/io/io.go:423 +0xd4 io.CopyBuffer(0x20fe188, 0x40002f2c80, 0xffff942c43c0, 0x4000f928a0, 0x4000bba000, 0x8000, 0x8000, 0x4000d5cb38, 0x4000b22f48, 0x126ed7c) /usr/lib/go/src/io/io.go:396 +0x60 github.com/docker/docker/pkg/pools.Copy(0x20fe188, 0x40002f2c80, 0xffff942c43c0, 0x4000f928a0, 0x4000f928a0, 0x46ff18, 0x20c97a8) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x8c github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x20fe188, 0x40002f2c80, 0xffff942c4338, 0x4000f928a0, 0x4000125220) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x60 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x78 goroutine 207 [IO wait]: internal/poll.runtime_pollWait(0xffff946c6d48, 0x72, 0x0) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x400024ca18, 0x72, 0x0, 0x0, 0x1898c31) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Accept(0x400024ca00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:401 +0x1b0 net.(*netFD).accept(0x400024ca00, 0x0, 0x4000082d88, 0x909824) /usr/lib/go/src/net/fd_unix.go:172 +0x2c net.(*UnixListener).accept(0x400048e8d0, 0x650b8856, 0x4000082db8, 0x443544) /usr/lib/go/src/net/unixsock_posix.go:162 +0x2c net.(*UnixListener).Accept(0x400048e8d0, 0x4000082e20, 0x4000082e28, 0x18, 0x4000ad7380) /usr/lib/go/src/net/unixsock.go:260 +0x5c net/http.(*Server).Serve(0x4000032540, 0x213a7d0, 0x400048e8d0, 0x0, 0x0) /usr/lib/go/src/net/http/server.go:2981 +0x22c github.com/docker/docker/api/server.(*HTTPServer).Serve(...) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:112 github.com/docker/docker/api/server.(*Server).serveAPI.func1(0x400009c480, 0x400012ef18) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:86 +0xb4 created by github.com/docker/docker/api/server.(*Server).serveAPI /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:83 +0x80 goroutine 359 [select]: github.com/docker/docker/api/server/router/system.(*systemRouter).getEvents(0x4000a623c0, 0x2148bb8, 0x4000d28120, 0x213a9b0, 0x400107e7e0, 0x4001172900, 0x4000ca1e90, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/router/system/system_routes.go:198 +0x588 github.com/docker/docker/api/server/middleware.ExperimentalMiddleware.WrapHandler.func1(0x2148bb8, 0x4000d28120, 0x213a9b0, 0x400107e7e0, 0x4001172900, 0x4000ca1e90, 0x2148bb8, 0x4000d28120) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/experimental.go:26 +0x140 github.com/docker/docker/api/server/middleware.VersionMiddleware.WrapHandler.func1(0x2148bb8, 0x4000d280c0, 0x213a9b0, 0x400107e7e0, 0x4001172900, 0x4000ca1e90, 0xffff942c0a20, 0x40) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/middleware/version.go:62 +0x4cc github.com/docker/docker/pkg/authorization.(*Middleware).WrapHandler.func1(0x2148bb8, 0x4000d280c0, 0x213a9b0, 0x400107e7e0, 0x4001172900, 0x4000ca1e90, 0x2148bb8, 0x4000d280c0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/authorization/middleware.go:59 +0x5e4 github.com/docker/docker/api/server.(*Server).makeHTTPHandler.func1(0x213a9b0, 0x400107e7e0, 0x4001172800) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:141 +0x1bc net/http.HandlerFunc.ServeHTTP(0x4000c35ef0, 0x213a9b0, 0x400107e7e0, 0x4001172800) /usr/lib/go/src/net/http/server.go:2069 +0x40 github.com/docker/docker/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0x4000e5a180, 0x213a9b0, 0x400107e7e0, 0x4001172600) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/gorilla/mux/mux.go:210 +0x9c net/http.serverHandler.ServeHTTP(0x4000032620, 0x213a9b0, 0x400107e7e0, 0x4001172600) /usr/lib/go/src/net/http/server.go:2887 +0xbc net/http.(*conn).serve(0x4000280d20, 0x2148bb8, 0x400107da00) /usr/lib/go/src/net/http/server.go:1952 +0x71c created by net/http.(*Server).Serve /usr/lib/go/src/net/http/server.go:3013 +0x308 goroutine 260 [sync.Cond.Wait, 2 minutes]: sync.runtime_notifyListWait(0x4000a60710, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0xe8 sync.(*Cond).Wait(0x4000a60700) /usr/lib/go/src/sync/cond.go:56 +0xb8 github.com/docker/docker/vendor/github.com/moby/buildkit/util/cond.(*StatefulCond).Wait(0x4000d166c0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/util/cond/cond.go:28 +0xf8 github.com/docker/docker/vendor/github.com/moby/buildkit/solver.(*scheduler).loop(0x400028a770) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:101 +0x1b8 created by github.com/docker/docker/vendor/github.com/moby/buildkit/solver.newScheduler /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/scheduler.go:35 +0x198 goroutine 323 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0xffff946c6180, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x400014de18, 0x72, 0x8001, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x400014de00, 0x4000bd4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x180 os.(*File).read(...) /usr/lib/go/src/os/file_posix.go:31 os.(*File).Read(0x400058ef08, 0x4000bd4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/os/file.go:117 +0x60 github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x4000f92960, 0x4000bd4000, 0x8000, 0x8000, 0x106, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:176 +0x134 io.copyBuffer(0x20fe188, 0x40002f2c60, 0xffff942c43c0, 0x4000f92960, 0x4000bd4000, 0x8000, 0x8000, 0x0, 0x1, 0x0) /usr/lib/go/src/io/io.go:423 +0xd4 io.CopyBuffer(0x20fe188, 0x40002f2c60, 0xffff942c43c0, 0x4000f92960, 0x4000bd4000, 0x8000, 0x8000, 0x4000d27558, 0x4000b1e748, 0x126ed7c) /usr/lib/go/src/io/io.go:396 +0x60 github.com/docker/docker/pkg/pools.Copy(0x20fe188, 0x40002f2c60, 0xffff942c43c0, 0x4000f92960, 0x4000f92960, 0x46ff18, 0x20c97a8) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x8c github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x20fe188, 0x40002f2c60, 0xffff942c4338, 0x4000f92960, 0x4000125220) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x60 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x78 goroutine 550 [IO wait]: internal/poll.runtime_pollWait(0xffff94679c20, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4000895418, 0x72, 0x0, 0x1, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4000895400, 0x400103ab51, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x180 net.(*netFD).Read(0x4000895400, 0x400103ab51, 0x1, 0x1, 0x4000c8a698, 0x4000c8a694, 0x4000d37758) /usr/lib/go/src/net/fd_posix.go:55 +0x44 net.(*conn).Read(0x40001723a0, 0x400103ab51, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x74 net/http.(*connReader).backgroundRead(0x400103ab40) /usr/lib/go/src/net/http/server.go:692 +0x50 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:688 +0xc4 goroutine 28 [chan receive, 2 minutes]: github.com/docker/docker/api/server.(*Server).serveAPI(0x400009f090, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:94 +0x134 github.com/docker/docker/api/server.(*Server).Wait(0x400009f090, 0x4000a90000) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/api/server/server.go:199 +0x28 created by github.com/docker/docker/cmd/dockerd.(*DaemonCli).start /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon.go:224 +0x7c4 goroutine 314 [select, 2 minutes]: github.com/docker/docker/container.(*State).Wait.func1(0x2148bb8, 0x4000c42a20, 0x4000a90d80, 0x4000af6fc0, 0x4000434d20, 0x40003ef700) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:213 +0x7c created by github.com/docker/docker/container.(*State).Wait /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/state.go:212 +0x100 goroutine 27 [chan receive, 2 minutes]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap.func1(0x4000a5dec0, 0x400045f980) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:84 +0x48 created by github.com/docker/docker/cmd/dockerd.(*DaemonCli).setupConfigReloadTrap /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/cmd/dockerd/daemon_unix.go:83 +0x9c goroutine 360 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0xffff94679d08, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x400024c818, 0x72, 0x0, 0x1, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x400024c800, 0x4000ca1c01, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x180 net.(*netFD).Read(0x400024c800, 0x4000ca1c01, 0x1, 0x1, 0x400107d918, 0x400107d914, 0x4000b1c758) /usr/lib/go/src/net/fd_posix.go:55 +0x44 net.(*conn).Read(0x400012cad0, 0x4000ca1c01, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x74 net/http.(*connReader).backgroundRead(0x4000ca1bf0) /usr/lib/go/src/net/http/server.go:692 +0x50 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:688 +0xc4 goroutine 245 [sync.Cond.Wait, 2 minutes]: sync.runtime_notifyListWait(0x4000e2b250, 0x4000000015) /usr/lib/go/src/runtime/sema.go:513 +0xe8 sync.(*Cond).Wait(0x4000e2b240) /usr/lib/go/src/sync/cond.go:56 +0xb8 github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4000e2b200, 0x4000c2e000, 0x800, 0x4000, 0xffffffffffffffff, 0x4000c2c400, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x2c4 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4000e2b300, 0x1897a83, 0x6, 0xffff942c43a0, 0x4000e2b200) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x754 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xd8 goroutine 246 [sync.Cond.Wait, 2 minutes]: sync.runtime_notifyListWait(0x4000e2b2d0, 0x0) /usr/lib/go/src/runtime/sema.go:513 +0xe8 sync.(*Cond).Wait(0x4000e2b2c0) /usr/lib/go/src/sync/cond.go:56 +0xb8 github.com/docker/docker/pkg/ioutils.(*BytesPipe).Read(0x4000e2b280, 0x4000caa000, 0x800, 0x4000, 0x0, 0x4b8200, 0x4000920d01) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/ioutils/bytespipe.go:135 +0x2c4 github.com/docker/docker/daemon/logger.(*Copier).copySrc(0x4000e2b300, 0x1897a7d, 0x6, 0xffff942c43a0, 0x4000e2b280) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:86 +0x754 created by github.com/docker/docker/daemon/logger.(*Copier).Run /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/logger/copier.go:48 +0xd8 goroutine 247 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0xffff946c66f0, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x4000a13758, 0x72, 0x8001, 0x8000, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x4000a13740, 0x4000ed6000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x180 os.(*File).read(...) /usr/lib/go/src/os/file_posix.go:31 os.(*File).Read(0x400058e6f0, 0x4000ed6000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/go/src/os/file.go:117 +0x60 github.com/docker/docker/vendor/github.com/containerd/fifo.(*fifo).Read(0x4000a12fc0, 0x4000ed6000, 0x8000, 0x8000, 0x319, 0x0, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/vendor/github.com/containerd/fifo/fifo.go:176 +0x134 io.copyBuffer(0x20fe188, 0x40002f26a0, 0xffff942c43c0, 0x4000a12fc0, 0x4000ed6000, 0x8000, 0x8000, 0x0, 0x3, 0x0) /usr/lib/go/src/io/io.go:423 +0xd4 io.CopyBuffer(0x20fe188, 0x40002f26a0, 0xffff942c43c0, 0x4000a12fc0, 0x4000ed6000, 0x8000, 0x8000, 0x54c908, 0x4000923f48, 0x126ed7c) /usr/lib/go/src/io/io.go:396 +0x60 github.com/docker/docker/pkg/pools.Copy(0x20fe188, 0x40002f26a0, 0xffff942c43c0, 0x4000a12fc0, 0x4000a12fc0, 0x400012c458, 0x0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/pkg/pools/pools.go:81 +0x8c github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1.1(0x20fe188, 0x40002f26a0, 0xffff942c4338, 0x4000a12fc0, 0x40001251d0) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:124 +0x60 created by github.com/docker/docker/container/stream.(*Config).CopyToPipe.func1 /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/container/stream/streams.go:123 +0x78 goroutine 313 [IO wait, 2 minutes]: internal/poll.runtime_pollWait(0xffff946c6350, 0x72, 0xffffffffffffffff) /usr/lib/go/src/runtime/netpoll.go:222 +0x44 internal/poll.(*pollDesc).wait(0x40005b4a18, 0x72, 0x0, 0x1, 0xffffffffffffffff) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:87 +0x38 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:92 internal/poll.(*FD).Read(0x40005b4a00, 0x4000c42881, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/internal/poll/fd_unix.go:166 +0x180 net.(*netFD).Read(0x40005b4a00, 0x4000c42881, 0x1, 0x1, 0x40005acf98, 0x40005acf94, 0x4000b1cf58) /usr/lib/go/src/net/fd_posix.go:55 +0x44 net.(*conn).Read(0x400058e830, 0x4000c42881, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go/src/net/net.go:183 +0x74 net/http.(*connReader).backgroundRead(0x4000c42870) /usr/lib/go/src/net/http/server.go:692 +0x50 created by net/http.(*connReader).startBackgroundRead /usr/lib/go/src/net/http/server.go:688 +0xc4 goroutine 251 [select, 2 minutes]: github.com/docker/docker/daemon.monitor(0x40008b81e0, 0x400039c280, 0x4000db60c0, 0x20fdee8, 0x40008fc081) /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:215 +0x108 created by github.com/docker/docker/daemon.(*Daemon).updateHealthMonitor /work/build/tmp/work/armv8a-poky-linux/balena/20.10.38+git8f374c29395adff1f6f7796b06418e593a479a7d-r0/git/src/import/.gopath/src/github.com/docker/docker/daemon/health.go:305 +0xd0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- balena --version --- 2023-09-21 00:03:34.271738217+00:00 balenaEngine version v20.10.38, build 8f374c29395adff1f6f7796b06418e593a479a7d real 0m 0.04s user 0m 0.04s sys 0m 0.01s --- balena images --- 2023-09-21 00:03:34.320375913+00:00 REPOSITORY TAG IMAGE ID CREATED SIZE registry2.balena-cloud.com/v2/610aeef6d9f2eb4855ce0e258ffe4012 latest 021f33f10ad5 2 weeks ago 15.7GB balena_supervisor v14.12.0 26c4b4c93b43 5 weeks ago 83.5MB registry2.balena-cloud.com/v2/1c40ad995f215c8039387488db1a6b48 latest 26c4b4c93b43 5 weeks ago 83.5MB real 0m 0.04s user 0m 0.05s sys 0m 0.00s --- balena ps -a --- 2023-09-21 00:03:34.372287273+00:00 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 3bf0d75d3be3 021f33f10ad5 "/etc/init/run.sh" 2 days ago Up 3 minutes lumeo_7165948_2711036_a16e2c00bfdd3f1c0fd4c9dc7a5ef30f b85073ae5073 registry2.balena-cloud.com/v2/1c40ad995f215c8039387488db1a6b48 "/usr/src/app/entry.…" 17 months ago Up 3 minutes (health: starting) balena_supervisor real 0m 0.04s user 0m 0.05s sys 0m 0.00s --- balena stats --all --no-stream --- 2023-09-21 00:03:34.424271177+00:00 CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS 3bf0d75d3be3 lumeo_7165948_2711036_a16e2c00bfdd3f1c0fd4c9dc7a5ef30f 0.01% 204.2MiB / 15.03GiB 1.33% 0B / 0B 293MB / 2.52MB 54 b85073ae5073 balena_supervisor 0.07% 46.77MiB / 15.03GiB 0.30% 0B / 0B 74.5MB / 49.2kB 16 real 0m 2.61s user 0m 0.05s sys 0m 0.00s --- balena system df --- 2023-09-21 00:03:37.043806313+00:00 TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 2 2 15.77GB 0B (0%) Containers 2 2 894B 0B (0%) Local Volumes 1 1 1.302MB 0B (0%) Build Cache 0 0 0B 0B real 0m 0.05s user 0m 0.04s sys 0m 0.01s --- balena volume ls --- 2023-09-21 00:03:37.105328009+00:00 DRIVER VOLUME NAME local 2071187_lumeo-data real 0m 0.04s user 0m 0.04s sys 0m 0.01s --- balena network ls --- 2023-09-21 00:03:37.153464297+00:00 NETWORK ID NAME DRIVER SCOPE 48e1ec1e0752 bridge bridge local fde0a2350bdb cdb5d5903c634f0fa30d4b69a01357fb_default null local 05133c61546d host host local 7578711c14fe none null local 6cbcf1e74908 supervisor0 bridge local real 0m 0.04s user 0m 0.03s sys 0m 0.02s --- systemctl status balena --no-pager --- 2023-09-21 00:03:37.204357033+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 Thu 2023-09-21 00:00:08 UTC; 3min 28s ago TriggeredBy: ● balena-engine.socket Docs: https://www.balena.io/docs/getting-started Main PID: 2501 (balenad) Tasks: 43 (limit: 18126) Memory: 147.1M CGroup: /system.slice/balena.service ├─ 2501 /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 ├─ 2506 /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 2501 ├─ 2545 balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info ├─ 2751 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e -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 └─ 3025 balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c -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 Sep 21 00:01:33 0f868c4 b85073ae5073[2501]: [info] VPN connection is not active. Sep 21 00:01:45 0f868c4 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:01:45 0f868c4 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:01:45 0f868c4 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:01:45 0f868c4 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:01:47 0f868c4 b85073ae5073[2501]: [info] Internet Connectivity: OK Sep 21 00:03:19 0f868c4 b85073ae5073[2501]: [api] GET /v1/device 200 - 39.064 ms Sep 21 00:03:20 0f868c4 b85073ae5073[2501]: [api] GET /v1/device 200 - 22.735 ms Sep 21 00:03:25 0f868c4 b85073ae5073[2501]: [api] GET /v1/device 200 - 21.354 ms Sep 21 00:03:26 0f868c4 b85073ae5073[2501]: [api] GET /v1/healthy 200 - 3.438 ms real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n 200 -a -u balena --- 2023-09-21 00:03:37.222657129+00:00 Sep 21 00:00:05 balenad[2501]: time="2023-09-21T00:00:05.706204032Z" level=info msg="Starting up" Sep 21 00:00:05 balenad[2501]: time="2023-09-21T00:00:05.706292416Z" level=warning msg="Running experimental build" Sep 21 00:00:05 balenad[2501]: time="2023-09-21T00:00:05.711756032Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=2545 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.891007232Z" level=info msg="starting containerd" revision= version=1.6.6+unknown Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.946263328Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.946597728Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.954245216Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/5.10.104-l4t-r35.3.ga\\n\"): skip plugin" type=io.containerd.snapshotter.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.954360416Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.954545760Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.957929216Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.957985216Z" level=info msg="metadata content store policy set" policy=shared Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959045568Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959130816Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959157760Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959227040Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959261664Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959285632Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959304096Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959327136Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959349632Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959369536Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959388992Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959407520Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959559968Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959679008Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.960995712Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961052832Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961080736Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961198016Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961227872Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961250272Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961267520Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961287360Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961308032Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961325920Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961344896Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961365856Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961389440Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961411168Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961429024Z" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961453568Z" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961473216Z" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961517888Z" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin" Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961851104Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961930816Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.962000000Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.962040320Z" level=info msg="containerd successfully booted in 0.076425s" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.014162720Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.021953696Z" level=info msg="Storage migration skipped: %!s()" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.201952672Z" level=warning msg="Your kernel does not support cgroup blkio weight" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.201988448Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.202394400Z" level=info msg="Loading containers: start." Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.054166304Z" level=info msg="Removing stale sandbox 8b9cf3e25d9e07cdf6d267c987fa0fd9ff7f7d35f63d2945b80c153867b2daec (3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e)" Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.059007584Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 05133c61546d0ca3c7fb30e20e326c31874d6dd88026b54541cab0b9ab993458 b1da2ac013e50eb2f09ba28ee115f58244a78d172007a6870c3d6c4b5127457a], retrying...." Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.303837312Z" level=info msg="Removing stale sandbox ea78a69c5984866c20e54dbc7f7b96a5efcfc5bd7228e555de2363754c984ae7 (b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c)" Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.313902880Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 05133c61546d0ca3c7fb30e20e326c31874d6dd88026b54541cab0b9ab993458 96d7e048e30030f06e070b4cff35d56060986c34ed878b22c1c492b83679c4ef], retrying...." Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.659161088Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.669323328Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Sep 21 00:00:07 balenad[2545]: time="2023-09-21T00:00:07.674091360Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Sep 21 00:00:07 balenad[2545]: time="2023-09-21T00:00:07.676917280Z" level=info msg="shim balena-engine-containerd-shim started" address="unix:///run/containerd/s/349feae4eab7e2b2b12cd22b807d34fc7f22dce60124a8ad93e46fc0d9beda61" debug=false pid=2743 Sep 21 00:00:07 balenad[2545]: time="2023-09-21T00:00:07.684063744Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Sep 21 00:00:07 balenad[2545]: time="2023-09-21T00:00:07.697997088Z" level=info msg="shim balena-engine-containerd-shim started" address="unix:///run/containerd/s/53bee3cb83c52ace6a52d1dfe587311847f4caa50b37f06c6c3ec4053adee293" debug=false pid=2751 Sep 21 00:00:08 balenad[2545]: time="2023-09-21T00:00:08.158878432Z" level=info msg="shim reaped" id=b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.169230432Z" level=error msg="stream copy error: reading from a closed fifo" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.169301248Z" level=error msg="stream copy error: reading from a closed fifo" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.187826400Z" level=error msg="b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c cleanup: failed to delete container from containerd: no such container" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.187881440Z" level=error msg="failed to start container" container=b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c error="OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting \"/var/log/supervisor-log\" to rootfs at \"/var/log\": stat /var/log/supervisor-log: no such file or directory: unknown" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.536859808Z" level=info msg="Loading containers: done." Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.674259168Z" level=info msg="Docker daemon" commit=8f374c29395adff1f6f7796b06418e593a479a7d graphdriver(s)=overlay2 version=v20.10.38 Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.674321792Z" level=info msg="Daemon has completed initialization" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.756441568Z" level=info msg="API listen on /run/balena-engine.sock" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.763450624Z" level=info msg="API listen on /var/run/balena-engine.sock" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.763592960Z" level=info msg="API listen on /var/run/balena.sock" Sep 21 00:00:09 3bf0d75d3be3[2501]: Fontconfig error: Cannot load default config file: No such file: (null) Sep 21 00:00:09 3bf0d75d3be3[2501]: Fontconfig error: Cannot load default config file: No such file: (null) Sep 21 00:00:10 balenad[2501]: time="2023-09-21T00:00:10.175546624Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Sep 21 00:00:10 balenad[2545]: time="2023-09-21T00:00:10.193167264Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Sep 21 00:00:10 balenad[2545]: time="2023-09-21T00:00:10.195574688Z" level=info msg="shim balena-engine-containerd-shim started" address="unix:///run/containerd/s/349feae4eab7e2b2b12cd22b807d34fc7f22dce60124a8ad93e46fc0d9beda61" debug=false pid=3025 Sep 21 00:00:10 3bf0d75d3be3[2501]: (Argus) Error FileOperationFailed: Connecting to nvargus-daemon failed: No such file or directory (in src/rpc/socket/client/SocketClientDispatch.cpp, function openSocketConnection(), line 204) Sep 21 00:00:10 3bf0d75d3be3[2501]: (Argus) Error FileOperationFailed: Connecting to nvargus-daemon failed: No such file or directory (in src/rpc/socket/client/SocketClientDispatch.cpp, function openSocketConnection(), line 204) Sep 21 00:00:10 3bf0d75d3be3[2501]: (Argus) Error FileOperationFailed: Cannot create camera provider (in src/rpc/socket/client/SocketClientDispatch.cpp, function createCameraProvider(), line 106) Sep 21 00:00:10 3bf0d75d3be3[2501]: (Argus) Error FileOperationFailed: Cannot create camera provider (in src/rpc/socket/client/SocketClientDispatch.cpp, function createCameraProvider(), line 106) Sep 21 00:00:10 3bf0d75d3be3[2501]: modprobe: FATAL: Module nvidia not found in directory /lib/modules/5.10.104-l4t-r35.3.ga Sep 21 00:00:10 3bf0d75d3be3[2501]: modprobe: FATAL: Module nvidia not found in directory /lib/modules/5.10.104-l4t-r35.3.ga Sep 21 00:00:10 3bf0d75d3be3[2501]: Sep 21 00:00:10 3bf0d75d3be3[2501]: (gst-plugin-scanner:33): GStreamer-WARNING **: 00:00:10.493: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_deepstream_bins.so': libnvdsgst_dewarper.so: cannot open shared object file: No such file or directory Sep 21 00:00:10 3bf0d75d3be3[2501]: Sep 21 00:00:10 3bf0d75d3be3[2501]: (gst-plugin-scanner:30): GStreamer-WARNING **: 00:00:10.494: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_deepstream_bins.so': libnvdsgst_dewarper.so: cannot open shared object file: No such file or directory Sep 21 00:00:10 3bf0d75d3be3[2501]: Sep 21 00:00:10 3bf0d75d3be3[2501]: (gst-plugin-scanner:30): GStreamer-WARNING **: 00:00:10.933: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so': libtritonserver.so: cannot open shared object file: No such file or directory Sep 21 00:00:10 3bf0d75d3be3[2501]: Sep 21 00:00:10 3bf0d75d3be3[2501]: (gst-plugin-scanner:33): GStreamer-WARNING **: 00:00:10.934: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so': libtritonserver.so: cannot open shared object file: No such file or directory Sep 21 00:00:10 3bf0d75d3be3[2501]: Sep 21 00:00:10 3bf0d75d3be3[2501]: (gst-plugin-scanner:33): GStreamer-WARNING **: 00:00:10.947: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_osd.so': /opt/nvidia/deepstream/deepstream/lib/libnvds_osd.so: undefined symbol: get_exports Sep 21 00:00:10 3bf0d75d3be3[2501]: Sep 21 00:00:10 3bf0d75d3be3[2501]: (gst-plugin-scanner:30): GStreamer-WARNING **: 00:00:10.950: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_osd.so': /opt/nvidia/deepstream/deepstream/lib/libnvds_osd.so: undefined symbol: get_exports Sep 21 00:00:10 b85073ae5073[2501]: INFO: Found device /dev/nvme0n1p6 on current boot device nvme0n1, using as mount for '(resin|balena)-boot'. Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: (gst-plugin-scanner:30): GStreamer-WARNING **: 00:00:11.006: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so': librivermax.so.0: cannot open shared object file: No such file or directory Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: (gst-plugin-scanner:33): GStreamer-WARNING **: 00:00:11.006: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so': librivermax.so.0: cannot open shared object file: No such file or directory Sep 21 00:00:11 3bf0d75d3be3[2501]: sys:1: Warning: cannot register existing type 'GstVideoScale' Sep 21 00:00:11 3bf0d75d3be3[2501]: sys:1: Warning: g_once_init_leave: assertion 'result != 0' failed Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: (gst-plugin-scanner:30): GStreamer-CRITICAL **: 00:00:11.020: gst_element_register: assertion 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed Sep 21 00:00:11 3bf0d75d3be3[2501]: sys:1: Warning: cannot register existing type 'GstVideoScale' Sep 21 00:00:11 3bf0d75d3be3[2501]: sys:1: Warning: g_once_init_leave: assertion 'result != 0' failed Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: (gst-plugin-scanner:33): GStreamer-CRITICAL **: 00:00:11.021: gst_element_register: assertion 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed Sep 21 00:00:11 3bf0d75d3be3[2501]: sys:1: Warning: cannot register existing type 'GstVideoConvert' Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: (gst-plugin-scanner:30): GStreamer-CRITICAL **: 00:00:11.068: gst_element_register: assertion 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed Sep 21 00:00:11 3bf0d75d3be3[2501]: sys:1: Warning: cannot register existing type 'GstVideoConvert' Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: (gst-plugin-scanner:33): GStreamer-CRITICAL **: 00:00:11.069: gst_element_register: assertion 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed Sep 21 00:00:11 b85073ae5073[2501]: INFO: Found device /dev/nvme0n1p9 on current boot device nvme0n1, using as mount for '(resin|balena)-state'. Sep 21 00:00:11 b85073ae5073[2501]: INFO: Found device /dev/nvme0n1p10 on current boot device nvme0n1, using as mount for '(resin|balena)-data'. Sep 21 00:00:11 3bf0d75d3be3[2501]: 2023-09-21T00:00:11.492679Z  WARN lumeo_rust_utilities::mqtt_client: MQTT Connection error: Tls(Io(Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" })) Sep 21 00:00:11 3bf0d75d3be3[2501]: 2023-09-21T00:00:11.576704Z ERROR app_utils::log_error: Failed to update runtime configuration at startup Sep 21 00:00:11 3bf0d75d3be3[2501]: Reading gateway configuration Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: Caused by: Sep 21 00:00:11 3bf0d75d3be3[2501]: 0: GET request to `/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/gateways/3838c113-c270-4aa0-8cad-e70936862341/configuration` failed: error sending request for url (https://api.lumeo.com/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/gateways/3838c113-c270-4aa0-8cad-e70936862341/configuration): error trying to connect: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 1: error sending request for url (https://api.lumeo.com/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/gateways/3838c113-c270-4aa0-8cad-e70936862341/configuration): error trying to connect: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 2: error trying to connect: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 3: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 4: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 2023-09-21T00:00:11.577502Z  WARN app_utils::ignore_err: Error was ignored: Getting linked cameras Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: Caused by: Sep 21 00:00:11 3bf0d75d3be3[2501]: 0: GET request to `/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/gateways/3838c113-c270-4aa0-8cad-e70936862341/linked_cameras` failed: error sending request for url (https://api.lumeo.com/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/gateways/3838c113-c270-4aa0-8cad-e70936862341/linked_cameras): error trying to connect: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 1: error sending request for url (https://api.lumeo.com/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/gateways/3838c113-c270-4aa0-8cad-e70936862341/linked_cameras): error trying to connect: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 2: error trying to connect: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 3: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 4: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 2023-09-21T00:00:11.579737Z  WARN lumeod::lumeo_api::deployments: Failed to get interrupted deployments, retrying: Reqwest(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("api.lumeo.com")), port: None, path: "/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/deployments", query: Some("limit=32767&gateway_ids%5B%5D=3838c113-c270-4aa0-8cad-e70936862341&states%5B%5D=unknown&states%5B%5D=interrupted"), fragment: None }, source: hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" })) }, ErrorDetails { method: GET, path: "/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/deployments", status: None }) Sep 21 00:00:13 b85073ae5073[2501]: [info] Supervisor v14.12.0 starting up... Sep 21 00:00:13 b85073ae5073[2501]: [info] Setting host to discoverable Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting systemd unit: avahi-daemon.service Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting systemd unit: avahi-daemon.socket Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting logging infrastructure Sep 21 00:00:13 b85073ae5073[2501]: [info] Starting firewall Sep 21 00:00:13 b85073ae5073[2501]: [warn] Invalid firewall mode: . Reverting to state: off Sep 21 00:00:13 b85073ae5073[2501]: [info] Applying firewall mode: off Sep 21 00:00:13 b85073ae5073[2501]: [success] Firewall mode applied Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting api binder Sep 21 00:00:13 b85073ae5073[2501]: [debug] Performing database cleanup for container log timestamps Sep 21 00:00:13 b85073ae5073[2501]: [info] Previous engine snapshot was not stored. Skipping cleanup. Sep 21 00:00:13 b85073ae5073[2501]: [debug] Handling of local mode switch is completed Sep 21 00:00:13 b85073ae5073[2501]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Sep 21 00:00:13 b85073ae5073[2501]: (Use `node --trace-deprecation ...` to show where the warning was created) Sep 21 00:00:13 b85073ae5073[2501]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Sep 21 00:00:13 b85073ae5073[2501]: [event] Event: Supervisor start {} Sep 21 00:00:13 b85073ae5073[2501]: [info] Starting API server Sep 21 00:00:13 b85073ae5073[2501]: [info] Supervisor API successfully started on port 48484 Sep 21 00:00:13 b85073ae5073[2501]: [debug] Spawning journalctl -a -S 2023-09-20 23:59:43 -o json CONTAINER_ID_FULL=3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e Sep 21 00:00:13 b85073ae5073[2501]: [debug] Ensuring device is provisioned Sep 21 00:00:13 b85073ae5073[2501]: [debug] Connectivity check enabled: true Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting periodic check for IP addresses Sep 21 00:00:13 b85073ae5073[2501]: [info] Reporting initial state, supervisor version and API info Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting current state report Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting target state poll Sep 21 00:00:13 b85073ae5073[2501]: [info] VPN connection is not active. Sep 21 00:00:13 b85073ae5073[2501]: [info] Waiting for connectivity... Sep 21 00:00:13 b85073ae5073[2501]: [debug] Skipping preloading Sep 21 00:00:13 b85073ae5073[2501]: [debug] Spawning journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Sep 21 00:00:13 b85073ae5073[2501]: [info] Applying target state Sep 21 00:00:14 b85073ae5073[2501]: [debug] Finished applying target state Sep 21 00:00:14 b85073ae5073[2501]: [success] Device state apply success Sep 21 00:00:21 b85073ae5073[2501]: [info] Applying target state Sep 21 00:00:21 b85073ae5073[2501]: [info] Reported current state to the cloud Sep 21 00:00:21 b85073ae5073[2501]: [debug] Finished applying target state Sep 21 00:00:21 b85073ae5073[2501]: [success] Device state apply success Sep 21 00:00:26 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:00:26 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:00:26 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:00:26 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:01:33 b85073ae5073[2501]: [info] VPN connection is not active. Sep 21 00:01:45 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:01:45 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:01:45 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:01:45 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:01:47 b85073ae5073[2501]: [info] Internet Connectivity: OK Sep 21 00:03:19 b85073ae5073[2501]: [api] GET /v1/device 200 - 39.064 ms Sep 21 00:03:20 b85073ae5073[2501]: [api] GET /v1/device 200 - 22.735 ms Sep 21 00:03:25 b85073ae5073[2501]: [api] GET /v1/device 200 - 21.354 ms Sep 21 00:03:26 b85073ae5073[2501]: [api] GET /v1/healthy 200 - 3.438 ms real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n 1000 -at balenad --- 2023-09-21 00:03:37.236211785+00:00 Sep 21 00:00:05 balenad[2501]: time="2023-09-21T00:00:05.706204032Z" level=info msg="Starting up" Sep 21 00:00:05 balenad[2501]: time="2023-09-21T00:00:05.706292416Z" level=warning msg="Running experimental build" Sep 21 00:00:05 balenad[2501]: time="2023-09-21T00:00:05.711756032Z" level=info msg="libcontainerd: started new balena-engine-containerd process" pid=2545 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.891007232Z" level=info msg="starting containerd" revision= version=1.6.6+unknown Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.946263328Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.946597728Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.954245216Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/5.10.104-l4t-r35.3.ga\\n\"): skip plugin" type=io.containerd.snapshotter.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.954360416Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.954545760Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.957929216Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.957985216Z" level=info msg="metadata content store policy set" policy=shared Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959045568Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959130816Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959157760Z" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959227040Z" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959261664Z" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959285632Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959304096Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959327136Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959349632Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959369536Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959388992Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959407520Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959559968Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959679008Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.960995712Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961052832Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961080736Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961198016Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961227872Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961250272Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961267520Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961287360Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961308032Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961325920Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961344896Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961365856Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961389440Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961411168Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961429024Z" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961453568Z" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961473216Z" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961517888Z" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin" Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961851104Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961930816Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.962000000Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.962040320Z" level=info msg="containerd successfully booted in 0.076425s" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.014162720Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.021953696Z" level=info msg="Storage migration skipped: %!s()" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.201952672Z" level=warning msg="Your kernel does not support cgroup blkio weight" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.201988448Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.202394400Z" level=info msg="Loading containers: start." Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.054166304Z" level=info msg="Removing stale sandbox 8b9cf3e25d9e07cdf6d267c987fa0fd9ff7f7d35f63d2945b80c153867b2daec (3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e)" Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.059007584Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 05133c61546d0ca3c7fb30e20e326c31874d6dd88026b54541cab0b9ab993458 b1da2ac013e50eb2f09ba28ee115f58244a78d172007a6870c3d6c4b5127457a], retrying...." Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.303837312Z" level=info msg="Removing stale sandbox ea78a69c5984866c20e54dbc7f7b96a5efcfc5bd7228e555de2363754c984ae7 (b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c)" Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.313902880Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 05133c61546d0ca3c7fb30e20e326c31874d6dd88026b54541cab0b9ab993458 96d7e048e30030f06e070b4cff35d56060986c34ed878b22c1c492b83679c4ef], retrying...." Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.659161088Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.669323328Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Sep 21 00:00:07 balenad[2545]: time="2023-09-21T00:00:07.674091360Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Sep 21 00:00:07 balenad[2545]: time="2023-09-21T00:00:07.676917280Z" level=info msg="shim balena-engine-containerd-shim started" address="unix:///run/containerd/s/349feae4eab7e2b2b12cd22b807d34fc7f22dce60124a8ad93e46fc0d9beda61" debug=false pid=2743 Sep 21 00:00:07 balenad[2545]: time="2023-09-21T00:00:07.684063744Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Sep 21 00:00:07 balenad[2545]: time="2023-09-21T00:00:07.697997088Z" level=info msg="shim balena-engine-containerd-shim started" address="unix:///run/containerd/s/53bee3cb83c52ace6a52d1dfe587311847f4caa50b37f06c6c3ec4053adee293" debug=false pid=2751 Sep 21 00:00:08 balenad[2545]: time="2023-09-21T00:00:08.158878432Z" level=info msg="shim reaped" id=b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.169230432Z" level=error msg="stream copy error: reading from a closed fifo" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.169301248Z" level=error msg="stream copy error: reading from a closed fifo" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.187826400Z" level=error msg="b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c cleanup: failed to delete container from containerd: no such container" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.187881440Z" level=error msg="failed to start container" container=b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c error="OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting \"/var/log/supervisor-log\" to rootfs at \"/var/log\": stat /var/log/supervisor-log: no such file or directory: unknown" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.536859808Z" level=info msg="Loading containers: done." Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.674259168Z" level=info msg="Docker daemon" commit=8f374c29395adff1f6f7796b06418e593a479a7d graphdriver(s)=overlay2 version=v20.10.38 Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.674321792Z" level=info msg="Daemon has completed initialization" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.756441568Z" level=info msg="API listen on /run/balena-engine.sock" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.763450624Z" level=info msg="API listen on /var/run/balena-engine.sock" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.763592960Z" level=info msg="API listen on /var/run/balena.sock" Sep 21 00:00:10 balenad[2501]: time="2023-09-21T00:00:10.175546624Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Sep 21 00:00:10 balenad[2545]: time="2023-09-21T00:00:10.193167264Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Sep 21 00:00:10 balenad[2545]: time="2023-09-21T00:00:10.195574688Z" level=info msg="shim balena-engine-containerd-shim started" address="unix:///run/containerd/s/349feae4eab7e2b2b12cd22b807d34fc7f22dce60124a8ad93e46fc0d9beda61" debug=false pid=3025 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" --- 2023-09-21 00:03:37.249061577+00:00 [ { "Id": "3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e", "Created": "2023-09-18T16:43:50.017136298Z", "Path": "/etc/init/run.sh", "Args": [], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 2783, "ExitCode": 0, "Error": "", "StartedAt": "2023-09-21T00:00:08.533213632Z", "FinishedAt": "2023-09-21T00:00:06.26671856Z" }, "Image": "sha256:021f33f10ad5e61980027c81f30f08befef8661211c4872704103d3fb980b381", "ResolvConfPath": "/var/lib/docker/containers/3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e/resolv.conf", "HostnamePath": "/var/lib/docker/containers/3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e/hostname", "HostsPath": "/var/lib/docker/containers/3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e/hosts", "LogPath": "", "Name": "/lumeo_7165948_2711036_a16e2c00bfdd3f1c0fd4c9dc7a5ef30f", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "2071187_lumeo-data:/var/lib/lumeo", "/tmp/balena-supervisor/services/2071187/lumeo:/tmp/resin", "/tmp/balena-supervisor/services/2071187/lumeo:/tmp/balena" ], "ContainerIDFile": "", "ContainerIDEnv": "", "LogConfig": { "Type": "journald", "Config": {} }, "NetworkMode": "host", "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, "Mounts": [ { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Target": "/host/run/balena-engine.sock" }, { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Target": "/var/run/balena-engine.sock" }, { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Target": "/var/run/balena.sock" } ], "MaskedPaths": null, "ReadonlyPaths": null }, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/d10cbb1682c89af8a87c05777cc6ffd4b9e2ef2286c2793dba282a4d3fab5e4e-init/diff:/var/lib/docker/overlay2/988880ddb8d216960226ab73103c6f358e949fba5e6e56e0577d1edfb300b5d8/diff:/var/lib/docker/overlay2/e8564eb2d5bc5a28af8cef45600eea37400aadde3efaf05f4cd8142762450840/diff:/var/lib/docker/overlay2/7b409109cdddf109af2505e6eceb4f9ee60632e7159692c5493fa33b969e499c/diff:/var/lib/docker/overlay2/ec77bf83c68cedda9d258f0a4bfc4ed2c54c14929c13d62e79eca57623139864/diff:/var/lib/docker/overlay2/87aa1421b8bfb5837247587575bcc440155a22d9b0e7f67873c67136bdf12b58/diff:/var/lib/docker/overlay2/05cfa3a93f45aad58ca03d7381136c26fd176e7a77c01971ed6d317b5d87a1e5/diff:/var/lib/docker/overlay2/6e0bbfd03040b83b5e4ef2a84010a0c77ee9b10039fd8c1e08b157e1c843122a/diff:/var/lib/docker/overlay2/cf6b4262ae12f2ffcf883bad9b11cce9f01f13c7b8676d53a23b76bac6fb5ee3/diff:/var/lib/docker/overlay2/3d7af86237987d1b7526ba79f1866ce645add22dd82211c555607cd04032dfb6/diff:/var/lib/docker/overlay2/75f3ae81375c77e6efec1b735e460f42cda40e141675064c000c2afec7910945/diff:/var/lib/docker/overlay2/6e11b1d7185418a5c9c5ffe5005cba6a1e02bc784fee4025ced3378e3f8ecc71/diff:/var/lib/docker/overlay2/92c1a53c8c2643b43f910ca17401d8432e454c6a093ac204edc4ee773e72fc3f/diff:/var/lib/docker/overlay2/0239d1957c33cd24b86a16980dac295860319442d8bd9a817184afb5ea60c12d/diff:/var/lib/docker/overlay2/c7961d1e39785378a588200e35aef9bcad5b3e57c1ebf29adbcedf7c879ed1ba/diff:/var/lib/docker/overlay2/7fa50b8a71239a3a39383fc19f10666bb62a977138fbd28857aedc453f5bcf1b/diff:/var/lib/docker/overlay2/36135c127857a70d2c22b7170d37e861e876105092dce179b5f9dec0232cd525/diff:/var/lib/docker/overlay2/4fb86dd764c9b80853d2fb1c15895597c8093333bd261999e7f4913874e5f2c3/diff:/var/lib/docker/overlay2/d474ceb71266663918efbfba5cc618c679f613989641b18c50bcf901899e19e0/diff:/var/lib/docker/overlay2/0197485f0b850feb51db3ed29c1aa78fc281046d18cd2b26880ec7afd9edc40e/diff:/var/lib/docker/overlay2/5b686a98dcc04fbbfa17aff3111e3f90f81280a79e2f3e1ad50a30b79bac613f/diff:/var/lib/docker/overlay2/4e8e5023b59e2db496e36b37feefe6cb1d82449ff2f782a9dab0380a6303e90c/diff:/var/lib/docker/overlay2/b395a40775a55cf6794105e86085d31f833d85494837026d3ee3bd4acd81956c/diff:/var/lib/docker/overlay2/59fb2a6a1457316866af3358f6bbb6d5885feb83da9fb3e79f7c2a3a19594505/diff:/var/lib/docker/overlay2/2b5708a14168e770b219f1145c181b9f83f232e6af6c69af501c8a13ee23b682/diff:/var/lib/docker/overlay2/1290e241f3881cbf9fe432689c15b6f2260a4ab33632d388490b0db7d007f640/diff:/var/lib/docker/overlay2/a68f07df1987de3ffeff8b20c4088811e88319a209770a4faad5babb31abd850/diff:/var/lib/docker/overlay2/cd7b7777a4f1a5f734983a415ef095ad4e4814ea3a80e8bb1b0fd8a904e3d9c2/diff:/var/lib/docker/overlay2/f09ec6ebfd90491407b4cfdc1af10837e9c21cd8abc4d82e4754128406a48ccb/diff:/var/lib/docker/overlay2/979d99dfaaa228c6311ff4a784b8e5cdb917b08c265c12b7d07ab3b1027dfdd3/diff:/var/lib/docker/overlay2/d10cbb03f1683d3347da9a9ea430322320d1406a91d67346fbbf01ea69ae8bf4/diff:/var/lib/docker/overlay2/6970b79e411b684978b767cd0550cad11332358f6afe29c8b15f109888f6d5cd/diff:/var/lib/docker/overlay2/202d16beb8ab1060bbc11b61658332cebeb56028b43b65b17e3345b0b8162ad8/diff:/var/lib/docker/overlay2/75ca08bddfe5c91b29ab5dc507d77730bb38ae0c4a1f10b4fb07874bb76b012a/diff:/var/lib/docker/overlay2/7d4a42bc0d6a1fa2fc5cac18370018fdc1c7e25077023b9aec413dcd575a2d4d/diff:/var/lib/docker/overlay2/52b6cc02353cd7eece471c1901dcdef6968aef0092ff0e34c4cd29c9dcbb753f/diff:/var/lib/docker/overlay2/5ab545c9daa31ad43d8570e7f11b8b332b20f9b1aacefa483a674e78a13c9e8f/diff:/var/lib/docker/overlay2/ef4d4fefd75e5674d1e4333a84d1fddbb362f86c07dbd857bd3719392958ef86/diff:/var/lib/docker/overlay2/173391b470a2dc3c041b1c0c529c40d7464fda9532135c632807197cec92c56f/diff:/var/lib/docker/overlay2/df4736d74b8a511df9b87c8751d407eac4fab1305bab95a89c130e94e27adbf1/diff:/var/lib/docker/overlay2/783aed7f93b81399fa4cd95caa9110555916dbd507973905f8f60ae4c2851afe/diff:/var/lib/docker/overlay2/d9645d3362e54c7f5e3ff97f563dfd076851b03af1efcfa560b05e7157ba00f1/diff:/var/lib/docker/overlay2/ddebdbe7f88166cf0ad2f74dee68d825876b44d46fde555c4b474b4d47cf0c9b/diff:/var/lib/docker/overlay2/ecacdd03f1eeebf52f111db4220208b96d148a8f95670fe2b43563dc2de4d6f2/diff:/var/lib/docker/overlay2/08c80928c7ac407f16986708370e5d7bca6662080cb42f2a4557693885464951/diff:/var/lib/docker/overlay2/15df94995953f06529f4d34982f0ed51ff89663c01429a97edf52af36277ef63/diff:/var/lib/docker/overlay2/d1ddeb2abf1d140c57a19df0f1c216aba5425a253f3695ca2ce02067a6837290/diff:/var/lib/docker/overlay2/758ae1629de462b110e739f4b4fe4675ee345372745eaaaaf3243ec2475d0f2b/diff:/var/lib/docker/overlay2/e47ec10808d8311b6111b1f013e25474c39201a86ac07ec85ee73fe241b0a768/diff:/var/lib/docker/overlay2/5ee4766dbfcbcbd80a209433e81999cf4a687f3c9eb6aa9ec2f5810b651e3fd0/diff:/var/lib/docker/overlay2/67d92a8c1a4c66b9c3ccbf30b98c52845bf2fb1958fb478c930656f9a835dd23/diff:/var/lib/docker/overlay2/23d9f22405b0241fffe4c241190bb8fbf52eaa1db7a36bc77979e3e0dd3fae25/diff", "MergedDir": "/var/lib/docker/overlay2/d10cbb1682c89af8a87c05777cc6ffd4b9e2ef2286c2793dba282a4d3fab5e4e/merged", "UpperDir": "/var/lib/docker/overlay2/d10cbb1682c89af8a87c05777cc6ffd4b9e2ef2286c2793dba282a4d3fab5e4e/diff", "WorkDir": "/var/lib/docker/overlay2/d10cbb1682c89af8a87c05777cc6ffd4b9e2ef2286c2793dba282a4d3fab5e4e/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Destination": "/host/run/balena-engine.sock", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2071187/lumeo", "Destination": "/tmp/balena", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/tmp/balena-supervisor/services/2071187/lumeo", "Destination": "/tmp/resin", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "volume", "Name": "2071187_lumeo-data", "Source": "/var/lib/docker/volumes/2071187_lumeo-data/_data", "Destination": "/var/lib/lumeo", "Driver": "local", "Mode": "z", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Destination": "/var/run/balena-engine.sock", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Destination": "/var/run/balena.sock", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "0f868c4", "Domainname": "", "User": "lumeod", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": true, "OpenStdin": false, "StdinOnce": false, "Cmd": [], "Healthcheck": { "Test": [ "NONE" ] }, "Image": "sha256:021f33f10ad5e61980027c81f30f08befef8661211c4872704103d3fb980b381", "Volumes": { "/var/lib/lumeo": {} }, "WorkingDir": "", "Entrypoint": [ "/etc/init/run.sh" ], "OnBuild": null, "Labels": { "io.balena.app-id": "2071187", "io.balena.app-uuid": "cdb5d5903c634f0fa30d4b69a01357fb", "io.balena.architecture": "aarch64", "io.balena.device-type": "jetson-agx-orin-devkit", "io.balena.features.balena-socket": "1", "io.balena.qemu.version": "7.0.0+balena1-aarch64", "io.balena.service-id": "2318509", "io.balena.service-name": "lumeo", "io.balena.supervised": "true", "io.balena.update.strategy": "delete-then-download", "org.opencontainers.image.ref.name": "ubuntu", "org.opencontainers.image.version": "20.04" }, "StopSignal": "SIGTERM", "StopTimeout": 10 }, "NetworkSettings": { "Bridge": "", "SandboxID": "3c9a73507e34dfaba7d9ec78e46805b86482e6ffac2efc2ae7096957583c5b88", "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": "05133c61546d0ca3c7fb30e20e326c31874d6dd88026b54541cab0b9ab993458", "EndpointID": "d6b39b04b857667aab37a4197a448cd77e454498627c091599c27818c3eb9d2e", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } }, { "Id": "b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c", "Created": "2022-04-28T17:42:31.83901088Z", "Path": "/usr/src/app/entry.sh", "Args": [], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 3054, "ExitCode": 0, "Error": "", "StartedAt": "2023-09-21T00:00:10.797296352Z", "FinishedAt": "2023-09-21T00:00:06.265928032Z", "Health": { "Status": "starting", "FailingStreak": 0, "Log": [ { "Start": "2023-09-20T23:40:12.725869983Z", "End": "2023-09-20T23:40:12.903217439Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-09-20T23:45:12.922048895Z", "End": "2023-09-20T23:45:13.083082751Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-09-20T23:50:13.090445951Z", "End": "2023-09-20T23:50:13.258614239Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-09-20T23:55:13.277155967Z", "End": "2023-09-20T23:55:13.447168479Z", "ExitCode": 0, "Output": "OK" }, { "Start": "2023-09-21T00:00:13.460924287Z", "End": "2023-09-21T00:00:13.619034207Z", "ExitCode": 0, "Output": "OK" } ] } }, "Image": "sha256:26c4b4c93b43c01a9e82672ed4ed1f9a94b4313cc7c9152d55943241029f7fc9", "ResolvConfPath": "/var/lib/docker/containers/b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c/resolv.conf", "HostnamePath": "/var/lib/docker/containers/b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c/hostname", "HostsPath": "/var/lib/docker/containers/b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c/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/df89b343cd2f4c09dda6ab9716fa38d2b348715177f214a8e5c97fb43c82fe38-init/diff:/var/lib/docker/overlay2/99cb27d79bc6ecf7d6e682a1e1fa48cfbbea94df95595cb8d8a8ec242cb49576/diff:/var/lib/docker/overlay2/42fc680cfe206c2921e3e03cbce6df98ab1e5d78f1ee268850c66b47e3de6170/diff:/var/lib/docker/overlay2/0179ea168061281c317f55f236768ff7bc9a8601603c7f84134705ecbade4b8e/diff:/var/lib/docker/overlay2/a5151f29dbbec3be703fe607271453bd4421fef2f9c5ec82cbd4841a13852f4c/diff:/var/lib/docker/overlay2/d21d47e32358b99aa0bd3b4fec24f9b39131b3d85958e9de91003b155845a584/diff:/var/lib/docker/overlay2/75571e39cabee7629f84a72acb78618d833992f9b356bedba13f66beb7e75f99/diff:/var/lib/docker/overlay2/75717c6c05c555124fbd1d9ec40d07d5f262ae09a059a91f71775ea028561a1e/diff:/var/lib/docker/overlay2/03cc342d091896769da28b01816e7bb9ea9fd90687751e2b3a33e0a3a660a598/diff:/var/lib/docker/overlay2/d4e5c4233e58764b48342e4dbf1821ac34892a17c3ee2e8f29a49c2feee44150/diff:/var/lib/docker/overlay2/ab6c1a41805ed76ba821abbcf2b6df502a55f7078b01656e5ff5163c3bca932a/diff:/var/lib/docker/overlay2/9d65ff9e21c7edbe0cd88de7f45af7de9ba99c4899e3a50cc4a099470944ca41/diff", "MergedDir": "/var/lib/docker/overlay2/df89b343cd2f4c09dda6ab9716fa38d2b348715177f214a8e5c97fb43c82fe38/merged", "UpperDir": "/var/lib/docker/overlay2/df89b343cd2f4c09dda6ab9716fa38d2b348715177f214a8e5c97fb43c82fe38/diff", "WorkDir": "/var/lib/docker/overlay2/df89b343cd2f4c09dda6ab9716fa38d2b348715177f214a8e5c97fb43c82fe38/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "bind", "Source": "/mnt/data/apps.json", "Destination": "/boot/apps.json", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/etc/ssl/certs", "Destination": "/etc/ssl/certs", "Mode": "", "RW": false, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/", "Destination": "/mnt/root", "Mode": "", "RW": true, "Propagation": "rslave" }, { "Type": "bind", "Source": "/var/run/balena-engine.sock", "Destination": "/var/run/balena-engine.sock", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/mnt/boot/config.json", "Destination": "/boot/config.json", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/resin-data/balena-supervisor", "Destination": "/data", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/proc/net/fib_trie", "Destination": "/mnt/fib_trie", "Mode": "", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/usr/share/ca-certificates", "Destination": "/usr/share/ca-certificates", "Mode": "", "RW": false, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/var/log/supervisor-log", "Destination": "/var/log", "Mode": "", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "0f868c4", "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/1c40ad995f215c8039387488db1a6b48", "Volumes": null, "WorkingDir": "/usr/src/app", "Entrypoint": null, "OnBuild": null, "Labels": {} }, "NetworkSettings": { "Bridge": "", "SandboxID": "8019c9d32e7cea97cbee3a9cbfa9284ab0aabb6a5ea449e0260253f2b77811ac", "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": "05133c61546d0ca3c7fb30e20e326c31874d6dd88026b54541cab0b9ab993458", "EndpointID": "5822c710d860e33273c55ada8339077de875be76b501884aeafe355936aee1f3", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null } } } } ] real 0m 0.09s user 0m 0.09s sys 0m 0.03s --- balena network inspect $(balena network ls --quiet | tr "\n" " ") --- 2023-09-21 00:03:37.349700681+00:00 [ { "Name": "bridge", "Id": "48e1ec1e07520e732851eedb45bf5c5ddb0357cabed3b1b9a09f3fa74124cd45", "Created": "2023-09-21T00:00:07.383560544Z", "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": "cdb5d5903c634f0fa30d4b69a01357fb_default", "Id": "fde0a2350bdb5609d4c46a91df9af5fccce8941ebffcf167aa98ab5d683dce05", "Created": "2023-09-18T14:43:10.478529605Z", "Scope": "local", "Driver": "null", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": {}, "Config": [] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": true, "Containers": {}, "Options": {}, "Labels": { "io.balena.app-id": "2071187", "io.balena.supervised": "true" } }, { "Name": "host", "Id": "05133c61546d0ca3c7fb30e20e326c31874d6dd88026b54541cab0b9ab993458", "Created": "2023-08-23T10:04:55.173686631Z", "Scope": "local", "Driver": "host", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config": [] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Containers": { "3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e": { "Name": "lumeo_7165948_2711036_a16e2c00bfdd3f1c0fd4c9dc7a5ef30f", "EndpointID": "d6b39b04b857667aab37a4197a448cd77e454498627c091599c27818c3eb9d2e", "MacAddress": "", "IPv4Address": "", "IPv6Address": "" }, "b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c": { "Name": "balena_supervisor", "EndpointID": "5822c710d860e33273c55ada8339077de875be76b501884aeafe355936aee1f3", "MacAddress": "", "IPv4Address": "", "IPv6Address": "" } }, "Options": {}, "Labels": {} }, { "Name": "none", "Id": "7578711c14fe166ab28bc8653d1f18e8ae40b587ee56f568673ffdac6cc43c4b", "Created": "2023-08-23T10:04:55.168290097Z", "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": "6cbcf1e749087a494128a8405ad0732b4a39d4ac66f19239e1914b5b9712862a", "Created": "2023-09-18T14:43:10.12243877Z", "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 0.09s user 0m 0.09s sys 0m 0.03s --- test -f /mnt/state/balena-engine-storage-migration.log && cat /mnt/state/balena-engine-storage-migration.log --- 2023-09-21 00:03:37.448052937+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- echo === BOOT === --- 2023-09-21 00:03:37.455915593+00:00 === BOOT === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- systemd-analyze --- 2023-09-21 00:03:37.463851881+00:00 Startup finished in 7.301s (kernel) + 29.133s (userspace) = 36.434s multi-user.target reached after 29.123s in userspace real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- systemd-analyze critical-chain --- 2023-09-21 00:03:37.478593001+00:00 The time when unit became active or started is printed after the "@" character. The time the unit took to start is printed after the "+" character. multi-user.target @29.123s └─chronyd.service @29.122s └─time-sync-https-wait.target @29.117s └─timesync-https.service @4.480s +24.636s └─network.target @4.471s └─NetworkManager.service @4.262s +207ms └─os-networkmanager.service @4.094s +154ms └─basic.target @3.883s └─sockets.target @3.883s └─sshd.socket @3.877s +4ms └─sysinit.target @3.872s └─rngd.service @3.872s └─systemd-udev-settle.service @416ms +3.446s └─systemd-udev-trigger.service @276ms +138ms └─systemd-udevd-kernel.socket @249ms └─system.slice @225ms └─-.slice @225ms real 0m 0.35s user 0m 0.13s sys 0m 0.00s --- echo === HARDWARE === --- 2023-09-21 00:03:37.834796969+00:00 === HARDWARE === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/cpuinfo --- 2023-09-21 00:03:37.842742217+00:00 processor : 0 model name : ARMv8 Processor rev 1 (v8l) BogoMIPS : 62.50 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp uscat ilrcpc flagm CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd42 CPU revision : 1 processor : 1 model name : ARMv8 Processor rev 1 (v8l) BogoMIPS : 62.50 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp uscat ilrcpc flagm CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd42 CPU revision : 1 processor : 2 model name : ARMv8 Processor rev 1 (v8l) BogoMIPS : 62.50 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp uscat ilrcpc flagm CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd42 CPU revision : 1 processor : 3 model name : ARMv8 Processor rev 1 (v8l) BogoMIPS : 62.50 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp uscat ilrcpc flagm CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd42 CPU revision : 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/device-tree/model --- 2023-09-21 00:03:37.851307433+00:00 NVIDIA Orin NX Developer Kitreal 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/meminfo --- 2023-09-21 00:03:37.860212873+00:00 MemTotal: 15759908 kB MemFree: 14274492 kB MemAvailable: 14645292 kB Buffers: 16976 kB Cached: 479128 kB SwapCached: 0 kB Active: 252776 kB Inactive: 478960 kB Active(anon): 2852 kB Inactive(anon): 225144 kB Active(file): 249924 kB Inactive(file): 253816 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 4095996 kB SwapFree: 4095996 kB Dirty: 72 kB Writeback: 0 kB AnonPages: 230860 kB Mapped: 160552 kB Shmem: 6976 kB KReclaimable: 117452 kB Slab: 196724 kB SReclaimable: 117452 kB SUnreclaim: 79272 kB KernelStack: 6880 kB PageTables: 5488 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 11975948 kB Committed_AS: 1627652 kB VmallocTotal: 135290159040 kB VmallocUsed: 38232 kB VmallocChunk: 0 kB Percpu: 4256 kB HardwareCorrupted: 0 kB AnonHugePages: 77824 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FileHugePages: 0 kB FilePmdMapped: 0 kB CmaTotal: 262144 kB CmaFree: 190004 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- ps --- 2023-09-21 00:03:37.868912553+00:00 PID TTY TIME CMD 1 ? 00:00:02 systemd 2 ? 00:00:00 kthreadd 3 ? 00:00:00 rcu_gp 4 ? 00:00:00 rcu_par_gp 5 ? 00:00:00 kworker/0:0-cgroup_destroy 6 ? 00:00:00 kworker/0:0H-events_highpri 7 ? 00:00:00 kworker/u16:0-devfreq_wq 8 ? 00:00:00 mm_percpu_wq 9 ? 00:00:00 rcu_tasks_kthre 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_preempt 14 ? 00:00:00 migration/0 15 ? 00:00:00 kworker/0:1-events 16 ? 00:00:00 cpuhp/0 17 ? 00:00:00 cpuhp/1 18 ? 00:00:00 migration/1 19 ? 00:00:00 ksoftirqd/1 20 ? 00:00:00 kworker/1:0-events_long 21 ? 00:00:00 kworker/1:0H-events_highpri 22 ? 00:00:00 cpuhp/2 23 ? 00:00:00 migration/2 24 ? 00:00:00 ksoftirqd/2 25 ? 00:00:00 kworker/2:0-events 26 ? 00:00:00 kworker/2:0H-events_highpri 27 ? 00:00:00 cpuhp/3 28 ? 00:00:00 migration/3 29 ? 00:00:00 ksoftirqd/3 30 ? 00:00:00 kworker/3:0-cgroup_destroy 31 ? 00:00:00 kworker/3:0H-events_highpri 32 ? 00:00:00 cpuhp/4 33 ? 00:00:00 migration/4 34 ? 00:00:00 ksoftirqd/4 35 ? 00:00:00 kworker/4:0-events_long 36 ? 00:00:00 kworker/4:0H-events_highpri 37 ? 00:00:00 cpuhp/5 38 ? 00:00:00 migration/5 39 ? 00:00:00 ksoftirqd/5 40 ? 00:00:00 kworker/5:0-events 41 ? 00:00:00 kworker/5:0H-events_highpri 42 ? 00:00:00 cpuhp/6 43 ? 00:00:00 migration/6 44 ? 00:00:00 ksoftirqd/6 45 ? 00:00:00 kworker/6:0-events 46 ? 00:00:00 kworker/6:0H-events_highpri 47 ? 00:00:00 cpuhp/7 48 ? 00:00:00 migration/7 49 ? 00:00:00 ksoftirqd/7 50 ? 00:00:00 kworker/7:0-events 51 ? 00:00:00 kworker/7:0H-events_highpri 52 ? 00:00:00 kdevtmpfs 53 ? 00:00:00 netns 54 ? 00:00:00 kworker/2:1-cgroup_destroy 55 ? 00:00:00 kworker/1:1-events_long 56 ? 00:00:00 kworker/3:1-events 57 ? 00:00:00 kworker/5:1-cgroup_destroy 58 ? 00:00:00 kworker/4:1-rcu_gp 59 ? 00:00:00 kworker/6:1-events 60 ? 00:00:00 irq/18-mc_statu 61 ? 00:00:00 khungtaskd 62 ? 00:00:00 oom_reaper 63 ? 00:00:00 writeback 64 ? 00:00:00 kcompactd0 65 ? 00:00:00 ksmd 66 ? 00:00:00 khugepaged 99 ? 00:00:00 kintegrityd 100 ? 00:00:00 kblockd 101 ? 00:00:00 blkcg_punt_bio 102 ? 00:00:00 kworker/1:2-events_long 103 ? 00:00:00 irq/223-2190000 104 ? 00:00:00 kworker/1:3-events_long 105 ? 00:00:00 devfreq_wq 106 ? 00:00:00 kworker/1:4-events_long 107 ? 00:00:00 kworker/1:5-events_long 108 ? 00:00:00 kworker/1:6-events_long 109 ? 00:00:00 kworker/1:7-events_long 110 ? 00:00:00 kworker/1:8-events_long 111 ? 00:00:00 kworker/1:9-events_long 112 ? 00:00:00 kworker/1:10-events 113 ? 00:00:00 kworker/1:11-cgroup_destroy 114 ? 00:00:00 kworker/1:12-rcu_gp 115 ? 00:00:00 kworker/1:13 116 ? 00:00:00 watchdogd 117 ? 00:00:00 kworker/7:1-events 118 ? 00:00:00 kworker/u16:1-devfreq_wq 119 ? 00:00:00 nvmap-bz 120 ? 00:00:00 kworker/3:1H-kblockd 121 ? 00:00:00 kswapd0 124 ? 00:00:00 kthrotld 125 ? 00:00:00 kpcitest 127 ? 00:00:00 kworker/3:2-events 128 ? 00:00:00 kworker/3:3-events 129 ? 00:00:00 nvme-wq 130 ? 00:00:00 nvme-reset-wq 131 ? 00:00:00 nvme-delete-wq 132 ? 00:00:00 uas 133 ? 00:00:00 irq/244-tegra_r 134 ? 00:00:00 dm_bufio_cache 135 ? 00:00:00 irq/245-nvvrs-p 136 ? 00:00:00 irq/235-tegra_d 137 ? 00:00:00 irq/236-tegra_d 138 ? 00:00:00 dce-async-ipc-w 139 ? 00:00:00 irq/112-bc00000 140 ? 00:00:00 ipv6_addrconf 141 ? 00:00:00 krfcommd 142 ? 00:00:00 kstrp 143 ? 00:00:00 kworker/3:4-events 144 ? 00:00:00 host_low_prio_w 145 ? 00:00:00 irq/127-host_sy 146 ? 00:00:00 irq/128-host_sy 147 ? 00:00:00 irq/129-host_sy 148 ? 00:00:00 irq/130-host_sy 149 ? 00:00:00 irq/131-host_sy 150 ? 00:00:00 irq/132-host_sy 151 ? 00:00:00 irq/133-host_sy 152 ? 00:00:00 irq/134-host_sy 153 ? 00:00:00 irq/135-host_st 154 ? 00:00:00 kworker/3:5-events 155 ? 00:00:00 kworker/3:6-events 156 ? 00:00:00 irq/137-tsec_ri 157 ? 00:00:00 kworker/3:7-cgroup_destroy 158 ? 00:00:00 kworker/3:8-events 159 ? 00:00:00 pva_task_status 160 ? 00:00:00 irq/138-pva-isr 161 ? 00:00:00 irq/139-pva-isr 162 ? 00:00:00 irq/140-pva-isr 163 ? 00:00:00 irq/141-pva-isr 164 ? 00:00:00 irq/142-pva-isr 165 ? 00:00:00 irq/143-pva-isr 166 ? 00:00:00 irq/144-pva-isr 167 ? 00:00:00 irq/145-pva-isr 168 ? 00:00:00 irq/146-pva-isr 169 ? 00:00:00 irq/68-3270000. 170 ? 00:00:00 spi6 172 ? 00:00:00 irq/230-3610000 173 ? 00:00:00 irq/227-3610000 174 ? 00:00:00 irq/55-tegra-pc 175 ? 00:00:00 kworker/6:2-events 176 ? 00:00:00 kworker/6:3-cgroup_destroy 178 ? 00:00:00 irq/57-tegra-pc 179 ? 00:00:00 irq/57-aerdrv 180 ? 00:00:00 kworker/3:9-events 181 ? 00:00:00 kworker/u16:2-events_power_efficient 182 ? 00:00:00 irq/295-3520000 183 ? 00:00:00 kworker/3:10-cgroup_destroy 184 ? 00:00:00 kworker/u16:3-events_power_efficient 185 ? 00:00:00 kworker/u16:4 186 ? 00:00:00 irq/59-tegra-pc 187 ? 00:00:00 kworker/7:1H-kblockd 188 ? 00:00:00 kworker/0:2-events 189 ? 00:00:00 kworker/0:3-events 190 ? 00:00:00 kworker/0:4-events 191 ? 00:00:00 kworker/0:5-events 192 ? 00:00:00 kworker/0:6-events 193 ? 00:00:00 kworker/0:7-events 194 ? 00:00:00 kworker/4:2-mm_percpu_wq 195 ? 00:00:00 irq/59-aerdrv 196 ? 00:00:00 kworker/u17:0 221 ? 00:00:00 irq/113-d230000 291 ? 00:00:00 kworker/5:2-events 421 ? 00:00:00 kworker/5:1H-kblockd 422 ? 00:00:00 kworker/4:1H-kblockd 426 ? 00:00:00 kworker/2:1H-kblockd 427 ? 00:00:00 kworker/1:1H-kblockd 442 ? 00:00:00 kworker/6:1H-kblockd 448 ? 00:00:00 kworker/0:1H-kblockd 940 ? 00:00:00 kworker/3:2H 941 ? 00:00:00 kworker/0:2H 942 ? 00:00:00 kworker/5:2H 943 ? 00:00:00 kworker/7:2H 944 ? 00:00:00 kworker/2:2H 945 ? 00:00:00 kworker/1:2H 946 ? 00:00:00 sdhci 947 ? 00:00:00 irq/65-mmc1 948 ? 00:00:00 irq/293-3400000 999 ? 00:00:00 kworker/4:2H 1000 ? 00:00:00 kworker/6:2H 1155 ? 00:00:00 kworker/7:2-events 1172 ? 00:00:00 jbd2/nvme0n1p7- 1173 ? 00:00:00 ext4-rsv-conver 1186 ? 00:00:00 jbd2/nvme0n1p9- 1187 ? 00:00:00 ext4-rsv-conver 1239 ? 00:00:00 jbd2/nvme0n1p10 1240 ? 00:00:00 ext4-rsv-conver 1268 ? 00:00:00 kworker/2:2-events 1295 ? 00:00:00 irq/231-gk20a_s 1296 ? 00:00:00 irq/232-gk20a_s 1297 ? 00:00:00 irq/233-gk20a_s 1298 ? 00:00:00 irq/234-gk20a_n 1304 ? 00:00:00 kworker/4:3-events 1309 ? 00:00:00 nv_queue 1310 ? 00:00:00 nv_queue 1315 ? 00:00:00 nvidia-modeset/ 1316 ? 00:00:00 nvidia-modeset/ 1320 ? 00:00:00 kworker/7:3-events 1365 ? 00:00:00 systemd-journal 1369 ? 00:00:00 kworker/5:3-events 1392 ? 00:00:00 systemd-udevd 1419 ? 00:00:00 plymouthd 1431 ? 00:00:00 irq/66-3210000. 1432 ? 00:00:00 spi0 1433 ? 00:00:00 irq/67-3230000. 1434 ? 00:00:00 spi2 1542 ? 00:00:00 cryptd 1954 ? 00:00:00 adspp_kthread 2054 ? 00:01:00 rngd 2060 ? 00:00:00 ModemManager 2098 ? 00:00:00 nvfancontrol 2140 ? 00:00:00 systemd-logind 2218 ? 00:00:00 sugov:0 2257 ? 00:00:00 kworker/3:11-events 2263 ? 00:00:00 kworker/3:12-events 2264 ? 00:00:00 kworker/3:13-events 2265 ? 00:00:00 kworker/3:14-events 2267 ? 00:00:00 kworker/3:15-events 2268 ? 00:00:00 kworker/3:16-events 2278 ? 00:00:00 kworker/0:8-cgroup_destroy 2287 ? 00:00:00 kworker/0:9-cgroup_destroy 2371 ? 00:00:00 kworker/5:4-events 2372 ? 00:00:00 kworker/5:5-events 2373 ? 00:00:00 kworker/5:6-events 2374 ? 00:00:00 kworker/5:7-events 2375 ? 00:00:00 kworker/5:8-events 2376 ? 00:00:00 kworker/5:9-events 2377 ? 00:00:00 kworker/5:10-events 2378 ? 00:00:00 kworker/5:11-events 2379 ? 00:00:00 kworker/5:12-events 2380 ? 00:00:00 kworker/5:13-events 2381 ? 00:00:00 kworker/5:14-mm_percpu_wq 2382 ? 00:00:00 kworker/0:10-events 2383 ? 00:00:00 kworker/5:15-events 2384 ? 00:00:00 kworker/0:11-events 2385 ? 00:00:00 kworker/5:16-events 2386 ? 00:00:00 kworker/0:12-events 2387 ? 00:00:00 kworker/0:13-mm_percpu_wq 2388 ? 00:00:00 kworker/0:14-events 2389 ? 00:00:00 kworker/0:15-events 2390 ? 00:00:00 kworker/0:16 2391 ? 00:00:00 kworker/5:17-events 2392 ? 00:00:00 kworker/0:17 2425 ? 00:00:00 kworker/6:4-events 2426 ? 00:00:00 kworker/6:5-events 2427 ? 00:00:00 kworker/6:6-events 2428 ? 00:00:00 kworker/6:7-events 2429 ? 00:00:00 kworker/6:8-events 2430 ? 00:00:00 kworker/6:9-events 2431 ? 00:00:00 kworker/6:10-events 2432 ? 00:00:00 kworker/6:11-events 2433 ? 00:00:00 kworker/6:12-events 2434 ? 00:00:00 kworker/6:13-events 2435 ? 00:00:00 kworker/6:14-mm_percpu_wq 2436 ? 00:00:00 kworker/6:15-events 2437 ? 00:00:00 kworker/6:16-events 2438 ? 00:00:00 kworker/6:17-events 2439 ? 00:00:00 kworker/6:18 2441 ? 00:00:00 NetworkManager 2477 ? 00:00:00 sw-quiesce 2482 ? 00:00:00 nvgpu_channel_p 2487 ? 00:00:00 nvgpu_nvs_ga10b 2501 ? 00:00:00 balenad 2503 ? 00:00:00 nvgpu_pg_init_g 2506 ? 00:00:00 exe 2531 ? 00:00:00 nvgpu_clk_arb_p 2545 ? 00:00:00 balena-engine-c 2751 ? 00:00:00 balena-engine-c 2945 ? 00:00:00 start-balena-su 2946 ? 00:00:00 exe 3017 ? 00:00:00 balena 3025 ? 00:00:00 balena-engine-c 3054 ? 00:00:03 node 3218 ? 00:00:00 journalctl 3231 ? 00:00:00 jbd2/nvme0n1p8- 3232 ? 00:00:00 ext4-rsv-conver 3347 ? 00:00:00 chronyd 3349 ? 00:00:00 exe 3432 ? 00:00:00 sshd 3434 ? 00:00:00 sh 3436 ? 00:00:00 bash 3454 ? 00:00:00 bash 3455 ? 00:00:00 bash 3456 ? 00:00:00 jq 3512 ? 00:00:00 bash 3513 ? 00:00:00 bash 3526 ? 00:00:00 nslookup 4704 ? 00:00:00 systemd-timedat 4722 ? 00:00:00 sshd 4724 ? 00:00:00 sh 4726 ? 00:00:00 bash 5098 ? 00:00:00 time 5099 ? 00:00:00 timeout 5100 ? 00:00:00 ps real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- top -b -n 1 --- 2023-09-21 00:03:37.889290793+00:00 Mem: 1484332K used, 14275576K free, 6976K shrd, 16976K buff, 479128K cached CPU: 0% usr 2% sys 0% nic 97% idle 0% io 0% irq 0% sirq Load average: 0.30 0.44 0.19 1/419 5110 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 5110 5109 root R 3516 0% 2% top -b -n 1 3145 2813 messageb S 16.7g 109% 0% /opt/tritonserver/bin/tritonserver --http-port 9100 --grpc-port 9101 --metrics-port 9102 --model-repository /var/lib/lumeo/models/triton_model_repo --model-control-mode=explicit --backend-directory /opt/tritonserver/backends 2501 1 root S 1674m 11% 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 2545 2501 root S 1529m 10% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 3017 2945 root S 1313m 8% 0% balena start --attach balena_supervisor 2751 2545 root S 1240m 8% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e -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 3025 2545 root S 1240m 8% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c -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 2813 2783 messageb S 752m 5% 0% /usr/bin/lumeod 2441 1 root S 656m 4% 0% /usr/sbin/NetworkManager --no-daemon 2811 2783 messageb S 554m 4% 0% /usr/bin/lumeo-rtspd 2812 2783 messageb S 407m 3% 0% /usr/bin/lumeo-webrtcd 2060 1 root S 311m 2% 0% /usr/sbin/ModemManager --log-journal 3054 3025 root S 307m 2% 0% node /usr/src/app/dist/app.js 2054 1 root S 295m 2% 0% /usr/sbin/rngd -f -r /dev/hwrng 1 0 root S 157m 1% 0% {systemd} /sbin/init 3347 1 root S 77328 0% 0% /usr/sbin/chronyd -d 2140 1 root S 42028 0% 0% /lib/systemd/systemd-logind 3218 3054 root S 18008 0% 0% journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service 1365 1 root S 13392 0% 0% /lib/systemd/systemd-journald 1392 1 root S 12140 0% 0% /lib/systemd/systemd-udevd 3390 1 openvpn S 9384 0% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 4722 1 root S 9028 0% 0% sshd: root@notty 4704 1 root S 8776 0% 0% /lib/systemd/systemd-timedated 3432 1 root S 8720 0% 0% sshd: root@notty 2506 2501 root S 5960 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 2501 2946 2945 root S 5960 0% 0% /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 2945 3349 3347 root S 5960 0% 0% /proc/self/exe --healthcheck /usr/libexec/chrony-healthcheck --pid 3347 2783 2751 messageb S 5880 0% 0% {run.sh} /bin/bash /etc/init/run.sh 2413 1 avahi S 5860 0% 0% avahi-daemon: running [0f868c4.local] 2074 1 messageb S 5852 0% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 2420 2413 avahi S 5648 0% 0% avahi-daemon: chroot helper 2525 1 nobody S 5100 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=- 3456 3454 root S 4604 0% 0% jq -s add | {checks:.} 3436 3434 root S 4512 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 3454 3436 root S 4512 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 3455 3454 root S 4512 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 3512 3455 root S 4512 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 3513 3512 root S 4512 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 1419 1 root S 4352 0% 0% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 2945 1 root S 3964 0% 0% {start-balena-su} /bin/sh /usr/bin/start-balena-supervisor 3526 3513 root S 3956 0% 0% nslookup api.balena-cloud.com 2001:578:3f:1::30 4726 4724 root S 3864 0% 0% bash -s -- 3434 3432 root S 3732 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)" = "0f868c45c0e3d0868b83fb96f5de8c26" ];then TERM=xterm;ba 4724 4722 root S 3732 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)" = "0f868c45c0e3d0868b83fb96f5de8c26" ];then TERM=xterm;ba 5108 4726 root S 3384 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 3146 2813 messageb S 3244 0% 0% tegrastats --interval 30000 2098 1 root S 2516 0% 0% /usr/sbin/nvfancontrol 5109 5108 root S 2220 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 128 2 root IW 0 0% 0% [kworker/3:3-eve] 120 2 root IW< 0 0% 0% [kworker/3:1H-kb] 426 2 root IW< 0 0% 0% [kworker/2:1H-kb] 427 2 root IW< 0 0% 0% [kworker/1:1H-kb] 448 2 root IW< 0 0% 0% [kworker/0:1H-kb] 1268 2 root IW 0 0% 0% [kworker/2:2-eve] 118 2 root IW 0 0% 0% [kworker/u16:1-d] 170 2 root SW 0 0% 0% [spi6] 2482 2 root SW 0 0% 0% [nvgpu_channel_p] 421 2 root IW< 0 0% 0% [kworker/5:1H-kb] 7 2 root IW 0 0% 0% [kworker/u16:0-d] 2218 2 root SW 0 0% 0% [sugov:0] 184 2 root IW 0 0% 0% [kworker/u16:3-e] 13 2 root IW 0 0% 0% [rcu_preempt] 12 2 root SW 0 0% 0% [ksoftirqd/0] 187 2 root IW< 0 0% 0% [kworker/7:1H-kb] 2265 2 root IW 0 0% 0% [kworker/3:14-ev] 2 0 root SW 0 0% 0% [kthreadd] 52 2 root SW 0 0% 0% [kdevtmpfs] 59 2 root IW 0 0% 0% [kworker/6:1-eve] 113 2 root IW 0 0% 0% [kworker/1:11-cg] 127 2 root IW 0 0% 0% [kworker/3:2-eve] 175 2 root IW 0 0% 0% [kworker/6:2-eve] 191 2 root IW 0 0% 0% [kworker/0:5-eve] 194 2 root IW 0 0% 0% [kworker/4:2-mm_] 442 2 root IW< 0 0% 0% [kworker/6:1H-kb] 2388 2 root IW 0 0% 0% [kworker/0:14-ev] 2487 2 root SW 0 0% 0% [nvgpu_nvs_ga10b] 15 2 root IW 0 0% 0% [kworker/0:1-eve] 19 2 root SW 0 0% 0% [ksoftirqd/1] 29 2 root SW 0 0% 0% [ksoftirqd/3] 40 2 root IW 0 0% 0% [kworker/5:0-eve] 54 2 root IW 0 0% 0% [kworker/2:1-cgr] 57 2 root IW 0 0% 0% [kworker/5:1-cgr] 112 2 root IW 0 0% 0% [kworker/1:10-ev] 117 2 root IW 0 0% 0% [kworker/7:1-eve] 190 2 root IW 0 0% 0% [kworker/0:4-eve] 291 2 root IW 0 0% 0% [kworker/5:2-eve] 422 2 root IW< 0 0% 0% [kworker/4:1H-kb] 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% [kworker/0:0-cgr] 6 2 root IW< 0 0% 0% [kworker/0:0H-ev] 8 2 root IW< 0 0% 0% [mm_percpu_wq] 9 2 root SW 0 0% 0% [rcu_tasks_kthre] 10 2 root SW 0 0% 0% [rcu_tasks_rude_] 11 2 root SW 0 0% 0% [rcu_tasks_trace] 14 2 root SW 0 0% 0% [migration/0] 16 2 root SW 0 0% 0% [cpuhp/0] 17 2 root SW 0 0% 0% [cpuhp/1] 18 2 root SW 0 0% 0% [migration/1] 20 2 root IW 0 0% 0% [kworker/1:0-eve] 21 2 root IW< 0 0% 0% [kworker/1:0H-ev] 22 2 root SW 0 0% 0% [cpuhp/2] 23 2 root SW 0 0% 0% [migration/2] 24 2 root SW 0 0% 0% [ksoftirqd/2] 25 2 root IW 0 0% 0% [kworker/2:0-eve] 26 2 root IW< 0 0% 0% [kworker/2:0H-ev] 27 2 root SW 0 0% 0% [cpuhp/3] 28 2 root SW 0 0% 0% [migration/3] 30 2 root IW 0 0% 0% [kworker/3:0-cgr] 31 2 root IW< 0 0% 0% [kworker/3:0H-ev] 32 2 root PW 0 0% 0% [cpuhp/4] 33 2 root PW 0 0% 0% [migration/4] 34 2 root PW 0 0% 0% [ksoftirqd/4] 35 2 root IW 0 0% 0% [kworker/4:0-eve] 36 2 root IW< 0 0% 0% [kworker/4:0H-ev] 37 2 root PW 0 0% 0% [cpuhp/5] 38 2 root PW 0 0% 0% [migration/5] 39 2 root PW 0 0% 0% [ksoftirqd/5] 41 2 root IW< 0 0% 0% [kworker/5:0H-ev] 42 2 root PW 0 0% 0% [cpuhp/6] 43 2 root PW 0 0% 0% [migration/6] 44 2 root PW 0 0% 0% [ksoftirqd/6] 45 2 root IW 0 0% 0% [kworker/6:0-eve] 46 2 root IW< 0 0% 0% [kworker/6:0H-ev] 47 2 root PW 0 0% 0% [cpuhp/7] 48 2 root PW 0 0% 0% [migration/7] 49 2 root PW 0 0% 0% [ksoftirqd/7] 50 2 root IW 0 0% 0% [kworker/7:0-eve] 51 2 root IW< 0 0% 0% [kworker/7:0H-ev] 53 2 root IW< 0 0% 0% [netns] 55 2 root IW 0 0% 0% [kworker/1:1-eve] 56 2 root IW 0 0% 0% [kworker/3:1-eve] 58 2 root IW 0 0% 0% [kworker/4:1-rcu] 60 2 root SW 0 0% 0% [irq/18-mc_statu] 61 2 root SW 0 0% 0% [khungtaskd] 62 2 root SW 0 0% 0% [oom_reaper] 63 2 root IW< 0 0% 0% [writeback] 64 2 root SW 0 0% 0% [kcompactd0] 65 2 root SWN 0 0% 0% [ksmd] 66 2 root SWN 0 0% 0% [khugepaged] 99 2 root IW< 0 0% 0% [kintegrityd] 100 2 root IW< 0 0% 0% [kblockd] 101 2 root IW< 0 0% 0% [blkcg_punt_bio] 102 2 root IW 0 0% 0% [kworker/1:2-eve] 103 2 root SW 0 0% 0% [irq/223-2190000] 104 2 root IW 0 0% 0% [kworker/1:3-eve] 105 2 root IW< 0 0% 0% [devfreq_wq] 106 2 root IW 0 0% 0% [kworker/1:4-eve] 107 2 root IW 0 0% 0% [kworker/1:5-eve] 108 2 root IW 0 0% 0% [kworker/1:6-eve] 109 2 root IW 0 0% 0% [kworker/1:7-eve] 110 2 root IW 0 0% 0% [kworker/1:8-eve] 111 2 root IW 0 0% 0% [kworker/1:9-eve] 114 2 root IW 0 0% 0% [kworker/1:12-rc] 115 2 root IW 0 0% 0% [kworker/1:13] 116 2 root SW 0 0% 0% [watchdogd] 119 2 root SWN 0 0% 0% [nvmap-bz] 121 2 root SW 0 0% 0% [kswapd0] 124 2 root IW< 0 0% 0% [kthrotld] 125 2 root IW< 0 0% 0% [kpcitest] 129 2 root IW< 0 0% 0% [nvme-wq] 130 2 root IW< 0 0% 0% [nvme-reset-wq] 131 2 root IW< 0 0% 0% [nvme-delete-wq] 132 2 root IW< 0 0% 0% [uas] 133 2 root SW 0 0% 0% [irq/244-tegra_r] 134 2 root IW< 0 0% 0% [dm_bufio_cache] 135 2 root SW 0 0% 0% [irq/245-nvvrs-p] 136 2 root SW 0 0% 0% [irq/235-tegra_d] 137 2 root SW 0 0% 0% [irq/236-tegra_d] 138 2 root IW< 0 0% 0% [dce-async-ipc-w] 139 2 root SW 0 0% 0% [irq/112-bc00000] 140 2 root IW< 0 0% 0% [ipv6_addrconf] 141 2 root SW< 0 0% 0% [krfcommd] 142 2 root IW< 0 0% 0% [kstrp] 143 2 root IW 0 0% 0% [kworker/3:4-eve] 144 2 root IW< 0 0% 0% [host_low_prio_w] 145 2 root SW 0 0% 0% [irq/127-host_sy] 146 2 root SW 0 0% 0% [irq/128-host_sy] 147 2 root SW 0 0% 0% [irq/129-host_sy] 148 2 root SW 0 0% 0% [irq/130-host_sy] 149 2 root SW 0 0% 0% [irq/131-host_sy] 150 2 root SW 0 0% 0% [irq/132-host_sy] 151 2 root SW 0 0% 0% [irq/133-host_sy] 152 2 root SW 0 0% 0% [irq/134-host_sy] 153 2 root SW 0 0% 0% [irq/135-host_st] 154 2 root IW 0 0% 0% [kworker/3:5-eve] 155 2 root IW 0 0% 0% [kworker/3:6-eve] 156 2 root SW 0 0% 0% [irq/137-tsec_ri] 157 2 root IW 0 0% 0% [kworker/3:7-cgr] 158 2 root IW 0 0% 0% [kworker/3:8-eve] 159 2 root IW< 0 0% 0% [pva_task_status] 160 2 root SW 0 0% 0% [irq/138-pva-isr] 161 2 root SW 0 0% 0% [irq/139-pva-isr] 162 2 root SW 0 0% 0% [irq/140-pva-isr] 163 2 root SW 0 0% 0% [irq/141-pva-isr] 164 2 root SW 0 0% 0% [irq/142-pva-isr] 165 2 root SW 0 0% 0% [irq/143-pva-isr] 166 2 root SW 0 0% 0% [irq/144-pva-isr] 167 2 root SW 0 0% 0% [irq/145-pva-isr] 168 2 root SW 0 0% 0% [irq/146-pva-isr] 169 2 root SW 0 0% 0% [irq/68-3270000.] 172 2 root SW 0 0% 0% [irq/230-3610000] 173 2 root SW 0 0% 0% [irq/227-3610000] 174 2 root SW 0 0% 0% [irq/55-tegra-pc] 176 2 root IW 0 0% 0% [kworker/6:3-cgr] 178 2 root SW 0 0% 0% [irq/57-tegra-pc] 179 2 root SW 0 0% 0% [irq/57-aerdrv] 180 2 root IW 0 0% 0% [kworker/3:9-eve] 181 2 root IW 0 0% 0% [kworker/u16:2-e] 182 2 root SW 0 0% 0% [irq/295-3520000] 183 2 root IW 0 0% 0% [kworker/3:10-cg] 185 2 root IW 0 0% 0% [kworker/u16:4] 186 2 root SW 0 0% 0% [irq/59-tegra-pc] 188 2 root IW 0 0% 0% [kworker/0:2-eve] 189 2 root IW 0 0% 0% [kworker/0:3-eve] 192 2 root IW 0 0% 0% [kworker/0:6-eve] 193 2 root IW 0 0% 0% [kworker/0:7-eve] 195 2 root SW 0 0% 0% [irq/59-aerdrv] 196 2 root IW< 0 0% 0% [kworker/u17:0] 221 2 root SW 0 0% 0% [irq/113-d230000] 940 2 root IW< 0 0% 0% [kworker/3:2H] 941 2 root IW< 0 0% 0% [kworker/0:2H] 942 2 root IW< 0 0% 0% [kworker/5:2H] 943 2 root IW< 0 0% 0% [kworker/7:2H] 944 2 root IW< 0 0% 0% [kworker/2:2H] 945 2 root IW< 0 0% 0% [kworker/1:2H] 946 2 root IW< 0 0% 0% [sdhci] 947 2 root SW 0 0% 0% [irq/65-mmc1] 948 2 root SW 0 0% 0% [irq/293-3400000] 999 2 root IW< 0 0% 0% [kworker/4:2H] 1000 2 root IW< 0 0% 0% [kworker/6:2H] 1155 2 root IW 0 0% 0% [kworker/7:2-eve] 1172 2 root SW 0 0% 0% [jbd2/nvme0n1p7-] 1173 2 root IW< 0 0% 0% [ext4-rsv-conver] 1186 2 root SW 0 0% 0% [jbd2/nvme0n1p9-] 1187 2 root IW< 0 0% 0% [ext4-rsv-conver] 1239 2 root SW 0 0% 0% [jbd2/nvme0n1p10] 1240 2 root IW< 0 0% 0% [ext4-rsv-conver] 1295 2 root SW 0 0% 0% [irq/231-gk20a_s] 1296 2 root SW 0 0% 0% [irq/232-gk20a_s] 1297 2 root SW 0 0% 0% [irq/233-gk20a_s] 1298 2 root SW 0 0% 0% [irq/234-gk20a_n] 1304 2 root IW 0 0% 0% [kworker/4:3-eve] 1309 2 root SW 0 0% 0% [nv_queue] 1310 2 root SW 0 0% 0% [nv_queue] 1315 2 root SW 0 0% 0% [nvidia-modeset/] 1316 2 root SW 0 0% 0% [nvidia-modeset/] 1320 2 root IW 0 0% 0% [kworker/7:3-eve] 1369 2 root IW 0 0% 0% [kworker/5:3-eve] 1431 2 root SW 0 0% 0% [irq/66-3210000.] 1432 2 root SW 0 0% 0% [spi0] 1433 2 root SW 0 0% 0% [irq/67-3230000.] 1434 2 root SW 0 0% 0% [spi2] 1542 2 root IW< 0 0% 0% [cryptd] 1954 2 root SW 0 0% 0% [adspp_kthread] 2257 2 root IW 0 0% 0% [kworker/3:11-ev] 2263 2 root IW 0 0% 0% [kworker/3:12-ev] 2264 2 root IW 0 0% 0% [kworker/3:13-ev] 2267 2 root IW 0 0% 0% [kworker/3:15-ev] 2268 2 root IW 0 0% 0% [kworker/3:16-ev] 2278 2 root IW 0 0% 0% [kworker/0:8-cgr] 2287 2 root IW 0 0% 0% [kworker/0:9-cgr] 2371 2 root IW 0 0% 0% [kworker/5:4-eve] 2372 2 root IW 0 0% 0% [kworker/5:5-eve] 2373 2 root IW 0 0% 0% [kworker/5:6-eve] 2374 2 root IW 0 0% 0% [kworker/5:7-eve] 2375 2 root IW 0 0% 0% [kworker/5:8-eve] 2376 2 root IW 0 0% 0% [kworker/5:9-eve] 2377 2 root IW 0 0% 0% [kworker/5:10-ev] 2378 2 root IW 0 0% 0% [kworker/5:11-ev] 2379 2 root IW 0 0% 0% [kworker/5:12-ev] 2380 2 root IW 0 0% 0% [kworker/5:13-ev] 2381 2 root IW 0 0% 0% [kworker/5:14-mm] 2382 2 root IW 0 0% 0% [kworker/0:10-ev] 2383 2 root IW 0 0% 0% [kworker/5:15-ev] 2384 2 root IW 0 0% 0% [kworker/0:11-ev] 2385 2 root IW 0 0% 0% [kworker/5:16-ev] 2386 2 root IW 0 0% 0% [kworker/0:12-ev] 2387 2 root IW 0 0% 0% [kworker/0:13-mm] 2389 2 root IW 0 0% 0% [kworker/0:15-ev] 2390 2 root IW 0 0% 0% [kworker/0:16] 2391 2 root IW 0 0% 0% [kworker/5:17-ev] 2392 2 root IW 0 0% 0% [kworker/0:17] 2425 2 root IW 0 0% 0% [kworker/6:4-eve] 2426 2 root IW 0 0% 0% [kworker/6:5-eve] 2427 2 root IW 0 0% 0% [kworker/6:6-eve] 2428 2 root IW 0 0% 0% [kworker/6:7-eve] 2429 2 root IW 0 0% 0% [kworker/6:8-eve] 2430 2 root IW 0 0% 0% [kworker/6:9-eve] 2431 2 root IW 0 0% 0% [kworker/6:10-ev] 2432 2 root IW 0 0% 0% [kworker/6:11-ev] 2433 2 root IW 0 0% 0% [kworker/6:12-ev] 2434 2 root IW 0 0% 0% [kworker/6:13-ev] 2435 2 root IW 0 0% 0% [kworker/6:14-mm] 2436 2 root IW 0 0% 0% [kworker/6:15-ev] 2437 2 root IW 0 0% 0% [kworker/6:16-ev] 2438 2 root IW 0 0% 0% [kworker/6:17-ev] 2439 2 root IW 0 0% 0% [kworker/6:18] 2477 2 root SW 0 0% 0% [sw-quiesce] 2503 2 root SW 0 0% 0% [nvgpu_pg_init_g] 2531 2 root SW 0 0% 0% [nvgpu_clk_arb_p] 3231 2 root SW 0 0% 0% [jbd2/nvme0n1p8-] 3232 2 root IW< 0 0% 0% [ext4-rsv-conver] real 0m 0.11s user 0m 0.00s sys 0m 0.01s --- cat /var/log/provisioning-progress.log --- 2023-09-21 00:03:38.010376969+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- df -h --- 2023-09-21 00:03:38.018800233+00:00 Filesystem Size Used Avail Use% Mounted on devtmpfs 7.4G 0 7.4G 0% /dev tmpfs 7.6G 6.4M 7.6G 1% /run /dev/disk/by-state/resin-rootA 912M 456M 392M 54% /mnt/sysroot/active /dev/disk/by-state/resin-state 18M 74K 16M 1% /mnt/state overlay 912M 456M 392M 54% / /dev/nvme0n1p10 231G 15G 204G 7% /mnt/data tmpfs 7.6G 0 7.6G 0% /dev/shm tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup tmpfs 7.6G 384K 7.6G 1% /tmp /dev/nvme0n1p6 120M 190K 120M 1% /mnt/boot tmpfs 7.6G 68K 7.6G 1% /var/volatile /dev/nvme0n1p8 912M 24K 848M 1% /mnt/sysroot/inactive real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- df -ih --- 2023-09-21 00:03:38.028602665+00:00 Filesystem Inodes IUsed IFree IUse% Mounted on devtmpfs 1.9M 1017 1.9M 1% /dev tmpfs 1.9M 1.4K 1.9M 1% /run /dev/disk/by-state/resin-rootA 120K 5.9K 115K 5% /mnt/sysroot/active /dev/disk/by-state/resin-state 5.0K 72 5.0K 2% /mnt/state overlay 120K 5.9K 115K 5% / /dev/nvme0n1p10 23M 100K 23M 1% /mnt/data tmpfs 1.9M 1 1.9M 1% /dev/shm tmpfs 1.0K 17 1007 2% /sys/fs/cgroup tmpfs 1.0M 20 1.0M 1% /tmp /dev/nvme0n1p6 0 0 0 - /mnt/boot tmpfs 1.9M 65 1.9M 1% /var/volatile /dev/nvme0n1p8 120K 11 120K 1% /mnt/sysroot/inactive real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done --- 2023-09-21 00:03:38.037725257+00:00 /sys/class/thermal/thermal_zone0 44781 /sys/class/thermal/thermal_zone1 43437 /sys/class/thermal/thermal_zone2 43062 /sys/class/thermal/thermal_zone3 43093 /sys/class/thermal/thermal_zone4 42375 /sys/class/thermal/thermal_zone5 44906 /sys/class/thermal/thermal_zone6 45187 /sys/class/thermal/thermal_zone7 43031 /sys/class/thermal/thermal_zone8 45062 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done --- 2023-09-21 00:03:38.054285833+00:00 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- free -h --- 2023-09-21 00:03:38.062264649+00:00 total used free shared buff/cache available Mem: 15759908 872412 14273936 6976 613560 14644736 Swap: 4095996 0 4095996 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- ls -l /dev --- 2023-09-21 00:03:38.070776137+00:00 total 0 crw-r--r-- 1 root root 10, 235 Sep 21 00:00 autofs drwxr-xr-x 2 root root 300 Sep 21 00: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-rw---- 1 root video 241, 1 Sep 21 00:00 camchar-dbg crw-rw---- 1 root video 241, 0 Sep 21 00:00 camchar-echo crw-rw---- 1 root video 247, 0 Sep 21 00:00 capture-isp-channel0 crw-rw---- 1 root video 247, 1 Sep 21 00:00 capture-isp-channel1 crw-rw---- 1 root video 247, 10 Sep 21 00:00 capture-isp-channel10 crw-rw---- 1 root video 247, 11 Sep 21 00:00 capture-isp-channel11 crw-rw---- 1 root video 247, 12 Sep 21 00:00 capture-isp-channel12 crw-rw---- 1 root video 247, 13 Sep 21 00:00 capture-isp-channel13 crw-rw---- 1 root video 247, 14 Sep 21 00:00 capture-isp-channel14 crw-rw---- 1 root video 247, 15 Sep 21 00:00 capture-isp-channel15 crw-rw---- 1 root video 247, 16 Sep 21 00:00 capture-isp-channel16 crw-rw---- 1 root video 247, 17 Sep 21 00:00 capture-isp-channel17 crw-rw---- 1 root video 247, 18 Sep 21 00:00 capture-isp-channel18 crw-rw---- 1 root video 247, 19 Sep 21 00:00 capture-isp-channel19 crw-rw---- 1 root video 247, 2 Sep 21 00:00 capture-isp-channel2 crw-rw---- 1 root video 247, 20 Sep 21 00:00 capture-isp-channel20 crw-rw---- 1 root video 247, 21 Sep 21 00:00 capture-isp-channel21 crw-rw---- 1 root video 247, 22 Sep 21 00:00 capture-isp-channel22 crw-rw---- 1 root video 247, 23 Sep 21 00:00 capture-isp-channel23 crw-rw---- 1 root video 247, 24 Sep 21 00:00 capture-isp-channel24 crw-rw---- 1 root video 247, 25 Sep 21 00:00 capture-isp-channel25 crw-rw---- 1 root video 247, 26 Sep 21 00:00 capture-isp-channel26 crw-rw---- 1 root video 247, 27 Sep 21 00:00 capture-isp-channel27 crw-rw---- 1 root video 247, 28 Sep 21 00:00 capture-isp-channel28 crw-rw---- 1 root video 247, 29 Sep 21 00:00 capture-isp-channel29 crw-rw---- 1 root video 247, 3 Sep 21 00:00 capture-isp-channel3 crw-rw---- 1 root video 247, 30 Sep 21 00:00 capture-isp-channel30 crw-rw---- 1 root video 247, 31 Sep 21 00:00 capture-isp-channel31 crw-rw---- 1 root video 247, 32 Sep 21 00:00 capture-isp-channel32 crw-rw---- 1 root video 247, 33 Sep 21 00:00 capture-isp-channel33 crw-rw---- 1 root video 247, 34 Sep 21 00:00 capture-isp-channel34 crw-rw---- 1 root video 247, 35 Sep 21 00:00 capture-isp-channel35 crw-rw---- 1 root video 247, 36 Sep 21 00:00 capture-isp-channel36 crw-rw---- 1 root video 247, 37 Sep 21 00:00 capture-isp-channel37 crw-rw---- 1 root video 247, 38 Sep 21 00:00 capture-isp-channel38 crw-rw---- 1 root video 247, 39 Sep 21 00:00 capture-isp-channel39 crw-rw---- 1 root video 247, 4 Sep 21 00:00 capture-isp-channel4 crw-rw---- 1 root video 247, 40 Sep 21 00:00 capture-isp-channel40 crw-rw---- 1 root video 247, 41 Sep 21 00:00 capture-isp-channel41 crw-rw---- 1 root video 247, 42 Sep 21 00:00 capture-isp-channel42 crw-rw---- 1 root video 247, 43 Sep 21 00:00 capture-isp-channel43 crw-rw---- 1 root video 247, 44 Sep 21 00:00 capture-isp-channel44 crw-rw---- 1 root video 247, 45 Sep 21 00:00 capture-isp-channel45 crw-rw---- 1 root video 247, 46 Sep 21 00:00 capture-isp-channel46 crw-rw---- 1 root video 247, 47 Sep 21 00:00 capture-isp-channel47 crw-rw---- 1 root video 247, 48 Sep 21 00:00 capture-isp-channel48 crw-rw---- 1 root video 247, 49 Sep 21 00:00 capture-isp-channel49 crw-rw---- 1 root video 247, 5 Sep 21 00:00 capture-isp-channel5 crw-rw---- 1 root video 247, 50 Sep 21 00:00 capture-isp-channel50 crw-rw---- 1 root video 247, 51 Sep 21 00:00 capture-isp-channel51 crw-rw---- 1 root video 247, 52 Sep 21 00:00 capture-isp-channel52 crw-rw---- 1 root video 247, 53 Sep 21 00:00 capture-isp-channel53 crw-rw---- 1 root video 247, 54 Sep 21 00:00 capture-isp-channel54 crw-rw---- 1 root video 247, 55 Sep 21 00:00 capture-isp-channel55 crw-rw---- 1 root video 247, 56 Sep 21 00:00 capture-isp-channel56 crw-rw---- 1 root video 247, 57 Sep 21 00:00 capture-isp-channel57 crw-rw---- 1 root video 247, 58 Sep 21 00:00 capture-isp-channel58 crw-rw---- 1 root video 247, 59 Sep 21 00:00 capture-isp-channel59 crw-rw---- 1 root video 247, 6 Sep 21 00:00 capture-isp-channel6 crw-rw---- 1 root video 247, 60 Sep 21 00:00 capture-isp-channel60 crw-rw---- 1 root video 247, 61 Sep 21 00:00 capture-isp-channel61 crw-rw---- 1 root video 247, 62 Sep 21 00:00 capture-isp-channel62 crw-rw---- 1 root video 247, 63 Sep 21 00:00 capture-isp-channel63 crw-rw---- 1 root video 247, 7 Sep 21 00:00 capture-isp-channel7 crw-rw---- 1 root video 247, 8 Sep 21 00:00 capture-isp-channel8 crw-rw---- 1 root video 247, 9 Sep 21 00:00 capture-isp-channel9 crw-rw---- 1 root video 248, 0 Sep 21 00:00 capture-vi-channel0 crw-rw---- 1 root video 248, 1 Sep 21 00:00 capture-vi-channel1 crw-rw---- 1 root video 248, 10 Sep 21 00:00 capture-vi-channel10 crw-rw---- 1 root video 248, 11 Sep 21 00:00 capture-vi-channel11 crw-rw---- 1 root video 248, 12 Sep 21 00:00 capture-vi-channel12 crw-rw---- 1 root video 248, 13 Sep 21 00:00 capture-vi-channel13 crw-rw---- 1 root video 248, 14 Sep 21 00:00 capture-vi-channel14 crw-rw---- 1 root video 248, 15 Sep 21 00:00 capture-vi-channel15 crw-rw---- 1 root video 248, 16 Sep 21 00:00 capture-vi-channel16 crw-rw---- 1 root video 248, 17 Sep 21 00:00 capture-vi-channel17 crw-rw---- 1 root video 248, 18 Sep 21 00:00 capture-vi-channel18 crw-rw---- 1 root video 248, 19 Sep 21 00:00 capture-vi-channel19 crw-rw---- 1 root video 248, 2 Sep 21 00:00 capture-vi-channel2 crw-rw---- 1 root video 248, 20 Sep 21 00:00 capture-vi-channel20 crw-rw---- 1 root video 248, 21 Sep 21 00:00 capture-vi-channel21 crw-rw---- 1 root video 248, 22 Sep 21 00:00 capture-vi-channel22 crw-rw---- 1 root video 248, 23 Sep 21 00:00 capture-vi-channel23 crw-rw---- 1 root video 248, 24 Sep 21 00:00 capture-vi-channel24 crw-rw---- 1 root video 248, 25 Sep 21 00:00 capture-vi-channel25 crw-rw---- 1 root video 248, 26 Sep 21 00:00 capture-vi-channel26 crw-rw---- 1 root video 248, 27 Sep 21 00:00 capture-vi-channel27 crw-rw---- 1 root video 248, 28 Sep 21 00:00 capture-vi-channel28 crw-rw---- 1 root video 248, 29 Sep 21 00:00 capture-vi-channel29 crw-rw---- 1 root video 248, 3 Sep 21 00:00 capture-vi-channel3 crw-rw---- 1 root video 248, 30 Sep 21 00:00 capture-vi-channel30 crw-rw---- 1 root video 248, 31 Sep 21 00:00 capture-vi-channel31 crw-rw---- 1 root video 248, 32 Sep 21 00:00 capture-vi-channel32 crw-rw---- 1 root video 248, 33 Sep 21 00:00 capture-vi-channel33 crw-rw---- 1 root video 248, 34 Sep 21 00:00 capture-vi-channel34 crw-rw---- 1 root video 248, 35 Sep 21 00:00 capture-vi-channel35 crw-rw---- 1 root video 248, 36 Sep 21 00:00 capture-vi-channel36 crw-rw---- 1 root video 248, 37 Sep 21 00:00 capture-vi-channel37 crw-rw---- 1 root video 248, 38 Sep 21 00:00 capture-vi-channel38 crw-rw---- 1 root video 248, 39 Sep 21 00:00 capture-vi-channel39 crw-rw---- 1 root video 248, 4 Sep 21 00:00 capture-vi-channel4 crw-rw---- 1 root video 248, 40 Sep 21 00:00 capture-vi-channel40 crw-rw---- 1 root video 248, 41 Sep 21 00:00 capture-vi-channel41 crw-rw---- 1 root video 248, 42 Sep 21 00:00 capture-vi-channel42 crw-rw---- 1 root video 248, 43 Sep 21 00:00 capture-vi-channel43 crw-rw---- 1 root video 248, 44 Sep 21 00:00 capture-vi-channel44 crw-rw---- 1 root video 248, 45 Sep 21 00:00 capture-vi-channel45 crw-rw---- 1 root video 248, 46 Sep 21 00:00 capture-vi-channel46 crw-rw---- 1 root video 248, 47 Sep 21 00:00 capture-vi-channel47 crw-rw---- 1 root video 248, 48 Sep 21 00:00 capture-vi-channel48 crw-rw---- 1 root video 248, 49 Sep 21 00:00 capture-vi-channel49 crw-rw---- 1 root video 248, 5 Sep 21 00:00 capture-vi-channel5 crw-rw---- 1 root video 248, 50 Sep 21 00:00 capture-vi-channel50 crw-rw---- 1 root video 248, 51 Sep 21 00:00 capture-vi-channel51 crw-rw---- 1 root video 248, 52 Sep 21 00:00 capture-vi-channel52 crw-rw---- 1 root video 248, 53 Sep 21 00:00 capture-vi-channel53 crw-rw---- 1 root video 248, 54 Sep 21 00:00 capture-vi-channel54 crw-rw---- 1 root video 248, 55 Sep 21 00:00 capture-vi-channel55 crw-rw---- 1 root video 248, 56 Sep 21 00:00 capture-vi-channel56 crw-rw---- 1 root video 248, 57 Sep 21 00:00 capture-vi-channel57 crw-rw---- 1 root video 248, 58 Sep 21 00:00 capture-vi-channel58 crw-rw---- 1 root video 248, 59 Sep 21 00:00 capture-vi-channel59 crw-rw---- 1 root video 248, 6 Sep 21 00:00 capture-vi-channel6 crw-rw---- 1 root video 248, 60 Sep 21 00:00 capture-vi-channel60 crw-rw---- 1 root video 248, 61 Sep 21 00:00 capture-vi-channel61 crw-rw---- 1 root video 248, 62 Sep 21 00:00 capture-vi-channel62 crw-rw---- 1 root video 248, 63 Sep 21 00:00 capture-vi-channel63 crw-rw---- 1 root video 248, 64 Sep 21 00:00 capture-vi-channel64 crw-rw---- 1 root video 248, 65 Sep 21 00:00 capture-vi-channel65 crw-rw---- 1 root video 248, 66 Sep 21 00:00 capture-vi-channel66 crw-rw---- 1 root video 248, 67 Sep 21 00:00 capture-vi-channel67 crw-rw---- 1 root video 248, 68 Sep 21 00:00 capture-vi-channel68 crw-rw---- 1 root video 248, 69 Sep 21 00:00 capture-vi-channel69 crw-rw---- 1 root video 248, 7 Sep 21 00:00 capture-vi-channel7 crw-rw---- 1 root video 248, 70 Sep 21 00:00 capture-vi-channel70 crw-rw---- 1 root video 248, 71 Sep 21 00:00 capture-vi-channel71 crw-rw---- 1 root video 248, 8 Sep 21 00:00 capture-vi-channel8 crw-rw---- 1 root video 248, 9 Sep 21 00:00 capture-vi-channel9 drwxr-xr-x 2 root root 8660 Sep 21 00:00 char crw--w---- 1 root tty 5, 1 Sep 21 00:00 console lrwxrwxrwx 1 root root 11 Apr 28 2022 core -> /proc/kcore crw------- 1 root root 10, 57 Sep 21 00:00 cpu_dma_latency crw------- 1 root root 10, 203 Apr 28 2022 cuse drwxr-xr-x 9 root root 180 Jan 1 1970 disk drwxr-xr-x 2 root root 80 Jan 1 1970 dma_heap drwxr-xr-x 3 root root 100 Sep 21 00:00 dri crw------- 1 root root 10, 60 Sep 21 00:00 efi_capsule_loader lrwxrwxrwx 1 root root 13 Apr 28 2022 fd -> /proc/self/fd crw-rw-rw- 1 root root 1, 7 Sep 21 00:00 full crw-rw-rw- 1 root root 10, 229 Sep 21 00:00 fuse crw------- 1 root root 254, 0 Sep 21 00:00 gpiochip0 crw------- 1 root root 254, 1 Sep 21 00:00 gpiochip1 drwxr-xr-x 2 root root 0 Apr 28 2022 hugepages crw------- 1 root root 89, 0 Sep 21 00:00 i2c-0 crw------- 1 root root 89, 1 Sep 21 00:00 i2c-1 crw------- 1 root root 89, 10 Sep 21 00:00 i2c-10 crw------- 1 root root 89, 2 Sep 21 00:00 i2c-2 crw------- 1 root root 89, 3 Sep 21 00:00 i2c-3 crw------- 1 root root 89, 4 Sep 21 00:00 i2c-4 crw------- 1 root root 89, 5 Sep 21 00:00 i2c-5 crw------- 1 root root 89, 6 Sep 21 00:00 i2c-6 crw------- 1 root root 89, 7 Sep 21 00:00 i2c-7 crw------- 1 root root 89, 8 Sep 21 00:00 i2c-8 crw------- 1 root root 89, 9 Sep 21 00:00 i2c-9 lrwxrwxrwx 1 root root 12 Apr 28 2022 initctl -> /run/initctl drwxr-xr-x 3 root root 180 Sep 21 00:00 input crw-r--r-- 1 root root 1, 11 Sep 21 00:00 kmsg crw-rw-rw- 1 root kvm 10, 232 Sep 21 00:00 kvm crw-rw---- 1 root video 10, 58 Sep 21 00:00 l3cache lrwxrwxrwx 1 root root 28 Apr 28 2022 log -> /run/systemd/journal/dev-log crw-rw---- 1 root disk 10, 237 Sep 21 00:00 loop-control drwxr-xr-x 2 root root 60 Jan 1 1970 mapper crw-rw---- 1 root video 249, 0 Sep 21 00:00 media0 crw-r----- 1 root kmem 1, 1 Sep 21 00:00 mem drwxrwxrwt 2 root root 40 Jan 1 1970 mqueue crw------- 1 root root 90, 0 Sep 21 00:00 mtd0 crw------- 1 root root 90, 1 Sep 21 00:00 mtd0ro brw-rw---- 1 root disk 31, 0 Sep 21 00:00 mtdblock0 drwxr-xr-x 2 root root 60 Jan 1 1970 net crw-rw-rw- 1 root root 1, 3 Sep 21 00:00 null drwxr-xr-x 3 root root 60 Apr 28 2022 nvgpu crw-rw---- 1 root video 504, 0 Sep 21 00:00 nvhost-as-gpu crw-rw---- 1 root video 508, 0 Sep 21 00:00 nvhost-ctrl crw-rw---- 1 root video 504, 2 Sep 21 00:00 nvhost-ctrl-gpu crw-rw---- 1 root video 508, 58 Sep 21 00:00 nvhost-ctrl-isp crw-rw---- 1 root video 508, 22 Sep 21 00:00 nvhost-ctrl-nvdec crw-rw---- 1 root video 508, 50 Sep 21 00:00 nvhost-ctrl-nvdla0 crw-rw---- 1 root video 508, 54 Sep 21 00:00 nvhost-ctrl-nvdla1 crw-rw---- 1 root video 508, 46 Sep 21 00:00 nvhost-ctrl-pva0 crw-rw---- 1 root root 504, 3 Sep 21 00:00 nvhost-ctxsw-gpu crw-rw---- 1 root root 504, 4 Sep 21 00:00 nvhost-dbg-gpu crw-rw---- 1 root video 504, 1 Sep 21 00:00 nvhost-gpu crw-rw---- 1 root video 508, 57 Sep 21 00:00 nvhost-isp crw-rw---- 1 root video 508, 41 Sep 21 00:00 nvhost-isp-thi crw-rw---- 1 root video 508, 13 Sep 21 00:00 nvhost-msenc crw-rw---- 1 root video 508, 29 Sep 21 00:00 nvhost-nvcsi crw-rw---- 1 root video 508, 21 Sep 21 00:00 nvhost-nvdec crw-rw---- 1 root video 508, 49 Sep 21 00:00 nvhost-nvdla0 crw-rw---- 1 root video 508, 53 Sep 21 00:00 nvhost-nvdla1 crw-rw---- 1 root video 508, 5 Sep 21 00:00 nvhost-nvjpg crw-rw---- 1 root video 508, 9 Sep 21 00:00 nvhost-nvjpg1 crw-rw---- 1 root video 504, 9 Sep 21 00:00 nvhost-nvsched-gpu crw-rw---- 1 root video 508, 17 Sep 21 00:00 nvhost-ofa crw-rw---- 1 root video 507, 0 Sep 21 00:00 nvhost-power-gpu crw-rw---- 1 root root 504, 6 Sep 21 00:00 nvhost-prof-ctx-gpu crw-rw---- 1 root root 504, 7 Sep 21 00:00 nvhost-prof-dev-gpu crw-rw---- 1 root root 504, 5 Sep 21 00:00 nvhost-prof-gpu crw-rw---- 1 root video 508, 45 Sep 21 00:00 nvhost-pva0 crw-rw---- 1 root root 504, 8 Sep 21 00:00 nvhost-sched-gpu crw-rw---- 1 root video 508, 25 Sep 21 00:00 nvhost-tsec crw-rw---- 1 root video 504, 10 Sep 21 00:00 nvhost-tsg-gpu crw-rw---- 1 root video 508, 61 Sep 21 00:00 nvhost-vi0 crw-rw---- 1 root video 508, 33 Sep 21 00:00 nvhost-vi0-thi crw-rw---- 1 root video 508, 65 Sep 21 00:00 nvhost-vi1 crw-rw---- 1 root video 508, 37 Sep 21 00:00 nvhost-vi1-thi crw-rw---- 1 root video 508, 1 Sep 21 00:00 nvhost-vic crw-rw-rw- 1 root root 195, 254 Sep 21 00:00 nvidia-modeset crw-rw-rw- 1 root root 195, 0 Sep 21 00:00 nvidia0 crw-rw-rw- 1 root root 195, 255 Sep 21 00:00 nvidiactl crw-rw---- 1 root video 10, 63 Sep 21 00:00 nvmap crw------- 1 root root 235, 0 Sep 21 00:00 nvme0 brw-rw---- 1 root disk 259, 0 Sep 21 00:00 nvme0n1 brw-rw---- 1 root disk 259, 1 Sep 21 00:00 nvme0n1p1 brw-rw---- 1 root disk 259, 10 Sep 21 00:00 nvme0n1p10 brw-rw---- 1 root disk 259, 2 Sep 21 00:00 nvme0n1p2 brw-rw---- 1 root disk 259, 3 Sep 21 00:00 nvme0n1p3 brw-rw---- 1 root disk 259, 4 Sep 21 00:00 nvme0n1p4 brw-rw---- 1 root disk 259, 5 Sep 21 00:00 nvme0n1p5 brw-rw---- 1 root disk 259, 6 Sep 21 00:00 nvme0n1p6 brw-rw---- 1 root disk 259, 7 Sep 21 00:00 nvme0n1p7 brw-rw---- 1 root disk 259, 8 Sep 21 00:00 nvme0n1p8 brw-rw---- 1 root disk 259, 9 Sep 21 00:00 nvme0n1p9 crw------- 1 root root 236, 0 Sep 21 00:00 nvsciipc crw-r----- 1 root kmem 1, 4 Sep 21 00:00 port crw------- 1 root root 108, 0 Sep 21 00:00 ppp crw-rw-rw- 1 root tty 5, 2 Sep 21 00:00 ptmx drwxr-xr-x 2 root root 0 Apr 28 2022 pts crw------- 1 root root 2, 0 Sep 21 00:00 ptyp0 crw------- 1 root root 2, 1 Sep 21 00:00 ptyp1 crw------- 1 root root 2, 2 Sep 21 00:00 ptyp2 crw------- 1 root root 2, 3 Sep 21 00:00 ptyp3 crw------- 1 root root 2, 4 Sep 21 00:00 ptyp4 crw------- 1 root root 2, 5 Sep 21 00:00 ptyp5 crw------- 1 root root 2, 6 Sep 21 00:00 ptyp6 crw------- 1 root root 2, 7 Sep 21 00:00 ptyp7 crw------- 1 root root 2, 8 Sep 21 00:00 ptyp8 crw------- 1 root root 2, 9 Sep 21 00:00 ptyp9 crw------- 1 root root 2, 10 Sep 21 00:00 ptypa crw------- 1 root root 2, 11 Sep 21 00:00 ptypb crw------- 1 root root 2, 12 Sep 21 00:00 ptypc crw------- 1 root root 2, 13 Sep 21 00:00 ptypd crw------- 1 root root 2, 14 Sep 21 00:00 ptype crw------- 1 root root 2, 15 Sep 21 00:00 ptypf crw------- 1 root root 10, 62 Sep 21 00:00 quadd crw------- 1 root root 10, 61 Sep 21 00:00 quadd_auth crw-rw-rw- 1 root root 1, 8 Sep 21 00:00 random crw-rw-r-- 1 root root 10, 242 Sep 21 00:00 rfkill lrwxrwxrwx 1 root root 4 Sep 21 00:00 rtc -> rtc1 crw------- 1 root root 250, 0 Sep 21 00:00 rtc0 crw------- 1 root root 250, 1 Sep 21 00:00 rtc1 drwxrwxrwt 2 root root 40 Apr 28 2022 shm drwxr-xr-x 3 root root 1120 Sep 21 00:00 snd 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------- 1 root root 243, 0 Sep 21 00:00 tee0 crw------- 1 root root 243, 16 Sep 21 00:00 teepriv0 crw------- 1 root root 10, 55 Sep 21 00:00 tegra-crypto crw------- 1 root root 10, 59 Sep 21 00:00 tegra-nvvse-crypto crw-rw---- 1 root root 509, 0 Sep 21 00:00 tegra-soc-hwpm crw-rw---- 1 root video 10, 56 Sep 21 00:00 tegra_camera_ctrl crw-rw-rw- 1 root tty 5, 0 Sep 21 00:00 tty crw--w---- 1 root tty 4, 0 Sep 21 00:00 tty0 crw--w---- 1 root tty 4, 1 Sep 21 00:00 tty1 crw--w---- 1 root tty 4, 10 Sep 21 00:00 tty10 crw--w---- 1 root tty 4, 11 Sep 21 00:00 tty11 crw--w---- 1 root tty 4, 12 Sep 21 00:00 tty12 crw--w---- 1 root tty 4, 13 Sep 21 00:00 tty13 crw--w---- 1 root tty 4, 14 Sep 21 00:00 tty14 crw--w---- 1 root tty 4, 15 Sep 21 00:00 tty15 crw--w---- 1 root tty 4, 16 Sep 21 00:00 tty16 crw--w---- 1 root tty 4, 17 Sep 21 00:00 tty17 crw--w---- 1 root tty 4, 18 Sep 21 00:00 tty18 crw--w---- 1 root tty 4, 19 Sep 21 00:00 tty19 crw--w---- 1 root tty 4, 2 Sep 21 00:00 tty2 crw--w---- 1 root tty 4, 20 Sep 21 00:00 tty20 crw--w---- 1 root tty 4, 21 Sep 21 00:00 tty21 crw--w---- 1 root tty 4, 22 Sep 21 00:00 tty22 crw--w---- 1 root tty 4, 23 Sep 21 00:00 tty23 crw--w---- 1 root tty 4, 24 Sep 21 00:00 tty24 crw--w---- 1 root tty 4, 25 Sep 21 00:00 tty25 crw--w---- 1 root tty 4, 26 Sep 21 00:00 tty26 crw--w---- 1 root tty 4, 27 Sep 21 00:00 tty27 crw--w---- 1 root tty 4, 28 Sep 21 00:00 tty28 crw--w---- 1 root tty 4, 29 Sep 21 00:00 tty29 crw--w---- 1 root tty 4, 3 Sep 21 00:00 tty3 crw--w---- 1 root tty 4, 30 Sep 21 00:00 tty30 crw--w---- 1 root tty 4, 31 Sep 21 00:00 tty31 crw--w---- 1 root tty 4, 32 Sep 21 00:00 tty32 crw--w---- 1 root tty 4, 33 Sep 21 00:00 tty33 crw--w---- 1 root tty 4, 34 Sep 21 00:00 tty34 crw--w---- 1 root tty 4, 35 Sep 21 00:00 tty35 crw--w---- 1 root tty 4, 36 Sep 21 00:00 tty36 crw--w---- 1 root tty 4, 37 Sep 21 00:00 tty37 crw--w---- 1 root tty 4, 38 Sep 21 00:00 tty38 crw--w---- 1 root tty 4, 39 Sep 21 00:00 tty39 crw--w---- 1 root tty 4, 4 Sep 21 00:00 tty4 crw--w---- 1 root tty 4, 40 Sep 21 00:00 tty40 crw--w---- 1 root tty 4, 41 Sep 21 00:00 tty41 crw--w---- 1 root tty 4, 42 Sep 21 00:00 tty42 crw--w---- 1 root tty 4, 43 Sep 21 00:00 tty43 crw--w---- 1 root tty 4, 44 Sep 21 00:00 tty44 crw--w---- 1 root tty 4, 45 Sep 21 00:00 tty45 crw--w---- 1 root tty 4, 46 Sep 21 00:00 tty46 crw--w---- 1 root tty 4, 47 Sep 21 00:00 tty47 crw--w---- 1 root tty 4, 48 Sep 21 00:00 tty48 crw--w---- 1 root tty 4, 49 Sep 21 00:00 tty49 crw--w---- 1 root tty 4, 5 Sep 21 00:00 tty5 crw--w---- 1 root tty 4, 50 Sep 21 00:00 tty50 crw--w---- 1 root tty 4, 51 Sep 21 00:00 tty51 crw--w---- 1 root tty 4, 52 Sep 21 00:00 tty52 crw--w---- 1 root tty 4, 53 Sep 21 00:00 tty53 crw--w---- 1 root tty 4, 54 Sep 21 00:00 tty54 crw--w---- 1 root tty 4, 55 Sep 21 00:00 tty55 crw--w---- 1 root tty 4, 56 Sep 21 00:00 tty56 crw--w---- 1 root tty 4, 57 Sep 21 00:00 tty57 crw--w---- 1 root tty 4, 58 Sep 21 00:00 tty58 crw--w---- 1 root tty 4, 59 Sep 21 00:00 tty59 crw--w---- 1 root tty 4, 6 Sep 21 00:00 tty6 crw--w---- 1 root tty 4, 60 Sep 21 00:00 tty60 crw--w---- 1 root tty 4, 61 Sep 21 00:00 tty61 crw--w---- 1 root tty 4, 62 Sep 21 00:00 tty62 crw--w---- 1 root tty 4, 63 Sep 21 00:00 tty63 crw--w---- 1 root tty 4, 7 Sep 21 00:00 tty7 crw--w---- 1 root tty 4, 8 Sep 21 00:00 tty8 crw--w---- 1 root tty 4, 9 Sep 21 00:00 tty9 crw-rw---- 1 root dialout 204, 64 Sep 21 00:00 ttyAMA0 crw-rw---- 1 root dialout 4, 64 Sep 21 00:00 ttyS0 crw-rw---- 1 root dialout 4, 65 Sep 21 00:00 ttyS1 crw-rw---- 1 root dialout 4, 66 Sep 21 00:00 ttyS2 crw-rw---- 1 root dialout 4, 67 Sep 21 00:00 ttyS3 crw-rw---- 1 root dialout 238, 0 Sep 21 00:00 ttyTCU0 crw-rw---- 1 root dialout 239, 0 Sep 21 00:00 ttyTHS0 crw-rw---- 1 root dialout 239, 3 Sep 21 00:00 ttyTHS3 crw-rw---- 1 root dialout 239, 4 Sep 21 00:00 ttyTHS4 crw------- 1 root root 3, 0 Sep 21 00:00 ttyp0 crw------- 1 root root 3, 1 Sep 21 00:00 ttyp1 crw------- 1 root root 3, 2 Sep 21 00:00 ttyp2 crw------- 1 root root 3, 3 Sep 21 00:00 ttyp3 crw------- 1 root root 3, 4 Sep 21 00:00 ttyp4 crw------- 1 root root 3, 5 Sep 21 00:00 ttyp5 crw------- 1 root root 3, 6 Sep 21 00:00 ttyp6 crw------- 1 root root 3, 7 Sep 21 00:00 ttyp7 crw------- 1 root root 3, 8 Sep 21 00:00 ttyp8 crw------- 1 root root 3, 9 Sep 21 00:00 ttyp9 crw------- 1 root root 3, 10 Sep 21 00:00 ttypa crw------- 1 root root 3, 11 Sep 21 00:00 ttypb crw------- 1 root root 3, 12 Sep 21 00:00 ttypc crw------- 1 root root 3, 13 Sep 21 00:00 ttypd crw------- 1 root root 3, 14 Sep 21 00:00 ttype crw------- 1 root root 3, 15 Sep 21 00:00 ttypf crw------- 1 root root 10, 239 Sep 21 00:00 uhid crw------- 1 root root 10, 223 Apr 28 2022 uinput crw-rw-rw- 1 root root 1, 9 Sep 21 00:00 urandom crw-rw---- 1 root tty 7, 0 Sep 21 00:00 vcs crw-rw---- 1 root tty 7, 1 Sep 21 00:00 vcs1 crw-rw---- 1 root tty 7, 2 Sep 21 00:00 vcs2 crw-rw---- 1 root tty 7, 3 Sep 21 00:00 vcs3 crw-rw---- 1 root tty 7, 4 Sep 21 00:00 vcs4 crw-rw---- 1 root tty 7, 5 Sep 21 00:00 vcs5 crw-rw---- 1 root tty 7, 6 Sep 21 00:00 vcs6 crw-rw---- 1 root tty 7, 128 Sep 21 00:00 vcsa crw-rw---- 1 root tty 7, 129 Sep 21 00:00 vcsa1 crw-rw---- 1 root tty 7, 130 Sep 21 00:00 vcsa2 crw-rw---- 1 root tty 7, 131 Sep 21 00:00 vcsa3 crw-rw---- 1 root tty 7, 132 Sep 21 00:00 vcsa4 crw-rw---- 1 root tty 7, 133 Sep 21 00:00 vcsa5 crw-rw---- 1 root tty 7, 134 Sep 21 00:00 vcsa6 crw-rw---- 1 root tty 7, 64 Sep 21 00:00 vcsu crw-rw---- 1 root tty 7, 65 Sep 21 00:00 vcsu1 crw-rw---- 1 root tty 7, 66 Sep 21 00:00 vcsu2 crw-rw---- 1 root tty 7, 67 Sep 21 00:00 vcsu3 crw-rw---- 1 root tty 7, 68 Sep 21 00:00 vcsu4 crw-rw---- 1 root tty 7, 69 Sep 21 00:00 vcsu5 crw-rw---- 1 root tty 7, 70 Sep 21 00:00 vcsu6 drwxr-xr-x 2 root root 60 Apr 28 2022 vfio crw------- 1 root root 10, 137 Apr 28 2022 vhci crw------- 1 root root 10, 130 Sep 21 00:00 watchdog crw------- 1 root root 242, 0 Sep 21 00:00 watchdog0 crw-rw-rw- 1 root root 1, 5 Sep 21 00:00 zero brw-rw---- 1 root disk 253, 0 Sep 21 00:00 zram0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- lsusb -vvv --- 2023-09-21 00:03:38.082491369+00:00 Bus 002 Device 001: ID 1d6b:0003 Linux 5.10.104-l4t-r35.3.ga xhci-hcd xHCI Host Controller Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 3.10 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 3 bMaxPacketSize0 9 idVendor 0x1d6b idProduct 0x0003 bcdDevice 5.10 iManufacturer 3 Linux 5.10.104-l4t-r35.3.ga xhci-hcd iProduct 2 xHCI Host Controller iSerial 1 3610000.xhci bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x001f 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 bMaxBurst 0 Hub Descriptor: bLength 12 bDescriptorType 42 nNbrPorts 4 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection bPwrOn2PwrGood 50 * 2 milli seconds bHubContrCurrent 0 milli Ampere bHubDecLat 0.0 micro seconds wHubDelay 0 nano seconds DeviceRemovable 0x00 Hub Port Status: Port 1: 0000.02a0 lowspeed L1 Port 2: 0000.02a0 lowspeed L1 Port 3: 0000.02a0 lowspeed L1 Port 4: 0000.02a0 lowspeed L1 Binary Object Store Descriptor: bLength 5 bDescriptorType 15 wTotalLength 0x002b bNumDeviceCaps 2 SuperSpeed USB Device Capability: bLength 10 bDescriptorType 16 bDevCapabilityType 3 bmAttributes 0x00 wSpeedsSupported 0x0008 Device can operate at SuperSpeed (5Gbps) bFunctionalitySupport 3 Lowest fully-functional device speed is SuperSpeed (5Gbps) bU1DevExitLat 10 micro seconds bU2DevExitLat 598 micro seconds SuperSpeedPlus USB Device Capability: bLength 28 bDescriptorType 16 bDevCapabilityType 10 bmAttributes 0x00000023 Sublink Speed Attribute count 3 Sublink Speed ID count 1 wFunctionalitySupport 0x0001 bmSublinkSpeedAttr[0] 0x00050034 Speed Attribute ID: 4 5Gb/s Symmetric RX SuperSpeed bmSublinkSpeedAttr[1] 0x000500b4 Speed Attribute ID: 4 5Gb/s Symmetric TX SuperSpeed bmSublinkSpeedAttr[2] 0x000a4035 Speed Attribute ID: 5 10Gb/s Symmetric RX SuperSpeedPlus bmSublinkSpeedAttr[3] 0x000a40b5 Speed Attribute ID: 5 10Gb/s Symmetric TX SuperSpeedPlus Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 001 Device 003: ID 0424:ec00 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 255 bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 idVendor 0x0424 idProduct 0xec00 bcdDevice 2.00 iManufacturer 0 iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0027 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 2mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 bInterfaceSubClass 0 bInterfaceProtocol 255 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0010 1x 16 bytes bInterval 4 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 255 bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 001 Device 002: ID 0424:9514 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 2 bMaxPacketSize0 64 idVendor 0x0424 idProduct 0x9514 bcdDevice 2.00 iManufacturer 0 iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0029 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 2mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 1 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0001 1x 1 bytes bInterval 12 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 1 bNumEndpoints 1 bInterfaceClass 9 bInterfaceSubClass 0 bInterfaceProtocol 2 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0001 1x 1 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 5 wHubCharacteristic 0x000d Per-port power switching Compound device Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 50 * 2 milli seconds bHubContrCurrent 1 milli Ampere DeviceRemovable 0x02 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0503 highspeed power enable connect Port 2: 0000.0100 power Port 3: 0000.0100 power Port 4: 0000.0100 power Port 5: 0000.0100 power Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 001 Device 001: ID 1d6b:0002 Linux 5.10.104-l4t-r35.3.ga xhci-hcd xHCI Host Controller Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 bDeviceSubClass 0 bDeviceProtocol 1 bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0002 bcdDevice 5.10 iManufacturer 3 Linux 5.10.104-l4t-r35.3.ga xhci-hcd iProduct 2 xHCI Host Controller iSerial 1 3610000.xhci 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 4 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 10 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Port 3: 0000.0503 highspeed power enable connect Port 4: 0000.0100 power Device Status: 0x0003 Self Powered Remote Wakeup Enabled real 0m 0.04s user 0m 0.00s sys 0m 0.00s --- mmcli -L --- 2023-09-21 00:03:38.128541513+00:00 No modems were found real 0m 0.01s user 0m 0.01s sys 0m 0.00s --- mount --- 2023-09-21 00:03:38.150087721+00:00 proc on /proc type proc (rw,relatime) sysfs on /sys type sysfs (rw,relatime) none on /sys/firmware/efi/efivars type efivarfs (rw,relatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=7734096k,nr_inodes=1933524,mode=755) tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755) /dev/nvme0n1p7 on /mnt/sysroot/active type ext4 (rw,relatime) /dev/nvme0n1p9 on /mnt/state type ext4 (rw,relatime) /dev/nvme0n1p9 on /etc/machine-id type ext4 (rw,relatime) overlay on / type overlay (ro,relatime,lowerdir=/balena/overlay2/l/OUEQJ4RQQDY65CB6S2RJMPMHBR,upperdir=/balena/overlay2/07377ca5482bad32ca9c0ab52e56dd22ec773a76d8af56dc9fcd6dea968ea2ab/diff,workdir=/balena/overlay2/07377ca5482bad32ca9c0ab52e56dd22ec773a76d8af56dc9fcd6dea968ea2ab/work) /dev/nvme0n1p10 on /mnt/data type ext4 (rw,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) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) 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/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/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=7879956k,nr_inodes=1048576) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) 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/nvme0n1p6 on /mnt/boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,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) /dev/nvme0n1p10 on /resin-data type ext4 (rw,relatime) /dev/nvme0n1p9 on /etc/fake-hwclock type ext4 (rw,relatime) tmpfs on /var/cache type tmpfs (rw,relatime) tmpfs on /srv type tmpfs (rw,relatime) tmpfs on /var/spool type tmpfs (rw,relatime) tmpfs on /var/lib type tmpfs (rw,relatime) /dev/nvme0n1p10 on /var/lib/docker type ext4 (rw,relatime) /dev/nvme0n1p10 on /var/volatile/lib/docker type ext4 (rw,relatime) /dev/nvme0n1p9 on /etc/NetworkManager/conf.d type ext4 (rw,relatime) /dev/nvme0n1p9 on /etc/NetworkManager/dispatcher.d type ext4 (rw,relatime) /dev/nvme0n1p9 on /etc/NetworkManager/system-connections type ext4 (rw,relatime) /dev/nvme0n1p9 on /etc/balena-supervisor type ext4 (rw,relatime) /dev/nvme0n1p9 on /etc/hostname type ext4 (rw,relatime) /dev/nvme0n1p9 on /etc/openvpn type ext4 (rw,relatime) /dev/nvme0n1p9 on /etc/docker type ext4 (rw,relatime) /dev/nvme0n1p9 on /etc/udev/rules.d type ext4 (rw,relatime) /dev/nvme0n1p9 on /etc/ssh/hostkeys type ext4 (rw,relatime) /dev/nvme0n1p9 on /home/root/.docker type ext4 (rw,relatime) /dev/nvme0n1p9 on /home/root/.rnd type ext4 (rw,relatime) /dev/nvme0n1p9 on /home/root/.ssh type ext4 (rw,relatime) /dev/nvme0n1p9 on /usr/share/ca-certificates/balena type ext4 (rw,relatime) /dev/nvme0n1p9 on /var/lib/NetworkManager type ext4 (rw,relatime) /dev/nvme0n1p9 on /var/volatile/lib/NetworkManager type ext4 (rw,relatime) /dev/nvme0n1p9 on /var/lib/bluetooth type ext4 (rw,relatime) /dev/nvme0n1p9 on /var/volatile/lib/bluetooth type ext4 (rw,relatime) /dev/nvme0n1p9 on /var/lib/chrony type ext4 (rw,relatime) /dev/nvme0n1p9 on /var/volatile/lib/chrony type ext4 (rw,relatime) /dev/nvme0n1p9 on /var/lib/systemd type ext4 (rw,relatime) /dev/nvme0n1p9 on /var/volatile/lib/systemd type ext4 (rw,relatime) /dev/nvme0n1p8 on /mnt/sysroot/inactive type ext4 (rw,relatime) real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- uname -a --- 2023-09-21 00:03:38.160026313+00:00 Linux 0f868c4 5.10.104-l4t-r35.3.ga #1 SMP PREEMPT Wed Mar 29 12:58:31 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- echo === NETWORK === --- 2023-09-21 00:03:38.168505705+00:00 === NETWORK === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- /sbin/ip addr --- 2023-09-21 00:03:38.176428553+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: enP8p1s0: mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 48:b0:2d:d3:d1:75 brd ff:ff:ff:ff:ff:ff 3: can0: mtu 16 qdisc noop qlen 10 link/[280] 4: eth0: mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 26:fa:84:94:6a:9b brd ff:ff:ff:ff:ff:ff inet 192.168.0.211/24 brd 192.168.0.255 scope global dynamic noprefixroute eth0 valid_lft 172655sec preferred_lft 172655sec inet6 2600:8801:9e32:6500::97c2/128 scope global dynamic noprefixroute valid_lft 86255sec preferred_lft 86255sec inet6 2600:8801:9e32:6500:c20b:b99c:b1bc:8caf/64 scope global dynamic noprefixroute valid_lft 301sec preferred_lft 301sec inet6 fe80::8503:1b14:c47b:a9ad/64 scope link noprefixroute valid_lft forever preferred_lft forever 5: resin-dns: mtu 1500 qdisc noqueue qlen 1000 link/ether ea:c3:a9:e5:2b:84 brd ff:ff:ff:ff:ff:ff inet 10.114.102.1/24 scope global resin-dns valid_lft forever preferred_lft forever inet6 fe80::c4f2:a9ff:fee8:ad2a/64 scope link valid_lft forever preferred_lft forever 6: balena0: mtu 1500 qdisc noqueue link/ether 02:42:21:13:83:2d brd ff:ff:ff:ff:ff:ff inet 10.114.101.1/24 brd 10.114.101.255 scope global balena0 valid_lft forever preferred_lft forever 7: supervisor0: mtu 1500 qdisc noqueue link/ether 02:42:f9:6a:fd:6d brd ff:ff:ff:ff:ff:ff inet 10.114.104.1/25 brd 10.114.104.127 scope global supervisor0 valid_lft forever preferred_lft forever 9: resin-vpn: mtu 1500 qdisc pfifo_fast qlen 500 link/[65534] inet 10.240.149.56 peer 52.4.252.97/32 scope global resin-vpn valid_lft forever preferred_lft forever inet6 fe80::cbe7:b67:4bd6:33aa/64 scope link flags 800 valid_lft forever preferred_lft forever real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /etc/resolv.conf --- 2023-09-21 00:03:38.185636841+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.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/dev --- 2023-09-21 00:03:38.193876777+00:00 Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed lo: 40629 440 0 0 0 0 0 0 40629 440 0 0 0 0 0 0 enP8p1s0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 can0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 eth0: 373973 1735 0 0 0 0 0 0 1279908 2341 0 0 0 0 0 0 resin-dns: 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 supervisor0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 resin-vpn: 93392 850 0 0 0 0 0 0 979267 1474 0 0 0 0 0 0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/snmp --- 2023-09-21 00:03:38.202721289+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 1535 0 0 0 0 0 1528 1868 2 88 0 0 0 0 0 0 0 Icmp: InMsgs InErrors InCsumErrors InDestUnreachs InTimeExcds InParmProbs InSrcQuenchs InRedirects InEchos InEchoReps InTimestamps InTimestampReps InAddrMasks InAddrMaskReps OutMsgs OutErrors OutDestUnreachs OutTimeExcds OutParmProbs OutSrcQuenchs OutRedirects OutEchos OutEchoReps OutTimestamps OutTimestampReps OutAddrMasks OutAddrMaskReps Icmp: 17 0 0 16 0 0 0 0 0 1 0 0 0 0 40 0 39 0 0 0 0 1 0 0 0 0 0 IcmpMsg: InType0 InType3 OutType3 OutType8 IcmpMsg: 1 16 39 1 Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors Tcp: 1 200 120000 -1 69 9 42 2 5 2437 3611 0 0 57 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti Udp: 444 39 0 454 0 0 0 13 UdpLite: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti UdpLite: 0 0 0 0 0 0 0 0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /proc/net/udp --- 2023-09-21 00:03:38.211039465+00:00 sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops 514: 00000000:04D2 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 44628 2 00000000720e3685 0 2028: 00000000:CABC 00000000:0000 07 00000000:00000000 00:00000000 00000000 993 0 33554 2 000000005ebcd916 0 4633: 00000000:14E9 00000000:0000 07 00000000:00000000 00:00000000 00000000 993 0 33552 2 0000000013b87d83 0 7525: 0200007F:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 41530 2 000000004b3b380f 0 7525: 0166720A:0035 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 41528 2 000000007d7cfa95 0 7540: D300A8C0:0044 0100A8C0:0043 01 00000000:00000000 00:00000000 00000000 0 0 44428 2 00000000c42ad33b 0 7795: 0100007F:0143 00000000:0000 07 00000000:00000000 00:00000000 00000000 0 0 44605 2 00000000d14c04b4 0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- CURL_CA_BUNDLE=/tmp/tmp.bgjRZXoeqy curl https://api.balena-cloud.com/ping --- 2023-09-21 00:03:38.219480809+00:00 OKreal 0m 0.17s user 0m 0.04s sys 0m 0.01s --- CURL_CA_BUNDLE=/tmp/tmp.bgjRZXoeqy curl https://www.google.co.uk --- 2023-09-21 00:03:38.397846378+00:00 Google



 

Advanced search

© 2023 - Privacy - Terms

real 0m 0.23s user 0m 0.05s sys 0m 0.01s --- ifconfig --- 2023-09-21 00:03:38.637068618+00:00 balena0 Link encap:Ethernet HWaddr 02:42:21:13:83:2D 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) enP8p1s0 Link encap:Ethernet HWaddr 48:B0:2D:D3:D1:75 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) eth0 Link encap:Ethernet HWaddr 26:FA:84:94:6A:9B inet addr:192.168.0.211 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::8503:1b14:c47b:a9ad/64 Scope:Link inet6 addr: 2600:8801:9e32:6500::97c2/128 Scope:Global inet6 addr: 2600:8801:9e32:6500:c20b:b99c:b1bc:8caf/64 Scope:Global UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1857 errors:0 dropped:0 overruns:0 frame:0 TX packets:2475 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:420638 (410.7 KiB) TX bytes:1330310 (1.2 MiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:449 errors:0 dropped:0 overruns:0 frame:0 TX packets:449 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:41345 (40.3 KiB) TX bytes:41345 (40.3 KiB) resin-dns Link encap:Ethernet HWaddr EA:C3:A9:E5:2B:84 inet addr:10.114.102.1 Bcast:0.0.0.0 Mask:255.255.255.0 inet6 addr: fe80::c4f2:a9ff:fee8:ad2a/64 Scope:Link 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.149.56 P-t-P:52.4.252.97 Mask:255.255.255.255 inet6 addr: fe80::cbe7:b67:4bd6:33aa/64 Scope:Link UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:909 errors:0 dropped:0 overruns:0 frame:0 TX packets:1542 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 RX bytes:96460 (94.1 KiB) TX bytes:1013679 (989.9 KiB) supervisor0 Link encap:Ethernet HWaddr 02:42:F9:6A:FD:6D 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) real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- iptables -n -L --- 2023-09-21 00:03:38.646341674+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 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 (2 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 RETURN all -- 0.0.0.0/0 0.0.0.0/0 Chain DOCKER-ISOLATION-STAGE-2 (2 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 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.00s user 0m 0.00s sys 0m 0.00s --- iptables -n -t nat -L --- 2023-09-21 00:03:38.656071914+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 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 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -a -u ModemManager --- 2023-09-21 00:03:38.665032874+00:00 Sep 21 00:00:04 ModemManager[2060]: ModemManager (version 1.20.6) starting in system bus... Sep 21 00:00:07 ModemManager[2060]: [base-manager] couldn't check support for device '/sys/devices/platform/140a0000.pcie/pci0008:00/0008:00:00.0/0008:01:00.0': not supported by any plugin Sep 21 00:00:07 ModemManager[2060]: [base-manager] couldn't check support for device '/sys/devices/platform/3610000.xhci/usb1/1-3/1-3.1': not supported by any plugin Sep 21 00:00:07 ModemManager[2060]: [base-manager] couldn't check support for device '/sys/devices/platform/c310000.mttcan': not supported by any plugin real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n 200 -a -u "openvpn*" --- 2023-09-21 00:03:38.676893322+00:00 Sep 21 00:00:05 openvpn[2502]: 2023-09-21 00:00:05 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. Sep 21 00:00:05 openvpn[2502]: 2023-09-21 00:00:05 --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. Sep 21 00:00:05 openvpn[2502]: 2023-09-21 00:00:05 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Sep 21 00:00:05 openvpn[2502]: 2023-09-21 00:00:05 OpenVPN 2.5.6 aarch64-poky-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Mar 16 2022 Sep 21 00:00:05 openvpn[2502]: 2023-09-21 00:00:05 library versions: OpenSSL 3.0.5 5 Jul 2022, LZO 2.10 Sep 21 00:00:05 openvpn[2502]: 2023-09-21 00:00:05 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Sep 21 00:00:05 openvpn[2502]: 2023-09-21 00:00:05 RESOLVE: Cannot resolve host address: cloudlink.balena-cloud.com:443 (Name or service not known) Sep 21 00:00:05 openvpn[2502]: 2023-09-21 00:00:05 RESOLVE: Cannot resolve host address: cloudlink.balena-cloud.com:443 (Name or service not known) Sep 21 00:00:05 openvpn[2502]: 2023-09-21 00:00:05 Could not determine IPv4/IPv6 protocol Sep 21 00:00:05 openvpn[2502]: 2023-09-21 00:00:05 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Sep 21 00:00:05 openvpn[2502]: 2023-09-21 00:00:05 SIGUSR1[soft,init_instance] received, process restarting Sep 21 00:00:05 openvpn[2502]: 2023-09-21 00:00:05 Restart pause, 5 second(s) Sep 21 00:00:10 openvpn[2502]: 2023-09-21 00:00:10 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 TCP/UDP: Preserving recently used remote address: [AF_INET6]2600:1f18:6600:7f00:174b:18f5:aacf:6b8e:443 Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 Socket Buffers: R=[131072->131072] S=[16384->16384] Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 Attempting to establish TCP connection with [AF_INET6]2600:1f18:6600:7f00:174b:18f5:aacf:6b8e:443 [nonblock] Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 TCP connection established with [AF_INET6]2600:1f18:6600:7f00:174b:18f5:aacf:6b8e:443 Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 TCP_CLIENT link local: (not bound) Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 TCP_CLIENT link remote: [AF_INET6]2600:1f18:6600:7f00:174b:18f5:aacf:6b8e:443 Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 TLS: Initial packet from [AF_INET6]2600:1f18:6600:7f00:174b:18f5:aacf:6b8e:443, sid=6123ac43 98aee274 Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 VERIFY OK: depth=1, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=open-balena-vpn-rootCA Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 VERIFY KU OK Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 Validating certificate extended key usage Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 VERIFY EKU OK Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 VERIFY OK: depth=0, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=vpn.balena-cloud.com Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 2048 bit RSA, signature: RSA-SHA256 Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET6]2600:1f18:6600:7f00:174b:18f5:aacf:6b8e:443 Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 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.139.19 52.4.252.97,peer-id 1467,cipher AES-128-GCM' Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: timers and/or timeouts modified Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Socket Buffers: R=[131072->131072] S=[87040->87040] Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: --socket-flags option modified Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Socket flags: TCP_NODELAY=1 succeeded Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: --ifconfig/up options modified Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: route options modified Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: peer-id set Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: adjusting link_mtu to 1627 Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: data channel crypto options modified Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Data Channel: using negotiated cipher 'AES-128-GCM' Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Outgoing Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Incoming Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=eth0 HWADDR=26:fa:84:94:6a:9b Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 TUN/TAP device resin-vpn opened Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 /sbin/ip link set dev resin-vpn up mtu 1500 Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 /sbin/ip link set dev resin-vpn up Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 /sbin/ip addr add dev resin-vpn local 10.240.139.19 peer 52.4.252.97 Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.139.19 52.4.252.97 init Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Sep 21 00:00:26 openvpn[3254]: ip: RTNETLINK answers: File exists Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 ERROR: Linux route add command failed: external program exited with error status: 2 Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 GID set to openvpn Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 UID set to openvpn Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Initialization Sequence Completed Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 [vpn.balena-cloud.com] Inactivity timeout (--ping-exit), exiting Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 /sbin/ip route del 52.4.252.97/32 Sep 21 00:01:33 openvpn[3362]: ip: RTNETLINK answers: Operation not permitted Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 ERROR: Linux route delete command failed: external program exited with error status: 2 Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 Closing TUN/TAP interface Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 /sbin/ip addr del dev resin-vpn local 10.240.139.19 peer 52.4.252.97 Sep 21 00:01:33 openvpn[3363]: ip: RTNETLINK answers: Operation not permitted Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 Linux ip addr del failed: external program exited with error status: 2 Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 /etc/openvpn-misc/downscript.sh resin-vpn 1500 1555 10.240.139.19 52.4.252.97 init Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 SIGTERM[soft,ping-exit] received, process exiting Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 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. Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 --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. Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 OpenVPN 2.5.6 aarch64-poky-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Mar 16 2022 Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 library versions: OpenSSL 3.0.5 5 Jul 2022, LZO 2.10 Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 TCP/UDP: Preserving recently used remote address: [AF_INET6]2600:1f18:6600:7f01:4bf8:9300:e137:a0f5:443 Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 Socket Buffers: R=[131072->131072] S=[16384->16384] Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 Attempting to establish TCP connection with [AF_INET6]2600:1f18:6600:7f01:4bf8:9300:e137:a0f5:443 [nonblock] Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 TCP connection established with [AF_INET6]2600:1f18:6600:7f01:4bf8:9300:e137:a0f5:443 Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 TCP_CLIENT link local: (not bound) Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 TCP_CLIENT link remote: [AF_INET6]2600:1f18:6600:7f01:4bf8:9300:e137:a0f5:443 Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 TLS: Initial packet from [AF_INET6]2600:1f18:6600:7f01:4bf8:9300:e137:a0f5:443, sid=879d2056 563da26b Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 VERIFY OK: depth=1, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=open-balena-vpn-rootCA Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 VERIFY KU OK Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 Validating certificate extended key usage Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 VERIFY EKU OK Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 VERIFY OK: depth=0, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=vpn.balena-cloud.com Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 2048 bit RSA, signature: RSA-SHA256 Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET6]2600:1f18:6600:7f01:4bf8:9300:e137:a0f5:443 Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 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.149.56 52.4.252.97,peer-id 1312,cipher AES-128-GCM' Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: timers and/or timeouts modified Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 Socket Buffers: R=[131072->131072] S=[87040->87040] Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: --socket-flags option modified Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 Socket flags: TCP_NODELAY=1 succeeded Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: --ifconfig/up options modified Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: route options modified Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: peer-id set Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: adjusting link_mtu to 1627 Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: data channel crypto options modified Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 Data Channel: using negotiated cipher 'AES-128-GCM' Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 Outgoing Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 Incoming Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=eth0 HWADDR=26:fa:84:94:6a:9b Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 TUN/TAP device resin-vpn opened Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 /sbin/ip link set dev resin-vpn up mtu 1500 Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 /sbin/ip link set dev resin-vpn up Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 /sbin/ip addr add dev resin-vpn local 10.240.149.56 peer 52.4.252.97 Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.149.56 52.4.252.97 init Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Sep 21 00:01:45 openvpn[3407]: ip: RTNETLINK answers: File exists Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 ERROR: Linux route add command failed: external program exited with error status: 2 Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 GID set to openvpn Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 UID set to openvpn Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 Initialization Sequence Completed real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- ls -l /mnt/boot/system-connections --- 2023-09-21 00:03:38.690614154+00:00 total 4 -rwxr-xr-x 1 root root 303 Apr 28 2022 README.ignore -rwxr-xr-x 1 root root 245 Apr 28 2022 balena-sample.ignore real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- mmcli -m 0 --- 2023-09-21 00:03:38.699774314+00:00 Command exited with non-zero status 1 real 0m 0.01s user 0m 0.00s sys 0m 0.01s --- netstat -ntl --- 2023-09-21 00:03:38.719202730+00:00 Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.2:53 0.0.0.0:* LISTEN tcp 0 0 10.114.102.1:53 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:8060 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:8061 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:9100 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:9102 0.0.0.0:* LISTEN tcp 0 0 :::48484 :::* LISTEN tcp 0 0 :::9101 :::* LISTEN tcp 0 0 :::22222 :::* LISTEN real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- nmcli --version --- 2023-09-21 00:03:38.729904330+00:00 nmcli tool, version 1.40.4 real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- ping -c 1 -W 3 google.co.uk --- 2023-09-21 00:03:38.746804682+00:00 PING google.co.uk (142.250.176.3): 56 data bytes 64 bytes from 142.250.176.3: seq=0 ttl=59 time=22.448 ms --- google.co.uk ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 22.448/22.448/22.448 ms real 0m 0.02s user 0m 0.00s sys 0m 0.00s --- systemctl kill -s USR1 dnsmasq --- 2023-09-21 00:03:38.779179050+00:00 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- systemctl status openvpn-resin --no-pager --- 2023-09-21 00:03:38.792951882+00:00 ● openvpn.service - OpenVPN Loaded: loaded (/lib/systemd/system/openvpn.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2023-09-21 00:01:43 UTC; 1min 55s ago Process: 3385 ExecStartPre=/bin/sh -c /bin/systemctl is-active --quiet os-config || /bin/systemctl start os-config (code=exited, status=0/SUCCESS) Main PID: 3390 (openvpn) Tasks: 1 (limit: 18126) Memory: 1.2M CGroup: /system.slice/openvpn.service └─ 3390 /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 Sep 21 00:01:45 0f868c4 openvpn[3390]: 2023-09-21 00:01:45 /sbin/ip link set dev resin-vpn up Sep 21 00:01:45 0f868c4 openvpn[3390]: 2023-09-21 00:01:45 /sbin/ip addr add dev resin-vpn local 10.240.149.56 peer 52.4.252.97 Sep 21 00:01:45 0f868c4 openvpn[3390]: 2023-09-21 00:01:45 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.149.56 52.4.252.97 init Sep 21 00:01:45 0f868c4 openvpn[3390]: 2023-09-21 00:01:45 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Sep 21 00:01:45 0f868c4 openvpn[3407]: ip: RTNETLINK answers: File exists Sep 21 00:01:45 0f868c4 openvpn[3390]: 2023-09-21 00:01:45 ERROR: Linux route add command failed: external program exited with error status: 2 Sep 21 00:01:45 0f868c4 openvpn[3390]: 2023-09-21 00:01:45 GID set to openvpn Sep 21 00:01:45 0f868c4 openvpn[3390]: 2023-09-21 00:01:45 UID set to openvpn Sep 21 00:01:45 0f868c4 openvpn[3390]: 2023-09-21 00:01:45 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Sep 21 00:01:45 0f868c4 openvpn[3390]: 2023-09-21 00:01:45 Initialization Sequence Completed real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- echo === OS === --- 2023-09-21 00:03:38.808845706+00:00 === OS === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /etc/os-release --- 2023-09-21 00:03:38.816907786+00:00 ID="balena-os" NAME="balenaOS" VERSION="3.2.5+rev2" VERSION_ID="3.2.5+rev2" PRETTY_NAME="balenaOS 3.2.5+rev2" DISTRO_CODENAME="kirkstone" MACHINE="jetson-orin-nx-xavier-nx-devkit" META_BALENA_VERSION="3.2.5" BALENA_BOARD_REV="1fbcf38" META_BALENA_REV="b65f4a09" SLUG="jetson-orin-nx-xavier-nx-devkit" real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2023-09-21 00:03:38.825907754+00:00 { "apiEndpoint": "https://api.balena-cloud.com", "appUpdatePollInterval": 900000, "applicationId": "2071187", "deltaEndpoint": "https://delta.balena-cloud.com", "deviceApiKey": "", "deviceApiKeys": "", "deviceType": "jetson-orin-nx-xavier-nx-devkit", "listenPort": "48484", "logsEndpoint": "https://logs.balena-cloud.com", "mixpanelToken": "", "registryEndpoint": "registry2.balena-cloud.com", "userId": "281181", "vpnEndpoint": "cloudlink.balena-cloud.com", "vpnPort": "443", "uuid": "0f868c45c0e3d0868b83fb96f5de8c26", "registered_at": 1695048188459, "deviceId": 12529551 } real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/config.txt --- 2023-09-21 00:03:38.837984586+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/device-type.json --- 2023-09-21 00:03:38.846356682+00:00 { "slug": "jetson-orin-nx-xavier-nx-devkit", "version": 1, "name": "Nvidia Jetson Orin NX in Xavier NX Devkit NVME", "arch": "aarch64", "state": "RELEASED", "instructions": [ "After flashing is completed, please wait until the board is rebooted" ], "gettingStartedLink": { "windows": "https://docs.balena.io/jetson-orin-nx-xavier-nx-devkit/nodejs/getting-started/#adding-your-first-device", "osx": "https://docs.balena.io/jetson-orin-nx-xavier-nx-devkit/nodejs/getting-started/#adding-your-first-device", "linux": "https://docs.balena.io/jetson-orin-nx-xavier-nx-devkit/nodejs/getting-started/#adding-your-first-device" }, "supportsBlink": false, "yocto": { "machine": "jetson-orin-nx-xavier-nx-devkit", "image": "balena-image-flasher", "fstype": "balenaos-img", "version": "yocto-kirkstone", "deployArtifact": "balena-image-flasher-jetson-orin-nx-xavier-nx-devkit.balenaos-img", "compressed": true }, "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 } ] } ], "configuration": { "config": { "partition": { "primary": 1 }, "path": "/config.json" } }, "initialization": { "options": [ { "message": "Select a drive", "type": "drive", "name": "drive" } ], "operations": [ { "command": "burn" } ] } } real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/extlinux/extlinux.conf --- 2023-09-21 00:03:38.855373514+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/resinOS_uEnv.txt --- 2023-09-21 00:03:38.864779178+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/boot/uEnv.txt --- 2023-09-21 00:03:38.873663818+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/conf/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2023-09-21 00:03:38.882524266+00:00 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /mnt/data-disk/config.json | jq ". | with_entries(if .key | (contains(\"apiKey\") or contains(\"deviceApiKey\") or contains(\"pubnubSubscribeKey\") or contains(\"pubnubPublishKey\") or contains(\"mixpanelToken\") or contains(\"wifiKey\") or contains(\"files\")) then .value = \"\" else . end)" --- 2023-09-21 00:03:38.894579594+00:00 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /var/log/messages --- 2023-09-21 00:03:38.906731466+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /var/log/provisioning-progress.log --- 2023-09-21 00:03:38.915627882+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- dmesg -T --- 2023-09-21 00:03:38.924420458+00:00 [Thu Sep 21 00:00:56 2023] Booting Linux on physical CPU 0x0000010000 [0x410fd421] [Thu Sep 21 00:00:56 2023] Linux version 5.10.104-l4t-r35.3.ga (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 29 12:58:31 UTC 2023 [Thu Sep 21 00:00:56 2023] OF: fdt: memory scan node memory@80000000, reg size 16, [Thu Sep 21 00:00:56 2023] OF: fdt: - 80000000 , c0000000 [Thu Sep 21 00:00:56 2023] Machine model: NVIDIA Orin NX Developer Kit [Thu Sep 21 00:00:56 2023] efi: EFI v2.70 by EDK II [Thu Sep 21 00:00:56 2023] efi: RTPROP=0x45f3aef18 SMBIOS=0xffff0000 SMBIOS 3.0=0x440170000 MEMATTR=0x43f881018 ESRT=0x43f972018 RNG=0x4643c6998 MEMRESERVE=0x43f886f18 [Thu Sep 21 00:00:56 2023] efi: seeding entropy pool [Thu Sep 21 00:00:56 2023] esrt: Reserving ESRT space from 0x000000043f972018 to 0x000000043f972050. [Thu Sep 21 00:00:56 2023] Reserved memory: created CMA memory pool at 0x0000000454000000, size 256 MiB [Thu Sep 21 00:00:56 2023] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [Thu Sep 21 00:00:56 2023] Zone ranges: [Thu Sep 21 00:00:56 2023] DMA [mem 0x0000000080000000-0x00000000ffffffff] [Thu Sep 21 00:00:56 2023] DMA32 empty [Thu Sep 21 00:00:56 2023] Normal [mem 0x0000000100000000-0x000000046fffffff] [Thu Sep 21 00:00:56 2023] Movable zone start for each node [Thu Sep 21 00:00:56 2023] Early memory node ranges [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000080000000-0x00000000fffdffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000100000000-0x000000043bffffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x000000043c000000-0x000000043e1bffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x000000043e1c0000-0x000000043f81ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x000000043f820000-0x000000043f84ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x000000043f850000-0x000000043f88ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x000000043f890000-0x000000043f94ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x000000043f950000-0x000000043ff36fff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x000000043ff37000-0x0000000440094fff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440095000-0x000000044015ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440160000-0x000000044017ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440180000-0x000000044067ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440680000-0x00000004406cffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x00000004406d0000-0x000000044088ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440890000-0x00000004408dffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x00000004408e0000-0x000000044090ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440910000-0x0000000440a4ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440a50000-0x0000000440adffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440ae0000-0x0000000440d0ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440d10000-0x0000000440d1ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440d20000-0x0000000440e0ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440e10000-0x0000000440e9ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440ea0000-0x0000000440eaffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440eb0000-0x0000000440f8ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000440f90000-0x000000044102ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000441030000-0x000000044112ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000441130000-0x00000004411cffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x00000004411d0000-0x000000044129ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x00000004412a0000-0x000000044133ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000441340000-0x0000000441e3ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000441e40000-0x000000044201ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000442020000-0x000000046437ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000464380000-0x00000004643cffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x00000004643d0000-0x0000000467ffffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x0000000468200000-0x000000046860ffff] [Thu Sep 21 00:00:56 2023] node 0: [mem 0x000000046e000000-0x000000046fffffff] [Thu Sep 21 00:00:56 2023] Initmem setup node 0 [mem 0x0000000080000000-0x000000046fffffff] [Thu Sep 21 00:00:56 2023] On node 0 totalpages: 4105232 [Thu Sep 21 00:00:56 2023] DMA zone: 8192 pages used for memmap [Thu Sep 21 00:00:56 2023] DMA zone: 0 pages reserved [Thu Sep 21 00:00:56 2023] DMA zone: 524288 pages, LIFO batch:63 [Thu Sep 21 00:00:56 2023] Normal zone: 56320 pages used for memmap [Thu Sep 21 00:00:56 2023] Normal zone: 3580944 pages, LIFO batch:63 [Thu Sep 21 00:00:56 2023] On node 0, zone Normal: 496 pages in unavailable ranges [Thu Sep 21 00:00:56 2023] psci: probing for conduit method from DT. [Thu Sep 21 00:00:56 2023] psci: PSCIv1.1 detected in firmware. [Thu Sep 21 00:00:56 2023] psci: Using standard PSCI v0.2 function IDs [Thu Sep 21 00:00:56 2023] psci: Trusted OS migration not required [Thu Sep 21 00:00:56 2023] psci: SMC Calling Convention v1.2 [Thu Sep 21 00:00:56 2023] percpu: Embedded 33 pages/cpu s94488 r8192 d32488 u135168 [Thu Sep 21 00:00:56 2023] pcpu-alloc: s94488 r8192 d32488 u135168 alloc=33*4096 [Thu Sep 21 00:00:56 2023] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 [Thu Sep 21 00:00:56 2023] Detected PIPT I-cache on CPU0 [Thu Sep 21 00:00:56 2023] CPU features: detected: GIC system register CPU interface [Thu Sep 21 00:00:56 2023] CPU features: detected: Virtualization Host Extensions [Thu Sep 21 00:00:56 2023] CPU features: kernel page table isolation forced ON by KASLR [Thu Sep 21 00:00:56 2023] CPU features: detected: Kernel page table isolation (KPTI) [Thu Sep 21 00:00:56 2023] CPU features: detected: Spectre-v4 [Thu Sep 21 00:00:56 2023] alternatives: patching kernel code [Thu Sep 21 00:00:56 2023] Built 1 zonelists, mobility grouping on. Total pages: 4040720 [Thu Sep 21 00:00:56 2023] Kernel command line: firmware_class.path=/etc/firmware fbcon=map:0 console=null quiet splash vt.global_cursor_default=0 consoleblank=0 l4tver=35.3.1 sdhci_tegra.en_boot_part_access=1 rootwait root=LABEL=resin-rootA [Thu Sep 21 00:00:56 2023] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [Thu Sep 21 00:00:56 2023] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [Thu Sep 21 00:00:56 2023] mem auto-init: stack:off, heap alloc:off, heap free:off [Thu Sep 21 00:00:56 2023] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB) [Thu Sep 21 00:00:56 2023] Memory: 15468196K/16420928K available (17152K kernel code, 2892K rwdata, 6720K rodata, 29568K init, 1372K bss, 690588K reserved, 262144K cma-reserved) [Thu Sep 21 00:00:56 2023] random: get_random_u64 called from __kmem_cache_create+0x38/0x49c with crng_init=0 [Thu Sep 21 00:00:56 2023] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [Thu Sep 21 00:00:56 2023] rcu: Preemptible hierarchical RCU implementation. [Thu Sep 21 00:00:56 2023] rcu: RCU event tracing is enabled. [Thu Sep 21 00:00:56 2023] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [Thu Sep 21 00:00:56 2023] Trampoline variant of Tasks RCU enabled. [Thu Sep 21 00:00:56 2023] Rude variant of Tasks RCU enabled. [Thu Sep 21 00:00:56 2023] Tracing variant of Tasks RCU enabled. [Thu Sep 21 00:00:56 2023] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [Thu Sep 21 00:00:56 2023] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [Thu Sep 21 00:00:56 2023] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [Thu Sep 21 00:00:56 2023] GICv3: GIC: Using split EOI/Deactivate mode [Thu Sep 21 00:00:56 2023] GICv3: 960 SPIs implemented [Thu Sep 21 00:00:56 2023] GICv3: 0 Extended SPIs implemented [Thu Sep 21 00:00:56 2023] GICv3: Distributor has no Range Selector support [Thu Sep 21 00:00:56 2023] GICv3: 16 PPIs implemented [Thu Sep 21 00:00:56 2023] GICv3: CPU0: found redistributor 10000 region 0:0x000000000f4c0000 [Thu Sep 21 00:00:56 2023] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70) [Thu Sep 21 00:00:56 2023] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677] [Thu Sep 21 00:00:56 2023] arch_timer: cp15 timer(s) running at 31.25MHz (phys). [Thu Sep 21 00:00:56 2023] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns [Thu Sep 21 00:00:56 2023] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns [Thu Sep 21 00:00:56 2023] Console: colour dummy device 80x25 [Thu Sep 21 00:00:56 2023] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000) [Thu Sep 21 00:00:56 2023] pid_max: default: 32768 minimum: 301 [Thu Sep 21 00:00:56 2023] LSM: Security Framework initializing [Thu Sep 21 00:00:56 2023] Yama: becoming mindful. [Thu Sep 21 00:00:56 2023] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [Thu Sep 21 00:00:56 2023] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [Thu Sep 21 00:00:56 2023] /cpus/cpu-map: empty cluster [Thu Sep 21 00:00:56 2023] rcu: Hierarchical SRCU implementation. [Thu Sep 21 00:00:56 2023] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [Thu Sep 21 00:00:56 2023] DTS File Name: tegra234-p3767-0000-p3509-a02.dts [Thu Sep 21 00:00:56 2023] DTB Build time: Mar 29 2023 12:58:31 [Thu Sep 21 00:00:56 2023] Tegra Revision: A01 SKU: 0xd3 CPU Process: 0 SoC Process: 0 [Thu Sep 21 00:00:56 2023] Remapping and enabling EFI services. [Thu Sep 21 00:00:56 2023] smp: Bringing up secondary CPUs ... [Thu Sep 21 00:00:56 2023] Detected PIPT I-cache on CPU1 [Thu Sep 21 00:00:56 2023] GICv3: CPU1: found redistributor 10100 region 0:0x000000000f4e0000 [Thu Sep 21 00:00:56 2023] CPU1: Booted secondary processor 0x0000010100 [0x410fd421] [Thu Sep 21 00:00:56 2023] Detected PIPT I-cache on CPU2 [Thu Sep 21 00:00:56 2023] GICv3: CPU2: found redistributor 10200 region 0:0x000000000f500000 [Thu Sep 21 00:00:56 2023] CPU2: Booted secondary processor 0x0000010200 [0x410fd421] [Thu Sep 21 00:00:56 2023] Detected PIPT I-cache on CPU3 [Thu Sep 21 00:00:56 2023] GICv3: CPU3: found redistributor 10300 region 0:0x000000000f520000 [Thu Sep 21 00:00:56 2023] CPU3: Booted secondary processor 0x0000010300 [0x410fd421] [Thu Sep 21 00:00:56 2023] Detected PIPT I-cache on CPU4 [Thu Sep 21 00:00:56 2023] GICv3: CPU4: found redistributor 20000 region 0:0x000000000f540000 [Thu Sep 21 00:00:56 2023] CPU4: Booted secondary processor 0x0000020000 [0x410fd421] [Thu Sep 21 00:00:56 2023] Detected PIPT I-cache on CPU5 [Thu Sep 21 00:00:56 2023] GICv3: CPU5: found redistributor 20100 region 0:0x000000000f560000 [Thu Sep 21 00:00:56 2023] CPU5: Booted secondary processor 0x0000020100 [0x410fd421] [Thu Sep 21 00:00:56 2023] Detected PIPT I-cache on CPU6 [Thu Sep 21 00:00:56 2023] GICv3: CPU6: found redistributor 20200 region 0:0x000000000f580000 [Thu Sep 21 00:00:56 2023] CPU6: Booted secondary processor 0x0000020200 [0x410fd421] [Thu Sep 21 00:00:56 2023] Detected PIPT I-cache on CPU7 [Thu Sep 21 00:00:56 2023] GICv3: CPU7: found redistributor 20300 region 0:0x000000000f5a0000 [Thu Sep 21 00:00:56 2023] CPU7: Booted secondary processor 0x0000020300 [0x410fd421] [Thu Sep 21 00:00:56 2023] smp: Brought up 1 node, 8 CPUs [Thu Sep 21 00:00:56 2023] SMP: Total of 8 processors activated. [Thu Sep 21 00:00:56 2023] CPU features: detected: Privileged Access Never [Thu Sep 21 00:00:56 2023] CPU features: detected: LSE atomic instructions [Thu Sep 21 00:00:56 2023] CPU features: detected: User Access Override [Thu Sep 21 00:00:56 2023] CPU features: detected: 32-bit EL0 Support [Thu Sep 21 00:00:56 2023] CPU features: detected: Common not Private translations [Thu Sep 21 00:00:56 2023] CPU features: detected: RAS Extension Support [Thu Sep 21 00:00:56 2023] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [Thu Sep 21 00:00:56 2023] CPU features: detected: CRC32 instructions [Thu Sep 21 00:00:56 2023] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [Thu Sep 21 00:00:56 2023] CPU: All CPU(s) started at EL2 [Thu Sep 21 00:00:56 2023] devtmpfs: initialized [Thu Sep 21 00:00:56 2023] Registered cp15_barrier emulation handler [Thu Sep 21 00:00:56 2023] Registered setend emulation handler [Thu Sep 21 00:00:56 2023] KASLR enabled [Thu Sep 21 00:00:56 2023] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [Thu Sep 21 00:00:56 2023] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [Thu Sep 21 00:00:56 2023] pinctrl core: initialized pinctrl subsystem [Thu Sep 21 00:00:56 2023] SMBIOS 3.0.0 present. [Thu Sep 21 00:00:56 2023] DMI: Unknown NVIDIA Orin NX Developer Kit/NVIDIA Orin NX Developer Kit, BIOS v35.3.1 01/24/2023 [Thu Sep 21 00:00:56 2023] NET: Registered protocol family 16 [Thu Sep 21 00:00:56 2023] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [Thu Sep 21 00:00:56 2023] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [Thu Sep 21 00:00:56 2023] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [Thu Sep 21 00:00:56 2023] thermal_sys: Registered thermal governor 'step_wise' [Thu Sep 21 00:00:56 2023] thermal_sys: Registered thermal governor 'power_allocator' [Thu Sep 21 00:00:56 2023] thermal_sys: Registered thermal governor 'pid_thermal_gov' [Thu Sep 21 00:00:56 2023] cpuidle: using governor menu [Thu Sep 21 00:00:56 2023] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [Thu Sep 21 00:00:56 2023] ASID allocator initialised with 32768 entries [Thu Sep 21 00:00:56 2023] Serial: AMBA PL011 UART driver [Thu Sep 21 00:00:56 2023] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful [Thu Sep 21 00:00:56 2023] Tegra reboot handler registered. [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010b20000 -> 0x2c10000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010b40000 -> 0x2c20000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010b60000 -> 0x2c30000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010b80000 -> 0x2c40000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010ba0000 -> 0x2c50000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010bc0000 -> 0x2b80000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010be0000 -> 0x2b90000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010c00000 -> 0x2ba0000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010c20000 -> 0x2bb0000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010c40000 -> 0x1700000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010c60000 -> 0x1710000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010c80000 -> 0x1720000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010ca0000 -> 0x1730000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010cc0000 -> 0x1740000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010ce0000 -> 0x1750000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010d00000 -> 0x1760000 [Thu Sep 21 00:00:56 2023] mc: mapped MMIO address: 0xffff800010d20000 -> 0x1770000 [Thu Sep 21 00:00:56 2023] nv-tegra-mc 2c10000.mc: No mssnvlink node [Thu Sep 21 00:00:56 2023] mc-err: mcerr ops are set to t23x [Thu Sep 21 00:00:56 2023] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 63, base_baud = 0) is a SBSA [Thu Sep 21 00:00:56 2023] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [Thu Sep 21 00:00:56 2023] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [Thu Sep 21 00:00:56 2023] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [Thu Sep 21 00:00:56 2023] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [Thu Sep 21 00:00:56 2023] ACPI: Interpreter disabled. [Thu Sep 21 00:00:56 2023] ddr-vddq: supplied by vdd-5v [Thu Sep 21 00:00:56 2023] ddr-vdd2: supplied by vdd-5v [Thu Sep 21 00:00:56 2023] vdd-AO-1v2: supplied by vdd-5v [Thu Sep 21 00:00:56 2023] vdd-3v3: supplied by vdd-5v [Thu Sep 21 00:00:56 2023] vdd-rtc: supplied by vdd-AO-1v2 [Thu Sep 21 00:00:56 2023] vdd-0v95-uphy: supplied by vdd-AO-1v2 [Thu Sep 21 00:00:56 2023] vdd-0v95-hdmi: supplied by vdd-AO-1v2 [Thu Sep 21 00:00:56 2023] vdd-1v8: supplied by vdd-3v3-sys [Thu Sep 21 00:00:56 2023] vdd-3v3-AO: supplied by vdd-5v-sys [Thu Sep 21 00:00:56 2023] vdd-av10-hub: supplied by vdd-5v-sys [Thu Sep 21 00:00:56 2023] vdd-vbus-a: supplied by vdd-5v-sys [Thu Sep 21 00:00:56 2023] vdd-vbus-b: supplied by vdd-5v-sys [Thu Sep 21 00:00:56 2023] vdd-3v3-dp: supplied by vdd-3v3-sys [Thu Sep 21 00:00:56 2023] iommu: Default domain type: Translated [Thu Sep 21 00:00:56 2023] eventlib_kernel: keventlib is initialized, test id: 0 [Thu Sep 21 00:00:56 2023] SCSI subsystem initialized [Thu Sep 21 00:00:56 2023] usbcore: registered new interface driver usbfs [Thu Sep 21 00:00:56 2023] usbcore: registered new interface driver hub [Thu Sep 21 00:00:56 2023] usbcore: registered new device driver usb [Thu Sep 21 00:00:56 2023] mc: Linux media interface: v0.10 [Thu Sep 21 00:00:56 2023] videodev: Linux video capture interface: v2.00 [Thu Sep 21 00:00:56 2023] pps_core: LinuxPPS API ver. 1 registered [Thu Sep 21 00:00:56 2023] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [Thu Sep 21 00:00:56 2023] PTP clock support registered [Thu Sep 21 00:00:56 2023] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec [Thu Sep 21 00:00:56 2023] tegra_wdt_t18x 2190000.watchdog: Registered successfully [Thu Sep 21 00:00:56 2023] Registered efivars operations [Thu Sep 21 00:00:56 2023] FPGA manager framework [Thu Sep 21 00:00:56 2023] Advanced Linux Sound Architecture Driver Initialized. [Thu Sep 21 00:00:56 2023] Bluetooth: Core ver 2.22 [Thu Sep 21 00:00:56 2023] NET: Registered protocol family 31 [Thu Sep 21 00:00:56 2023] Bluetooth: HCI device and connection manager initialized [Thu Sep 21 00:00:56 2023] Bluetooth: HCI socket layer initialized [Thu Sep 21 00:00:56 2023] Bluetooth: L2CAP socket layer initialized [Thu Sep 21 00:00:56 2023] Bluetooth: SCO socket layer initialized [Thu Sep 21 00:00:56 2023] camchar: rtcpu character device driver loaded [Thu Sep 21 00:00:56 2023] clocksource: Switched to clocksource arch_sys_counter [Thu Sep 21 00:00:56 2023] VFS: Disk quotas dquot_6.6.0 [Thu Sep 21 00:00:56 2023] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [Thu Sep 21 00:00:56 2023] nvmap_heap_init: nvmap_heap_init: created heap block cache [Thu Sep 21 00:00:56 2023] nvmap_page_pool_init: Total RAM pages: 3932585 [Thu Sep 21 00:00:56 2023] nvmap_page_pool_init: nvmap page pool size: 491573 pages (1920 MB) [Thu Sep 21 00:00:56 2023] nvmap_background_zero_thread: PP zeroing thread starting. [Thu Sep 21 00:00:56 2023] pnp: PnP ACPI: disabled [Thu Sep 21 00:00:56 2023] la/ptsa driver initialized. [Thu Sep 21 00:00:56 2023] NET: Registered protocol family 2 [Thu Sep 21 00:00:56 2023] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [Thu Sep 21 00:00:56 2023] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear) [Thu Sep 21 00:00:56 2023] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear) [Thu Sep 21 00:00:56 2023] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [Thu Sep 21 00:00:56 2023] TCP: Hash tables configured (established 131072 bind 65536) [Thu Sep 21 00:00:56 2023] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear) [Thu Sep 21 00:00:56 2023] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear) [Thu Sep 21 00:00:56 2023] NET: Registered protocol family 1 [Thu Sep 21 00:00:56 2023] PCI: CLS 0 bytes, default 64 [Thu Sep 21 00:00:56 2023] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [Thu Sep 21 00:00:56 2023] kvm [1]: IPA Size Limit: 48 bits [Thu Sep 21 00:00:56 2023] kvm [1]: GICv3: no GICV resource entry [Thu Sep 21 00:00:56 2023] kvm [1]: disabling GICv2 emulation [Thu Sep 21 00:00:56 2023] kvm [1]: GIC system register CPU interface enabled [Thu Sep 21 00:00:56 2023] kvm [1]: vgic interrupt IRQ9 [Thu Sep 21 00:00:56 2023] kvm [1]: VHE mode initialized successfully [Thu Sep 21 00:00:56 2023] Initialise system trusted keyrings [Thu Sep 21 00:00:56 2023] workingset: timestamp_bits=46 max_order=22 bucket_order=0 [Thu Sep 21 00:00:56 2023] squashfs: version 4.0 (2009/01/31) Phillip Lougher [Thu Sep 21 00:00:56 2023] NET: Registered protocol family 38 [Thu Sep 21 00:00:56 2023] Key type asymmetric registered [Thu Sep 21 00:00:56 2023] Asymmetric key parser 'x509' registered [Thu Sep 21 00:00:56 2023] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240) [Thu Sep 21 00:00:56 2023] io scheduler mq-deadline registered [Thu Sep 21 00:00:56 2023] io scheduler kyber registered [Thu Sep 21 00:00:56 2023] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [Thu Sep 21 00:00:56 2023] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [Thu Sep 21 00:00:56 2023] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [Thu Sep 21 00:00:56 2023] tegra_dc_assign_hw_data: no matching compatible node [Thu Sep 21 00:00:56 2023] tegradccommon module_init failed [Thu Sep 21 00:00:56 2023] tegradc module_init failed [Thu Sep 21 00:00:56 2023] EINJ: ACPI disabled. [Thu Sep 21 00:00:56 2023] tegra-pmc c360000.pmc: scratch reg offset dts data not present [Thu Sep 21 00:00:56 2023] tegra-pmc: ### PMC reset source: SYS_RESET_N [Thu Sep 21 00:00:56 2023] tegra-pmc: ### PMC reset level: L0 [Thu Sep 21 00:00:56 2023] tegra-pmc: ### PMC reset status reg: 0x0 [Thu Sep 21 00:00:56 2023] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [Thu Sep 21 00:00:56 2023] arm-smmu 12000000.iommu: probing hardware configuration... [Thu Sep 21 00:00:56 2023] arm-smmu 12000000.iommu: SMMUv2 with: [Thu Sep 21 00:00:56 2023] arm-smmu 12000000.iommu: stage 1 translation [Thu Sep 21 00:00:56 2023] arm-smmu 12000000.iommu: stage 2 translation [Thu Sep 21 00:00:56 2023] arm-smmu 12000000.iommu: nested translation [Thu Sep 21 00:00:56 2023] arm-smmu 12000000.iommu: stream matching with 128 register groups [Thu Sep 21 00:00:56 2023] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only) [Thu Sep 21 00:00:56 2023] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000 [Thu Sep 21 00:00:56 2023] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [Thu Sep 21 00:00:56 2023] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [Thu Sep 21 00:00:56 2023] arm-smmu 10000000.iommu: probing hardware configuration... [Thu Sep 21 00:00:56 2023] arm-smmu 10000000.iommu: SMMUv2 with: [Thu Sep 21 00:00:56 2023] arm-smmu 10000000.iommu: stage 1 translation [Thu Sep 21 00:00:56 2023] arm-smmu 10000000.iommu: stage 2 translation [Thu Sep 21 00:00:56 2023] arm-smmu 10000000.iommu: nested translation [Thu Sep 21 00:00:56 2023] arm-smmu 10000000.iommu: stream matching with 128 register groups [Thu Sep 21 00:00:56 2023] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only) [Thu Sep 21 00:00:56 2023] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000 [Thu Sep 21 00:00:56 2023] arm-smmu 10000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [Thu Sep 21 00:00:56 2023] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [Thu Sep 21 00:00:56 2023] arm-smmu 8000000.iommu: probing hardware configuration... [Thu Sep 21 00:00:56 2023] arm-smmu 8000000.iommu: SMMUv2 with: [Thu Sep 21 00:00:56 2023] arm-smmu 8000000.iommu: stage 1 translation [Thu Sep 21 00:00:56 2023] arm-smmu 8000000.iommu: stage 2 translation [Thu Sep 21 00:00:56 2023] arm-smmu 8000000.iommu: nested translation [Thu Sep 21 00:00:56 2023] arm-smmu 8000000.iommu: stream matching with 128 register groups [Thu Sep 21 00:00:56 2023] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only) [Thu Sep 21 00:00:56 2023] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000 [Thu Sep 21 00:00:56 2023] arm-smmu 8000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA [Thu Sep 21 00:00:56 2023] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA [Thu Sep 21 00:00:56 2023] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful [Thu Sep 21 00:00:56 2023] zram: Added device: zram0 [Thu Sep 21 00:00:56 2023] tegra_profiler: version: 1.151, samples/io: 51/30 [Thu Sep 21 00:00:56 2023] tegra_profiler: auth: init [Thu Sep 21 00:00:56 2023] nvsciipc: loaded module [Thu Sep 21 00:00:56 2023] tegra23x-qspi 3270000.spi: Adding to iommu group 0 [Thu Sep 21 00:00:56 2023] tegra23x-qspi 3270000.spi: Node prod_c_nonsecure has invalid entries [Thu Sep 21 00:00:56 2023] tegra23x-qspi 3270000.spi: Node prod_c_nonsecure: Child has not proper setting [Thu Sep 21 00:00:56 2023] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [Thu Sep 21 00:00:56 2023] tegra23x-qspi 3270000.spi: Prod settings list not found [Thu Sep 21 00:00:56 2023] tun: Universal TUN/TAP device driver, 1.6 [Thu Sep 21 00:00:56 2023] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [Thu Sep 21 00:00:56 2023] hns3: Copyright (c) 2017 Huawei Corporation. [Thu Sep 21 00:00:56 2023] e1000e: Intel(R) PRO/1000 Network Driver [Thu Sep 21 00:00:56 2023] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [Thu Sep 21 00:00:56 2023] igb: Intel(R) Gigabit Ethernet Network Driver [Thu Sep 21 00:00:56 2023] igb: Copyright (c) 2007-2014 Intel Corporation. [Thu Sep 21 00:00:56 2023] PPP generic driver version 2.4.2 [Thu Sep 21 00:00:56 2023] PPP BSD Compression module registered [Thu Sep 21 00:00:56 2023] PPP Deflate Compression module registered [Thu Sep 21 00:00:56 2023] PPP MPPE Compression module registered [Thu Sep 21 00:00:56 2023] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [Thu Sep 21 00:00:56 2023] ohci-pci: OHCI PCI platform driver [Thu Sep 21 00:00:56 2023] ohci-platform: OHCI generic platform driver [Thu Sep 21 00:00:56 2023] tegra-xusb 3610000.xhci: Adding to iommu group 1 [Thu Sep 21 00:00:56 2023] usbcore: registered new interface driver uas [Thu Sep 21 00:00:56 2023] usbcore: registered new interface driver usb-storage [Thu Sep 21 00:00:56 2023] usbcore: registered new interface driver usbserial_generic [Thu Sep 21 00:00:56 2023] usbserial: USB Serial support registered for generic [Thu Sep 21 00:00:56 2023] mousedev: PS/2 mouse device common for all mice [Thu Sep 21 00:00:56 2023] usbcore: registered new interface driver xpad [Thu Sep 21 00:00:56 2023] tegra_rtc c2a0000.rtc: registered as rtc1 [Thu Sep 21 00:00:56 2023] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:22 UTC (22) [Thu Sep 21 00:00:56 2023] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock [Thu Sep 21 00:00:56 2023] i2c /dev entries driver [Thu Sep 21 00:00:56 2023] tegra-i2c 3160000.i2c: Adding to iommu group 2 [Thu Sep 21 00:00:56 2023] tegra-i2c c240000.i2c: Adding to iommu group 2 [Thu Sep 21 00:00:56 2023] tegra-i2c 3180000.i2c: Adding to iommu group 2 [Thu Sep 21 00:00:56 2023] tegra-i2c 3190000.i2c: Adding to iommu group 2 [Thu Sep 21 00:00:56 2023] tegra-i2c 31b0000.i2c: Adding to iommu group 2 [Thu Sep 21 00:00:56 2023] tegra-i2c 31c0000.i2c: Adding to iommu group 2 [Thu Sep 21 00:00:56 2023] tegra-i2c c250000.i2c: Adding to iommu group 2 [Thu Sep 21 00:00:56 2023] tegra-i2c 31e0000.i2c: Adding to iommu group 2 [Thu Sep 21 00:00:56 2023] device-mapper: uevent: version 1.0.3 [Thu Sep 21 00:00:56 2023] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [Thu Sep 21 00:00:56 2023] sdhci: Secure Digital Host Controller Interface driver [Thu Sep 21 00:00:56 2023] sdhci: Copyright(c) Pierre Ossman [Thu Sep 21 00:00:56 2023] Synopsys Designware Multimedia Card Interface Driver [Thu Sep 21 00:00:56 2023] sdhci-pltfm: SDHCI platform and OF driver helper [Thu Sep 21 00:00:56 2023] sdhci-tegra 3400000.sdhci: Adding to iommu group 3 [Thu Sep 21 00:00:56 2023] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401 [Thu Sep 21 00:00:56 2023] tegra-bpmp bpmp: firmware: 463f4d5b75234b74bb7f-1377b684fe5 [Thu Sep 21 00:00:56 2023] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 [Thu Sep 21 00:00:56 2023] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x82 [Thu Sep 21 00:00:56 2023] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0 [Thu Sep 21 00:00:56 2023] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful [Thu Sep 21 00:00:56 2023] random: fast init done [Thu Sep 21 00:00:58 2023] hid: raw HID events driver (C) Jiri Kosina [Thu Sep 21 00:00:58 2023] usbcore: registered new interface driver usbhid [Thu Sep 21 00:00:58 2023] usbhid: USB HID core driver [Thu Sep 21 00:00:58 2023] tegra-dce d800000.dce: Adding to iommu group 4 [Thu Sep 21 00:00:58 2023] dce: dce_ipc_channel_init:319 Invalid Channel State [0x0] for ch_type [2] [Thu Sep 21 00:00:58 2023] tegra234-aon c000000.aon: Adding to iommu group 5 [Thu Sep 21 00:00:58 2023] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [Thu Sep 21 00:00:58 2023] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5] [Thu Sep 21 00:00:58 2023] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [0]. Ignored... [Thu Sep 21 00:00:58 2023] dce: dce_admin_send_cmd_ver:424 version : [0x2] err : [0x0] [Thu Sep 21 00:00:58 2023] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [Thu Sep 21 00:00:58 2023] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1] [Thu Sep 21 00:00:58 2023] dce: dce_admin_setup_clients_ipc:553 Channel Reset Complete for Type [1] ... [Thu Sep 21 00:00:58 2023] dce: dce_admin_setup_clients_ipc:529 Get queue info failed for [2] [Thu Sep 21 00:00:58 2023] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [1]. Ignored... [Thu Sep 21 00:00:58 2023] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2] [Thu Sep 21 00:00:58 2023] dce: dce_admin_setup_clients_ipc:553 Channel Reset Complete for Type [3] ... [Thu Sep 21 00:00:58 2023] dce: dce_admin_ipc_handle_signal:90 Spurious signal on channel: [3]. Ignored... [Thu Sep 21 00:00:58 2023] dce: dce_start_boot_flow:173 DCE_BOOT_DONE [Thu Sep 21 00:00:58 2023] c000000.aon:hsp: probed [Thu Sep 21 00:00:58 2023] tegra234-aon c000000.aon: init done [Thu Sep 21 00:00:58 2023] tegra23x-psc e860000.psc: Adding to iommu group 6 [Thu Sep 21 00:00:58 2023] tegra23x-psc e860000.psc: ext_cfg base:(____ptrval____) [Thu Sep 21 00:00:58 2023] tegra23x-psc e860000.psc: init done [Thu Sep 21 00:00:58 2023] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 7 [Thu Sep 21 00:00:58 2023] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000 [Thu Sep 21 00:00:58 2023] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584 [Thu Sep 21 00:00:58 2023] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900 [Thu Sep 21 00:00:58 2023] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80 [Thu Sep 21 00:00:58 2023] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80 [Thu Sep 21 00:00:58 2023] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80 [Thu Sep 21 00:00:58 2023] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080 [Thu Sep 21 00:00:58 2023] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200 [Thu Sep 21 00:00:58 2023] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (112) [Thu Sep 21 00:00:58 2023] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful [Thu Sep 21 00:00:58 2023] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=97e50cbff52bc4b542b2989187109c001c01cf77 [Thu Sep 21 00:00:58 2023] t19x_cache tegra-cache: probed [Thu Sep 21 00:00:58 2023] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU [Thu Sep 21 00:00:58 2023] optee: probing for conduit method. [Thu Sep 21 00:00:58 2023] optee: revision 3.19 (3f29c61f) [Thu Sep 21 00:00:58 2023] optee: dynamic shared memory is enabled [Thu Sep 21 00:00:58 2023] optee: initialized driver [Thu Sep 21 00:00:58 2023] nvpmodel: initialized successfully [Thu Sep 21 00:00:58 2023] tegra_hv: get_hvd: not initialized yet [Thu Sep 21 00:00:58 2023] user_ivc_mempool: hypervisor not present [Thu Sep 21 00:00:58 2023] usbcore: registered new interface driver snd-usb-audio [Thu Sep 21 00:00:58 2023] u32 classifier [Thu Sep 21 00:00:58 2023] input device check on [Thu Sep 21 00:00:58 2023] Actions configured [Thu Sep 21 00:00:58 2023] IPVS: Registered protocols (TCP, UDP) [Thu Sep 21 00:00:58 2023] IPVS: Connection hash table configured (size=4096, memory=64Kbytes) [Thu Sep 21 00:00:58 2023] IPVS: ipvs loaded. [Thu Sep 21 00:00:58 2023] Initializing XFRM netlink socket [Thu Sep 21 00:00:58 2023] NET: Registered protocol family 10 [Thu Sep 21 00:00:58 2023] Segment Routing with IPv6 [Thu Sep 21 00:00:58 2023] NET: Registered protocol family 17 [Thu Sep 21 00:00:58 2023] NET: Registered protocol family 15 [Thu Sep 21 00:00:58 2023] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [Thu Sep 21 00:00:58 2023] Bluetooth: RFCOMM socket layer initialized [Thu Sep 21 00:00:58 2023] Bluetooth: RFCOMM ver 1.11 [Thu Sep 21 00:00:58 2023] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [Thu Sep 21 00:00:58 2023] Bluetooth: HIDP socket layer initialized [Thu Sep 21 00:00:58 2023] 9pnet: Installing 9P2000 support [Thu Sep 21 00:00:58 2023] Key type dns_resolver registered [Thu Sep 21 00:00:58 2023] registered taskstats version 1 [Thu Sep 21 00:00:58 2023] Loading compiled-in X.509 certificates [Thu Sep 21 00:00:58 2023] tegra194-pcie 14100000.pcie: Adding to iommu group 8 [Thu Sep 21 00:00:58 2023] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [Thu Sep 21 00:00:58 2023] tegra194-pcie 14160000.pcie: Adding to iommu group 9 [Thu Sep 21 00:00:58 2023] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [Thu Sep 21 00:00:58 2023] tegra194-pcie 140a0000.pcie: Adding to iommu group 10 [Thu Sep 21 00:00:58 2023] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator [Thu Sep 21 00:00:58 2023] tegra194-pcie 140a0000.pcie: Failed to get slot regulators: -517 [Thu Sep 21 00:00:58 2023] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 11 [Thu Sep 21 00:00:58 2023] host1x 13e40000.host1x: Adding to iommu group 12 [Thu Sep 21 00:00:58 2023] host1x 13e40000.host1x: initialized [Thu Sep 21 00:00:58 2023] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 13 [Thu Sep 21 00:00:58 2023] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000) [Thu Sep 21 00:00:58 2023] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 14 [Thu Sep 21 00:00:58 2023] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000) [Thu Sep 21 00:00:58 2023] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 15 [Thu Sep 21 00:00:58 2023] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000) [Thu Sep 21 00:00:58 2023] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 16 [Thu Sep 21 00:00:58 2023] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000) [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 17 [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000) [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 18 [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000) [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 19 [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000) [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 20 [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000) [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 21 [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 22 [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 23 [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 24 [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 25 [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 26 [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 27 [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 28 [Thu Sep 21 00:00:59 2023] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] falcon 15340000.vic: Adding to iommu group 29 [Thu Sep 21 00:00:59 2023] falcon 15340000.vic: initialized [Thu Sep 21 00:00:59 2023] falcon 15380000.nvjpg: Adding to iommu group 30 [Thu Sep 21 00:00:59 2023] falcon 15380000.nvjpg: initialized [Thu Sep 21 00:00:59 2023] falcon 15540000.nvjpg1: Adding to iommu group 31 [Thu Sep 21 00:00:59 2023] falcon 15540000.nvjpg1: initialized [Thu Sep 21 00:00:59 2023] falcon 154c0000.nvenc: Adding to iommu group 32 [Thu Sep 21 00:00:59 2023] falcon 154c0000.nvenc: initialized [Thu Sep 21 00:00:59 2023] falcon 15a50000.ofa: Adding to iommu group 33 [Thu Sep 21 00:00:59 2023] falcon 15a50000.ofa: initialized [Thu Sep 21 00:00:59 2023] nvdec 15480000.nvdec: Adding to iommu group 34 [Thu Sep 21 00:00:59 2023] nvdec 15480000.nvdec: initialized [Thu Sep 21 00:00:59 2023] tsec 15500000.tsec: Adding to iommu group 35 [Thu Sep 21 00:00:59 2023] tsec 15500000.tsec: initialized [Thu Sep 21 00:00:59 2023] gic 2a41000.agic-controller: GIC IRQ controller registered [Thu Sep 21 00:00:59 2023] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered [Thu Sep 21 00:00:59 2023] gpio-397 (camera-control-output-low): hogged as output/low [Thu Sep 21 00:00:59 2023] gpio-486 (camera-control-output-low): hogged as output/low [Thu Sep 21 00:00:59 2023] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio [Thu Sep 21 00:00:59 2023] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon [Thu Sep 21 00:00:59 2023] tegra-pwm 3280000.pwm: PWM clk can sleep in ops [Thu Sep 21 00:00:59 2023] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops [Thu Sep 21 00:00:59 2023] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops [Thu Sep 21 00:00:59 2023] tegra194-isp5 14800000.isp: Adding to iommu group 36 [Thu Sep 21 00:00:59 2023] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU [Thu Sep 21 00:00:59 2023] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized [Thu Sep 21 00:00:59 2023] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound [Thu Sep 21 00:00:59 2023] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound [Thu Sep 21 00:00:59 2023] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 37 [Thu Sep 21 00:00:59 2023] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 38 [Thu Sep 21 00:00:59 2023] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU [Thu Sep 21 00:00:59 2023] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized [Thu Sep 21 00:00:59 2023] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU [Thu Sep 21 00:00:59 2023] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized [Thu Sep 21 00:00:59 2023] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU [Thu Sep 21 00:00:59 2023] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 39 [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 40 [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 41 [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 42 [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 43 [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 44 [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 45 [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 46 [Thu Sep 21 00:00:59 2023] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000) [Thu Sep 21 00:00:59 2023] pva 16000000.pva0: Adding to iommu group 47 [Thu Sep 21 00:00:59 2023] pva 16000000.pva0: initialized [Thu Sep 21 00:00:59 2023] nvdla 15880000.nvdla0: Adding to iommu group 48 [Thu Sep 21 00:00:59 2023] nvdla 15880000.nvdla0: initialized [Thu Sep 21 00:00:59 2023] nvdla 158c0000.nvdla1: Adding to iommu group 49 [Thu Sep 21 00:00:59 2023] nvdla 158c0000.nvdla1: initialized [Thu Sep 21 00:00:59 2023] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 2 [Thu Sep 21 00:00:59 2023] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels [Thu Sep 21 00:00:59 2023] tegra-fuse-burn efuse-burn: shutdown limit check disabled [Thu Sep 21 00:00:59 2023] tegra-fuse-burn efuse-burn: Fuse burn driver initialized [Thu Sep 21 00:00:59 2023] serial-tegra 3100000.serial: Adding to iommu group 2 [Thu Sep 21 00:00:59 2023] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 17, base_baud = 0) is a TEGRA_UART [Thu Sep 21 00:00:59 2023] serial-tegra 3130000.serial: Adding to iommu group 2 [Thu Sep 21 00:00:59 2023] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 61, base_baud = 0) is a TEGRA_UART [Thu Sep 21 00:00:59 2023] serial-tegra 3140000.serial: Adding to iommu group 2 [Thu Sep 21 00:00:59 2023] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 62, base_baud = 0) is a TEGRA_UART [Thu Sep 21 00:00:59 2023] tegra23x-qspi 3270000.spi: Node prod_c_nonsecure has invalid entries [Thu Sep 21 00:00:59 2023] tegra23x-qspi 3270000.spi: Node prod_c_nonsecure: Child has not proper setting [Thu Sep 21 00:00:59 2023] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. [Thu Sep 21 00:00:59 2023] tegra23x-qspi 3270000.spi: Prod settings list not found [Thu Sep 21 00:00:59 2023] qspi_mtd spi6.0: MX25U51279G (65536 Kbytes) [Thu Sep 21 00:00:59 2023] qspi_mtd spi6.0: mtd .name = spi6.0, .size = 0x4000000 (64MiB) .erasesize = 0x00010000 (64KiB) .numeraseregions = 0 [Thu Sep 21 00:00:59 2023] 1 fixed-partitions partitions found on MTD device spi6.0 [Thu Sep 21 00:00:59 2023] Creating 1 MTD partitions on "spi6.0": [Thu Sep 21 00:00:59 2023] 0x000000000000-0x000004000000 : "Whole_flash0" [Thu Sep 21 00:00:59 2023] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release [Thu Sep 21 00:00:59 2023] tegra-xusb 3610000.xhci: xHCI Host Controller [Thu Sep 21 00:00:59 2023] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1 [Thu Sep 21 00:00:59 2023] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810 [Thu Sep 21 00:00:59 2023] tegra-xusb 3610000.xhci: irq 229, io mem 0x03610000 [Thu Sep 21 00:00:59 2023] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [Thu Sep 21 00:00:59 2023] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Thu Sep 21 00:00:59 2023] usb usb1: Product: xHCI Host Controller [Thu Sep 21 00:00:59 2023] usb usb1: Manufacturer: Linux 5.10.104-l4t-r35.3.ga xhci-hcd [Thu Sep 21 00:00:59 2023] usb usb1: SerialNumber: 3610000.xhci [Thu Sep 21 00:00:59 2023] hub 1-0:1.0: USB hub found [Thu Sep 21 00:00:59 2023] hub 1-0:1.0: 4 ports detected [Thu Sep 21 00:00:59 2023] tegra-xusb 3610000.xhci: xHCI Host Controller [Thu Sep 21 00:00:59 2023] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2 [Thu Sep 21 00:00:59 2023] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed [Thu Sep 21 00:00:59 2023] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [Thu Sep 21 00:00:59 2023] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [Thu Sep 21 00:00:59 2023] usb usb2: Product: xHCI Host Controller [Thu Sep 21 00:00:59 2023] usb usb2: Manufacturer: Linux 5.10.104-l4t-r35.3.ga xhci-hcd [Thu Sep 21 00:00:59 2023] usb usb2: SerialNumber: 3610000.xhci [Thu Sep 21 00:00:59 2023] hub 2-0:1.0: USB hub found [Thu Sep 21 00:00:59 2023] hub 2-0:1.0: 4 ports detected [Thu Sep 21 00:00:59 2023] i2c i2c-2: Added multiplexed i2c bus 9 [Thu Sep 21 00:00:59 2023] i2c i2c-2: Added multiplexed i2c bus 10 [Thu Sep 21 00:00:59 2023] i2c-mux-gpio cam_i2cmux: 2 port mux on 3180000.i2c adapter [Thu Sep 21 00:00:59 2023] tegra23x-oc-event soctherm-oc-event: Finished tegra23x overcurrent event probing [Thu Sep 21 00:00:59 2023] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1967000 KHz, changing to: 1984000 KHz [Thu Sep 21 00:00:59 2023] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 1989000 KHz, changing to: 1984000 KHz [Thu Sep 21 00:00:59 2023] tegra194-cpufreq e000000.ccplex: probed with ICC [Thu Sep 21 00:00:59 2023] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator [Thu Sep 21 00:00:59 2023] sdhci-tegra 3400000.sdhci: Got CD GPIO [Thu Sep 21 00:00:59 2023] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges: [Thu Sep 21 00:00:59 2023] tegra194-pcie 14100000.pcie: IO 0x0030100000..0x00301fffff -> 0x0030100000 [Thu Sep 21 00:00:59 2023] tegra194-pcie 14100000.pcie: MEM 0x20a8000000..0x20afffffff -> 0x0040000000 [Thu Sep 21 00:00:59 2023] tegra194-pcie 14100000.pcie: MEM 0x2080000000..0x20a7ffffff -> 0x2080000000 [Thu Sep 21 00:00:59 2023] irq: IRQ293: trimming hierarchy from :interrupt-controller@f400000-1 [Thu Sep 21 00:00:59 2023] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 293 [Thu Sep 21 00:00:59 2023] usb 1-3: new high-speed USB device number 2 using tegra-xusb [Thu Sep 21 00:00:59 2023] usb 1-3: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00 [Thu Sep 21 00:00:59 2023] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Thu Sep 21 00:00:59 2023] hub 1-3:1.0: USB hub found [Thu Sep 21 00:00:59 2023] hub 1-3:1.0: 5 ports detected [Thu Sep 21 00:00:59 2023] usb 1-3.1: new high-speed USB device number 3 using tegra-xusb [Thu Sep 21 00:00:59 2023] usb 1-3.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00 [Thu Sep 21 00:00:59 2023] usb 1-3.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [Thu Sep 21 00:01:00 2023] tegra194-pcie 14100000.pcie: Phy link never came up [Thu Sep 21 00:01:00 2023] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00 [Thu Sep 21 00:01:00 2023] pci_bus 0001:00: root bus resource [bus 00-ff] [Thu Sep 21 00:01:00 2023] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0x30100000-0x301fffff]) [Thu Sep 21 00:01:00 2023] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff]) [Thu Sep 21 00:01:00 2023] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref] [Thu Sep 21 00:01:00 2023] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400 [Thu Sep 21 00:01:00 2023] pci 0001:00:00.0: PME# supported from D0 D3hot [Thu Sep 21 00:01:00 2023] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [Thu Sep 21 00:01:00 2023] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512 [Thu Sep 21 00:01:00 2023] pcieport 0001:00:00.0: Adding to iommu group 8 [Thu Sep 21 00:01:00 2023] pcieport 0001:00:00.0: PME: Signaling with IRQ 55 [Thu Sep 21 00:01:00 2023] pcieport 0001:00:00.0: AER: enabled with IRQ 55 [Thu Sep 21 00:01:00 2023] pci_bus 0001:01: busn_res: [bus 01-ff] is released [Thu Sep 21 00:01:00 2023] pci 0001:00:00.0: Removing from iommu group 8 [Thu Sep 21 00:01:00 2023] pci_bus 0001:00: busn_res: [bus 00-ff] is released [Thu Sep 21 00:01:00 2023] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator [Thu Sep 21 00:01:00 2023] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges: [Thu Sep 21 00:01:00 2023] tegra194-pcie 14160000.pcie: IO 0x0036100000..0x00361fffff -> 0x0036100000 [Thu Sep 21 00:01:00 2023] tegra194-pcie 14160000.pcie: MEM 0x2428000000..0x242fffffff -> 0x0040000000 [Thu Sep 21 00:01:00 2023] tegra194-pcie 14160000.pcie: MEM 0x2140000000..0x2427ffffff -> 0x2140000000 [Thu Sep 21 00:01:00 2023] tegra194-pcie 14160000.pcie: Link up [Thu Sep 21 00:01:00 2023] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00 [Thu Sep 21 00:01:00 2023] pci_bus 0004:00: root bus resource [bus 00-ff] [Thu Sep 21 00:01:00 2023] pci_bus 0004:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x36100000-0x361fffff]) [Thu Sep 21 00:01:00 2023] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff]) [Thu Sep 21 00:01:00 2023] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref] [Thu Sep 21 00:01:00 2023] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400 [Thu Sep 21 00:01:00 2023] pci 0004:00:00.0: PME# supported from D0 D3hot [Thu Sep 21 00:01:00 2023] pci 0004:01:00.0: [126f:2263] type 00 class 0x010802 [Thu Sep 21 00:01:00 2023] pci 0004:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit] [Thu Sep 21 00:01:00 2023] pci 0004:00:00.0: BAR 14: assigned [mem 0x2428000000-0x24280fffff] [Thu Sep 21 00:01:00 2023] pci 0004:01:00.0: BAR 0: assigned [mem 0x2428000000-0x2428003fff 64bit] [Thu Sep 21 00:01:00 2023] pci 0004:00:00.0: PCI bridge to [bus 01-ff] [Thu Sep 21 00:01:00 2023] pci 0004:00:00.0: bridge window [mem 0x2428000000-0x24280fffff] [Thu Sep 21 00:01:00 2023] pci 0004:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512 [Thu Sep 21 00:01:00 2023] pci 0004:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512 [Thu Sep 21 00:01:00 2023] pcieport 0004:00:00.0: Adding to iommu group 9 [Thu Sep 21 00:01:00 2023] pcieport 0004:00:00.0: PME: Signaling with IRQ 57 [Thu Sep 21 00:01:00 2023] pcieport 0004:00:00.0: AER: enabled with IRQ 57 [Thu Sep 21 00:01:00 2023] nvme 0004:01:00.0: Adding to iommu group 9 [Thu Sep 21 00:01:00 2023] nvme nvme0: pci function 0004:01:00.0 [Thu Sep 21 00:01:00 2023] nvme 0004:01:00.0: enabling device (0000 -> 0002) [Thu Sep 21 00:01:00 2023] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator [Thu Sep 21 00:01:00 2023] tegra194-pcie 140a0000.pcie: Failed to get slot regulators: -517 [Thu Sep 21 00:01:00 2023] vdd-3v3-sd: supplied by vdd-3v3 [Thu Sep 21 00:01:00 2023] irq: IRQ295: trimming hierarchy from :pmc@c360000 [Thu Sep 21 00:01:00 2023] usb-conn-gpio 3520000.xusb_padctl:ports:usb2-0:connector: repeated role: 0 [Thu Sep 21 00:01:00 2023] tegra194-isp5 14800000.isp: initialized [Thu Sep 21 00:01:00 2023] nvme nvme0: missing or invalid SUBNQN field. [Thu Sep 21 00:01:00 2023] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized [Thu Sep 21 00:01:00 2023] (NULL device *): fops function table already registered [Thu Sep 21 00:01:00 2023] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized [Thu Sep 21 00:01:00 2023] nvme nvme0: 8/0/0 default/read/poll queues [Thu Sep 21 00:01:00 2023] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator [Thu Sep 21 00:01:00 2023] sdhci-tegra 3400000.sdhci: Got CD GPIO [Thu Sep 21 00:01:00 2023] irq: IRQ304: trimming hierarchy from :interrupt-controller@f400000-1 [Thu Sep 21 00:01:00 2023] nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 [Thu Sep 21 00:01:00 2023] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 293 [Thu Sep 21 00:01:00 2023] tegra194-pcie 140a0000.pcie: host bridge /pcie@140a0000 ranges: [Thu Sep 21 00:01:00 2023] tegra194-pcie 140a0000.pcie: IO 0x002a100000..0x002a1fffff -> 0x002a100000 [Thu Sep 21 00:01:00 2023] tegra194-pcie 140a0000.pcie: MEM 0x3528000000..0x352fffffff -> 0x0040000000 [Thu Sep 21 00:01:00 2023] tegra194-pcie 140a0000.pcie: MEM 0x3240000000..0x3527ffffff -> 0x3240000000 [Thu Sep 21 00:01:00 2023] tegra194-pcie 140a0000.pcie: Link up [Thu Sep 21 00:01:00 2023] tegra194-pcie 140a0000.pcie: PCI host bridge to bus 0008:00 [Thu Sep 21 00:01:00 2023] pci_bus 0008:00: root bus resource [bus 00-ff] [Thu Sep 21 00:01:00 2023] pci_bus 0008:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x2a100000-0x2a1fffff]) [Thu Sep 21 00:01:00 2023] pci_bus 0008:00: root bus resource [mem 0x3528000000-0x352fffffff] (bus address [0x40000000-0x47ffffff]) [Thu Sep 21 00:01:00 2023] pci_bus 0008:00: root bus resource [mem 0x3240000000-0x3527ffffff pref] [Thu Sep 21 00:01:00 2023] pci 0008:00:00.0: [10de:229c] type 01 class 0x060400 [Thu Sep 21 00:01:00 2023] pci 0008:00:00.0: PME# supported from D0 D3hot [Thu Sep 21 00:01:00 2023] pci 0008:01:00.0: [10ec:8168] type 00 class 0x020000 [Thu Sep 21 00:01:00 2023] pci 0008:01:00.0: reg 0x10: [io 0x0000-0x00ff] [Thu Sep 21 00:01:00 2023] pci 0008:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit] [Thu Sep 21 00:01:00 2023] pci 0008:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit] [Thu Sep 21 00:01:00 2023] pci 0008:01:00.0: supports D1 D2 [Thu Sep 21 00:01:00 2023] pci 0008:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [Thu Sep 21 00:01:00 2023] pci 0008:00:00.0: BAR 14: assigned [mem 0x3528000000-0x35280fffff] [Thu Sep 21 00:01:00 2023] pci 0008:00:00.0: BAR 13: assigned [io 0x200000-0x200fff] [Thu Sep 21 00:01:00 2023] pci 0008:01:00.0: BAR 4: assigned [mem 0x3528000000-0x3528003fff 64bit] [Thu Sep 21 00:01:00 2023] pci 0008:01:00.0: BAR 2: assigned [mem 0x3528004000-0x3528004fff 64bit] [Thu Sep 21 00:01:00 2023] pci 0008:01:00.0: BAR 0: assigned [io 0x200000-0x2000ff] [Thu Sep 21 00:01:00 2023] pci 0008:00:00.0: PCI bridge to [bus 01-ff] [Thu Sep 21 00:01:00 2023] pci 0008:00:00.0: bridge window [io 0x200000-0x200fff] [Thu Sep 21 00:01:00 2023] pci 0008:00:00.0: bridge window [mem 0x3528000000-0x35280fffff] [Thu Sep 21 00:01:00 2023] pci 0008:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512 [Thu Sep 21 00:01:00 2023] pci 0008:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512 [Thu Sep 21 00:01:00 2023] pcieport 0008:00:00.0: Adding to iommu group 10 [Thu Sep 21 00:01:00 2023] pcieport 0008:00:00.0: PME: Signaling with IRQ 59 [Thu Sep 21 00:01:00 2023] pcieport 0008:00:00.0: AER: enabled with IRQ 59 [Thu Sep 21 00:01:00 2023] irq: IRQ306: trimming hierarchy from :pmc@c360000 [Thu Sep 21 00:01:00 2023] irq: IRQ307: trimming hierarchy from :interrupt-controller@f400000-1 [Thu Sep 21 00:01:00 2023] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [Thu Sep 21 00:01:00 2023] tegra-se-nvhost 15810000.se: Adding to iommu group 50 [Thu Sep 21 00:01:00 2023] tegra-se-nvhost 15810000.se: initialized [Thu Sep 21 00:01:00 2023] tegra-se-nvhost 15810000.se: tegra_se_probe: complete [Thu Sep 21 00:01:00 2023] tegra-se-nvhost 15820000.se: Adding to iommu group 51 [Thu Sep 21 00:01:00 2023] tegra-se-nvhost 15820000.se: initialized [Thu Sep 21 00:01:00 2023] tegra-se-nvhost 15820000.se: tegra_se_probe: complete [Thu Sep 21 00:01:00 2023] tegra-se-nvhost 15840000.se: Adding to iommu group 52 [Thu Sep 21 00:01:00 2023] tegra-se-nvhost 15840000.se: initialized [Thu Sep 21 00:01:00 2023] tegra-se-nvhost 15840000.se: tegra_se_probe: complete [Thu Sep 21 00:01:00 2023] tegra_actmon d230000.actmon: in actmon_register()... [Thu Sep 21 00:01:00 2023] tegra_actmon d230000.actmon: bwmgr_disable = 1 [Thu Sep 21 00:01:00 2023] tegra_actmon d230000.actmon: initialization Completed for the device mc_all [Thu Sep 21 00:01:00 2023] hvc_sysfs: hypervisor is not present [Thu Sep 21 00:01:00 2023] ALSA device list: [Thu Sep 21 00:01:00 2023] No soundcards found. [Thu Sep 21 00:01:00 2023] Warning: unable to open an initial console. [Thu Sep 21 00:01:00 2023] Freeing unused kernel memory: 29568K [Thu Sep 21 00:01:00 2023] Run /init as init process [Thu Sep 21 00:01:00 2023] with arguments: [Thu Sep 21 00:01:00 2023] /init [Thu Sep 21 00:01:00 2023] splash [Thu Sep 21 00:01:00 2023] with environment: [Thu Sep 21 00:01:00 2023] HOME=/ [Thu Sep 21 00:01:00 2023] TERM=linux [Thu Sep 21 00:01:00 2023] l4tver=35.3.1 [Thu Sep 21 00:01:01 2023] zram0: detected capacity change from 0 to 4194304000 [Thu Sep 21 00:01:01 2023] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit [Thu Sep 21 00:01:01 2023] random: crng init done [Thu Sep 21 00:01:03 2023] EXT4-fs (nvme0n1p7): mounted filesystem with ordered data mode. Opts: (null) [Thu Sep 21 00:01:03 2023] EXT4-fs (nvme0n1p9): mounted filesystem with ordered data mode. Opts: (null) [Thu Sep 21 00:01:03 2023] EXT4-fs (nvme0n1p7): re-mounted. Opts: (null) [Thu Sep 21 00:01:03 2023] EXT4-fs (nvme0n1p10): mounted filesystem with ordered data mode. Opts: (null) [Thu Sep 21 00:01:03 2023] systemd[1]: System time before build time, advancing clock. [Thu Sep 21 00:01:03 2023] tegra_wdt_t18x 2190000.watchdog: Watchdog(0): wdt timeout set to 60 sec [Thu Sep 21 00:01:03 2023] systemd[1242]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1. [Thu Sep 21 00:01:03 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. [Thu Sep 21 00:01:03 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. [Thu Sep 21 00:01:03 2023] fuse: init (API version 7.32) [Thu Sep 21 00:01:03 2023] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000 [Thu Sep 21 00:01:03 2023] nvidia: loading out-of-tree module taints kernel. [Thu Sep 21 00:01:03 2023] nv_platform 13800000.display: Adding to iommu group 53 [Thu Sep 21 00:01:03 2023] platform 13800000.display:nvdisplay-niso: Adding to iommu group 54 [Thu Sep 21 00:01:03 2023] NVRM: loading NVIDIA UNIX Open Kernel Module for aarch64 35.3.1 Release Build (@d831bc60f79a) Sun Jul 30 16:18:36 UTC 2023 [Thu Sep 21 00:01:03 2023] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for aarch64 35.3.1 Release Build (@d831bc60f79a) Sun Jul 30 16:18:39 UTC 2023 [Thu Sep 21 00:01:03 2023] [drm] [nvidia-drm] [GPU ID 0x00020000] Loading driver [Thu Sep 21 00:01:03 2023] [drm] Initialized nvidia-drm 0.0.0 20160202 for 13800000.display on minor 0 [Thu Sep 21 00:01:05 2023] r8169 0008:01:00.0: Adding to iommu group 10 [Thu Sep 21 00:01:05 2023] r8169 0008:01:00.0: enabling device (0000 -> 0003) [Thu Sep 21 00:01:05 2023] imx219 9-0010: tegracam sensor driver:imx219_v2.0.6 [Thu Sep 21 00:01:05 2023] spi-tegra114 3210000.spi: Adding to iommu group 2 [Thu Sep 21 00:01:05 2023] spi-tegra114 3230000.spi: Adding to iommu group 2 [Thu Sep 21 00:01:05 2023] tegra-hda 3510000.hda: Adding to iommu group 55 [Thu Sep 21 00:01:05 2023] tegra-xudc 3550000.xudc: Adding to iommu group 56 [Thu Sep 21 00:01:05 2023] imx219 9-0010: imx219_board_setup: error during i2c read probe (-121) [Thu Sep 21 00:01:05 2023] r8169 0008:01:00.0 eth0: RTL8168h/8111h, 48:b0:2d:d3:d1:75, XID 541, IRQ 308 [Thu Sep 21 00:01:05 2023] r8169 0008:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko] [Thu Sep 21 00:01:05 2023] imx219 9-0010: board setup failed [Thu Sep 21 00:01:05 2023] imx219: probe of 9-0010 failed with error -121 [Thu Sep 21 00:01:05 2023] imx219 10-0010: tegracam sensor driver:imx219_v2.0.6 [Thu Sep 21 00:01:05 2023] nvadsp 2993000.adsp: Adding to iommu group 57 [Thu Sep 21 00:01:05 2023] nvadsp 2993000.adsp: in probe()... [Thu Sep 21 00:01:05 2023] nvadsp 2993000.adsp: nvadsp_app_module_probe [Thu Sep 21 00:01:05 2023] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels [Thu Sep 21 00:01:05 2023] CAN device driver interface [Thu Sep 21 00:01:05 2023] smsc95xx v2.0.0 [Thu Sep 21 00:01:05 2023] tegra210-adsp aconnect@2a41000:adsp_audio: Adding to iommu group 57 [Thu Sep 21 00:01:05 2023] tegra210_adsp_audio_probe: platform probe started [Thu Sep 21 00:01:05 2023] imx219 10-0010: imx219_board_setup: error during i2c read probe (-121) [Thu Sep 21 00:01:05 2023] tegra210-adsp tegra210-adsp: Default param-type to BYTE for mp3-dec1 [Thu Sep 21 00:01:05 2023] tegra210-adsp tegra210-adsp: Default param-type to BYTE for spkprot [Thu Sep 21 00:01:05 2023] tegra210-adsp tegra210-adsp: Default param-type to BYTE for src [Thu Sep 21 00:01:05 2023] Message RAM Configuration | base addr |0x0c312000| | sidfc_flssa |0x00000000| | xidfc_flesa |0x00000040| | rxf0c_f0sa |0x000000c0| | rxf1c_f1sa |0x000009c0| | rxbc_rbsa |0x000009c0| | txefc_efsa |0x000009c0| | txbc_tbsa |0x00000a40| | tmc_tmsa |0x00000ec0| | mram size |0x00001000| [Thu Sep 21 00:01:05 2023] Release 3.2.3 from 09.06.2018 [Thu Sep 21 00:01:05 2023] imx219 10-0010: board setup failed [Thu Sep 21 00:01:05 2023] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aac-dec1 [Thu Sep 21 00:01:05 2023] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aec [Thu Sep 21 00:01:05 2023] tegra210-adsp tegra210-adsp: Default param-type to BYTE for wire [Thu Sep 21 00:01:05 2023] tegra210-adsp tegra210-adsp: adma channel page address dt entry not found [Thu Sep 21 00:01:05 2023] tegra210-adsp tegra210-adsp: using adma channel page 0 [Thu Sep 21 00:01:05 2023] nvadsp 2993000.adsp: ADSP OS firmware already loaded [Thu Sep 21 00:01:05 2023] imx219: probe of 10-0010 failed with error -121 [Thu Sep 21 00:01:05 2023] net can0: mttcan device registered (regs=00000000226c318d, irq=110) [Thu Sep 21 00:01:05 2023] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input1 [Thu Sep 21 00:01:05 2023] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input2 [Thu Sep 21 00:01:05 2023] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=8 as /devices/platform/3510000.hda/sound/card0/input3 [Thu Sep 21 00:01:05 2023] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=9 as /devices/platform/3510000.hda/sound/card0/input4 [Thu Sep 21 00:01:05 2023] cpu-throttle-alert cooling device registered. [Thu Sep 21 00:01:05 2023] gpu-throttle-alert cooling device registered. [Thu Sep 21 00:01:05 2023] cv0-throttle-alert cooling device registered. [Thu Sep 21 00:01:05 2023] cv1-throttle-alert cooling device registered. [Thu Sep 21 00:01:05 2023] cv2-throttle-alert cooling device registered. [Thu Sep 21 00:01:05 2023] soc0-throttle-alert cooling device registered. [Thu Sep 21 00:01:05 2023] soc1-throttle-alert cooling device registered. [Thu Sep 21 00:01:05 2023] soc2-throttle-alert cooling device registered. [Thu Sep 21 00:01:05 2023] hot-surface-alert cooling device registered. [Thu Sep 21 00:01:05 2023] tegra-asoc: sound: Adding to iommu group 57 [Thu Sep 21 00:01:05 2023] cryptd: max_cpu_qlen set to 1000 [Thu Sep 21 00:01:05 2023] zram: Can't change algorithm for initialized device [Thu Sep 21 00:01:05 2023] r8169 0008:01:00.0 enP8p1s0: renamed from eth0 [Thu Sep 21 00:01:05 2023] smsc95xx 1-3.1:1.0 eth0: register 'smsc95xx' at usb-3610000.xhci-3.1, smsc95xx USB 2.0 Ethernet, 8e:3c:7b:cf:81:0f [Thu Sep 21 00:01:05 2023] usbcore: registered new interface driver smsc95xx [Thu Sep 21 00:01:06 2023] tegra210-adsp tegra210-adsp: Loaded app wire [Thu Sep 21 00:01:06 2023] tegra210-adsp tegra210-adsp: Loaded app apm [Thu Sep 21 00:01:06 2023] tegra210-adsp tegra210-adsp: Loaded app adma [Thu Sep 21 00:01:06 2023] tegra210-adsp tegra210-adsp: Loaded app adma_tx [Thu Sep 21 00:01:06 2023] nvadsp_set_adma_dump_reg: callback for adma reg dump is sent to 00000000785d93aa [Thu Sep 21 00:01:06 2023] tegra210-adsp tegra210-adsp: Tegra210 ADSP driver successfully registered [Thu Sep 21 00:01:07 2023] Adding 4095996k swap on /dev/zram0. Priority:-2 extents:1 across:4095996k SS [Thu Sep 21 00:01:07 2023] CPU4: shutdown [Thu Sep 21 00:01:07 2023] psci: CPU4 killed (polled 0 ms) [Thu Sep 21 00:01:07 2023] CPU5: shutdown [Thu Sep 21 00:01:07 2023] psci: CPU5 killed (polled 0 ms) [Thu Sep 21 00:01:07 2023] CPU6: shutdown [Thu Sep 21 00:01:07 2023] psci: CPU6 killed (polled 0 ms) [Thu Sep 21 00:01:07 2023] IRQ 117: no longer affine to CPU7 [Thu Sep 21 00:01:07 2023] CPU7: shutdown [Thu Sep 21 00:01:07 2023] psci: CPU7 killed (polled 0 ms) [Thu Sep 21 00:01:07 2023] nvgpu: 17000000.ga10b tpc_pg_mask_store:1067 [INFO] no value change, same mask already set [Thu Sep 21 00:01:07 2023] nvgpu: 17000000.ga10b gk20a_scale_init:539 [INFO] enabled scaling for GPU [Thu Sep 21 00:01:08 2023] Generic FE-GE Realtek PHY r8169-8-100:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-8-100:00, irq=IGNORE) [Thu Sep 21 00:01:08 2023] r8169 0008:01:00.0 enP8p1s0: Link is Down [Thu Sep 21 00:01:08 2023] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL) [Thu Sep 21 00:01:08 2023] smsc95xx 1-3.1:1.0 eth0: hardware isn't capable of remote wakeup [Thu Sep 21 00:01:08 2023] smsc95xx 1-3.1:1.0 eth0: Link is Down [Thu Sep 21 00:01:09 2023] Bridge firewalling registered [Thu Sep 21 00:01:10 2023] smsc95xx 1-3.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off [Thu Sep 21 00:01:10 2023] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [Thu Sep 21 00:01:10 2023] cgroup: cgroup: disabling cgroup2 socket matching due to net_prio or net_cls activation [Thu Sep 21 00:01:16 2023] EXT4-fs (nvme0n1p8): mounted filesystem with ordered data mode. Opts: (null) [Thu Sep 21 00:01:17 2023] pwm-tegra-tachometer 39c0000.tachometer: Tachometer Overflow is detected [Thu Sep 21 00:03:24 2023] ICMPv6: process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.balena0.base_reachable_time - use net.ipv6.neigh.balena0.base_reachable_time_ms instead real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- find /mnt/data/*hup/*log -mtime -180 | xargs tail -n 250 -v --- 2023-09-21 00:03:38.937563530+00:00 ==> standard input <== real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname --list-boots --- 2023-09-21 00:03:38.947626122+00:00 0 e8e6bcb494c04273a8a535e6f73fcb1d Thu 2023-09-21 00:00:02 UTC—Thu 2023-09-21 00:03:38 UTC real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n500 -a --- 2023-09-21 00:03:38.958964266+00:00 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959285632Z" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959304096Z" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959327136Z" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959349632Z" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959369536Z" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959388992Z" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959407520Z" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959559968Z" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.959679008Z" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.960995712Z" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961052832Z" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961080736Z" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961198016Z" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961227872Z" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961250272Z" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961267520Z" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961287360Z" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961308032Z" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961325920Z" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961344896Z" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961365856Z" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961389440Z" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961411168Z" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961429024Z" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961453568Z" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961473216Z" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1 Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961517888Z" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin" Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961851104Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd-debug.sock Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.961930816Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock.ttrpc Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.962000000Z" level=info msg=serving... address=/var/run/balena-engine/containerd/balena-engine-containerd.sock Sep 21 00:00:05 balenad[2545]: time="2023-09-21T00:00:05.962040320Z" level=info msg="containerd successfully booted in 0.076425s" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.014162720Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.021953696Z" level=info msg="Storage migration skipped: %!s()" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.201952672Z" level=warning msg="Your kernel does not support cgroup blkio weight" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.201988448Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Sep 21 00:00:06 balenad[2501]: time="2023-09-21T00:00:06.202394400Z" level=info msg="Loading containers: start." Sep 21 00:00:06 kernel: Bridge firewalling registered Sep 21 00:00:06 NetworkManager[2441]: [1695254406.5794] manager: (balena0): new Bridge device (/org/freedesktop/NetworkManager/Devices/6) Sep 21 00:00:06 avahi-daemon[2413]: Service "0f868c4" (/services/ssh.service) successfully established. Sep 21 00:00:06 avahi-daemon[2413]: Joining mDNS multicast group on interface balena0.IPv4 with address 10.114.101.1. Sep 21 00:00:06 avahi-daemon[2413]: New relevant interface balena0.IPv4 for mDNS. Sep 21 00:00:06 avahi-daemon[2413]: Registering new address record for 10.114.101.1 on balena0.IPv4. Sep 21 00:00:06 NetworkManager[2441]: [1695254406.6936] manager: (supervisor0): new Bridge device (/org/freedesktop/NetworkManager/Devices/7) Sep 21 00:00:06 avahi-daemon[2413]: Joining mDNS multicast group on interface supervisor0.IPv4 with address 10.114.104.1. Sep 21 00:00:06 avahi-daemon[2413]: New relevant interface supervisor0.IPv4 for mDNS. Sep 21 00:00:06 avahi-daemon[2413]: Registering new address record for 10.114.104.1 on supervisor0.IPv4. Sep 21 00:00:06 NetworkManager[2441]: [1695254406.7911] device (supervisor0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external') Sep 21 00:00:06 NetworkManager[2441]: [1695254406.7923] device (supervisor0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external') Sep 21 00:00:06 NetworkManager[2441]: [1695254406.7952] device (supervisor0): Activation: starting connection 'supervisor0' (5d810494-0d07-400a-94e3-276f9c24eb78) Sep 21 00:00:06 NetworkManager[2441]: [1695254406.7957] device (supervisor0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external') Sep 21 00:00:06 NetworkManager[2441]: [1695254406.7965] device (supervisor0): state change: prepare -> config (reason 'none', sys-iface-state: 'external') Sep 21 00:00:06 NetworkManager[2441]: [1695254406.7970] device (supervisor0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external') Sep 21 00:00:06 NetworkManager[2441]: [1695254406.7976] device (supervisor0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external') Sep 21 00:00:06 NetworkManager[2441]: [1695254406.8018] device (supervisor0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external') Sep 21 00:00:06 NetworkManager[2441]: [1695254406.8024] device (supervisor0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external') Sep 21 00:00:06 NetworkManager[2441]: [1695254406.8031] manager: NetworkManager state is now CONNECTED_LOCAL Sep 21 00:00:06 NetworkManager[2441]: [1695254406.8039] device (supervisor0): Activation: successful, device activated. Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.054166304Z" level=info msg="Removing stale sandbox 8b9cf3e25d9e07cdf6d267c987fa0fd9ff7f7d35f63d2945b80c153867b2daec (3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e)" Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.059007584Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 05133c61546d0ca3c7fb30e20e326c31874d6dd88026b54541cab0b9ab993458 b1da2ac013e50eb2f09ba28ee115f58244a78d172007a6870c3d6c4b5127457a], retrying...." Sep 21 00:00:07 ModemManager[2060]: [base-manager] couldn't check support for device '/sys/devices/platform/140a0000.pcie/pci0008:00/0008:00:00.0/0008:01:00.0': not supported by any plugin Sep 21 00:00:07 ModemManager[2060]: [base-manager] couldn't check support for device '/sys/devices/platform/3610000.xhci/usb1/1-3/1-3.1': not supported by any plugin Sep 21 00:00:07 ModemManager[2060]: [base-manager] couldn't check support for device '/sys/devices/platform/c310000.mttcan': not supported by any plugin Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.303837312Z" level=info msg="Removing stale sandbox ea78a69c5984866c20e54dbc7f7b96a5efcfc5bd7228e555de2363754c984ae7 (b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c)" Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.313902880Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint 05133c61546d0ca3c7fb30e20e326c31874d6dd88026b54541cab0b9ab993458 96d7e048e30030f06e070b4cff35d56060986c34ed878b22c1c492b83679c4ef], retrying...." Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.659161088Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Sep 21 00:00:07 balenad[2501]: time="2023-09-21T00:00:07.669323328Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Sep 21 00:00:07 balenad[2545]: time="2023-09-21T00:00:07.674091360Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Sep 21 00:00:07 balenad[2545]: time="2023-09-21T00:00:07.676917280Z" level=info msg="shim balena-engine-containerd-shim started" address="unix:///run/containerd/s/349feae4eab7e2b2b12cd22b807d34fc7f22dce60124a8ad93e46fc0d9beda61" debug=false pid=2743 Sep 21 00:00:07 balenad[2545]: time="2023-09-21T00:00:07.684063744Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Sep 21 00:00:07 balenad[2545]: time="2023-09-21T00:00:07.697997088Z" level=info msg="shim balena-engine-containerd-shim started" address="unix:///run/containerd/s/53bee3cb83c52ace6a52d1dfe587311847f4caa50b37f06c6c3ec4053adee293" debug=false pid=2751 Sep 21 00:00:07 kernel: smsc95xx 1-3.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off Sep 21 00:00:07 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Sep 21 00:00:07 NetworkManager[2441]: [1695254407.9593] device (eth0): carrier: link connected Sep 21 00:00:07 NetworkManager[2441]: [1695254407.9599] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') Sep 21 00:00:07 NetworkManager[2441]: [1695254407.9608] policy: auto-activating connection 'Wired connection 2' (4020a3b2-47ba-3a67-9724-448421b9f923) Sep 21 00:00:07 NetworkManager[2441]: [1695254407.9615] device (eth0): Activation: starting connection 'Wired connection 2' (4020a3b2-47ba-3a67-9724-448421b9f923) Sep 21 00:00:07 NetworkManager[2441]: [1695254407.9616] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Sep 21 00:00:07 NetworkManager[2441]: [1695254407.9622] manager: NetworkManager state is now CONNECTING Sep 21 00:00:07 NetworkManager[2441]: [1695254407.9625] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Sep 21 00:00:07 NetworkManager[2441]: [1695254407.9731] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Sep 21 00:00:07 NetworkManager[2441]: [1695254407.9739] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Sep 21 00:00:07 avahi-daemon[2413]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::8503:1b14:c47b:a9ad. Sep 21 00:00:07 avahi-daemon[2413]: New relevant interface eth0.IPv6 for mDNS. Sep 21 00:00:07 avahi-daemon[2413]: Registering new address record for fe80::8503:1b14:c47b:a9ad on eth0.*. Sep 21 00:00:08 kernel: cgroup: cgroup: disabling cgroup2 socket matching due to net_prio or net_cls activation Sep 21 00:00:08 balenad[2545]: time="2023-09-21T00:00:08.158878432Z" level=info msg="shim reaped" id=b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.169230432Z" level=error msg="stream copy error: reading from a closed fifo" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.169301248Z" level=error msg="stream copy error: reading from a closed fifo" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.187826400Z" level=error msg="b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c cleanup: failed to delete container from containerd: no such container" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.187881440Z" level=error msg="failed to start container" container=b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c error="OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting \"/var/log/supervisor-log\" to rootfs at \"/var/log\": stat /var/log/supervisor-log: no such file or directory: unknown" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.536859808Z" level=info msg="Loading containers: done." Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.674259168Z" level=info msg="Docker daemon" commit=8f374c29395adff1f6f7796b06418e593a479a7d graphdriver(s)=overlay2 version=v20.10.38 Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.674321792Z" level=info msg="Daemon has completed initialization" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.756441568Z" level=info msg="API listen on /run/balena-engine.sock" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.763450624Z" level=info msg="API listen on /var/run/balena-engine.sock" Sep 21 00:00:08 balenad[2501]: time="2023-09-21T00:00:08.763592960Z" level=info msg="API listen on /var/run/balena.sock" Sep 21 00:00:08 balena-supervisor[2847]: Error response from daemon: No such container: resin_supervisor Sep 21 00:00:09 balena-supervisor[2858]: balena_supervisor Sep 21 00:00:09 balena-supervisor[2866]: active Sep 21 00:00:09 balena-supervisor[2867]: [gen-conf-unit][INFO] Generating configuration unit for balena-supervisor in /var/volatile Sep 21 00:00:09 balena-supervisor[2867]: [gen-conf-unit][INFO] New balena-supervisor configuration: Sep 21 00:00:09 balena-supervisor[2879]: { Sep 21 00:00:09 balena-supervisor[2879]: "listenPort": "48484" Sep 21 00:00:09 balena-supervisor[2879]: } Sep 21 00:00:09 echo[2883]: balena-supervisor configuration changed Sep 21 00:00:09 3bf0d75d3be3[2501]: Fontconfig error: Cannot load default config file: No such file: (null) Sep 21 00:00:09 3bf0d75d3be3[2501]: Fontconfig error: Cannot load default config file: No such file: (null) Sep 21 00:00:09 balena-supervisor[2893]: balena_supervisor Sep 21 00:00:09 extract-balena-ca[2922]: [extract-balena-ca][INFO] The config.json file does not contain custom CA Sep 21 00:00:09 balena-supervisor[2927]: Error response from daemon: No such container: resin_supervisor Sep 21 00:00:09 balena-supervisor[2934]: balena_supervisor Sep 21 00:00:09 balena-supervisor[2942]: active Sep 21 00:00:09 NetworkManager[2441]: [1695254409.6856] dhcp6 (eth0): activation: beginning transaction (timeout in 45 seconds) Sep 21 00:00:09 NetworkManager[2441]: [1695254409.6875] policy: set 'Wired connection 2' (eth0) as default for IPv6 routing and DNS Sep 21 00:00:09 NetworkManager[2441]: [1695254409.6881] dns-mgr: Writing DNS information to /sbin/resolvconf Sep 21 00:00:09 dnsmasq[2525]: dnsmasq[2525]: reading /etc/resolv.dnsmasq Sep 21 00:00:09 dnsmasq[2525]: dnsmasq[2525]: using nameserver 8.8.8.8#53 Sep 21 00:00:09 dnsmasq[2525]: dnsmasq[2525]: using nameserver 2001:578:3f::30#53 Sep 21 00:00:09 dnsmasq[2525]: dnsmasq[2525]: using nameserver 2001:578:3f:1::30#53 Sep 21 00:00:09 avahi-daemon[2413]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::8503:1b14:c47b:a9ad. Sep 21 00:00:09 avahi-daemon[2413]: Joining mDNS multicast group on interface eth0.IPv6 with address 2600:8801:9e32:6500:c20b:b99c:b1bc:8caf. Sep 21 00:00:09 avahi-daemon[2413]: Registering new address record for 2600:8801:9e32:6500:c20b:b99c:b1bc:8caf on eth0.*. Sep 21 00:00:09 avahi-daemon[2413]: Withdrawing address record for fe80::8503:1b14:c47b:a9ad on eth0. Sep 21 00:00:09 NetworkManager[2441]: [1695254409.7193] dhcp6 (eth0): state changed new lease, address=2600:8801:9e32:6500::97c2 Sep 21 00:00:09 avahi-daemon[2413]: Registering new address record for 2600:8801:9e32:6500::97c2 on eth0.*. Sep 21 00:00:10 balena-supervisor[2945]: Container config has not changed Sep 21 00:00:10 balenad[2501]: time="2023-09-21T00:00:10.175546624Z" level=warning msg="Configured runtime \"runc\" is deprecated and will be removed in the next release" Sep 21 00:00:10 balenad[2545]: time="2023-09-21T00:00:10.193167264Z" level=warning msg="runtime v1 is deprecated since containerd v1.4, consider using runtime v2" Sep 21 00:00:10 balenad[2545]: time="2023-09-21T00:00:10.195574688Z" level=info msg="shim balena-engine-containerd-shim started" address="unix:///run/containerd/s/349feae4eab7e2b2b12cd22b807d34fc7f22dce60124a8ad93e46fc0d9beda61" debug=false pid=3025 Sep 21 00:00:10 openvpn[2502]: 2023-09-21 00:00:10 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Sep 21 00:00:10 3bf0d75d3be3[2501]: (Argus) Error FileOperationFailed: Connecting to nvargus-daemon failed: No such file or directory (in src/rpc/socket/client/SocketClientDispatch.cpp, function openSocketConnection(), line 204) Sep 21 00:00:10 3bf0d75d3be3[2501]: (Argus) Error FileOperationFailed: Connecting to nvargus-daemon failed: No such file or directory (in src/rpc/socket/client/SocketClientDispatch.cpp, function openSocketConnection(), line 204) Sep 21 00:00:10 3bf0d75d3be3[2501]: (Argus) Error FileOperationFailed: Cannot create camera provider (in src/rpc/socket/client/SocketClientDispatch.cpp, function createCameraProvider(), line 106) Sep 21 00:00:10 3bf0d75d3be3[2501]: (Argus) Error FileOperationFailed: Cannot create camera provider (in src/rpc/socket/client/SocketClientDispatch.cpp, function createCameraProvider(), line 106) Sep 21 00:00:10 3bf0d75d3be3[2501]: modprobe: FATAL: Module nvidia not found in directory /lib/modules/5.10.104-l4t-r35.3.ga Sep 21 00:00:10 3bf0d75d3be3[2501]: modprobe: FATAL: Module nvidia not found in directory /lib/modules/5.10.104-l4t-r35.3.ga Sep 21 00:00:10 3bf0d75d3be3[2501]: Sep 21 00:00:10 3bf0d75d3be3[2501]: (gst-plugin-scanner:33): GStreamer-WARNING **: 00:00:10.493: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_deepstream_bins.so': libnvdsgst_dewarper.so: cannot open shared object file: No such file or directory Sep 21 00:00:10 3bf0d75d3be3[2501]: Sep 21 00:00:10 3bf0d75d3be3[2501]: (gst-plugin-scanner:30): GStreamer-WARNING **: 00:00:10.494: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_deepstream_bins.so': libnvdsgst_dewarper.so: cannot open shared object file: No such file or directory Sep 21 00:00:10 rngd[2054]: [jitter]: Enabling JITTER rng support Sep 21 00:00:10 rngd[2054]: [jitter]: Initialized Sep 21 00:00:10 NetworkManager[2441]: [1695254410.9316] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Sep 21 00:00:10 3bf0d75d3be3[2501]: Sep 21 00:00:10 3bf0d75d3be3[2501]: (gst-plugin-scanner:30): GStreamer-WARNING **: 00:00:10.933: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so': libtritonserver.so: cannot open shared object file: No such file or directory Sep 21 00:00:10 3bf0d75d3be3[2501]: Sep 21 00:00:10 3bf0d75d3be3[2501]: (gst-plugin-scanner:33): GStreamer-WARNING **: 00:00:10.934: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so': libtritonserver.so: cannot open shared object file: No such file or directory Sep 21 00:00:10 NetworkManager[2441]: [1695254410.9377] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Sep 21 00:00:10 NetworkManager[2441]: [1695254410.9382] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Sep 21 00:00:10 NetworkManager[2441]: [1695254410.9388] manager: NetworkManager state is now CONNECTED_SITE Sep 21 00:00:10 NetworkManager[2441]: [1695254410.9395] device (eth0): Activation: successful, device activated. Sep 21 00:00:10 3bf0d75d3be3[2501]: Sep 21 00:00:10 3bf0d75d3be3[2501]: (gst-plugin-scanner:33): GStreamer-WARNING **: 00:00:10.947: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_osd.so': /opt/nvidia/deepstream/deepstream/lib/libnvds_osd.so: undefined symbol: get_exports Sep 21 00:00:10 3bf0d75d3be3[2501]: Sep 21 00:00:10 3bf0d75d3be3[2501]: (gst-plugin-scanner:30): GStreamer-WARNING **: 00:00:10.950: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_osd.so': /opt/nvidia/deepstream/deepstream/lib/libnvds_osd.so: undefined symbol: get_exports Sep 21 00:00:10 b85073ae5073[2501]: INFO: Found device /dev/nvme0n1p6 on current boot device nvme0n1, using as mount for '(resin|balena)-boot'. Sep 21 00:00:10 balena-supervisor[3017]: INFO: Found device /dev/nvme0n1p6 on current boot device nvme0n1, using as mount for '(resin|balena)-boot'. Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: (gst-plugin-scanner:30): GStreamer-WARNING **: 00:00:11.006: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so': librivermax.so.0: cannot open shared object file: No such file or directory Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: (gst-plugin-scanner:33): GStreamer-WARNING **: 00:00:11.006: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so': librivermax.so.0: cannot open shared object file: No such file or directory Sep 21 00:00:11 3bf0d75d3be3[2501]: sys:1: Warning: cannot register existing type 'GstVideoScale' Sep 21 00:00:11 3bf0d75d3be3[2501]: sys:1: Warning: g_once_init_leave: assertion 'result != 0' failed Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: (gst-plugin-scanner:30): GStreamer-CRITICAL **: 00:00:11.020: gst_element_register: assertion 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed Sep 21 00:00:11 3bf0d75d3be3[2501]: sys:1: Warning: cannot register existing type 'GstVideoScale' Sep 21 00:00:11 3bf0d75d3be3[2501]: sys:1: Warning: g_once_init_leave: assertion 'result != 0' failed Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: (gst-plugin-scanner:33): GStreamer-CRITICAL **: 00:00:11.021: gst_element_register: assertion 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed Sep 21 00:00:11 3bf0d75d3be3[2501]: sys:1: Warning: cannot register existing type 'GstVideoConvert' Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: (gst-plugin-scanner:30): GStreamer-CRITICAL **: 00:00:11.068: gst_element_register: assertion 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed Sep 21 00:00:11 3bf0d75d3be3[2501]: sys:1: Warning: cannot register existing type 'GstVideoConvert' Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: (gst-plugin-scanner:33): GStreamer-CRITICAL **: 00:00:11.069: gst_element_register: assertion 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed Sep 21 00:00:11 b85073ae5073[2501]: INFO: Found device /dev/nvme0n1p9 on current boot device nvme0n1, using as mount for '(resin|balena)-state'. Sep 21 00:00:11 balena-supervisor[3017]: INFO: Found device /dev/nvme0n1p9 on current boot device nvme0n1, using as mount for '(resin|balena)-state'. Sep 21 00:00:11 b85073ae5073[2501]: INFO: Found device /dev/nvme0n1p10 on current boot device nvme0n1, using as mount for '(resin|balena)-data'. Sep 21 00:00:11 balena-supervisor[3017]: INFO: Found device /dev/nvme0n1p10 on current boot device nvme0n1, using as mount for '(resin|balena)-data'. Sep 21 00:00:11 3bf0d75d3be3[2501]: 2023-09-21T00:00:11.492679Z  WARN lumeo_rust_utilities::mqtt_client: MQTT Connection error: Tls(Io(Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" })) Sep 21 00:00:11 3bf0d75d3be3[2501]: 2023-09-21T00:00:11.576704Z ERROR app_utils::log_error: Failed to update runtime configuration at startup Sep 21 00:00:11 3bf0d75d3be3[2501]: Reading gateway configuration Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: Caused by: Sep 21 00:00:11 3bf0d75d3be3[2501]: 0: GET request to `/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/gateways/3838c113-c270-4aa0-8cad-e70936862341/configuration` failed: error sending request for url (https://api.lumeo.com/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/gateways/3838c113-c270-4aa0-8cad-e70936862341/configuration): error trying to connect: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 1: error sending request for url (https://api.lumeo.com/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/gateways/3838c113-c270-4aa0-8cad-e70936862341/configuration): error trying to connect: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 2: error trying to connect: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 3: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 4: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 2023-09-21T00:00:11.577502Z  WARN app_utils::ignore_err: Error was ignored: Getting linked cameras Sep 21 00:00:11 3bf0d75d3be3[2501]: Sep 21 00:00:11 3bf0d75d3be3[2501]: Caused by: Sep 21 00:00:11 3bf0d75d3be3[2501]: 0: GET request to `/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/gateways/3838c113-c270-4aa0-8cad-e70936862341/linked_cameras` failed: error sending request for url (https://api.lumeo.com/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/gateways/3838c113-c270-4aa0-8cad-e70936862341/linked_cameras): error trying to connect: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 1: error sending request for url (https://api.lumeo.com/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/gateways/3838c113-c270-4aa0-8cad-e70936862341/linked_cameras): error trying to connect: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 2: error trying to connect: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 3: tcp connect error: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 4: Network is unreachable (os error 101) Sep 21 00:00:11 3bf0d75d3be3[2501]: 2023-09-21T00:00:11.579737Z  WARN lumeod::lumeo_api::deployments: Failed to get interrupted deployments, retrying: Reqwest(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("api.lumeo.com")), port: None, path: "/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/deployments", query: Some("limit=32767&gateway_ids%5B%5D=3838c113-c270-4aa0-8cad-e70936862341&states%5B%5D=unknown&states%5B%5D=interrupted"), fragment: None }, source: hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" })) }, ErrorDetails { method: GET, path: "/v1/apps/051d7b45-4d18-4be7-a455-40b7c442f9b8/deployments", status: None }) Sep 21 00:00:11 NetworkManager[2441]: [1695254411.6631] manager: startup complete Sep 21 00:00:13 b85073ae5073[2501]: [info] Supervisor v14.12.0 starting up... Sep 21 00:00:13 balena-supervisor[3017]: [info] Supervisor v14.12.0 starting up... Sep 21 00:00:13 b85073ae5073[2501]: [info] Setting host to discoverable Sep 21 00:00:13 balena-supervisor[3017]: [info] Setting host to discoverable Sep 21 00:00:13 NetworkManager[2441]: [1695254413.1973] dhcp4 (eth0): state changed new lease, address=192.168.0.211 Sep 21 00:00:13 NetworkManager[2441]: [1695254413.1980] policy: set 'Wired connection 2' (eth0) as default for IPv4 routing and DNS Sep 21 00:00:13 NetworkManager[2441]: [1695254413.1983] dns-mgr: Writing DNS information to /sbin/resolvconf Sep 21 00:00:13 dnsmasq[2525]: dnsmasq[2525]: reading /etc/resolv.dnsmasq Sep 21 00:00:13 dnsmasq[2525]: dnsmasq[2525]: using nameserver 8.8.8.8#53 Sep 21 00:00:13 dnsmasq[2525]: dnsmasq[2525]: using nameserver 68.105.28.11#53 Sep 21 00:00:13 dnsmasq[2525]: dnsmasq[2525]: using nameserver 68.105.29.11#53 Sep 21 00:00:13 dnsmasq[2525]: dnsmasq[2525]: using nameserver 68.105.28.12#53 Sep 21 00:00:13 dnsmasq[2525]: dnsmasq[2525]: using nameserver 2001:578:3f::30#53 Sep 21 00:00:13 dnsmasq[2525]: dnsmasq[2525]: using nameserver 2001:578:3f:1::30#53 Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting systemd unit: avahi-daemon.service Sep 21 00:00:13 avahi-daemon[2413]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.0.211. Sep 21 00:00:13 avahi-daemon[2413]: New relevant interface eth0.IPv4 for mDNS. Sep 21 00:00:13 avahi-daemon[2413]: Registering new address record for 192.168.0.211 on eth0.IPv4. Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting systemd unit: avahi-daemon.service Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting systemd unit: avahi-daemon.socket Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting systemd unit: avahi-daemon.socket Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting logging infrastructure Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting logging infrastructure Sep 21 00:00:13 b85073ae5073[2501]: [info] Starting firewall Sep 21 00:00:13 balena-supervisor[3017]: [info] Starting firewall Sep 21 00:00:13 b85073ae5073[2501]: [warn] Invalid firewall mode: . Reverting to state: off Sep 21 00:00:13 balena-supervisor[3017]: [warn] Invalid firewall mode: . Reverting to state: off Sep 21 00:00:13 b85073ae5073[2501]: [info] Applying firewall mode: off Sep 21 00:00:13 balena-supervisor[3017]: [info] Applying firewall mode: off Sep 21 00:00:13 b85073ae5073[2501]: [success] Firewall mode applied Sep 21 00:00:13 balena-supervisor[3017]: [success] Firewall mode applied Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting api binder Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting api binder Sep 21 00:00:13 b85073ae5073[2501]: [debug] Performing database cleanup for container log timestamps Sep 21 00:00:13 balena-supervisor[3017]: [debug] Performing database cleanup for container log timestamps Sep 21 00:00:13 b85073ae5073[2501]: [info] Previous engine snapshot was not stored. Skipping cleanup. Sep 21 00:00:13 balena-supervisor[3017]: [info] Previous engine snapshot was not stored. Skipping cleanup. Sep 21 00:00:13 b85073ae5073[2501]: [debug] Handling of local mode switch is completed Sep 21 00:00:13 balena-supervisor[3017]: [debug] Handling of local mode switch is completed Sep 21 00:00:13 b85073ae5073[2501]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Sep 21 00:00:13 balena-supervisor[3017]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Sep 21 00:00:13 balena-supervisor[3017]: (Use `node --trace-deprecation ...` to show where the warning was created) Sep 21 00:00:13 b85073ae5073[2501]: (Use `node --trace-deprecation ...` to show where the warning was created) Sep 21 00:00:13 b85073ae5073[2501]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Sep 21 00:00:13 balena-supervisor[3017]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Sep 21 00:00:13 b85073ae5073[2501]: [event] Event: Supervisor start {} Sep 21 00:00:13 balena-supervisor[3017]: [event] Event: Supervisor start {} Sep 21 00:00:13 b85073ae5073[2501]: [info] Starting API server Sep 21 00:00:13 balena-supervisor[3017]: [info] Starting API server Sep 21 00:00:13 b85073ae5073[2501]: [info] Supervisor API successfully started on port 48484 Sep 21 00:00:13 balena-supervisor[3017]: [info] Supervisor API successfully started on port 48484 Sep 21 00:00:13 b85073ae5073[2501]: [debug] Spawning journalctl -a -S 2023-09-20 23:59:43 -o json CONTAINER_ID_FULL=3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e Sep 21 00:00:13 balena-supervisor[3017]: [debug] Spawning journalctl -a -S 2023-09-20 23:59:43 -o json CONTAINER_ID_FULL=3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e Sep 21 00:00:13 b85073ae5073[2501]: [debug] Ensuring device is provisioned Sep 21 00:00:13 balena-supervisor[3017]: [debug] Ensuring device is provisioned Sep 21 00:00:13 b85073ae5073[2501]: [debug] Connectivity check enabled: true Sep 21 00:00:13 balena-supervisor[3017]: [debug] Connectivity check enabled: true Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting periodic check for IP addresses Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting periodic check for IP addresses Sep 21 00:00:13 b85073ae5073[2501]: [info] Reporting initial state, supervisor version and API info Sep 21 00:00:13 balena-supervisor[3017]: [info] Reporting initial state, supervisor version and API info Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting current state report Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting current state report Sep 21 00:00:13 b85073ae5073[2501]: [debug] Starting target state poll Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting target state poll Sep 21 00:00:13 b85073ae5073[2501]: [info] VPN connection is not active. Sep 21 00:00:13 balena-supervisor[3017]: [info] VPN connection is not active. Sep 21 00:00:13 b85073ae5073[2501]: [info] Waiting for connectivity... Sep 21 00:00:13 balena-supervisor[3017]: [info] Waiting for connectivity... Sep 21 00:00:13 b85073ae5073[2501]: [debug] Skipping preloading Sep 21 00:00:13 balena-supervisor[3017]: [debug] Skipping preloading Sep 21 00:00:13 b85073ae5073[2501]: [debug] Spawning journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Sep 21 00:00:13 balena-supervisor[3017]: [debug] Spawning journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Sep 21 00:00:13 b85073ae5073[2501]: [info] Applying target state Sep 21 00:00:13 balena-supervisor[3017]: [info] Applying target state Sep 21 00:00:14 kernel: EXT4-fs (nvme0n1p8): mounted filesystem with ordered data mode. Opts: (null) Sep 21 00:00:14 b85073ae5073[2501]: [debug] Finished applying target state Sep 21 00:00:14 balena-supervisor[3017]: [debug] Finished applying target state Sep 21 00:00:14 b85073ae5073[2501]: [success] Device state apply success Sep 21 00:00:14 balena-supervisor[3017]: [success] Device state apply success Sep 21 00:00:14 kernel: pwm-tegra-tachometer 39c0000.tachometer: Tachometer Overflow is detected Sep 21 00:00:21 os-config[2510]: Service configuration retrieved Sep 21 00:00:21 os-config[2510]: No configuration changes Sep 21 00:00:21 b85073ae5073[2501]: [info] Applying target state Sep 21 00:00:21 balena-supervisor[3017]: [info] Applying target state Sep 21 00:00:21 b85073ae5073[2501]: [info] Reported current state to the cloud Sep 21 00:00:21 balena-supervisor[3017]: [info] Reported current state to the cloud Sep 21 00:00:21 b85073ae5073[2501]: [debug] Finished applying target state Sep 21 00:00:21 b85073ae5073[2501]: [success] Device state apply success Sep 21 00:00:21 balena-supervisor[3017]: [debug] Finished applying target state Sep 21 00:00:21 balena-supervisor[3017]: [success] Device state apply success Sep 21 00:00:22 NetworkManager[2441]: [1695254422.0506] manager: NetworkManager state is now CONNECTED_GLOBAL Sep 21 00:00:22 nm-dispatcher[3242]: Setting NTP source on/offline status (connectivity-change FULL). Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 TCP/UDP: Preserving recently used remote address: [AF_INET6]2600:1f18:6600:7f00:174b:18f5:aacf:6b8e:443 Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 Socket Buffers: R=[131072->131072] S=[16384->16384] Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 Attempting to establish TCP connection with [AF_INET6]2600:1f18:6600:7f00:174b:18f5:aacf:6b8e:443 [nonblock] Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 TCP connection established with [AF_INET6]2600:1f18:6600:7f00:174b:18f5:aacf:6b8e:443 Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 TCP_CLIENT link local: (not bound) Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 TCP_CLIENT link remote: [AF_INET6]2600:1f18:6600:7f00:174b:18f5:aacf:6b8e:443 Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 TLS: Initial packet from [AF_INET6]2600:1f18:6600:7f00:174b:18f5:aacf:6b8e:443, sid=6123ac43 98aee274 Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 VERIFY OK: depth=1, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=open-balena-vpn-rootCA Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 VERIFY KU OK Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 Validating certificate extended key usage Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 VERIFY EKU OK Sep 21 00:00:25 openvpn[2502]: 2023-09-21 00:00:25 VERIFY OK: depth=0, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=vpn.balena-cloud.com Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 2048 bit RSA, signature: RSA-SHA256 Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET6]2600:1f18:6600:7f00:174b:18f5:aacf:6b8e:443 Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 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.139.19 52.4.252.97,peer-id 1467,cipher AES-128-GCM' Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: timers and/or timeouts modified Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Socket Buffers: R=[131072->131072] S=[87040->87040] Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: --socket-flags option modified Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Socket flags: TCP_NODELAY=1 succeeded Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: --ifconfig/up options modified Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: route options modified Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: peer-id set Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: adjusting link_mtu to 1627 Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 OPTIONS IMPORT: data channel crypto options modified Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Data Channel: using negotiated cipher 'AES-128-GCM' Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Outgoing Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Incoming Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=eth0 HWADDR=26:fa:84:94:6a:9b Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 TUN/TAP device resin-vpn opened Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 /sbin/ip link set dev resin-vpn up mtu 1500 Sep 21 00:00:26 NetworkManager[2441]: [1695254426.3251] manager: (resin-vpn): new Tun device (/org/freedesktop/NetworkManager/Devices/8) Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 /sbin/ip link set dev resin-vpn up Sep 21 00:00:26 systemd-udevd[3245]: Using default interface naming scheme 'v250'. Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 /sbin/ip addr add dev resin-vpn local 10.240.139.19 peer 52.4.252.97 Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.139.19 52.4.252.97 init Sep 21 00:00:26 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:00:26 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:00:26 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:00:26 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:00:26 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:00:26 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Sep 21 00:00:26 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:00:26 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:00:26 openvpn[3254]: ip: RTNETLINK answers: File exists Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 ERROR: Linux route add command failed: external program exited with error status: 2 Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 GID set to openvpn Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 UID set to openvpn Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Sep 21 00:00:26 openvpn[2502]: 2023-09-21 00:00:26 Initialization Sequence Completed Sep 21 00:01:33 timesync-https.sh[2460]: [timesync-https.sh][INFO] Time synchronised via HTTPS. Sep 21 00:01:33 timesync-https.sh[2460]: [timesync-https.sh][INFO] Old time: Thu Sep 21 00:00:29 UTC 2023 Sep 21 00:01:33 timesync-https.sh[2460]: [timesync-https.sh][INFO] New time: Thu Sep 21 00:01:33 UTC 2023 Sep 21 00:01:33 healthdog[3347]: 2023-09-21T00:01:33Z chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH +IPV6 -DEBUG) Sep 21 00:01:33 healthdog[3347]: 2023-09-21T00:01:33Z Running with root privileges Sep 21 00:01:33 healthdog[3347]: 2023-09-21T00:01:33Z Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Sep 21 00:01:33 healthdog[3350]: [chrony-healthcheck][INFO] No online NTP sources - forcing poll Sep 21 00:01:33 healthdog[3347]: 2023-09-21T00:01:33Z System clock was stepped by 0.000000 seconds Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 [vpn.balena-cloud.com] Inactivity timeout (--ping-exit), exiting Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 /sbin/ip route del 52.4.252.97/32 Sep 21 00:01:33 openvpn[3362]: ip: RTNETLINK answers: Operation not permitted Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 ERROR: Linux route delete command failed: external program exited with error status: 2 Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 Closing TUN/TAP interface Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 /sbin/ip addr del dev resin-vpn local 10.240.139.19 peer 52.4.252.97 Sep 21 00:01:33 openvpn[3363]: ip: RTNETLINK answers: Operation not permitted Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 Linux ip addr del failed: external program exited with error status: 2 Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 /etc/openvpn-misc/downscript.sh resin-vpn 1500 1555 10.240.139.19 52.4.252.97 init Sep 21 00:01:33 openvpn[2502]: 2023-09-21 00:01:33 SIGTERM[soft,ping-exit] received, process exiting Sep 21 00:01:33 b85073ae5073[2501]: [info] VPN connection is not active. Sep 21 00:01:33 balena-supervisor[3017]: [info] VPN connection is not active. Sep 21 00:01:38 healthdog[3347]: 2023-09-21T00:01:38Z Selected source 162.159.200.1 (3.resinio.pool.ntp.org) Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 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. Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 --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. Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 WARNING: file '/var/volatile/vpn-auth' is group or others accessible Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 OpenVPN 2.5.6 aarch64-poky-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Mar 16 2022 Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 library versions: OpenSSL 3.0.5 5 Jul 2022, LZO 2.10 Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 TCP/UDP: Preserving recently used remote address: [AF_INET6]2600:1f18:6600:7f01:4bf8:9300:e137:a0f5:443 Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 Socket Buffers: R=[131072->131072] S=[16384->16384] Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 Attempting to establish TCP connection with [AF_INET6]2600:1f18:6600:7f01:4bf8:9300:e137:a0f5:443 [nonblock] Sep 21 00:01:43 os-config[3389]: Fetching service configuration from https://api.balena-cloud.com/os/v1/config... Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 TCP connection established with [AF_INET6]2600:1f18:6600:7f01:4bf8:9300:e137:a0f5:443 Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 TCP_CLIENT link local: (not bound) Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 TCP_CLIENT link remote: [AF_INET6]2600:1f18:6600:7f01:4bf8:9300:e137:a0f5:443 Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay Sep 21 00:01:43 openvpn[3390]: 2023-09-21 00:01:43 TLS: Initial packet from [AF_INET6]2600:1f18:6600:7f01:4bf8:9300:e137:a0f5:443, sid=879d2056 563da26b Sep 21 00:01:43 os-config[3389]: Service configuration retrieved Sep 21 00:01:43 os-config[3389]: No configuration changes Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 VERIFY OK: depth=1, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=open-balena-vpn-rootCA Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 VERIFY KU OK Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 Validating certificate extended key usage Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 VERIFY EKU OK Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 VERIFY OK: depth=0, C=US, ST=WA, L=Seattle, O=balena.io, OU=balenaCloud, CN=vpn.balena-cloud.com Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 2048 bit RSA, signature: RSA-SHA256 Sep 21 00:01:44 openvpn[3390]: 2023-09-21 00:01:44 [vpn.balena-cloud.com] Peer Connection Initiated with [AF_INET6]2600:1f18:6600:7f01:4bf8:9300:e137:a0f5:443 Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 SENT CONTROL [vpn.balena-cloud.com]: 'PUSH_REQUEST' (status=1) Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 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.149.56 52.4.252.97,peer-id 1312,cipher AES-128-GCM' Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: timers and/or timeouts modified Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 Socket Buffers: R=[131072->131072] S=[87040->87040] Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: --socket-flags option modified Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 Socket flags: TCP_NODELAY=1 succeeded Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: --ifconfig/up options modified Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: route options modified Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: peer-id set Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: adjusting link_mtu to 1627 Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 OPTIONS IMPORT: data channel crypto options modified Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 Data Channel: using negotiated cipher 'AES-128-GCM' Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 Outgoing Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 Incoming Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=eth0 HWADDR=26:fa:84:94:6a:9b Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 TUN/TAP device resin-vpn opened Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 /sbin/ip link set dev resin-vpn up mtu 1500 Sep 21 00:01:45 NetworkManager[2441]: [1695254505.9017] manager: (resin-vpn): new Tun device (/org/freedesktop/NetworkManager/Devices/9) Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 /sbin/ip link set dev resin-vpn up Sep 21 00:01:45 systemd-udevd[3398]: Using default interface naming scheme 'v250'. Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 /sbin/ip addr add dev resin-vpn local 10.240.149.56 peer 52.4.252.97 Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 /etc/openvpn-misc/upscript.sh resin-vpn 1500 1555 10.240.149.56 52.4.252.97 init Sep 21 00:01:45 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:45 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:45 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:01:45 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 /sbin/ip route add 52.4.252.97/32 via 52.4.252.97 Sep 21 00:01:45 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:01:45 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:45 b85073ae5073[2501]: [info] VPN connection is active. Sep 21 00:01:45 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:45 openvpn[3407]: ip: RTNETLINK answers: File exists Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 ERROR: Linux route add command failed: external program exited with error status: 2 Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 GID set to openvpn Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 UID set to openvpn Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Sep 21 00:01:45 openvpn[3390]: 2023-09-21 00:01:45 Initialization Sequence Completed Sep 21 00:01:46 healthdog[3359]: try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000 Sep 21 00:01:46 healthdog[3359]: try: 2, refid: 00000000, correction: 0.000000000, skew: 0.000 Sep 21 00:01:46 healthdog[3359]: try: 3, refid: 00000000, correction: 0.000000000, skew: 0.000 Sep 21 00:01:46 healthdog[3359]: try: 4, refid: 00000000, correction: 0.000000000, skew: 0.000 Sep 21 00:01:46 healthdog[3359]: try: 5, refid: 00000000, correction: 0.000000000, skew: 0.000 Sep 21 00:01:46 healthdog[3359]: try: 6, refid: 00000000, correction: 0.000000000, skew: 0.000 Sep 21 00:01:46 healthdog[3359]: try: 7, refid: A29FC801, correction: 0.634384573, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 8, refid: A29FC801, correction: 0.555997610, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 9, refid: A29FC801, correction: 0.479024976, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 10, refid: A29FC801, correction: 0.401282221, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 11, refid: A29FC801, correction: 0.323263019, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 12, refid: A29FC801, correction: 0.246014670, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 13, refid: A29FC801, correction: 0.168436930, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 14, refid: A29FC801, correction: 0.091294222, skew: 1000000.000 Sep 21 00:01:47 b85073ae5073[2501]: [info] Internet Connectivity: OK Sep 21 00:01:47 balena-supervisor[3017]: [info] Internet Connectivity: OK Sep 21 00:03:15 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. Sep 21 00:03:15 sshd[3432]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 21 00:03:16 sshd[3432]: Accepted publickey for root from 52.4.252.97 port 3061 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Sep 21 00:03:17 dnsmasq[2525]: dnsmasq[2525]: time 1695254597 Sep 21 00:03:17 dnsmasq[2525]: dnsmasq[2525]: cache size 150, 0/65 cache insertions re-used unexpired cache entries. Sep 21 00:03:17 dnsmasq[2525]: dnsmasq[2525]: queries forwarded 51, queries answered locally 49 Sep 21 00:03:17 dnsmasq[2525]: dnsmasq[2525]: queries for authoritative zones 0 Sep 21 00:03:17 dnsmasq[2525]: dnsmasq[2525]: pool memory in use 0, max 0, allocated 0 Sep 21 00:03:17 dnsmasq[2525]: dnsmasq[2525]: server 8.8.8.8#53: queries sent 15, retried or failed 0 Sep 21 00:03:17 dnsmasq[2525]: dnsmasq[2525]: server 68.105.28.11#53: queries sent 8, retried or failed 0 Sep 21 00:03:17 dnsmasq[2525]: dnsmasq[2525]: server 68.105.29.11#53: queries sent 6, retried or failed 4 Sep 21 00:03:17 dnsmasq[2525]: dnsmasq[2525]: server 68.105.28.12#53: queries sent 6, retried or failed 0 Sep 21 00:03:17 dnsmasq[2525]: dnsmasq[2525]: server 2001:578:3f::30#53: queries sent 6, retried or failed 0 Sep 21 00:03:17 dnsmasq[2525]: dnsmasq[2525]: server 2001:578:3f:1::30#53: queries sent 6, retried or failed 0 Sep 21 00:03:18 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. Sep 21 00:03:18 sshd[3532]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 21 00:03:18 sshd[3532]: Accepted publickey for root from 52.4.252.97 port 3065 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Sep 21 00:03:19 b85073ae5073[2501]: [api] GET /v1/device 200 - 39.064 ms Sep 21 00:03:19 balena-supervisor[3017]: [api] GET /v1/device 200 - 39.064 ms Sep 21 00:03:20 b85073ae5073[2501]: [api] GET /v1/device 200 - 22.735 ms Sep 21 00:03:20 balena-supervisor[3017]: [api] GET /v1/device 200 - 22.735 ms Sep 21 00:03:24 dnsmasq[2525]: dnsmasq[2525]: time 1695254604 Sep 21 00:03:24 dnsmasq[2525]: dnsmasq[2525]: cache size 150, 0/76 cache insertions re-used unexpired cache entries. Sep 21 00:03:24 dnsmasq[2525]: dnsmasq[2525]: queries forwarded 62, queries answered locally 56 Sep 21 00:03:24 dnsmasq[2525]: dnsmasq[2525]: queries for authoritative zones 0 Sep 21 00:03:24 dnsmasq[2525]: dnsmasq[2525]: pool memory in use 0, max 0, allocated 0 Sep 21 00:03:24 dnsmasq[2525]: dnsmasq[2525]: server 8.8.8.8#53: queries sent 15, retried or failed 0 Sep 21 00:03:24 dnsmasq[2525]: dnsmasq[2525]: server 68.105.28.11#53: queries sent 8, retried or failed 0 Sep 21 00:03:24 dnsmasq[2525]: dnsmasq[2525]: server 68.105.29.11#53: queries sent 6, retried or failed 4 Sep 21 00:03:24 dnsmasq[2525]: dnsmasq[2525]: server 68.105.28.12#53: queries sent 17, retried or failed 0 Sep 21 00:03:24 dnsmasq[2525]: dnsmasq[2525]: server 2001:578:3f::30#53: queries sent 6, retried or failed 0 Sep 21 00:03:24 dnsmasq[2525]: dnsmasq[2525]: server 2001:578:3f:1::30#53: queries sent 6, retried or failed 0 Sep 21 00:03:25 b85073ae5073[2501]: [api] GET /v1/device 200 - 21.354 ms Sep 21 00:03:25 balena-supervisor[3017]: [api] GET /v1/device 200 - 21.354 ms Sep 21 00:03:25 kernel: ICMPv6: process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.balena0.base_reachable_time - use net.ipv6.neigh.balena0.base_reachable_time_ms instead Sep 21 00:03:26 b85073ae5073[2501]: [api] GET /v1/healthy 200 - 3.438 ms Sep 21 00:03:26 balena-supervisor[3017]: [api] GET /v1/healthy 200 - 3.438 ms Sep 21 00:03:26 dbus-daemon[2074]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.22' (uid=0 pid=4703 comm="timedatectl status") Sep 21 00:03:26 systemd-timedated[4704]: /etc/localtime should be a symbolic link to a time zone data file in /usr/share/zoneinfo/. Sep 21 00:03:26 dbus-daemon[2074]: [system] Successfully activated service 'org.freedesktop.timedate1' Sep 21 00:03:26 sshd[3532]: Received disconnect from 52.4.252.97 port 3065:11: Sep 21 00:03:26 sshd[3532]: Disconnected from user root 52.4.252.97 port 3065 Sep 21 00:03:33 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. Sep 21 00:03:33 sshd[4722]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 21 00:03:33 sshd[4722]: Accepted publickey for root from 52.4.252.97 port 31249 ssh2: RSA SHA256:gMJ9LgzkTHsYjz4l3biYiuugYoYyRnQBGkMnNJhRqUQ Sep 21 00:03:38 dnsmasq[2525]: dnsmasq[2525]: time 1695254618 Sep 21 00:03:38 dnsmasq[2525]: dnsmasq[2525]: cache size 150, 0/91 cache insertions re-used unexpired cache entries. Sep 21 00:03:38 dnsmasq[2525]: dnsmasq[2525]: queries forwarded 69, queries answered locally 64 Sep 21 00:03:38 dnsmasq[2525]: dnsmasq[2525]: queries for authoritative zones 0 Sep 21 00:03:38 dnsmasq[2525]: dnsmasq[2525]: pool memory in use 0, max 0, allocated 0 Sep 21 00:03:38 dnsmasq[2525]: dnsmasq[2525]: server 8.8.8.8#53: queries sent 16, retried or failed 0 Sep 21 00:03:38 dnsmasq[2525]: dnsmasq[2525]: server 68.105.28.11#53: queries sent 9, retried or failed 0 Sep 21 00:03:38 dnsmasq[2525]: dnsmasq[2525]: server 68.105.29.11#53: queries sent 7, retried or failed 4 Sep 21 00:03:38 dnsmasq[2525]: dnsmasq[2525]: server 68.105.28.12#53: queries sent 24, retried or failed 0 Sep 21 00:03:38 dnsmasq[2525]: dnsmasq[2525]: server 2001:578:3f::30#53: queries sent 7, retried or failed 0 Sep 21 00:03:38 dnsmasq[2525]: dnsmasq[2525]: server 2001:578:3f:1::30#53: queries sent 7, retried or failed 0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -pwarning -perr -a --- 2023-09-21 00:03:38.974540618+00:00 Sep 21 00:00:02 kernel: tegra_dc_assign_hw_data: no matching compatible node Sep 21 00:00:02 kernel: tegradccommon module_init failed Sep 21 00:00:02 kernel: tegradc module_init failed Sep 21 00:00:02 kernel: tegra23x-qspi 3270000.spi: Node prod_c_nonsecure has invalid entries Sep 21 00:00:02 kernel: tegra23x-qspi 3270000.spi: Node prod_c_nonsecure: Child has not proper setting Sep 21 00:00:02 kernel: tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. Sep 21 00:00:02 kernel: tegra23x-qspi 3270000.spi: Node prod_c_nonsecure has invalid entries Sep 21 00:00:02 kernel: tegra23x-qspi 3270000.spi: Node prod_c_nonsecure: Child has not proper setting Sep 21 00:00:02 kernel: tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting. Sep 21 00:00:02 kernel: Warning: unable to open an initial console. Sep 21 00:00:02 systemd[1242]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1. Sep 21 00:00:03 systemd-udevd[1392]: /lib/udev/rules.d/99-tegra-devices.rules:28 Unknown group 'debug', ignoring Sep 21 00:00:03 systemd-udevd[1392]: /lib/udev/rules.d/99-tegra-devices.rules:29 Unknown group 'debug', ignoring Sep 21 00:00:03 systemd-udevd[1392]: /lib/udev/rules.d/99-tegra-devices.rules:30 Unknown group 'debug', ignoring Sep 21 00:00:03 systemd-udevd[1392]: /lib/udev/rules.d/99-tegra-devices.rules:31 Unknown group 'debug', ignoring Sep 21 00:00:03 systemd-udevd[1392]: /lib/udev/rules.d/99-tegra-devices.rules:32 Unknown group 'debug', ignoring Sep 21 00:00:03 systemd-udevd[1392]: /lib/udev/rules.d/99-tegra-devices.rules:38 Unknown group 'debug', ignoring Sep 21 00:00:03 systemd-udevd[1392]: /lib/udev/rules.d/99-tegra-devices.rules:39 Unknown group 'debug', ignoring Sep 21 00:00:03 systemd-udevd[1392]: /lib/udev/rules.d/99-tegra-devices.rules:40 Unknown group 'debug', ignoring Sep 21 00:00:03 systemd-udevd[1392]: /lib/udev/rules.d/99-tegra-devices.rules:41 Unknown group 'debug', ignoring Sep 21 00:00:03 systemd-udevd[1392]: /lib/udev/rules.d/99-tegra-devices.rules:42 Unknown group 'debug', ignoring Sep 21 00:00:03 systemd-udevd[1392]: /lib/udev/rules.d/99-tegra-devices.rules:53 Unknown group 'debug', ignoring Sep 21 00:00:03 kernel: imx219 9-0010: imx219_board_setup: error during i2c read probe (-121) Sep 21 00:00:03 kernel: imx219 9-0010: board setup failed Sep 21 00:00:03 kernel: imx219 10-0010: imx219_board_setup: error during i2c read probe (-121) Sep 21 00:00:03 kernel: imx219 10-0010: board setup failed Sep 21 00:00:13 b85073ae5073[2501]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Sep 21 00:00:13 b85073ae5073[2501]: (Use `node --trace-deprecation ...` to show where the warning was created) Sep 21 00:03:15 sshd[3432]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 21 00:03:18 sshd[3532]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key Sep 21 00:03:33 sshd[4722]: error: Unable to load host key: /etc/ssh/hostkeys/ssh_host_dsa_key real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- ls -lR /proc/ 2>/dev/null | grep /data/ | grep \(deleted\) --- 2023-09-21 00:03:38.986329578+00:00 Command exited with non-zero status 1 real 0m 0.86s user 0m 0.29s sys 0m 0.63s --- ps --- 2023-09-21 00:03:39.860359498+00:00 PID TTY TIME CMD 1 ? 00:00:02 systemd 2 ? 00:00:00 kthreadd 3 ? 00:00:00 rcu_gp 4 ? 00:00:00 rcu_par_gp 5 ? 00:00:00 kworker/0:0-cgroup_destroy 6 ? 00:00:00 kworker/0:0H-events_highpri 7 ? 00:00:00 kworker/u16:0-devfreq_wq 8 ? 00:00:00 mm_percpu_wq 9 ? 00:00:00 rcu_tasks_kthre 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_preempt 14 ? 00:00:00 migration/0 15 ? 00:00:00 kworker/0:1-events 16 ? 00:00:00 cpuhp/0 17 ? 00:00:00 cpuhp/1 18 ? 00:00:00 migration/1 19 ? 00:00:00 ksoftirqd/1 20 ? 00:00:00 kworker/1:0-events_long 21 ? 00:00:00 kworker/1:0H-events_highpri 22 ? 00:00:00 cpuhp/2 23 ? 00:00:00 migration/2 24 ? 00:00:00 ksoftirqd/2 25 ? 00:00:00 kworker/2:0-events 26 ? 00:00:00 kworker/2:0H-events_highpri 27 ? 00:00:00 cpuhp/3 28 ? 00:00:00 migration/3 29 ? 00:00:00 ksoftirqd/3 30 ? 00:00:00 kworker/3:0-cgroup_destroy 31 ? 00:00:00 kworker/3:0H-events_highpri 32 ? 00:00:00 cpuhp/4 33 ? 00:00:00 migration/4 34 ? 00:00:00 ksoftirqd/4 35 ? 00:00:00 kworker/4:0-events_long 36 ? 00:00:00 kworker/4:0H-events_highpri 37 ? 00:00:00 cpuhp/5 38 ? 00:00:00 migration/5 39 ? 00:00:00 ksoftirqd/5 40 ? 00:00:00 kworker/5:0-events 41 ? 00:00:00 kworker/5:0H-events_highpri 42 ? 00:00:00 cpuhp/6 43 ? 00:00:00 migration/6 44 ? 00:00:00 ksoftirqd/6 45 ? 00:00:00 kworker/6:0-events 46 ? 00:00:00 kworker/6:0H-events_highpri 47 ? 00:00:00 cpuhp/7 48 ? 00:00:00 migration/7 49 ? 00:00:00 ksoftirqd/7 50 ? 00:00:00 kworker/7:0-events 51 ? 00:00:00 kworker/7:0H-events_highpri 52 ? 00:00:00 kdevtmpfs 53 ? 00:00:00 netns 54 ? 00:00:00 kworker/2:1-cgroup_destroy 55 ? 00:00:00 kworker/1:1-events_long 56 ? 00:00:00 kworker/3:1-events 57 ? 00:00:00 kworker/5:1-cgroup_destroy 58 ? 00:00:00 kworker/4:1-rcu_gp 59 ? 00:00:00 kworker/6:1-events 60 ? 00:00:00 irq/18-mc_statu 61 ? 00:00:00 khungtaskd 62 ? 00:00:00 oom_reaper 63 ? 00:00:00 writeback 64 ? 00:00:00 kcompactd0 65 ? 00:00:00 ksmd 66 ? 00:00:00 khugepaged 99 ? 00:00:00 kintegrityd 100 ? 00:00:00 kblockd 101 ? 00:00:00 blkcg_punt_bio 102 ? 00:00:00 kworker/1:2-events_long 103 ? 00:00:00 irq/223-2190000 104 ? 00:00:00 kworker/1:3-events_long 105 ? 00:00:00 devfreq_wq 106 ? 00:00:00 kworker/1:4-events_long 107 ? 00:00:00 kworker/1:5-events_long 108 ? 00:00:00 kworker/1:6-events_long 109 ? 00:00:00 kworker/1:7-events_long 110 ? 00:00:00 kworker/1:8-events_long 111 ? 00:00:00 kworker/1:9-events_long 112 ? 00:00:00 kworker/1:10-mm_percpu_wq 113 ? 00:00:00 kworker/1:11-cgroup_destroy 114 ? 00:00:00 kworker/1:12-rcu_gp 115 ? 00:00:00 kworker/1:13 116 ? 00:00:00 watchdogd 117 ? 00:00:00 kworker/7:1-events 118 ? 00:00:00 kworker/u16:1-devfreq_wq 119 ? 00:00:00 nvmap-bz 120 ? 00:00:00 kworker/3:1H-kblockd 121 ? 00:00:00 kswapd0 124 ? 00:00:00 kthrotld 125 ? 00:00:00 kpcitest 127 ? 00:00:00 kworker/3:2-events 128 ? 00:00:00 kworker/3:3-events 129 ? 00:00:00 nvme-wq 130 ? 00:00:00 nvme-reset-wq 131 ? 00:00:00 nvme-delete-wq 132 ? 00:00:00 uas 133 ? 00:00:00 irq/244-tegra_r 134 ? 00:00:00 dm_bufio_cache 135 ? 00:00:00 irq/245-nvvrs-p 136 ? 00:00:00 irq/235-tegra_d 137 ? 00:00:00 irq/236-tegra_d 138 ? 00:00:00 dce-async-ipc-w 139 ? 00:00:00 irq/112-bc00000 140 ? 00:00:00 ipv6_addrconf 141 ? 00:00:00 krfcommd 142 ? 00:00:00 kstrp 143 ? 00:00:00 kworker/3:4-events 144 ? 00:00:00 host_low_prio_w 145 ? 00:00:00 irq/127-host_sy 146 ? 00:00:00 irq/128-host_sy 147 ? 00:00:00 irq/129-host_sy 148 ? 00:00:00 irq/130-host_sy 149 ? 00:00:00 irq/131-host_sy 150 ? 00:00:00 irq/132-host_sy 151 ? 00:00:00 irq/133-host_sy 152 ? 00:00:00 irq/134-host_sy 153 ? 00:00:00 irq/135-host_st 154 ? 00:00:00 kworker/3:5-events 155 ? 00:00:00 kworker/3:6-events 156 ? 00:00:00 irq/137-tsec_ri 157 ? 00:00:00 kworker/3:7-cgroup_destroy 158 ? 00:00:00 kworker/3:8-events 159 ? 00:00:00 pva_task_status 160 ? 00:00:00 irq/138-pva-isr 161 ? 00:00:00 irq/139-pva-isr 162 ? 00:00:00 irq/140-pva-isr 163 ? 00:00:00 irq/141-pva-isr 164 ? 00:00:00 irq/142-pva-isr 165 ? 00:00:00 irq/143-pva-isr 166 ? 00:00:00 irq/144-pva-isr 167 ? 00:00:00 irq/145-pva-isr 168 ? 00:00:00 irq/146-pva-isr 169 ? 00:00:00 irq/68-3270000. 170 ? 00:00:00 spi6 172 ? 00:00:00 irq/230-3610000 173 ? 00:00:00 irq/227-3610000 174 ? 00:00:00 irq/55-tegra-pc 175 ? 00:00:00 kworker/6:2-events 176 ? 00:00:00 kworker/6:3-cgroup_destroy 178 ? 00:00:00 irq/57-tegra-pc 179 ? 00:00:00 irq/57-aerdrv 180 ? 00:00:00 kworker/3:9-events 181 ? 00:00:00 kworker/u16:2-events_power_efficient 182 ? 00:00:00 irq/295-3520000 183 ? 00:00:00 kworker/3:10-cgroup_destroy 184 ? 00:00:00 kworker/u16:3-events_power_efficient 185 ? 00:00:00 kworker/u16:4 186 ? 00:00:00 irq/59-tegra-pc 187 ? 00:00:00 kworker/7:1H-kblockd 188 ? 00:00:00 kworker/0:2-events 189 ? 00:00:00 kworker/0:3-events 190 ? 00:00:00 kworker/0:4-events 191 ? 00:00:00 kworker/0:5-events 192 ? 00:00:00 kworker/0:6-events 193 ? 00:00:00 kworker/0:7-events 194 ? 00:00:00 kworker/4:2-mm_percpu_wq 195 ? 00:00:00 irq/59-aerdrv 196 ? 00:00:00 kworker/u17:0 221 ? 00:00:00 irq/113-d230000 291 ? 00:00:00 kworker/5:2-events 421 ? 00:00:00 kworker/5:1H-kblockd 422 ? 00:00:00 kworker/4:1H-kblockd 426 ? 00:00:00 kworker/2:1H-kblockd 427 ? 00:00:00 kworker/1:1H-kblockd 442 ? 00:00:00 kworker/6:1H-kblockd 448 ? 00:00:00 kworker/0:1H-kblockd 940 ? 00:00:00 kworker/3:2H 941 ? 00:00:00 kworker/0:2H 942 ? 00:00:00 kworker/5:2H 943 ? 00:00:00 kworker/7:2H 944 ? 00:00:00 kworker/2:2H 945 ? 00:00:00 kworker/1:2H 946 ? 00:00:00 sdhci 947 ? 00:00:00 irq/65-mmc1 948 ? 00:00:00 irq/293-3400000 999 ? 00:00:00 kworker/4:2H 1000 ? 00:00:00 kworker/6:2H 1155 ? 00:00:00 kworker/7:2-events 1172 ? 00:00:00 jbd2/nvme0n1p7- 1173 ? 00:00:00 ext4-rsv-conver 1186 ? 00:00:00 jbd2/nvme0n1p9- 1187 ? 00:00:00 ext4-rsv-conver 1239 ? 00:00:00 jbd2/nvme0n1p10 1240 ? 00:00:00 ext4-rsv-conver 1268 ? 00:00:00 kworker/2:2-events 1295 ? 00:00:00 irq/231-gk20a_s 1296 ? 00:00:00 irq/232-gk20a_s 1297 ? 00:00:00 irq/233-gk20a_s 1298 ? 00:00:00 irq/234-gk20a_n 1304 ? 00:00:00 kworker/4:3-events 1309 ? 00:00:00 nv_queue 1310 ? 00:00:00 nv_queue 1315 ? 00:00:00 nvidia-modeset/ 1316 ? 00:00:00 nvidia-modeset/ 1320 ? 00:00:00 kworker/7:3-events 1365 ? 00:00:00 systemd-journal 1369 ? 00:00:00 kworker/5:3-events 1392 ? 00:00:00 systemd-udevd 1419 ? 00:00:00 plymouthd 1431 ? 00:00:00 irq/66-3210000. 1432 ? 00:00:00 spi0 1433 ? 00:00:00 irq/67-3230000. 1434 ? 00:00:00 spi2 1542 ? 00:00:00 cryptd 1954 ? 00:00:00 adspp_kthread 2054 ? 00:01:00 rngd 2060 ? 00:00:00 ModemManager 2098 ? 00:00:00 nvfancontrol 2140 ? 00:00:00 systemd-logind 2218 ? 00:00:00 sugov:0 2257 ? 00:00:00 kworker/3:11-events 2263 ? 00:00:00 kworker/3:12-events 2264 ? 00:00:00 kworker/3:13-events 2265 ? 00:00:00 kworker/3:14-events 2267 ? 00:00:00 kworker/3:15-events 2268 ? 00:00:00 kworker/3:16-events 2278 ? 00:00:00 kworker/0:8-cgroup_destroy 2287 ? 00:00:00 kworker/0:9-cgroup_destroy 2371 ? 00:00:00 kworker/5:4-events 2372 ? 00:00:00 kworker/5:5-events 2373 ? 00:00:00 kworker/5:6-events 2374 ? 00:00:00 kworker/5:7-events 2375 ? 00:00:00 kworker/5:8-events 2376 ? 00:00:00 kworker/5:9-events 2377 ? 00:00:00 kworker/5:10-events 2378 ? 00:00:00 kworker/5:11-events 2379 ? 00:00:00 kworker/5:12-events 2380 ? 00:00:00 kworker/5:13-events 2381 ? 00:00:00 kworker/5:14-mm_percpu_wq 2382 ? 00:00:00 kworker/0:10-events 2383 ? 00:00:00 kworker/5:15-events 2384 ? 00:00:00 kworker/0:11-events 2385 ? 00:00:00 kworker/5:16-events 2386 ? 00:00:00 kworker/0:12-events 2387 ? 00:00:00 kworker/0:13-mm_percpu_wq 2388 ? 00:00:00 kworker/0:14-mm_percpu_wq 2389 ? 00:00:00 kworker/0:15-events 2390 ? 00:00:00 kworker/0:16 2391 ? 00:00:00 kworker/5:17-events 2392 ? 00:00:00 kworker/0:17 2425 ? 00:00:00 kworker/6:4-events 2426 ? 00:00:00 kworker/6:5-events 2427 ? 00:00:00 kworker/6:6-events 2428 ? 00:00:00 kworker/6:7-events 2429 ? 00:00:00 kworker/6:8-events 2430 ? 00:00:00 kworker/6:9-events 2431 ? 00:00:00 kworker/6:10-events 2432 ? 00:00:00 kworker/6:11-events 2433 ? 00:00:00 kworker/6:12-events 2434 ? 00:00:00 kworker/6:13-events 2435 ? 00:00:00 kworker/6:14-mm_percpu_wq 2436 ? 00:00:00 kworker/6:15-events 2437 ? 00:00:00 kworker/6:16-events 2438 ? 00:00:00 kworker/6:17-events 2439 ? 00:00:00 kworker/6:18 2441 ? 00:00:00 NetworkManager 2477 ? 00:00:00 sw-quiesce 2482 ? 00:00:00 nvgpu_channel_p 2487 ? 00:00:00 nvgpu_nvs_ga10b 2501 ? 00:00:00 balenad 2503 ? 00:00:00 nvgpu_pg_init_g 2506 ? 00:00:00 exe 2531 ? 00:00:00 nvgpu_clk_arb_p 2545 ? 00:00:00 balena-engine-c 2751 ? 00:00:00 balena-engine-c 2945 ? 00:00:00 start-balena-su 2946 ? 00:00:00 exe 3017 ? 00:00:00 balena 3025 ? 00:00:00 balena-engine-c 3054 ? 00:00:03 node 3218 ? 00:00:00 journalctl 3231 ? 00:00:00 jbd2/nvme0n1p8- 3232 ? 00:00:00 ext4-rsv-conver 3347 ? 00:00:00 chronyd 3349 ? 00:00:00 exe 3432 ? 00:00:00 sshd 3434 ? 00:00:00 sh 3436 ? 00:00:00 bash 3454 ? 00:00:00 bash 3455 ? 00:00:00 bash 3456 ? 00:00:00 jq 3512 ? 00:00:00 bash 3513 ? 00:00:00 bash 3526 ? 00:00:00 nslookup 4704 ? 00:00:00 systemd-timedat 4722 ? 00:00:00 sshd 4724 ? 00:00:00 sh 4726 ? 00:00:00 bash 5637 ? 00:00:00 time 5638 ? 00:00:00 timeout 5639 ? 00:00:00 ps real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- stat /var/lock/*hup.lock --- 2023-09-21 00:03:39.881722218+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- sysctl -a --- 2023-09-21 00:03:39.890424426+00:00 abi.cp15_barrier = 1 abi.setend = 1 abi.swp = 0 abi.tagged_addr_disabled = 0 debug.exception-trace = 0 dev.scsi.logging_level = 0 dev.tty.ldisc_autoload = 1 fs.aio-max-nr = 65536 fs.aio-nr = 0 fs.dentry-state = 153063 111915 45 0 24159 0 fs.dir-notify-enable = 1 fs.epoll.max_user_watches = 3221565 fs.file-max = 9223372036854775807 fs.file-nr = 774 0 9223372036854775807 fs.inode-nr = 128903 7 fs.inode-state = 128903 7 0 0 0 0 0 fs.inotify.max_queued_events = 16384 fs.inotify.max_user_instances = 512 fs.inotify.max_user_watches = 8192 fs.lease-break-time = 45 fs.leases-enable = 1 fs.mount-max = 100000 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 64 fs.mqueue.msgsize_default = 8192 fs.mqueue.msgsize_max = 8192 fs.mqueue.queues_max = 256 fs.nr_open = 1073741816 fs.overflowgid = 65534 fs.overflowuid = 65534 fs.pipe-max-size = 1048576 fs.pipe-user-pages-hard = 0 fs.pipe-user-pages-soft = 16384 fs.protected_fifos = 1 fs.protected_hardlinks = 1 fs.protected_regular = 1 fs.protected_symlinks = 1 fs.quota.allocated_dquots = 0 fs.quota.cache_hits = 0 fs.quota.drops = 0 fs.quota.free_dquots = 0 fs.quota.lookups = 0 fs.quota.reads = 0 fs.quota.syncs = 12 fs.quota.warnings = 1 fs.quota.writes = 0 fs.suid_dumpable = 0 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 = 1 kernel.domainname = (none) kernel.ftrace_dump_on_oops = 0 kernel.ftrace_enabled = 1 kernel.hostname = 0f868c4 kernel.hung_task_all_cpu_backtrace = 0 kernel.hung_task_check_count = 4194304 kernel.hung_task_check_interval_secs = 0 kernel.hung_task_panic = 0 kernel.hung_task_timeout_secs = 120 kernel.hung_task_warnings = 10 kernel.kexec_load_disabled = 0 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.max_lock_depth = 1024 kernel.modprobe = /sbin/modprobe kernel.modules_disabled = 0 kernel.msgmax = 8192 kernel.msgmnb = 16384 kernel.msgmni = 32000 kernel.ngroups_max = 65536 kernel.nmi_watchdog = 0 kernel.oops_all_cpu_backtrace = 0 kernel.osrelease = 5.10.104-l4t-r35.3.ga kernel.ostype = Linux kernel.overflowgid = 65534 kernel.overflowuid = 65534 kernel.panic = 1 kernel.panic_on_oops = 1 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 = 4194304 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 = e8e6bcb4-94c0-4273-a8a5-35e6f73fcb1d kernel.random.entropy_avail = 4033 kernel.random.poolsize = 4096 kernel.random.urandom_min_reseed_secs = 60 kernel.random.uuid = 3455a284-2a93-487b-921a-f7d8fd40e55e kernel.random.write_wakeup_threshold = 3072 kernel.randomize_va_space = 2 kernel.real-root-dev = 0 kernel.sched_cfs_bandwidth_slice_us = 5000 kernel.sched_child_runs_first = 0 kernel.sched_deadline_period_max_us = 4194304 kernel.sched_deadline_period_min_us = 100 kernel.sched_domain.cpu0.domain0.busy_factor = 16 kernel.sched_domain.cpu0.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu0.domain0.flags = SD_BALANCE_NEWIDLE SD_BALANCE_EXEC SD_BALANCE_FORK SD_WAKE_AFFINE SD_SHARE_PKG_RESOURCES SD_PREFER_SIBLING kernel.sched_domain.cpu0.domain0.imbalance_pct = 117 kernel.sched_domain.cpu0.domain0.max_interval = 8 kernel.sched_domain.cpu0.domain0.max_newidle_lb_cost = 28899 kernel.sched_domain.cpu0.domain0.min_interval = 4 kernel.sched_domain.cpu0.domain0.name = MC kernel.sched_domain.cpu1.domain0.busy_factor = 16 kernel.sched_domain.cpu1.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu1.domain0.flags = SD_BALANCE_NEWIDLE SD_BALANCE_EXEC SD_BALANCE_FORK SD_WAKE_AFFINE SD_SHARE_PKG_RESOURCES SD_PREFER_SIBLING kernel.sched_domain.cpu1.domain0.imbalance_pct = 117 kernel.sched_domain.cpu1.domain0.max_interval = 8 kernel.sched_domain.cpu1.domain0.max_newidle_lb_cost = 18194 kernel.sched_domain.cpu1.domain0.min_interval = 4 kernel.sched_domain.cpu1.domain0.name = MC kernel.sched_domain.cpu2.domain0.busy_factor = 16 kernel.sched_domain.cpu2.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu2.domain0.flags = SD_BALANCE_NEWIDLE SD_BALANCE_EXEC SD_BALANCE_FORK SD_WAKE_AFFINE SD_SHARE_PKG_RESOURCES SD_PREFER_SIBLING kernel.sched_domain.cpu2.domain0.imbalance_pct = 117 kernel.sched_domain.cpu2.domain0.max_interval = 8 kernel.sched_domain.cpu2.domain0.max_newidle_lb_cost = 22331 kernel.sched_domain.cpu2.domain0.min_interval = 4 kernel.sched_domain.cpu2.domain0.name = MC kernel.sched_domain.cpu3.domain0.busy_factor = 16 kernel.sched_domain.cpu3.domain0.cache_nice_tries = 1 kernel.sched_domain.cpu3.domain0.flags = SD_BALANCE_NEWIDLE SD_BALANCE_EXEC SD_BALANCE_FORK SD_WAKE_AFFINE SD_SHARE_PKG_RESOURCES SD_PREFER_SIBLING kernel.sched_domain.cpu3.domain0.imbalance_pct = 117 kernel.sched_domain.cpu3.domain0.max_interval = 8 kernel.sched_domain.cpu3.domain0.max_newidle_lb_cost = 21375 kernel.sched_domain.cpu3.domain0.min_interval = 4 kernel.sched_domain.cpu3.domain0.name = MC kernel.sched_energy_aware = 1 kernel.sched_latency_ns = 18000000 kernel.sched_migration_cost_ns = 500000 kernel.sched_min_granularity_ns = 2250000 kernel.sched_nr_migrate = 32 kernel.sched_rr_timeslice_ms = 100 kernel.sched_rt_period_us = 1000000 kernel.sched_rt_runtime_us = 950000 kernel.sched_schedstats = 0 kernel.sched_tunable_scaling = 1 kernel.sched_wakeup_granularity_ns = 3000000 kernel.seccomp.actions_avail = kill_process kill_thread trap errno user_notif trace log allow kernel.seccomp.actions_logged = kill_process kill_thread trap errno user_notif trace log kernel.sem = 32000 1024000000 500 32000 kernel.shm_rmid_forced = 0 kernel.shmall = 18446744073692774399 kernel.shmmax = 18446744073692774399 kernel.shmmni = 4096 kernel.soft_watchdog = 1 kernel.softlockup_all_cpu_backtrace = 0 kernel.softlockup_panic = 1 kernel.stack_tracer_enabled = 0 kernel.sysctl_writes_strict = 1 kernel.sysrq = 16 kernel.tainted = 4096 kernel.threads-max = 120845 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 PREEMPT Wed Mar 29 12:58:31 UTC 2023 kernel.watchdog = 1 kernel.watchdog_cpumask = 0-7 kernel.watchdog_thresh = 10 kernel.yama.ptrace_scope = 1 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.bpf_jit_enable = 1 net.core.bpf_jit_harden = 0 net.core.bpf_jit_kallsyms = 1 net.core.bpf_jit_limit = 33554432 net.core.busy_poll = 0 net.core.busy_read = 0 net.core.default_qdisc = pfifo_fast 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 = 00 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 = 8000 net.core.netdev_max_backlog = 1000 net.core.netdev_rss_key = 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 net.core.netdev_tstamp_prequeue = 1 net.core.optmem_max = 20480 net.core.rmem_default = 212992 net.core.rmem_max = 212992 net.core.rps_sock_flow_entries = 0 net.core.somaxconn = 4096 net.core.tstamp_allow_data = 1 net.core.warnings = 0 net.core.wmem_default = 212992 net.core.wmem_max = 212992 net.core.xfrm_acq_expires = 30 net.core.xfrm_aevent_etime = 10 net.core.xfrm_aevent_rseqth = 2 net.core.xfrm_larval_drop = 1 net.ipv4.conf.all.accept_local = 0 net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.all.accept_source_route = 0 net.ipv4.conf.all.arp_accept = 0 net.ipv4.conf.all.arp_announce = 0 net.ipv4.conf.all.arp_filter = 0 net.ipv4.conf.all.arp_ignore = 0 net.ipv4.conf.all.arp_notify = 0 net.ipv4.conf.all.bc_forwarding = 0 net.ipv4.conf.all.bootp_relay = 0 net.ipv4.conf.all.disable_policy = 0 net.ipv4.conf.all.disable_xfrm = 0 net.ipv4.conf.all.drop_gratuitous_arp = 0 net.ipv4.conf.all.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.all.force_igmp_version = 0 net.ipv4.conf.all.forwarding = 1 net.ipv4.conf.all.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.all.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.all.ignore_routes_with_linkdown = 0 net.ipv4.conf.all.log_martians = 0 net.ipv4.conf.all.mc_forwarding = 0 net.ipv4.conf.all.medium_id = 0 net.ipv4.conf.all.promote_secondaries = 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.can0.accept_local = 0 net.ipv4.conf.can0.accept_redirects = 1 net.ipv4.conf.can0.accept_source_route = 0 net.ipv4.conf.can0.arp_accept = 0 net.ipv4.conf.can0.arp_announce = 0 net.ipv4.conf.can0.arp_filter = 0 net.ipv4.conf.can0.arp_ignore = 0 net.ipv4.conf.can0.arp_notify = 0 net.ipv4.conf.can0.bc_forwarding = 0 net.ipv4.conf.can0.bootp_relay = 0 net.ipv4.conf.can0.disable_policy = 0 net.ipv4.conf.can0.disable_xfrm = 0 net.ipv4.conf.can0.drop_gratuitous_arp = 0 net.ipv4.conf.can0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.can0.force_igmp_version = 0 net.ipv4.conf.can0.forwarding = 1 net.ipv4.conf.can0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.can0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.can0.ignore_routes_with_linkdown = 0 net.ipv4.conf.can0.log_martians = 0 net.ipv4.conf.can0.mc_forwarding = 0 net.ipv4.conf.can0.medium_id = 0 net.ipv4.conf.can0.promote_secondaries = 1 net.ipv4.conf.can0.proxy_arp = 0 net.ipv4.conf.can0.proxy_arp_pvlan = 0 net.ipv4.conf.can0.route_localnet = 0 net.ipv4.conf.can0.rp_filter = 2 net.ipv4.conf.can0.secure_redirects = 1 net.ipv4.conf.can0.send_redirects = 1 net.ipv4.conf.can0.shared_media = 1 net.ipv4.conf.can0.src_valid_mark = 0 net.ipv4.conf.can0.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.enP8p1s0.accept_local = 0 net.ipv4.conf.enP8p1s0.accept_redirects = 1 net.ipv4.conf.enP8p1s0.accept_source_route = 0 net.ipv4.conf.enP8p1s0.arp_accept = 0 net.ipv4.conf.enP8p1s0.arp_announce = 0 net.ipv4.conf.enP8p1s0.arp_filter = 0 net.ipv4.conf.enP8p1s0.arp_ignore = 0 net.ipv4.conf.enP8p1s0.arp_notify = 0 net.ipv4.conf.enP8p1s0.bc_forwarding = 0 net.ipv4.conf.enP8p1s0.bootp_relay = 0 net.ipv4.conf.enP8p1s0.disable_policy = 0 net.ipv4.conf.enP8p1s0.disable_xfrm = 0 net.ipv4.conf.enP8p1s0.drop_gratuitous_arp = 0 net.ipv4.conf.enP8p1s0.drop_unicast_in_l2_multicast = 0 net.ipv4.conf.enP8p1s0.force_igmp_version = 0 net.ipv4.conf.enP8p1s0.forwarding = 1 net.ipv4.conf.enP8p1s0.igmpv2_unsolicited_report_interval = 10000 net.ipv4.conf.enP8p1s0.igmpv3_unsolicited_report_interval = 1000 net.ipv4.conf.enP8p1s0.ignore_routes_with_linkdown = 0 net.ipv4.conf.enP8p1s0.log_martians = 0 net.ipv4.conf.enP8p1s0.mc_forwarding = 0 net.ipv4.conf.enP8p1s0.medium_id = 0 net.ipv4.conf.enP8p1s0.promote_secondaries = 1 net.ipv4.conf.enP8p1s0.proxy_arp = 0 net.ipv4.conf.enP8p1s0.proxy_arp_pvlan = 0 net.ipv4.conf.enP8p1s0.route_localnet = 0 net.ipv4.conf.enP8p1s0.rp_filter = 2 net.ipv4.conf.enP8p1s0.secure_redirects = 1 net.ipv4.conf.enP8p1s0.send_redirects = 1 net.ipv4.conf.enP8p1s0.shared_media = 1 net.ipv4.conf.enP8p1s0.src_valid_mark = 0 net.ipv4.conf.enP8p1s0.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.fib_sync_mem = 524288 net.ipv4.fwmark_reflect = 0 net.ipv4.icmp_echo_ignore_all = 0 net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.icmp_errors_use_inbound_ifaddr = 0 net.ipv4.icmp_ignore_bogus_error_responses = 1 net.ipv4.icmp_msgs_burst = 50 net.ipv4.icmp_msgs_per_sec = 1000 net.ipv4.icmp_ratelimit = 1000 net.ipv4.icmp_ratemask = 6168 net.ipv4.igmp_link_local_mcast_reports = 1 net.ipv4.igmp_max_memberships = 20 net.ipv4.igmp_max_msf = 10 net.ipv4.igmp_qrv = 2 net.ipv4.inet_peer_maxttl = 600 net.ipv4.inet_peer_minttl = 120 net.ipv4.inet_peer_threshold = 65664 net.ipv4.ip_autobind_reuse = 0 net.ipv4.ip_default_ttl = 64 net.ipv4.ip_dynaddr = 0 net.ipv4.ip_early_demux = 1 net.ipv4.ip_forward = 1 net.ipv4.ip_forward_update_priority = 1 net.ipv4.ip_forward_use_pmtu = 0 net.ipv4.ip_local_port_range = 49152 65535 net.ipv4.ip_local_reserved_ports = net.ipv4.ip_no_pmtu_disc = 0 net.ipv4.ip_nonlocal_bind = 0 net.ipv4.ip_unprivileged_port_start = 1024 net.ipv4.ipfrag_high_thresh = 4194304 net.ipv4.ipfrag_low_thresh = 3145728 net.ipv4.ipfrag_max_dist = 64 net.ipv4.ipfrag_secret_interval = 0 net.ipv4.ipfrag_time = 30 net.ipv4.neigh.balena0.anycast_delay = 100 net.ipv4.neigh.balena0.app_solicit = 0 net.ipv4.neigh.balena0.base_reachable_time = 30 net.ipv4.neigh.balena0.base_reachable_time_ms = 30000 net.ipv4.neigh.balena0.delay_first_probe_time = 5 net.ipv4.neigh.balena0.gc_stale_time = 60 net.ipv4.neigh.balena0.locktime = 100 net.ipv4.neigh.balena0.mcast_resolicit = 0 net.ipv4.neigh.balena0.mcast_solicit = 3 net.ipv4.neigh.balena0.proxy_delay = 80 net.ipv4.neigh.balena0.proxy_qlen = 64 net.ipv4.neigh.balena0.retrans_time = 100 net.ipv4.neigh.balena0.retrans_time_ms = 1000 net.ipv4.neigh.balena0.ucast_solicit = 3 net.ipv4.neigh.balena0.unres_qlen = 101 net.ipv4.neigh.balena0.unres_qlen_bytes = 212992 net.ipv4.neigh.can0.anycast_delay = 100 net.ipv4.neigh.can0.app_solicit = 0 net.ipv4.neigh.can0.base_reachable_time = 30 net.ipv4.neigh.can0.base_reachable_time_ms = 30000 net.ipv4.neigh.can0.delay_first_probe_time = 5 net.ipv4.neigh.can0.gc_stale_time = 60 net.ipv4.neigh.can0.locktime = 100 net.ipv4.neigh.can0.mcast_resolicit = 0 net.ipv4.neigh.can0.mcast_solicit = 3 net.ipv4.neigh.can0.proxy_delay = 80 net.ipv4.neigh.can0.proxy_qlen = 64 net.ipv4.neigh.can0.retrans_time = 100 net.ipv4.neigh.can0.retrans_time_ms = 1000 net.ipv4.neigh.can0.ucast_solicit = 3 net.ipv4.neigh.can0.unres_qlen = 101 net.ipv4.neigh.can0.unres_qlen_bytes = 212992 net.ipv4.neigh.default.anycast_delay = 100 net.ipv4.neigh.default.app_solicit = 0 net.ipv4.neigh.default.base_reachable_time = 30 net.ipv4.neigh.default.base_reachable_time_ms = 30000 net.ipv4.neigh.default.delay_first_probe_time = 5 net.ipv4.neigh.default.gc_interval = 30 net.ipv4.neigh.default.gc_stale_time = 60 net.ipv4.neigh.default.gc_thresh1 = 128 net.ipv4.neigh.default.gc_thresh2 = 512 net.ipv4.neigh.default.gc_thresh3 = 1024 net.ipv4.neigh.default.locktime = 100 net.ipv4.neigh.default.mcast_resolicit = 0 net.ipv4.neigh.default.mcast_solicit = 3 net.ipv4.neigh.default.proxy_delay = 80 net.ipv4.neigh.default.proxy_qlen = 64 net.ipv4.neigh.default.retrans_time = 100 net.ipv4.neigh.default.retrans_time_ms = 1000 net.ipv4.neigh.default.ucast_solicit = 3 net.ipv4.neigh.default.unres_qlen = 101 net.ipv4.neigh.default.unres_qlen_bytes = 212992 net.ipv4.neigh.enP8p1s0.anycast_delay = 100 net.ipv4.neigh.enP8p1s0.app_solicit = 0 net.ipv4.neigh.enP8p1s0.base_reachable_time = 30 net.ipv4.neigh.enP8p1s0.base_reachable_time_ms = 30000 net.ipv4.neigh.enP8p1s0.delay_first_probe_time = 5 net.ipv4.neigh.enP8p1s0.gc_stale_time = 60 net.ipv4.neigh.enP8p1s0.locktime = 100 net.ipv4.neigh.enP8p1s0.mcast_resolicit = 0 net.ipv4.neigh.enP8p1s0.mcast_solicit = 3 net.ipv4.neigh.enP8p1s0.proxy_delay = 80 net.ipv4.neigh.enP8p1s0.proxy_qlen = 64 net.ipv4.neigh.enP8p1s0.retrans_time = 100 net.ipv4.neigh.enP8p1s0.retrans_time_ms = 1000 net.ipv4.neigh.enP8p1s0.ucast_solicit = 3 net.ipv4.neigh.enP8p1s0.unres_qlen = 101 net.ipv4.neigh.enP8p1s0.unres_qlen_bytes = 212992 net.ipv4.neigh.eth0.anycast_delay = 100 net.ipv4.neigh.eth0.app_solicit = 0 net.ipv4.neigh.eth0.base_reachable_time = 30 net.ipv4.neigh.eth0.base_reachable_time_ms = 30000 net.ipv4.neigh.eth0.delay_first_probe_time = 5 net.ipv4.neigh.eth0.gc_stale_time = 60 net.ipv4.neigh.eth0.locktime = 100 net.ipv4.neigh.eth0.mcast_resolicit = 0 net.ipv4.neigh.eth0.mcast_solicit = 3 net.ipv4.neigh.eth0.proxy_delay = 80 net.ipv4.neigh.eth0.proxy_qlen = 64 net.ipv4.neigh.eth0.retrans_time = 100 net.ipv4.neigh.eth0.retrans_time_ms = 1000 net.ipv4.neigh.eth0.ucast_solicit = 3 net.ipv4.neigh.eth0.unres_qlen = 101 net.ipv4.neigh.eth0.unres_qlen_bytes = 212992 net.ipv4.neigh.lo.anycast_delay = 100 net.ipv4.neigh.lo.app_solicit = 0 net.ipv4.neigh.lo.base_reachable_time = 30 net.ipv4.neigh.lo.base_reachable_time_ms = 30000 net.ipv4.neigh.lo.delay_first_probe_time = 5 net.ipv4.neigh.lo.gc_stale_time = 60 net.ipv4.neigh.lo.locktime = 100 net.ipv4.neigh.lo.mcast_resolicit = 0 net.ipv4.neigh.lo.mcast_solicit = 3 net.ipv4.neigh.lo.proxy_delay = 80 net.ipv4.neigh.lo.proxy_qlen = 64 net.ipv4.neigh.lo.retrans_time = 100 net.ipv4.neigh.lo.retrans_time_ms = 1000 net.ipv4.neigh.lo.ucast_solicit = 3 net.ipv4.neigh.lo.unres_qlen = 101 net.ipv4.neigh.lo.unres_qlen_bytes = 212992 net.ipv4.neigh.resin-dns.anycast_delay = 100 net.ipv4.neigh.resin-dns.app_solicit = 0 net.ipv4.neigh.resin-dns.base_reachable_time = 30 net.ipv4.neigh.resin-dns.base_reachable_time_ms = 30000 net.ipv4.neigh.resin-dns.delay_first_probe_time = 5 net.ipv4.neigh.resin-dns.gc_stale_time = 60 net.ipv4.neigh.resin-dns.locktime = 100 net.ipv4.neigh.resin-dns.mcast_resolicit = 0 net.ipv4.neigh.resin-dns.mcast_solicit = 3 net.ipv4.neigh.resin-dns.proxy_delay = 80 net.ipv4.neigh.resin-dns.proxy_qlen = 64 net.ipv4.neigh.resin-dns.retrans_time = 100 net.ipv4.neigh.resin-dns.retrans_time_ms = 1000 net.ipv4.neigh.resin-dns.ucast_solicit = 3 net.ipv4.neigh.resin-dns.unres_qlen = 101 net.ipv4.neigh.resin-dns.unres_qlen_bytes = 212992 net.ipv4.neigh.resin-vpn.anycast_delay = 100 net.ipv4.neigh.resin-vpn.app_solicit = 0 net.ipv4.neigh.resin-vpn.base_reachable_time = 30 net.ipv4.neigh.resin-vpn.base_reachable_time_ms = 30000 net.ipv4.neigh.resin-vpn.delay_first_probe_time = 5 net.ipv4.neigh.resin-vpn.gc_stale_time = 60 net.ipv4.neigh.resin-vpn.locktime = 100 net.ipv4.neigh.resin-vpn.mcast_resolicit = 0 net.ipv4.neigh.resin-vpn.mcast_solicit = 3 net.ipv4.neigh.resin-vpn.proxy_delay = 80 net.ipv4.neigh.resin-vpn.proxy_qlen = 64 net.ipv4.neigh.resin-vpn.retrans_time = 100 net.ipv4.neigh.resin-vpn.retrans_time_ms = 1000 net.ipv4.neigh.resin-vpn.ucast_solicit = 3 net.ipv4.neigh.resin-vpn.unres_qlen = 101 net.ipv4.neigh.resin-vpn.unres_qlen_bytes = 212992 net.ipv4.neigh.supervisor0.anycast_delay = 100 net.ipv4.neigh.supervisor0.app_solicit = 0 net.ipv4.neigh.supervisor0.base_reachable_time = 30 net.ipv4.neigh.supervisor0.base_reachable_time_ms = 30000 net.ipv4.neigh.supervisor0.delay_first_probe_time = 5 net.ipv4.neigh.supervisor0.gc_stale_time = 60 net.ipv4.neigh.supervisor0.locktime = 100 net.ipv4.neigh.supervisor0.mcast_resolicit = 0 net.ipv4.neigh.supervisor0.mcast_solicit = 3 net.ipv4.neigh.supervisor0.proxy_delay = 80 net.ipv4.neigh.supervisor0.proxy_qlen = 64 net.ipv4.neigh.supervisor0.retrans_time = 100 net.ipv4.neigh.supervisor0.retrans_time_ms = 1000 net.ipv4.neigh.supervisor0.ucast_solicit = 3 net.ipv4.neigh.supervisor0.unres_qlen = 101 net.ipv4.neigh.supervisor0.unres_qlen_bytes = 212992 net.ipv4.nexthop_compat_mode = 1 net.ipv4.ping_group_range = 0 2147483647 net.ipv4.raw_l3mdev_accept = 1 net.ipv4.route.error_burst = 1250 net.ipv4.route.error_cost = 250 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 = 5 net.ipv4.route.redirect_number = 9 net.ipv4.route.redirect_silence = 5120 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 = 3551485d-2923e284-913cc567-2096cab1 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 = 65536 net.ipv4.tcp_max_reordering = 300 net.ipv4.tcp_max_syn_backlog = 1024 net.ipv4.tcp_max_tw_buckets = 65536 net.ipv4.tcp_mem = 183441 244591 366882 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 = 366885 489182 733770 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 = 122295 net.ipv4.vs.sync_refresh_period = 0 net.ipv4.vs.sync_retries = 0 net.ipv4.vs.sync_sock_size = 0 net.ipv4.vs.sync_threshold = 3 50 net.ipv4.vs.sync_version = 1 net.ipv4.xfrm4_gc_thresh = 32768 net.ipv6.anycast_src_echo_reply = 0 net.ipv6.auto_flowlabels = 1 net.ipv6.bindv6only = 0 net.ipv6.conf.all.accept_dad = 0 net.ipv6.conf.all.accept_ra = 1 net.ipv6.conf.all.accept_ra_defrtr = 1 net.ipv6.conf.all.accept_ra_from_local = 0 net.ipv6.conf.all.accept_ra_min_hop_limit = 1 net.ipv6.conf.all.accept_ra_mtu = 1 net.ipv6.conf.all.accept_ra_pinfo = 1 net.ipv6.conf.all.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.all.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.all.accept_ra_rtr_pref = 1 net.ipv6.conf.all.accept_redirects = 1 net.ipv6.conf.all.accept_source_route = 0 net.ipv6.conf.all.addr_gen_mode = 0 net.ipv6.conf.all.autoconf = 1 net.ipv6.conf.all.dad_transmits = 1 net.ipv6.conf.all.disable_ipv6 = 0 net.ipv6.conf.all.disable_policy = 0 net.ipv6.conf.all.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.all.drop_unsolicited_na = 0 net.ipv6.conf.all.enhanced_dad = 1 net.ipv6.conf.all.force_mld_version = 0 net.ipv6.conf.all.force_tllao = 0 net.ipv6.conf.all.forwarding = 0 net.ipv6.conf.all.hop_limit = 64 net.ipv6.conf.all.ignore_routes_with_linkdown = 0 net.ipv6.conf.all.keep_addr_on_down = 0 net.ipv6.conf.all.max_addresses = 16 net.ipv6.conf.all.max_desync_factor = 600 net.ipv6.conf.all.mc_forwarding = 0 net.ipv6.conf.all.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.all.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.all.mtu = 1280 net.ipv6.conf.all.ndisc_notify = 0 net.ipv6.conf.all.ndisc_tclass = 0 net.ipv6.conf.all.optimistic_dad = 0 net.ipv6.conf.all.proxy_ndp = 0 net.ipv6.conf.all.regen_max_retry = 3 net.ipv6.conf.all.router_probe_interval = 60 net.ipv6.conf.all.router_solicitation_delay = 1 net.ipv6.conf.all.router_solicitation_interval = 4 net.ipv6.conf.all.router_solicitation_max_interval = 3600 net.ipv6.conf.all.router_solicitations = -1 net.ipv6.conf.all.rpl_seg_enabled = 0 net.ipv6.conf.all.seg6_enabled = 0 net.ipv6.conf.all.suppress_frag_ndisc = 1 net.ipv6.conf.all.temp_prefered_lft = 86400 net.ipv6.conf.all.temp_valid_lft = 604800 net.ipv6.conf.all.use_oif_addrs_only = 0 net.ipv6.conf.all.use_optimistic = 0 net.ipv6.conf.all.use_tempaddr = 0 net.ipv6.conf.balena0.accept_dad = 1 net.ipv6.conf.balena0.accept_ra = 0 net.ipv6.conf.balena0.accept_ra_defrtr = 1 net.ipv6.conf.balena0.accept_ra_from_local = 0 net.ipv6.conf.balena0.accept_ra_min_hop_limit = 1 net.ipv6.conf.balena0.accept_ra_mtu = 1 net.ipv6.conf.balena0.accept_ra_pinfo = 1 net.ipv6.conf.balena0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.balena0.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.balena0.accept_ra_rtr_pref = 1 net.ipv6.conf.balena0.accept_redirects = 1 net.ipv6.conf.balena0.accept_source_route = 0 net.ipv6.conf.balena0.addr_gen_mode = 0 net.ipv6.conf.balena0.autoconf = 1 net.ipv6.conf.balena0.dad_transmits = 1 net.ipv6.conf.balena0.disable_ipv6 = 0 net.ipv6.conf.balena0.disable_policy = 0 net.ipv6.conf.balena0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.balena0.drop_unsolicited_na = 0 net.ipv6.conf.balena0.enhanced_dad = 1 net.ipv6.conf.balena0.force_mld_version = 0 net.ipv6.conf.balena0.force_tllao = 0 net.ipv6.conf.balena0.forwarding = 0 net.ipv6.conf.balena0.hop_limit = 64 net.ipv6.conf.balena0.ignore_routes_with_linkdown = 0 net.ipv6.conf.balena0.keep_addr_on_down = 0 net.ipv6.conf.balena0.max_addresses = 16 net.ipv6.conf.balena0.max_desync_factor = 600 net.ipv6.conf.balena0.mc_forwarding = 0 net.ipv6.conf.balena0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.balena0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.balena0.mtu = 1500 net.ipv6.conf.balena0.ndisc_notify = 0 net.ipv6.conf.balena0.ndisc_tclass = 0 net.ipv6.conf.balena0.optimistic_dad = 0 net.ipv6.conf.balena0.proxy_ndp = 0 net.ipv6.conf.balena0.regen_max_retry = 3 net.ipv6.conf.balena0.router_probe_interval = 60 net.ipv6.conf.balena0.router_solicitation_delay = 1 net.ipv6.conf.balena0.router_solicitation_interval = 4 net.ipv6.conf.balena0.router_solicitation_max_interval = 3600 net.ipv6.conf.balena0.router_solicitations = -1 net.ipv6.conf.balena0.rpl_seg_enabled = 0 net.ipv6.conf.balena0.seg6_enabled = 0 net.ipv6.conf.balena0.suppress_frag_ndisc = 1 net.ipv6.conf.balena0.temp_prefered_lft = 86400 net.ipv6.conf.balena0.temp_valid_lft = 604800 net.ipv6.conf.balena0.use_oif_addrs_only = 0 net.ipv6.conf.balena0.use_optimistic = 0 net.ipv6.conf.balena0.use_tempaddr = 0 net.ipv6.conf.default.accept_dad = 1 net.ipv6.conf.default.accept_ra = 1 net.ipv6.conf.default.accept_ra_defrtr = 1 net.ipv6.conf.default.accept_ra_from_local = 0 net.ipv6.conf.default.accept_ra_min_hop_limit = 1 net.ipv6.conf.default.accept_ra_mtu = 1 net.ipv6.conf.default.accept_ra_pinfo = 1 net.ipv6.conf.default.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.default.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.default.accept_ra_rtr_pref = 1 net.ipv6.conf.default.accept_redirects = 1 net.ipv6.conf.default.accept_source_route = 0 net.ipv6.conf.default.addr_gen_mode = 0 net.ipv6.conf.default.autoconf = 1 net.ipv6.conf.default.dad_transmits = 1 net.ipv6.conf.default.disable_ipv6 = 0 net.ipv6.conf.default.disable_policy = 0 net.ipv6.conf.default.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.default.drop_unsolicited_na = 0 net.ipv6.conf.default.enhanced_dad = 1 net.ipv6.conf.default.force_mld_version = 0 net.ipv6.conf.default.force_tllao = 0 net.ipv6.conf.default.forwarding = 0 net.ipv6.conf.default.hop_limit = 64 net.ipv6.conf.default.ignore_routes_with_linkdown = 0 net.ipv6.conf.default.keep_addr_on_down = 0 net.ipv6.conf.default.max_addresses = 16 net.ipv6.conf.default.max_desync_factor = 600 net.ipv6.conf.default.mc_forwarding = 0 net.ipv6.conf.default.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.default.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.default.mtu = 1280 net.ipv6.conf.default.ndisc_notify = 0 net.ipv6.conf.default.ndisc_tclass = 0 net.ipv6.conf.default.optimistic_dad = 0 net.ipv6.conf.default.proxy_ndp = 0 net.ipv6.conf.default.regen_max_retry = 3 net.ipv6.conf.default.router_probe_interval = 60 net.ipv6.conf.default.router_solicitation_delay = 1 net.ipv6.conf.default.router_solicitation_interval = 4 net.ipv6.conf.default.router_solicitation_max_interval = 3600 net.ipv6.conf.default.router_solicitations = -1 net.ipv6.conf.default.rpl_seg_enabled = 0 net.ipv6.conf.default.seg6_enabled = 0 net.ipv6.conf.default.suppress_frag_ndisc = 1 net.ipv6.conf.default.temp_prefered_lft = 86400 net.ipv6.conf.default.temp_valid_lft = 604800 net.ipv6.conf.default.use_oif_addrs_only = 0 net.ipv6.conf.default.use_optimistic = 0 net.ipv6.conf.default.use_tempaddr = 0 net.ipv6.conf.enP8p1s0.accept_dad = 1 net.ipv6.conf.enP8p1s0.accept_ra = 0 net.ipv6.conf.enP8p1s0.accept_ra_defrtr = 1 net.ipv6.conf.enP8p1s0.accept_ra_from_local = 0 net.ipv6.conf.enP8p1s0.accept_ra_min_hop_limit = 1 net.ipv6.conf.enP8p1s0.accept_ra_mtu = 1 net.ipv6.conf.enP8p1s0.accept_ra_pinfo = 1 net.ipv6.conf.enP8p1s0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.enP8p1s0.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.enP8p1s0.accept_ra_rtr_pref = 1 net.ipv6.conf.enP8p1s0.accept_redirects = 1 net.ipv6.conf.enP8p1s0.accept_source_route = 0 net.ipv6.conf.enP8p1s0.addr_gen_mode = 1 net.ipv6.conf.enP8p1s0.autoconf = 1 net.ipv6.conf.enP8p1s0.dad_transmits = 1 net.ipv6.conf.enP8p1s0.disable_ipv6 = 0 net.ipv6.conf.enP8p1s0.disable_policy = 0 net.ipv6.conf.enP8p1s0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.enP8p1s0.drop_unsolicited_na = 0 net.ipv6.conf.enP8p1s0.enhanced_dad = 1 net.ipv6.conf.enP8p1s0.force_mld_version = 0 net.ipv6.conf.enP8p1s0.force_tllao = 0 net.ipv6.conf.enP8p1s0.forwarding = 0 net.ipv6.conf.enP8p1s0.hop_limit = 64 net.ipv6.conf.enP8p1s0.ignore_routes_with_linkdown = 0 net.ipv6.conf.enP8p1s0.keep_addr_on_down = 0 net.ipv6.conf.enP8p1s0.max_addresses = 16 net.ipv6.conf.enP8p1s0.max_desync_factor = 600 net.ipv6.conf.enP8p1s0.mc_forwarding = 0 net.ipv6.conf.enP8p1s0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.enP8p1s0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.enP8p1s0.mtu = 1500 net.ipv6.conf.enP8p1s0.ndisc_notify = 0 net.ipv6.conf.enP8p1s0.ndisc_tclass = 0 net.ipv6.conf.enP8p1s0.optimistic_dad = 0 net.ipv6.conf.enP8p1s0.proxy_ndp = 0 net.ipv6.conf.enP8p1s0.regen_max_retry = 3 net.ipv6.conf.enP8p1s0.router_probe_interval = 60 net.ipv6.conf.enP8p1s0.router_solicitation_delay = 1 net.ipv6.conf.enP8p1s0.router_solicitation_interval = 4 net.ipv6.conf.enP8p1s0.router_solicitation_max_interval = 3600 net.ipv6.conf.enP8p1s0.router_solicitations = -1 net.ipv6.conf.enP8p1s0.rpl_seg_enabled = 0 net.ipv6.conf.enP8p1s0.seg6_enabled = 0 net.ipv6.conf.enP8p1s0.suppress_frag_ndisc = 1 net.ipv6.conf.enP8p1s0.temp_prefered_lft = 86400 net.ipv6.conf.enP8p1s0.temp_valid_lft = 604800 net.ipv6.conf.enP8p1s0.use_oif_addrs_only = 0 net.ipv6.conf.enP8p1s0.use_optimistic = 0 net.ipv6.conf.enP8p1s0.use_tempaddr = 0 net.ipv6.conf.eth0.accept_dad = 1 net.ipv6.conf.eth0.accept_ra = 0 net.ipv6.conf.eth0.accept_ra_defrtr = 1 net.ipv6.conf.eth0.accept_ra_from_local = 0 net.ipv6.conf.eth0.accept_ra_min_hop_limit = 1 net.ipv6.conf.eth0.accept_ra_mtu = 1 net.ipv6.conf.eth0.accept_ra_pinfo = 1 net.ipv6.conf.eth0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.eth0.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.eth0.accept_ra_rtr_pref = 1 net.ipv6.conf.eth0.accept_redirects = 1 net.ipv6.conf.eth0.accept_source_route = 0 net.ipv6.conf.eth0.addr_gen_mode = 1 net.ipv6.conf.eth0.autoconf = 1 net.ipv6.conf.eth0.dad_transmits = 1 net.ipv6.conf.eth0.disable_ipv6 = 0 net.ipv6.conf.eth0.disable_policy = 0 net.ipv6.conf.eth0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.eth0.drop_unsolicited_na = 0 net.ipv6.conf.eth0.enhanced_dad = 1 net.ipv6.conf.eth0.force_mld_version = 0 net.ipv6.conf.eth0.force_tllao = 0 net.ipv6.conf.eth0.forwarding = 0 net.ipv6.conf.eth0.hop_limit = 64 net.ipv6.conf.eth0.ignore_routes_with_linkdown = 0 net.ipv6.conf.eth0.keep_addr_on_down = 0 net.ipv6.conf.eth0.max_addresses = 16 net.ipv6.conf.eth0.max_desync_factor = 600 net.ipv6.conf.eth0.mc_forwarding = 0 net.ipv6.conf.eth0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.eth0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.eth0.mtu = 1500 net.ipv6.conf.eth0.ndisc_notify = 0 net.ipv6.conf.eth0.ndisc_tclass = 0 net.ipv6.conf.eth0.optimistic_dad = 0 net.ipv6.conf.eth0.proxy_ndp = 0 net.ipv6.conf.eth0.regen_max_retry = 3 net.ipv6.conf.eth0.router_probe_interval = 60 net.ipv6.conf.eth0.router_solicitation_delay = 1 net.ipv6.conf.eth0.router_solicitation_interval = 4 net.ipv6.conf.eth0.router_solicitation_max_interval = 3600 net.ipv6.conf.eth0.router_solicitations = -1 net.ipv6.conf.eth0.rpl_seg_enabled = 0 net.ipv6.conf.eth0.seg6_enabled = 0 net.ipv6.conf.eth0.suppress_frag_ndisc = 1 net.ipv6.conf.eth0.temp_prefered_lft = 86400 net.ipv6.conf.eth0.temp_valid_lft = 604800 net.ipv6.conf.eth0.use_oif_addrs_only = 0 net.ipv6.conf.eth0.use_optimistic = 0 net.ipv6.conf.eth0.use_tempaddr = 0 net.ipv6.conf.lo.accept_dad = -1 net.ipv6.conf.lo.accept_ra = 1 net.ipv6.conf.lo.accept_ra_defrtr = 1 net.ipv6.conf.lo.accept_ra_from_local = 0 net.ipv6.conf.lo.accept_ra_min_hop_limit = 1 net.ipv6.conf.lo.accept_ra_mtu = 1 net.ipv6.conf.lo.accept_ra_pinfo = 1 net.ipv6.conf.lo.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.lo.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.lo.accept_ra_rtr_pref = 1 net.ipv6.conf.lo.accept_redirects = 1 net.ipv6.conf.lo.accept_source_route = 0 net.ipv6.conf.lo.addr_gen_mode = 0 net.ipv6.conf.lo.autoconf = 1 net.ipv6.conf.lo.dad_transmits = 1 net.ipv6.conf.lo.disable_ipv6 = 0 net.ipv6.conf.lo.disable_policy = 0 net.ipv6.conf.lo.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.lo.drop_unsolicited_na = 0 net.ipv6.conf.lo.enhanced_dad = 1 net.ipv6.conf.lo.force_mld_version = 0 net.ipv6.conf.lo.force_tllao = 0 net.ipv6.conf.lo.forwarding = 0 net.ipv6.conf.lo.hop_limit = 64 net.ipv6.conf.lo.ignore_routes_with_linkdown = 0 net.ipv6.conf.lo.keep_addr_on_down = 0 net.ipv6.conf.lo.max_addresses = 16 net.ipv6.conf.lo.max_desync_factor = 600 net.ipv6.conf.lo.mc_forwarding = 0 net.ipv6.conf.lo.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.lo.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.lo.mtu = 65536 net.ipv6.conf.lo.ndisc_notify = 0 net.ipv6.conf.lo.ndisc_tclass = 0 net.ipv6.conf.lo.optimistic_dad = 0 net.ipv6.conf.lo.proxy_ndp = 0 net.ipv6.conf.lo.regen_max_retry = 3 net.ipv6.conf.lo.router_probe_interval = 60 net.ipv6.conf.lo.router_solicitation_delay = 1 net.ipv6.conf.lo.router_solicitation_interval = 4 net.ipv6.conf.lo.router_solicitation_max_interval = 3600 net.ipv6.conf.lo.router_solicitations = -1 net.ipv6.conf.lo.rpl_seg_enabled = 0 net.ipv6.conf.lo.seg6_enabled = 0 net.ipv6.conf.lo.suppress_frag_ndisc = 1 net.ipv6.conf.lo.temp_prefered_lft = 86400 net.ipv6.conf.lo.temp_valid_lft = 604800 net.ipv6.conf.lo.use_oif_addrs_only = 0 net.ipv6.conf.lo.use_optimistic = 0 net.ipv6.conf.lo.use_tempaddr = -1 net.ipv6.conf.resin-dns.accept_dad = 1 net.ipv6.conf.resin-dns.accept_ra = 1 net.ipv6.conf.resin-dns.accept_ra_defrtr = 1 net.ipv6.conf.resin-dns.accept_ra_from_local = 0 net.ipv6.conf.resin-dns.accept_ra_min_hop_limit = 1 net.ipv6.conf.resin-dns.accept_ra_mtu = 1 net.ipv6.conf.resin-dns.accept_ra_pinfo = 1 net.ipv6.conf.resin-dns.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.resin-dns.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.resin-dns.accept_ra_rtr_pref = 1 net.ipv6.conf.resin-dns.accept_redirects = 1 net.ipv6.conf.resin-dns.accept_source_route = 0 net.ipv6.conf.resin-dns.addr_gen_mode = 0 net.ipv6.conf.resin-dns.autoconf = 1 net.ipv6.conf.resin-dns.dad_transmits = 1 net.ipv6.conf.resin-dns.disable_ipv6 = 0 net.ipv6.conf.resin-dns.disable_policy = 0 net.ipv6.conf.resin-dns.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.resin-dns.drop_unsolicited_na = 0 net.ipv6.conf.resin-dns.enhanced_dad = 1 net.ipv6.conf.resin-dns.force_mld_version = 0 net.ipv6.conf.resin-dns.force_tllao = 0 net.ipv6.conf.resin-dns.forwarding = 0 net.ipv6.conf.resin-dns.hop_limit = 64 net.ipv6.conf.resin-dns.ignore_routes_with_linkdown = 0 net.ipv6.conf.resin-dns.keep_addr_on_down = 0 net.ipv6.conf.resin-dns.max_addresses = 16 net.ipv6.conf.resin-dns.max_desync_factor = 600 net.ipv6.conf.resin-dns.mc_forwarding = 0 net.ipv6.conf.resin-dns.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.resin-dns.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.resin-dns.mtu = 1500 net.ipv6.conf.resin-dns.ndisc_notify = 0 net.ipv6.conf.resin-dns.ndisc_tclass = 0 net.ipv6.conf.resin-dns.optimistic_dad = 0 net.ipv6.conf.resin-dns.proxy_ndp = 0 net.ipv6.conf.resin-dns.regen_max_retry = 3 net.ipv6.conf.resin-dns.router_probe_interval = 60 net.ipv6.conf.resin-dns.router_solicitation_delay = 1 net.ipv6.conf.resin-dns.router_solicitation_interval = 4 net.ipv6.conf.resin-dns.router_solicitation_max_interval = 3600 net.ipv6.conf.resin-dns.router_solicitations = -1 net.ipv6.conf.resin-dns.rpl_seg_enabled = 0 net.ipv6.conf.resin-dns.seg6_enabled = 0 net.ipv6.conf.resin-dns.suppress_frag_ndisc = 1 net.ipv6.conf.resin-dns.temp_prefered_lft = 86400 net.ipv6.conf.resin-dns.temp_valid_lft = 604800 net.ipv6.conf.resin-dns.use_oif_addrs_only = 0 net.ipv6.conf.resin-dns.use_optimistic = 0 net.ipv6.conf.resin-dns.use_tempaddr = 0 net.ipv6.conf.resin-vpn.accept_dad = -1 net.ipv6.conf.resin-vpn.accept_ra = 1 net.ipv6.conf.resin-vpn.accept_ra_defrtr = 1 net.ipv6.conf.resin-vpn.accept_ra_from_local = 0 net.ipv6.conf.resin-vpn.accept_ra_min_hop_limit = 1 net.ipv6.conf.resin-vpn.accept_ra_mtu = 1 net.ipv6.conf.resin-vpn.accept_ra_pinfo = 1 net.ipv6.conf.resin-vpn.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.resin-vpn.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.resin-vpn.accept_ra_rtr_pref = 1 net.ipv6.conf.resin-vpn.accept_redirects = 1 net.ipv6.conf.resin-vpn.accept_source_route = 0 net.ipv6.conf.resin-vpn.addr_gen_mode = 3 net.ipv6.conf.resin-vpn.autoconf = 1 net.ipv6.conf.resin-vpn.dad_transmits = 1 net.ipv6.conf.resin-vpn.disable_ipv6 = 0 net.ipv6.conf.resin-vpn.disable_policy = 0 net.ipv6.conf.resin-vpn.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.resin-vpn.drop_unsolicited_na = 0 net.ipv6.conf.resin-vpn.enhanced_dad = 1 net.ipv6.conf.resin-vpn.force_mld_version = 0 net.ipv6.conf.resin-vpn.force_tllao = 0 net.ipv6.conf.resin-vpn.forwarding = 0 net.ipv6.conf.resin-vpn.hop_limit = 64 net.ipv6.conf.resin-vpn.ignore_routes_with_linkdown = 0 net.ipv6.conf.resin-vpn.keep_addr_on_down = 0 net.ipv6.conf.resin-vpn.max_addresses = 16 net.ipv6.conf.resin-vpn.max_desync_factor = 600 net.ipv6.conf.resin-vpn.mc_forwarding = 0 net.ipv6.conf.resin-vpn.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.resin-vpn.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.resin-vpn.mtu = 1500 net.ipv6.conf.resin-vpn.ndisc_notify = 0 net.ipv6.conf.resin-vpn.ndisc_tclass = 0 net.ipv6.conf.resin-vpn.optimistic_dad = 0 net.ipv6.conf.resin-vpn.proxy_ndp = 0 net.ipv6.conf.resin-vpn.regen_max_retry = 3 net.ipv6.conf.resin-vpn.router_probe_interval = 60 net.ipv6.conf.resin-vpn.router_solicitation_delay = 1 net.ipv6.conf.resin-vpn.router_solicitation_interval = 4 net.ipv6.conf.resin-vpn.router_solicitation_max_interval = 3600 net.ipv6.conf.resin-vpn.router_solicitations = -1 net.ipv6.conf.resin-vpn.rpl_seg_enabled = 0 net.ipv6.conf.resin-vpn.seg6_enabled = 0 net.ipv6.conf.resin-vpn.stable_secret = fe32:29f1:0e0b:4cbc:4a7e:c06b:3ddc:b054 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_optimistic = 0 net.ipv6.conf.resin-vpn.use_tempaddr = -1 net.ipv6.conf.supervisor0.accept_dad = 1 net.ipv6.conf.supervisor0.accept_ra = 0 net.ipv6.conf.supervisor0.accept_ra_defrtr = 1 net.ipv6.conf.supervisor0.accept_ra_from_local = 0 net.ipv6.conf.supervisor0.accept_ra_min_hop_limit = 1 net.ipv6.conf.supervisor0.accept_ra_mtu = 1 net.ipv6.conf.supervisor0.accept_ra_pinfo = 1 net.ipv6.conf.supervisor0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.supervisor0.accept_ra_rt_info_min_plen = 0 net.ipv6.conf.supervisor0.accept_ra_rtr_pref = 1 net.ipv6.conf.supervisor0.accept_redirects = 1 net.ipv6.conf.supervisor0.accept_source_route = 0 net.ipv6.conf.supervisor0.addr_gen_mode = 0 net.ipv6.conf.supervisor0.autoconf = 1 net.ipv6.conf.supervisor0.dad_transmits = 1 net.ipv6.conf.supervisor0.disable_ipv6 = 0 net.ipv6.conf.supervisor0.disable_policy = 0 net.ipv6.conf.supervisor0.drop_unicast_in_l2_multicast = 0 net.ipv6.conf.supervisor0.drop_unsolicited_na = 0 net.ipv6.conf.supervisor0.enhanced_dad = 1 net.ipv6.conf.supervisor0.force_mld_version = 0 net.ipv6.conf.supervisor0.force_tllao = 0 net.ipv6.conf.supervisor0.forwarding = 0 net.ipv6.conf.supervisor0.hop_limit = 64 net.ipv6.conf.supervisor0.ignore_routes_with_linkdown = 0 net.ipv6.conf.supervisor0.keep_addr_on_down = 0 net.ipv6.conf.supervisor0.max_addresses = 16 net.ipv6.conf.supervisor0.max_desync_factor = 600 net.ipv6.conf.supervisor0.mc_forwarding = 0 net.ipv6.conf.supervisor0.mldv1_unsolicited_report_interval = 10000 net.ipv6.conf.supervisor0.mldv2_unsolicited_report_interval = 1000 net.ipv6.conf.supervisor0.mtu = 1500 net.ipv6.conf.supervisor0.ndisc_notify = 0 net.ipv6.conf.supervisor0.ndisc_tclass = 0 net.ipv6.conf.supervisor0.optimistic_dad = 0 net.ipv6.conf.supervisor0.proxy_ndp = 0 net.ipv6.conf.supervisor0.regen_max_retry = 3 net.ipv6.conf.supervisor0.router_probe_interval = 60 net.ipv6.conf.supervisor0.router_solicitation_delay = 1 net.ipv6.conf.supervisor0.router_solicitation_interval = 4 net.ipv6.conf.supervisor0.router_solicitation_max_interval = 3600 net.ipv6.conf.supervisor0.router_solicitations = -1 net.ipv6.conf.supervisor0.rpl_seg_enabled = 0 net.ipv6.conf.supervisor0.seg6_enabled = 0 net.ipv6.conf.supervisor0.suppress_frag_ndisc = 1 net.ipv6.conf.supervisor0.temp_prefered_lft = 86400 net.ipv6.conf.supervisor0.temp_valid_lft = 604800 net.ipv6.conf.supervisor0.use_oif_addrs_only = 0 net.ipv6.conf.supervisor0.use_optimistic = 0 net.ipv6.conf.supervisor0.use_tempaddr = 0 net.ipv6.fib_multipath_hash_policy = 0 net.ipv6.flowlabel_consistency = 1 net.ipv6.flowlabel_reflect = 0 net.ipv6.flowlabel_state_ranges = 0 net.ipv6.fwmark_reflect = 0 net.ipv6.icmp.echo_ignore_all = 0 net.ipv6.icmp.echo_ignore_anycast = 0 net.ipv6.icmp.echo_ignore_multicast = 0 net.ipv6.icmp.ratelimit = 1000 net.ipv6.icmp.ratemask = 0-1,3-127 net.ipv6.idgen_delay = 1 net.ipv6.idgen_retries = 3 net.ipv6.ip6frag_high_thresh = 4194304 net.ipv6.ip6frag_low_thresh = 3145728 net.ipv6.ip6frag_secret_interval = 0 net.ipv6.ip6frag_time = 60 net.ipv6.ip_nonlocal_bind = 0 net.ipv6.max_dst_opts_length = 2147483647 net.ipv6.max_dst_opts_number = 8 net.ipv6.max_hbh_length = 2147483647 net.ipv6.max_hbh_opts_number = 8 net.ipv6.mld_max_msf = 64 net.ipv6.mld_qrv = 2 net.ipv6.neigh.balena0.anycast_delay = 100 net.ipv6.neigh.balena0.app_solicit = 0 net.ipv6.neigh.balena0.base_reachable_time = 30 net.ipv6.neigh.balena0.base_reachable_time_ms = 30000 net.ipv6.neigh.balena0.delay_first_probe_time = 5 net.ipv6.neigh.balena0.gc_stale_time = 60 net.ipv6.neigh.balena0.locktime = 0 net.ipv6.neigh.balena0.mcast_resolicit = 0 net.ipv6.neigh.balena0.mcast_solicit = 3 net.ipv6.neigh.balena0.proxy_delay = 80 net.ipv6.neigh.balena0.proxy_qlen = 64 net.ipv6.neigh.balena0.retrans_time = 250 net.ipv6.neigh.balena0.retrans_time_ms = 1000 net.ipv6.neigh.balena0.ucast_solicit = 3 net.ipv6.neigh.balena0.unres_qlen = 101 net.ipv6.neigh.balena0.unres_qlen_bytes = 212992 net.ipv6.neigh.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 = 250 net.ipv6.neigh.default.retrans_time_ms = 1000 net.ipv6.neigh.default.ucast_solicit = 3 net.ipv6.neigh.default.unres_qlen = 101 net.ipv6.neigh.default.unres_qlen_bytes = 212992 net.ipv6.neigh.enP8p1s0.anycast_delay = 100 net.ipv6.neigh.enP8p1s0.app_solicit = 0 net.ipv6.neigh.enP8p1s0.base_reachable_time = 30 net.ipv6.neigh.enP8p1s0.base_reachable_time_ms = 30000 net.ipv6.neigh.enP8p1s0.delay_first_probe_time = 5 net.ipv6.neigh.enP8p1s0.gc_stale_time = 60 net.ipv6.neigh.enP8p1s0.locktime = 0 net.ipv6.neigh.enP8p1s0.mcast_resolicit = 0 net.ipv6.neigh.enP8p1s0.mcast_solicit = 3 net.ipv6.neigh.enP8p1s0.proxy_delay = 80 net.ipv6.neigh.enP8p1s0.proxy_qlen = 64 net.ipv6.neigh.enP8p1s0.retrans_time = 250 net.ipv6.neigh.enP8p1s0.retrans_time_ms = 1000 net.ipv6.neigh.enP8p1s0.ucast_solicit = 3 net.ipv6.neigh.enP8p1s0.unres_qlen = 101 net.ipv6.neigh.enP8p1s0.unres_qlen_bytes = 212992 net.ipv6.neigh.eth0.anycast_delay = 100 net.ipv6.neigh.eth0.app_solicit = 0 net.ipv6.neigh.eth0.base_reachable_time = 30 net.ipv6.neigh.eth0.base_reachable_time_ms = 30000 net.ipv6.neigh.eth0.delay_first_probe_time = 5 net.ipv6.neigh.eth0.gc_stale_time = 60 net.ipv6.neigh.eth0.locktime = 0 net.ipv6.neigh.eth0.mcast_resolicit = 0 net.ipv6.neigh.eth0.mcast_solicit = 3 net.ipv6.neigh.eth0.proxy_delay = 80 net.ipv6.neigh.eth0.proxy_qlen = 64 net.ipv6.neigh.eth0.retrans_time = 250 net.ipv6.neigh.eth0.retrans_time_ms = 1000 net.ipv6.neigh.eth0.ucast_solicit = 3 net.ipv6.neigh.eth0.unres_qlen = 101 net.ipv6.neigh.eth0.unres_qlen_bytes = 212992 net.ipv6.neigh.lo.anycast_delay = 100 net.ipv6.neigh.lo.app_solicit = 0 net.ipv6.neigh.lo.base_reachable_time = 30 net.ipv6.neigh.lo.base_reachable_time_ms = 30000 net.ipv6.neigh.lo.delay_first_probe_time = 5 net.ipv6.neigh.lo.gc_stale_time = 60 net.ipv6.neigh.lo.locktime = 0 net.ipv6.neigh.lo.mcast_resolicit = 0 net.ipv6.neigh.lo.mcast_solicit = 3 net.ipv6.neigh.lo.proxy_delay = 80 net.ipv6.neigh.lo.proxy_qlen = 64 net.ipv6.neigh.lo.retrans_time = 250 net.ipv6.neigh.lo.retrans_time_ms = 1000 net.ipv6.neigh.lo.ucast_solicit = 3 net.ipv6.neigh.lo.unres_qlen = 101 net.ipv6.neigh.lo.unres_qlen_bytes = 212992 net.ipv6.neigh.resin-dns.anycast_delay = 100 net.ipv6.neigh.resin-dns.app_solicit = 0 net.ipv6.neigh.resin-dns.base_reachable_time = 30 net.ipv6.neigh.resin-dns.base_reachable_time_ms = 30000 net.ipv6.neigh.resin-dns.delay_first_probe_time = 5 net.ipv6.neigh.resin-dns.gc_stale_time = 60 net.ipv6.neigh.resin-dns.locktime = 0 net.ipv6.neigh.resin-dns.mcast_resolicit = 0 net.ipv6.neigh.resin-dns.mcast_solicit = 3 net.ipv6.neigh.resin-dns.proxy_delay = 80 net.ipv6.neigh.resin-dns.proxy_qlen = 64 net.ipv6.neigh.resin-dns.retrans_time = 250 net.ipv6.neigh.resin-dns.retrans_time_ms = 1000 net.ipv6.neigh.resin-dns.ucast_solicit = 3 net.ipv6.neigh.resin-dns.unres_qlen = 101 net.ipv6.neigh.resin-dns.unres_qlen_bytes = 212992 net.ipv6.neigh.resin-vpn.anycast_delay = 100 net.ipv6.neigh.resin-vpn.app_solicit = 0 net.ipv6.neigh.resin-vpn.base_reachable_time = 30 net.ipv6.neigh.resin-vpn.base_reachable_time_ms = 30000 net.ipv6.neigh.resin-vpn.delay_first_probe_time = 5 net.ipv6.neigh.resin-vpn.gc_stale_time = 60 net.ipv6.neigh.resin-vpn.locktime = 0 net.ipv6.neigh.resin-vpn.mcast_resolicit = 0 net.ipv6.neigh.resin-vpn.mcast_solicit = 3 net.ipv6.neigh.resin-vpn.proxy_delay = 80 net.ipv6.neigh.resin-vpn.proxy_qlen = 64 net.ipv6.neigh.resin-vpn.retrans_time = 250 net.ipv6.neigh.resin-vpn.retrans_time_ms = 1000 net.ipv6.neigh.resin-vpn.ucast_solicit = 3 net.ipv6.neigh.resin-vpn.unres_qlen = 101 net.ipv6.neigh.resin-vpn.unres_qlen_bytes = 212992 net.ipv6.neigh.supervisor0.anycast_delay = 100 net.ipv6.neigh.supervisor0.app_solicit = 0 net.ipv6.neigh.supervisor0.base_reachable_time = 30 net.ipv6.neigh.supervisor0.base_reachable_time_ms = 30000 net.ipv6.neigh.supervisor0.delay_first_probe_time = 5 net.ipv6.neigh.supervisor0.gc_stale_time = 60 net.ipv6.neigh.supervisor0.locktime = 0 net.ipv6.neigh.supervisor0.mcast_resolicit = 0 net.ipv6.neigh.supervisor0.mcast_solicit = 3 net.ipv6.neigh.supervisor0.proxy_delay = 80 net.ipv6.neigh.supervisor0.proxy_qlen = 64 net.ipv6.neigh.supervisor0.retrans_time = 250 net.ipv6.neigh.supervisor0.retrans_time_ms = 1000 net.ipv6.neigh.supervisor0.ucast_solicit = 3 net.ipv6.neigh.supervisor0.unres_qlen = 101 net.ipv6.neigh.supervisor0.unres_qlen_bytes = 212992 net.ipv6.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 = 65536 net.netfilter.nf_conntrack_checksum = 1 net.netfilter.nf_conntrack_count = 125 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 = 1024 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 = 262144 net.netfilter.nf_conntrack_sctp_timeout_closed = 10 net.netfilter.nf_conntrack_sctp_timeout_cookie_echoed = 3 net.netfilter.nf_conntrack_sctp_timeout_cookie_wait = 3 net.netfilter.nf_conntrack_sctp_timeout_established = 432000 net.netfilter.nf_conntrack_sctp_timeout_heartbeat_acked = 210 net.netfilter.nf_conntrack_sctp_timeout_heartbeat_sent = 30 net.netfilter.nf_conntrack_sctp_timeout_shutdown_ack_sent = 3 net.netfilter.nf_conntrack_sctp_timeout_shutdown_recd = 0 net.netfilter.nf_conntrack_sctp_timeout_shutdown_sent = 0 net.netfilter.nf_conntrack_tcp_be_liberal = 0 net.netfilter.nf_conntrack_tcp_loose = 1 net.netfilter.nf_conntrack_tcp_max_retrans = 3 net.netfilter.nf_conntrack_tcp_timeout_close = 10 net.netfilter.nf_conntrack_tcp_timeout_close_wait = 60 net.netfilter.nf_conntrack_tcp_timeout_established = 432000 net.netfilter.nf_conntrack_tcp_timeout_fin_wait = 120 net.netfilter.nf_conntrack_tcp_timeout_last_ack = 30 net.netfilter.nf_conntrack_tcp_timeout_max_retrans = 300 net.netfilter.nf_conntrack_tcp_timeout_syn_recv = 60 net.netfilter.nf_conntrack_tcp_timeout_syn_sent = 120 net.netfilter.nf_conntrack_tcp_timeout_time_wait = 120 net.netfilter.nf_conntrack_tcp_timeout_unacknowledged = 300 net.netfilter.nf_conntrack_udp_timeout = 30 net.netfilter.nf_conntrack_udp_timeout_stream = 120 net.netfilter.nf_log.0 = NONE net.netfilter.nf_log.1 = NONE net.netfilter.nf_log.10 = NONE net.netfilter.nf_log.11 = NONE net.netfilter.nf_log.12 = NONE net.netfilter.nf_log.2 = NONE net.netfilter.nf_log.3 = NONE net.netfilter.nf_log.4 = NONE net.netfilter.nf_log.5 = NONE net.netfilter.nf_log.6 = NONE net.netfilter.nf_log.7 = NONE net.netfilter.nf_log.8 = NONE net.netfilter.nf_log.9 = NONE net.netfilter.nf_log_all_netns = 0 net.nf_conntrack_max = 262144 net.unix.max_dgram_qlen = 512 user.max_cgroup_namespaces = 60422 user.max_inotify_instances = 512 user.max_inotify_watches = 8192 user.max_ipc_namespaces = 60422 user.max_mnt_namespaces = 60422 user.max_net_namespaces = 60422 user.max_pid_namespaces = 60422 user.max_time_namespaces = 60422 user.max_user_namespaces = 0 user.max_uts_namespaces = 60422 vm.admin_reserve_kbytes = 8192 vm.block_dump = 0 vm.compact_unevictable_allowed = 1 vm.compaction_proactiveness = 20 vm.dirty_background_bytes = 0 vm.dirty_background_ratio = 10 vm.dirty_bytes = 0 vm.dirty_expire_centisecs = 3000 vm.dirty_ratio = 20 vm.dirty_writeback_centisecs = 500 vm.dirtytime_expire_seconds = 43200 vm.extfrag_threshold = 500 vm.hugetlb_shm_group = 0 vm.laptop_mode = 0 vm.legacy_va_layout = 0 vm.lowmem_reserve_ratio = 256 256 32 0 vm.max_map_count = 65530 vm.memory_failure_early_kill = 0 vm.memory_failure_recovery = 1 vm.min_free_kbytes = 45056 vm.mmap_min_addr = 32768 vm.mmap_rnd_bits = 18 vm.mmap_rnd_compat_bits = 11 vm.nr_hugepages = 0 vm.nr_overcommit_hugepages = 0 vm.oom_dump_tasks = 1 vm.oom_kill_allocating_task = 0 vm.overcommit_kbytes = 0 vm.overcommit_memory = 1 vm.overcommit_ratio = 50 vm.page-cluster = 3 vm.page_lock_unfairness = 5 vm.panic_on_oom = 0 vm.percpu_pagelist_fraction = 0 vm.stat_interval = 1 vm.swappiness = 60 vm.user_reserve_kbytes = 131072 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.02s user 0m 0.00s sys 0m 0.02s --- systemctl list-units --failed --no-pager --- 2023-09-21 00:03:39.919261130+00:00 UNIT LOAD ACTIVE SUB DESCRIPTION 0 loaded units listed. real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- top -b -n 1 --- 2023-09-21 00:03:39.933085546+00:00 Mem: 1486424K used, 14273484K free, 6976K shrd, 16976K buff, 479128K cached CPU: 0% usr 2% sys 0% nic 97% idle 0% io 0% irq 0% sirq Load average: 0.30 0.44 0.19 1/419 5679 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 5679 5678 root R 3516 0% 2% top -b -n 1 3145 2813 messageb S 16.7g 109% 0% /opt/tritonserver/bin/tritonserver --http-port 9100 --grpc-port 9101 --metrics-port 9102 --model-repository /var/lib/lumeo/models/triton_model_repo --model-control-mode=explicit --backend-directory /opt/tritonserver/backends 2501 1 root S 1674m 11% 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 2545 2501 root S 1529m 10% 0% balena-engine-containerd --config /var/run/balena-engine/containerd/containerd.toml --log-level info 3017 2945 root S 1313m 8% 0% balena start --attach balena_supervisor 2751 2545 root S 1240m 8% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e -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 3025 2545 root S 1240m 8% 0% balena-engine-containerd-shim -namespace moby -workdir /var/lib/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/b85073ae50731be6019a3f34ffe21187db15b3ec25af8aa0da31634793e7702c -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 2813 2783 messageb S 752m 5% 0% /usr/bin/lumeod 2441 1 root S 656m 4% 0% /usr/sbin/NetworkManager --no-daemon 2811 2783 messageb S 554m 4% 0% /usr/bin/lumeo-rtspd 2812 2783 messageb S 407m 3% 0% /usr/bin/lumeo-webrtcd 2060 1 root S 311m 2% 0% /usr/sbin/ModemManager --log-journal 3054 3025 root S 307m 2% 0% node /usr/src/app/dist/app.js 2054 1 root S 295m 2% 0% /usr/sbin/rngd -f -r /dev/hwrng 1 0 root S 157m 1% 0% {systemd} /sbin/init 3347 1 root S 77328 0% 0% /usr/sbin/chronyd -d 2140 1 root S 42028 0% 0% /lib/systemd/systemd-logind 3218 3054 root S 18008 0% 0% journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service 1365 1 root S 13392 0% 0% /lib/systemd/systemd-journald 1392 1 root S 12140 0% 0% /lib/systemd/systemd-udevd 3390 1 openvpn S 9384 0% 0% /usr/sbin/openvpn --writepid /run/openvpn/openvpn.pid --cd /etc/openvpn/ --config /etc/openvpn/openvpn.conf --connect-retry 5 120 4722 1 root S 9028 0% 0% sshd: root@notty 4704 1 root S 8776 0% 0% /lib/systemd/systemd-timedated 3432 1 root S 8720 0% 0% sshd: root@notty 2506 2501 root S 5960 0% 0% /proc/self/exe --healthcheck /usr/lib/balena/balena-healthcheck --pid 2501 2946 2945 root S 5960 0% 0% /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 2945 3349 3347 root S 5960 0% 0% /proc/self/exe --healthcheck /usr/libexec/chrony-healthcheck --pid 3347 2783 2751 messageb S 5880 0% 0% {run.sh} /bin/bash /etc/init/run.sh 2413 1 avahi S 5860 0% 0% avahi-daemon: running [0f868c4.local] 2074 1 messageb S 5852 0% 0% /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only 2420 2413 avahi S 5648 0% 0% avahi-daemon: chroot helper 2525 1 nobody S 5100 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=- 3456 3454 root S 4604 0% 0% jq -s add | {checks:.} 3436 3434 root S 4512 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 3454 3436 root S 4512 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 3455 3454 root S 4512 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 3512 3455 root S 4512 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 3513 3512 root S 4512 0% 0% bash -s -- --balenaos-registry registry2.balena-cloud.com 1419 1 root S 4352 0% 0% @sbin/plymouthd --tty=tty1 --mode=boot --pid-file=/run/plymouth/pid --attach-to-session --kernel-command-line=plymouth.ignore-serial-consoles splash 2945 1 root S 3964 0% 0% {start-balena-su} /bin/sh /usr/bin/start-balena-supervisor 3526 3513 root S 3956 0% 0% nslookup api.balena-cloud.com 2001:578:3f:1::30 4726 4724 root S 3864 0% 0% bash -s -- 3434 3432 root S 3732 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)" = "0f868c45c0e3d0868b83fb96f5de8c26" ];then TERM=xterm;ba 4724 4722 root S 3732 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)" = "0f868c45c0e3d0868b83fb96f5de8c26" ];then TERM=xterm;ba 5677 4726 root S 3384 0% 0% /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 3146 2813 messageb S 3244 0% 0% tegrastats --interval 30000 2098 1 root S 2516 0% 0% /usr/sbin/nvfancontrol 5678 5677 root S 2220 0% 0% timeout --preserve-status --kill-after=20 -v 10 bash -c top -b -n 1 128 2 root IW 0 0% 0% [kworker/3:3-eve] 120 2 root IW< 0 0% 0% [kworker/3:1H-kb] 426 2 root IW< 0 0% 0% [kworker/2:1H-kb] 427 2 root IW< 0 0% 0% [kworker/1:1H-kb] 448 2 root IW< 0 0% 0% [kworker/0:1H-kb] 1268 2 root IW 0 0% 0% [kworker/2:2-eve] 118 2 root IW 0 0% 0% [kworker/u16:1-d] 170 2 root SW 0 0% 0% [spi6] 2482 2 root SW 0 0% 0% [nvgpu_channel_p] 421 2 root IW< 0 0% 0% [kworker/5:1H-kb] 2218 2 root SW 0 0% 0% [sugov:0] 7 2 root IW 0 0% 0% [kworker/u16:0-d] 184 2 root IW 0 0% 0% [kworker/u16:3-e] 13 2 root IW 0 0% 0% [rcu_preempt] 12 2 root SW 0 0% 0% [ksoftirqd/0] 187 2 root IW< 0 0% 0% [kworker/7:1H-kb] 2265 2 root IW 0 0% 0% [kworker/3:14-ev] 2 0 root SW 0 0% 0% [kthreadd] 19 2 root SW 0 0% 0% [ksoftirqd/1] 52 2 root SW 0 0% 0% [kdevtmpfs] 59 2 root IW 0 0% 0% [kworker/6:1-eve] 113 2 root IW 0 0% 0% [kworker/1:11-cg] 127 2 root IW 0 0% 0% [kworker/3:2-eve] 175 2 root IW 0 0% 0% [kworker/6:2-eve] 191 2 root IW 0 0% 0% [kworker/0:5-eve] 194 2 root IW 0 0% 0% [kworker/4:2-mm_] 442 2 root IW< 0 0% 0% [kworker/6:1H-kb] 2388 2 root IW 0 0% 0% [kworker/0:14-ev] 2487 2 root SW 0 0% 0% [nvgpu_nvs_ga10b] 15 2 root IW 0 0% 0% [kworker/0:1-eve] 29 2 root SW 0 0% 0% [ksoftirqd/3] 40 2 root IW 0 0% 0% [kworker/5:0-eve] 54 2 root IW 0 0% 0% [kworker/2:1-cgr] 57 2 root IW 0 0% 0% [kworker/5:1-cgr] 112 2 root IW 0 0% 0% [kworker/1:10-ev] 117 2 root IW 0 0% 0% [kworker/7:1-eve] 190 2 root IW 0 0% 0% [kworker/0:4-eve] 291 2 root IW 0 0% 0% [kworker/5:2-eve] 422 2 root IW< 0 0% 0% [kworker/4:1H-kb] 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% [kworker/0:0-cgr] 6 2 root IW< 0 0% 0% [kworker/0:0H-ev] 8 2 root IW< 0 0% 0% [mm_percpu_wq] 9 2 root SW 0 0% 0% [rcu_tasks_kthre] 10 2 root SW 0 0% 0% [rcu_tasks_rude_] 11 2 root SW 0 0% 0% [rcu_tasks_trace] 14 2 root SW 0 0% 0% [migration/0] 16 2 root SW 0 0% 0% [cpuhp/0] 17 2 root SW 0 0% 0% [cpuhp/1] 18 2 root SW 0 0% 0% [migration/1] 20 2 root IW 0 0% 0% [kworker/1:0-eve] 21 2 root IW< 0 0% 0% [kworker/1:0H-ev] 22 2 root SW 0 0% 0% [cpuhp/2] 23 2 root SW 0 0% 0% [migration/2] 24 2 root SW 0 0% 0% [ksoftirqd/2] 25 2 root IW 0 0% 0% [kworker/2:0-eve] 26 2 root IW< 0 0% 0% [kworker/2:0H-ev] 27 2 root SW 0 0% 0% [cpuhp/3] 28 2 root SW 0 0% 0% [migration/3] 30 2 root IW 0 0% 0% [kworker/3:0-cgr] 31 2 root IW< 0 0% 0% [kworker/3:0H-ev] 32 2 root PW 0 0% 0% [cpuhp/4] 33 2 root PW 0 0% 0% [migration/4] 34 2 root PW 0 0% 0% [ksoftirqd/4] 35 2 root IW 0 0% 0% [kworker/4:0-eve] 36 2 root IW< 0 0% 0% [kworker/4:0H-ev] 37 2 root PW 0 0% 0% [cpuhp/5] 38 2 root PW 0 0% 0% [migration/5] 39 2 root PW 0 0% 0% [ksoftirqd/5] 41 2 root IW< 0 0% 0% [kworker/5:0H-ev] 42 2 root PW 0 0% 0% [cpuhp/6] 43 2 root PW 0 0% 0% [migration/6] 44 2 root PW 0 0% 0% [ksoftirqd/6] 45 2 root IW 0 0% 0% [kworker/6:0-eve] 46 2 root IW< 0 0% 0% [kworker/6:0H-ev] 47 2 root PW 0 0% 0% [cpuhp/7] 48 2 root PW 0 0% 0% [migration/7] 49 2 root PW 0 0% 0% [ksoftirqd/7] 50 2 root IW 0 0% 0% [kworker/7:0-eve] 51 2 root IW< 0 0% 0% [kworker/7:0H-ev] 53 2 root IW< 0 0% 0% [netns] 55 2 root IW 0 0% 0% [kworker/1:1-eve] 56 2 root IW 0 0% 0% [kworker/3:1-eve] 58 2 root IW 0 0% 0% [kworker/4:1-rcu] 60 2 root SW 0 0% 0% [irq/18-mc_statu] 61 2 root SW 0 0% 0% [khungtaskd] 62 2 root SW 0 0% 0% [oom_reaper] 63 2 root IW< 0 0% 0% [writeback] 64 2 root SW 0 0% 0% [kcompactd0] 65 2 root SWN 0 0% 0% [ksmd] 66 2 root SWN 0 0% 0% [khugepaged] 99 2 root IW< 0 0% 0% [kintegrityd] 100 2 root IW< 0 0% 0% [kblockd] 101 2 root IW< 0 0% 0% [blkcg_punt_bio] 102 2 root IW 0 0% 0% [kworker/1:2-eve] 103 2 root SW 0 0% 0% [irq/223-2190000] 104 2 root IW 0 0% 0% [kworker/1:3-eve] 105 2 root IW< 0 0% 0% [devfreq_wq] 106 2 root IW 0 0% 0% [kworker/1:4-eve] 107 2 root IW 0 0% 0% [kworker/1:5-eve] 108 2 root IW 0 0% 0% [kworker/1:6-eve] 109 2 root IW 0 0% 0% [kworker/1:7-eve] 110 2 root IW 0 0% 0% [kworker/1:8-eve] 111 2 root IW 0 0% 0% [kworker/1:9-eve] 114 2 root IW 0 0% 0% [kworker/1:12-rc] 115 2 root IW 0 0% 0% [kworker/1:13] 116 2 root SW 0 0% 0% [watchdogd] 119 2 root SWN 0 0% 0% [nvmap-bz] 121 2 root SW 0 0% 0% [kswapd0] 124 2 root IW< 0 0% 0% [kthrotld] 125 2 root IW< 0 0% 0% [kpcitest] 129 2 root IW< 0 0% 0% [nvme-wq] 130 2 root IW< 0 0% 0% [nvme-reset-wq] 131 2 root IW< 0 0% 0% [nvme-delete-wq] 132 2 root IW< 0 0% 0% [uas] 133 2 root SW 0 0% 0% [irq/244-tegra_r] 134 2 root IW< 0 0% 0% [dm_bufio_cache] 135 2 root SW 0 0% 0% [irq/245-nvvrs-p] 136 2 root SW 0 0% 0% [irq/235-tegra_d] 137 2 root SW 0 0% 0% [irq/236-tegra_d] 138 2 root IW< 0 0% 0% [dce-async-ipc-w] 139 2 root SW 0 0% 0% [irq/112-bc00000] 140 2 root IW< 0 0% 0% [ipv6_addrconf] 141 2 root SW< 0 0% 0% [krfcommd] 142 2 root IW< 0 0% 0% [kstrp] 143 2 root IW 0 0% 0% [kworker/3:4-eve] 144 2 root IW< 0 0% 0% [host_low_prio_w] 145 2 root SW 0 0% 0% [irq/127-host_sy] 146 2 root SW 0 0% 0% [irq/128-host_sy] 147 2 root SW 0 0% 0% [irq/129-host_sy] 148 2 root SW 0 0% 0% [irq/130-host_sy] 149 2 root SW 0 0% 0% [irq/131-host_sy] 150 2 root SW 0 0% 0% [irq/132-host_sy] 151 2 root SW 0 0% 0% [irq/133-host_sy] 152 2 root SW 0 0% 0% [irq/134-host_sy] 153 2 root SW 0 0% 0% [irq/135-host_st] 154 2 root IW 0 0% 0% [kworker/3:5-eve] 155 2 root IW 0 0% 0% [kworker/3:6-eve] 156 2 root SW 0 0% 0% [irq/137-tsec_ri] 157 2 root IW 0 0% 0% [kworker/3:7-cgr] 158 2 root IW 0 0% 0% [kworker/3:8-eve] 159 2 root IW< 0 0% 0% [pva_task_status] 160 2 root SW 0 0% 0% [irq/138-pva-isr] 161 2 root SW 0 0% 0% [irq/139-pva-isr] 162 2 root SW 0 0% 0% [irq/140-pva-isr] 163 2 root SW 0 0% 0% [irq/141-pva-isr] 164 2 root SW 0 0% 0% [irq/142-pva-isr] 165 2 root SW 0 0% 0% [irq/143-pva-isr] 166 2 root SW 0 0% 0% [irq/144-pva-isr] 167 2 root SW 0 0% 0% [irq/145-pva-isr] 168 2 root SW 0 0% 0% [irq/146-pva-isr] 169 2 root SW 0 0% 0% [irq/68-3270000.] 172 2 root SW 0 0% 0% [irq/230-3610000] 173 2 root SW 0 0% 0% [irq/227-3610000] 174 2 root SW 0 0% 0% [irq/55-tegra-pc] 176 2 root IW 0 0% 0% [kworker/6:3-cgr] 178 2 root SW 0 0% 0% [irq/57-tegra-pc] 179 2 root SW 0 0% 0% [irq/57-aerdrv] 180 2 root IW 0 0% 0% [kworker/3:9-eve] 181 2 root IW 0 0% 0% [kworker/u16:2-e] 182 2 root SW 0 0% 0% [irq/295-3520000] 183 2 root IW 0 0% 0% [kworker/3:10-cg] 185 2 root IW 0 0% 0% [kworker/u16:4] 186 2 root SW 0 0% 0% [irq/59-tegra-pc] 188 2 root IW 0 0% 0% [kworker/0:2-eve] 189 2 root IW 0 0% 0% [kworker/0:3-eve] 192 2 root IW 0 0% 0% [kworker/0:6-eve] 193 2 root IW 0 0% 0% [kworker/0:7-eve] 195 2 root SW 0 0% 0% [irq/59-aerdrv] 196 2 root IW< 0 0% 0% [kworker/u17:0] 221 2 root SW 0 0% 0% [irq/113-d230000] 940 2 root IW< 0 0% 0% [kworker/3:2H] 941 2 root IW< 0 0% 0% [kworker/0:2H] 942 2 root IW< 0 0% 0% [kworker/5:2H] 943 2 root IW< 0 0% 0% [kworker/7:2H] 944 2 root IW< 0 0% 0% [kworker/2:2H] 945 2 root IW< 0 0% 0% [kworker/1:2H] 946 2 root IW< 0 0% 0% [sdhci] 947 2 root SW 0 0% 0% [irq/65-mmc1] 948 2 root SW 0 0% 0% [irq/293-3400000] 999 2 root IW< 0 0% 0% [kworker/4:2H] 1000 2 root IW< 0 0% 0% [kworker/6:2H] 1155 2 root IW 0 0% 0% [kworker/7:2-eve] 1172 2 root SW 0 0% 0% [jbd2/nvme0n1p7-] 1173 2 root IW< 0 0% 0% [ext4-rsv-conver] 1186 2 root SW 0 0% 0% [jbd2/nvme0n1p9-] 1187 2 root IW< 0 0% 0% [ext4-rsv-conver] 1239 2 root SW 0 0% 0% [jbd2/nvme0n1p10] 1240 2 root IW< 0 0% 0% [ext4-rsv-conver] 1295 2 root SW 0 0% 0% [irq/231-gk20a_s] 1296 2 root SW 0 0% 0% [irq/232-gk20a_s] 1297 2 root SW 0 0% 0% [irq/233-gk20a_s] 1298 2 root SW 0 0% 0% [irq/234-gk20a_n] 1304 2 root IW 0 0% 0% [kworker/4:3-eve] 1309 2 root SW 0 0% 0% [nv_queue] 1310 2 root SW 0 0% 0% [nv_queue] 1315 2 root SW 0 0% 0% [nvidia-modeset/] 1316 2 root SW 0 0% 0% [nvidia-modeset/] 1320 2 root IW 0 0% 0% [kworker/7:3-eve] 1369 2 root IW 0 0% 0% [kworker/5:3-eve] 1431 2 root SW 0 0% 0% [irq/66-3210000.] 1432 2 root SW 0 0% 0% [spi0] 1433 2 root SW 0 0% 0% [irq/67-3230000.] 1434 2 root SW 0 0% 0% [spi2] 1542 2 root IW< 0 0% 0% [cryptd] 1954 2 root SW 0 0% 0% [adspp_kthread] 2257 2 root IW 0 0% 0% [kworker/3:11-ev] 2263 2 root IW 0 0% 0% [kworker/3:12-ev] 2264 2 root IW 0 0% 0% [kworker/3:13-ev] 2267 2 root IW 0 0% 0% [kworker/3:15-ev] 2268 2 root IW 0 0% 0% [kworker/3:16-ev] 2278 2 root IW 0 0% 0% [kworker/0:8-cgr] 2287 2 root IW 0 0% 0% [kworker/0:9-cgr] 2371 2 root IW 0 0% 0% [kworker/5:4-eve] 2372 2 root IW 0 0% 0% [kworker/5:5-eve] 2373 2 root IW 0 0% 0% [kworker/5:6-eve] 2374 2 root IW 0 0% 0% [kworker/5:7-eve] 2375 2 root IW 0 0% 0% [kworker/5:8-eve] 2376 2 root IW 0 0% 0% [kworker/5:9-eve] 2377 2 root IW 0 0% 0% [kworker/5:10-ev] 2378 2 root IW 0 0% 0% [kworker/5:11-ev] 2379 2 root IW 0 0% 0% [kworker/5:12-ev] 2380 2 root IW 0 0% 0% [kworker/5:13-ev] 2381 2 root IW 0 0% 0% [kworker/5:14-mm] 2382 2 root IW 0 0% 0% [kworker/0:10-ev] 2383 2 root IW 0 0% 0% [kworker/5:15-ev] 2384 2 root IW 0 0% 0% [kworker/0:11-ev] 2385 2 root IW 0 0% 0% [kworker/5:16-ev] 2386 2 root IW 0 0% 0% [kworker/0:12-ev] 2387 2 root IW 0 0% 0% [kworker/0:13-mm] 2389 2 root IW 0 0% 0% [kworker/0:15-ev] 2390 2 root IW 0 0% 0% [kworker/0:16] 2391 2 root IW 0 0% 0% [kworker/5:17-ev] 2392 2 root IW 0 0% 0% [kworker/0:17] 2425 2 root IW 0 0% 0% [kworker/6:4-eve] 2426 2 root IW 0 0% 0% [kworker/6:5-eve] 2427 2 root IW 0 0% 0% [kworker/6:6-eve] 2428 2 root IW 0 0% 0% [kworker/6:7-eve] 2429 2 root IW 0 0% 0% [kworker/6:8-eve] 2430 2 root IW 0 0% 0% [kworker/6:9-eve] 2431 2 root IW 0 0% 0% [kworker/6:10-ev] 2432 2 root IW 0 0% 0% [kworker/6:11-ev] 2433 2 root IW 0 0% 0% [kworker/6:12-ev] 2434 2 root IW 0 0% 0% [kworker/6:13-ev] 2435 2 root IW 0 0% 0% [kworker/6:14-mm] 2436 2 root IW 0 0% 0% [kworker/6:15-ev] 2437 2 root IW 0 0% 0% [kworker/6:16-ev] 2438 2 root IW 0 0% 0% [kworker/6:17-ev] 2439 2 root IW 0 0% 0% [kworker/6:18] 2477 2 root SW 0 0% 0% [sw-quiesce] 2503 2 root SW 0 0% 0% [nvgpu_pg_init_g] 2531 2 root SW 0 0% 0% [nvgpu_clk_arb_p] 3231 2 root SW 0 0% 0% [jbd2/nvme0n1p8-] 3232 2 root IW< 0 0% 0% [ext4-rsv-conver] real 0m 0.11s user 0m 0.00s sys 0m 0.01s --- 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-09-21 00:03:40.054988842+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- echo === SUPERVISOR === --- 2023-09-21 00:03:40.064659882+00:00 === SUPERVISOR === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- balena exec b85073ae5073 cat /etc/resolv.conf --- 2023-09-21 00:03:40.114087946+00:00 nameserver 10.114.102.1 options timeout:15 real 0m 0.19s user 0m 0.05s sys 0m 0.00s --- balena logs b85073ae5073 --- 2023-09-21 00:03:40.358222442+00:00 INFO: Found device /dev/nvme0n1p6 on current boot device nvme0n1, using as mount for '(resin|balena)-boot'. INFO: Found device /dev/nvme0n1p9 on current boot device nvme0n1, using as mount for '(resin|balena)-state'. INFO: Found device /dev/nvme0n1p10 on current boot device nvme0n1, using as mount for '(resin|balena)-data'. [info] Supervisor v14.12.0 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 [info] API Binder bound to: https://api.balena-cloud.com/v6/ [event] Event: Supervisor start {} [info] Starting API server [info] Supervisor API successfully started on port 48484 [debug] Spawning journalctl -a -S 2023-09-20 23:59:43 -o json CONTAINER_ID_FULL=3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e [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] Starting current state report [debug] Starting target state poll [info] VPN connection is not active. [info] Waiting for connectivity... [debug] Skipping preloading [debug] Spawning journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service [info] Applying target state [debug] Finished applying target state [success] Device state apply success [info] Applying target state [info] Reported current state to the cloud [debug] Finished applying target state [success] Device state apply success [info] VPN connection is active. [info] VPN connection is active. [info] VPN connection is active. [info] VPN connection is active. [info] VPN connection is not active. [info] VPN connection is active. [info] VPN connection is active. [info] VPN connection is active. [info] VPN connection is active. [info] Internet Connectivity: OK [api] GET /v1/device 200 - 39.064 ms [api] GET /v1/device 200 - 22.735 ms [api] GET /v1/device 200 - 21.354 ms [api] GET /v1/healthy 200 - 3.438 ms real 0m 0.04s user 0m 0.05s sys 0m 0.00s --- curl --max-time 5 localhost:48484/v1/healthy --- 2023-09-21 00:03:40.410021258+00:00 OKreal 0m 0.01s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -n 200 -a -u balena-supervisor -u resin-supervisor --- 2023-09-21 00:03:40.428869834+00:00 Sep 21 00:00:08 balena-supervisor[2847]: Error response from daemon: No such container: resin_supervisor Sep 21 00:00:09 balena-supervisor[2858]: balena_supervisor Sep 21 00:00:09 balena-supervisor[2866]: active Sep 21 00:00:09 balena-supervisor[2867]: [gen-conf-unit][INFO] Generating configuration unit for balena-supervisor in /var/volatile Sep 21 00:00:09 balena-supervisor[2867]: [gen-conf-unit][INFO] New balena-supervisor configuration: Sep 21 00:00:09 balena-supervisor[2879]: { Sep 21 00:00:09 balena-supervisor[2879]: "listenPort": "48484" Sep 21 00:00:09 balena-supervisor[2879]: } Sep 21 00:00:09 balena-supervisor[2893]: balena_supervisor Sep 21 00:00:09 balena-supervisor[2927]: Error response from daemon: No such container: resin_supervisor Sep 21 00:00:09 balena-supervisor[2934]: balena_supervisor Sep 21 00:00:09 balena-supervisor[2942]: active Sep 21 00:00:10 balena-supervisor[2945]: Container config has not changed Sep 21 00:00:10 balena-supervisor[3017]: INFO: Found device /dev/nvme0n1p6 on current boot device nvme0n1, using as mount for '(resin|balena)-boot'. Sep 21 00:00:11 balena-supervisor[3017]: INFO: Found device /dev/nvme0n1p9 on current boot device nvme0n1, using as mount for '(resin|balena)-state'. Sep 21 00:00:11 balena-supervisor[3017]: INFO: Found device /dev/nvme0n1p10 on current boot device nvme0n1, using as mount for '(resin|balena)-data'. Sep 21 00:00:13 balena-supervisor[3017]: [info] Supervisor v14.12.0 starting up... Sep 21 00:00:13 balena-supervisor[3017]: [info] Setting host to discoverable Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting systemd unit: avahi-daemon.service Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting systemd unit: avahi-daemon.socket Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting logging infrastructure Sep 21 00:00:13 balena-supervisor[3017]: [info] Starting firewall Sep 21 00:00:13 balena-supervisor[3017]: [warn] Invalid firewall mode: . Reverting to state: off Sep 21 00:00:13 balena-supervisor[3017]: [info] Applying firewall mode: off Sep 21 00:00:13 balena-supervisor[3017]: [success] Firewall mode applied Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting api binder Sep 21 00:00:13 balena-supervisor[3017]: [debug] Performing database cleanup for container log timestamps Sep 21 00:00:13 balena-supervisor[3017]: [info] Previous engine snapshot was not stored. Skipping cleanup. Sep 21 00:00:13 balena-supervisor[3017]: [debug] Handling of local mode switch is completed Sep 21 00:00:13 balena-supervisor[3017]: (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Sep 21 00:00:13 balena-supervisor[3017]: (Use `node --trace-deprecation ...` to show where the warning was created) Sep 21 00:00:13 balena-supervisor[3017]: [info] API Binder bound to: https://api.balena-cloud.com/v6/ Sep 21 00:00:13 balena-supervisor[3017]: [event] Event: Supervisor start {} Sep 21 00:00:13 balena-supervisor[3017]: [info] Starting API server Sep 21 00:00:13 balena-supervisor[3017]: [info] Supervisor API successfully started on port 48484 Sep 21 00:00:13 balena-supervisor[3017]: [debug] Spawning journalctl -a -S 2023-09-20 23:59:43 -o json CONTAINER_ID_FULL=3bf0d75d3be3a7e92fb805bb1ce94e602337e0b6c6b5c32d2560a4fdd780155e Sep 21 00:00:13 balena-supervisor[3017]: [debug] Ensuring device is provisioned Sep 21 00:00:13 balena-supervisor[3017]: [debug] Connectivity check enabled: true Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting periodic check for IP addresses Sep 21 00:00:13 balena-supervisor[3017]: [info] Reporting initial state, supervisor version and API info Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting current state report Sep 21 00:00:13 balena-supervisor[3017]: [debug] Starting target state poll Sep 21 00:00:13 balena-supervisor[3017]: [info] VPN connection is not active. Sep 21 00:00:13 balena-supervisor[3017]: [info] Waiting for connectivity... Sep 21 00:00:13 balena-supervisor[3017]: [debug] Skipping preloading Sep 21 00:00:13 balena-supervisor[3017]: [debug] Spawning journalctl -a --follow -o json _SYSTEMD_UNIT=balena.service Sep 21 00:00:13 balena-supervisor[3017]: [info] Applying target state Sep 21 00:00:14 balena-supervisor[3017]: [debug] Finished applying target state Sep 21 00:00:14 balena-supervisor[3017]: [success] Device state apply success Sep 21 00:00:21 balena-supervisor[3017]: [info] Applying target state Sep 21 00:00:21 balena-supervisor[3017]: [info] Reported current state to the cloud Sep 21 00:00:21 balena-supervisor[3017]: [debug] Finished applying target state Sep 21 00:00:21 balena-supervisor[3017]: [success] Device state apply success Sep 21 00:00:26 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:00:26 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:00:26 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:00:26 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:33 balena-supervisor[3017]: [info] VPN connection is not active. Sep 21 00:01:45 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:45 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:45 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:45 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:47 balena-supervisor[3017]: [info] Internet Connectivity: OK Sep 21 00:03:19 balena-supervisor[3017]: [api] GET /v1/device 200 - 39.064 ms Sep 21 00:03:20 balena-supervisor[3017]: [api] GET /v1/device 200 - 22.735 ms Sep 21 00:03:25 balena-supervisor[3017]: [api] GET /v1/device 200 - 21.354 ms Sep 21 00:03:26 balena-supervisor[3017]: [api] GET /v1/healthy 200 - 3.438 ms Sep 21 00:03:40 balena-supervisor[3017]: [api] GET /v1/healthy 200 - 2.345 ms real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- ls -lR /tmp/*-supervisor/**/* --- 2023-09-21 00:03:40.441207114+00:00 /tmp/balena-supervisor/services/2071187: total 0 drwxr-xr-x 2 root root 40 Sep 21 00:00 lumeo /tmp/balena-supervisor/services/2071187/lumeo: total 0 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- systemctl status balena-supervisor resin-supervisor --no-pager --- 2023-09-21 00:03:40.452015306+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 Thu 2023-09-21 00:00:09 UTC; 3min 30s ago Process: 2927 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=1/FAILURE) Process: 2934 ExecStartPre=/usr/bin/balena stop balena_supervisor (code=exited, status=0/SUCCESS) Process: 2942 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Process: 2943 ExecStartPre=/usr/sbin/gen-conf-unit balena-supervisor (code=exited, status=0/SUCCESS) Main PID: 2945 (start-balena-su) Tasks: 11 (limit: 18126) Memory: 18.6M CGroup: /system.slice/balena-supervisor.service ├─ 2945 /bin/sh /usr/bin/start-balena-supervisor ├─ 2946 /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 2945 └─ 3017 balena start --attach balena_supervisor Sep 21 00:01:45 0f868c4 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:45 0f868c4 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:45 0f868c4 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:45 0f868c4 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:47 0f868c4 balena-supervisor[3017]: [info] Internet Connectivity: OK Sep 21 00:03:19 0f868c4 balena-supervisor[3017]: [api] GET /v1/device 200 - 39.064 ms Sep 21 00:03:20 0f868c4 balena-supervisor[3017]: [api] GET /v1/device 200 - 22.735 ms Sep 21 00:03:25 0f868c4 balena-supervisor[3017]: [api] GET /v1/device 200 - 21.354 ms Sep 21 00:03:26 0f868c4 balena-supervisor[3017]: [api] GET /v1/healthy 200 - 3.438 ms Sep 21 00:03:40 0f868c4 balena-supervisor[3017]: [api] GET /v1/healthy 200 - 2.345 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 Thu 2023-09-21 00:00:09 UTC; 3min 30s ago Process: 2927 ExecStartPre=/usr/bin/balena stop resin_supervisor (code=exited, status=1/FAILURE) Process: 2934 ExecStartPre=/usr/bin/balena stop balena_supervisor (code=exited, status=0/SUCCESS) Process: 2942 ExecStartPre=/bin/systemctl is-active balena.service (code=exited, status=0/SUCCESS) Process: 2943 ExecStartPre=/usr/sbin/gen-conf-unit balena-supervisor (code=exited, status=0/SUCCESS) Main PID: 2945 (start-balena-su) Tasks: 11 (limit: 18126) Memory: 18.6M CGroup: /system.slice/balena-supervisor.service ├─ 2945 /bin/sh /usr/bin/start-balena-supervisor ├─ 2946 /proc/self/exe --healthcheck /usr/lib/balena-supervisor/balena-supervisor-healthcheck --pid 2945 └─ 3017 balena start --attach balena_supervisor Sep 21 00:01:45 0f868c4 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:45 0f868c4 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:45 0f868c4 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:45 0f868c4 balena-supervisor[3017]: [info] VPN connection is active. Sep 21 00:01:47 0f868c4 balena-supervisor[3017]: [info] Internet Connectivity: OK Sep 21 00:03:19 0f868c4 balena-supervisor[3017]: [api] GET /v1/device 200 - 39.064 ms Sep 21 00:03:20 0f868c4 balena-supervisor[3017]: [api] GET /v1/device 200 - 22.735 ms Sep 21 00:03:25 0f868c4 balena-supervisor[3017]: [api] GET /v1/device 200 - 21.354 ms Sep 21 00:03:26 0f868c4 balena-supervisor[3017]: [api] GET /v1/healthy 200 - 3.438 ms Sep 21 00:03:40 0f868c4 balena-supervisor[3017]: [api] GET /v1/healthy 200 - 2.345 ms real 0m 0.01s user 0m 0.00s sys 0m 0.00s --- tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log --- 2023-09-21 00:03:40.470924490+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- echo === TIME === --- 2023-09-21 00:03:40.479461578+00:00 === TIME === real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- cat /tmp/chrony_added_dhcp_ntp_servers --- 2023-09-21 00:03:40.487381194+00:00 Command exited with non-zero status 1 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- chronyc sources --- 2023-09-21 00:03:40.496008074+00:00 MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^+ mail.hamilton.com 2 14 17 120 +1099us[ +528us] +/- 48ms ^+ 99-119-214-210.lightspee> 1 14 17 120 -574us[-1145us] +/- 35ms ^- time.cloudflare.com 3 14 17 119 +1179us[+1179us] +/- 23ms ^* time.cloudflare.com 3 14 17 119 -541us[-1112us] +/- 23ms real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- chronyc tracking --- 2023-09-21 00:03:40.507368714+00:00 Reference ID : A29FC801 (time.cloudflare.com) Stratum : 4 Ref time (UTC) : Thu Sep 21 00:01:40 2023 System time : 0.000000514 seconds slow of NTP time Last offset : -0.000570912 seconds RMS offset : 0.000570912 seconds Frequency : 0.000 ppm slow Residual freq : +24.013 ppm Skew : 1000000.000 ppm Root delay : 0.044242125 seconds Root dispersion : 119.930206299 seconds Update interval : 1.9 seconds Leap status : Normal real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- date --- 2023-09-21 00:03:40.517336522+00:00 Thu Sep 21 00:03:40 UTC 2023 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- journalctl --no-pager --no-hostname -u chronyd --- 2023-09-21 00:03:40.526039434+00:00 Sep 21 00:01:33 healthdog[3347]: 2023-09-21T00:01:33Z chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH +IPV6 -DEBUG) Sep 21 00:01:33 healthdog[3347]: 2023-09-21T00:01:33Z Running with root privileges Sep 21 00:01:33 healthdog[3347]: 2023-09-21T00:01:33Z Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Sep 21 00:01:33 healthdog[3350]: [chrony-healthcheck][INFO] No online NTP sources - forcing poll Sep 21 00:01:33 healthdog[3347]: 2023-09-21T00:01:33Z System clock was stepped by 0.000000 seconds Sep 21 00:01:38 healthdog[3347]: 2023-09-21T00:01:38Z Selected source 162.159.200.1 (3.resinio.pool.ntp.org) Sep 21 00:01:46 healthdog[3359]: try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000 Sep 21 00:01:46 healthdog[3359]: try: 2, refid: 00000000, correction: 0.000000000, skew: 0.000 Sep 21 00:01:46 healthdog[3359]: try: 3, refid: 00000000, correction: 0.000000000, skew: 0.000 Sep 21 00:01:46 healthdog[3359]: try: 4, refid: 00000000, correction: 0.000000000, skew: 0.000 Sep 21 00:01:46 healthdog[3359]: try: 5, refid: 00000000, correction: 0.000000000, skew: 0.000 Sep 21 00:01:46 healthdog[3359]: try: 6, refid: 00000000, correction: 0.000000000, skew: 0.000 Sep 21 00:01:46 healthdog[3359]: try: 7, refid: A29FC801, correction: 0.634384573, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 8, refid: A29FC801, correction: 0.555997610, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 9, refid: A29FC801, correction: 0.479024976, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 10, refid: A29FC801, correction: 0.401282221, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 11, refid: A29FC801, correction: 0.323263019, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 12, refid: A29FC801, correction: 0.246014670, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 13, refid: A29FC801, correction: 0.168436930, skew: 1000000.000 Sep 21 00:01:46 healthdog[3359]: try: 14, refid: A29FC801, correction: 0.091294222, skew: 1000000.000 real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- timedatectl status --- 2023-09-21 00:03:40.537445962+00:00 Local time: Thu 2023-09-21 00:03:40 UTC Universal time: Thu 2023-09-21 00:03:40 UTC RTC time: Thu 2023-09-21 00:03:40 Time zone: n/a (UTC, +0000) System clock synchronized: yes NTP service: n/a RTC in local TZ: no real 0m 0.00s user 0m 0.00s sys 0m 0.00s --- uptime --- 2023-09-21 00:03:40.550460682+00:00 00:03:40 up 0:02, 0 users, load average: 0.30, 0.44, 0.19 real 0m 0.00s user 0m 0.00s sys 0m 0.00s STDERR: --- diagnose 4.22.13 --- --- NOTE: not all commands are expected to succeed on all device types --- --- COMMANDS --- --- prefixing commands with 'date --utc --rfc-3339=ns ; /usr/bin/time -o /dev/stdout timeout --preserve-status --kill-after=20 -v 10 bash -c' --- --- echo === BALENA === --- --- curl --unix-socket /var/run/balena.sock http://./debug/pprof/goroutine?debug=2 --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 79192 0 79192 0 0 34.9M 0 --:--:-- --:--:-- --:--:-- 37.7M --- balena --version --- --- balena images --- --- balena ps -a --- --- balena stats --all --no-stream --- --- balena system df --- --- balena volume ls --- --- balena network ls --- --- systemctl status balena --no-pager --- --- journalctl --no-pager --no-hostname -n 200 -a -u balena --- --- journalctl --no-pager --no-hostname -n 1000 -at balenad --- --- balena inspect $(balena ps --all --quiet | tr "\n" " ") | jq "del(.[].Config.Env)" --- --- balena network inspect $(balena network ls --quiet | tr "\n" " ") --- --- test -f /mnt/state/balena-engine-storage-migration.log && cat /mnt/state/balena-engine-storage-migration.log --- --- echo === BOOT === --- --- systemd-analyze --- --- systemd-analyze critical-chain --- --- echo === HARDWARE === --- --- cat /proc/cpuinfo --- --- cat /proc/device-tree/model --- --- cat /proc/meminfo --- --- ps --- --- top -b -n 1 --- --- cat /var/log/provisioning-progress.log --- cat: /var/log/provisioning-progress.log: No such file or directory --- df -h --- --- df -ih --- --- for i in /sys/class/thermal/thermal* ; do if [ -e $i/temp ]; then echo $i && cat $i/temp; fi ; done --- --- for i in /sys/class/mmc_host/mmc*/mmc* ; do if [ -e $i/oemid ]; then echo $i; for j in manfid oemid name hwrev fwrev; do printf $j: && cat $i/$j; done; fi; done --- --- free -h --- --- ls -l /dev --- --- lsusb -vvv --- can't get debug descriptor: Resource temporarily unavailable can't get debug descriptor: Resource temporarily unavailable can't get 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.bgjRZXoeqy 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 12 0 --:--:-- --:--:-- --:--:-- 12 --- CURL_CA_BUNDLE=/tmp/tmp.bgjRZXoeqy curl https://www.google.co.uk --- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13093 0 13093 0 0 60571 0 --:--:-- --:--:-- --:--:-- 60336 100 23000 0 23000 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k --- 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/config.txt: No such file or directory --- 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 b85073ae5073 cat /etc/resolv.conf --- --- balena logs b85073ae5073 --- (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 385 0 --:--:-- --:--:-- --:--:-- 500 --- journalctl --no-pager --no-hostname -n 200 -a -u balena-supervisor -u resin-supervisor --- --- ls -lR /tmp/*-supervisor/**/* --- --- systemctl status balena-supervisor resin-supervisor --no-pager --- --- tail -500 /var/log/supervisor-log/resin_supervisor_stdout.log --- tail: cannot open '/var/log/supervisor-log/resin_supervisor_stdout.log' for reading: No such file or directory --- echo === TIME === --- --- cat /tmp/chrony_added_dhcp_ntp_servers --- cat: /tmp/chrony_added_dhcp_ntp_servers: No such file or directory --- chronyc sources --- --- chronyc tracking --- --- date --- --- journalctl --no-pager --no-hostname -u chronyd --- --- timedatectl status --- --- uptime ---