Skyler Mäntysaari

Results 439 comments of Skyler Mäntysaari

Yup. does not work on ER-X with firmware 2.0.6.

> surprised that it can't track `:latest` though... Please see here: https://github.com/renovatebot/renovate/issues/6913

> Looks like it's coming soon: [bitnami/bitnami-docker-redis#192](https://github.com/bitnami/bitnami-docker-redis/issues/192) "soon" is not the word I would use for Bitnami's ARM64 efforts.

> Python 3 should be supported. > > Looks like the script cant find `socket://192.168.2.112:6638` is this a socket to a remote serial port? I've never used the script like...

zigbee2mqtt utilizes that socket as well without issues, and I also tried from a Ubunru system but faced the same issue so I'm not at all sure where the issue...

> Note that this script needs access to more pins than just TX and RX to get the hardware into bootloader mode. Please check if that is possible through the...

Full list: ``` CONFIG_BPF=y CONFIG_BPF_SYSCALL=y CONFIG_NET_CLS_BPF=y CONFIG_BPF_JIT=y CONFIG_NET_CLS_ACT=y CONFIG_NET_SCH_INGRESS=y CONFIG_CRYPTO_SHA1=y CONFIG_CRYPTO_USER_API_HASH=y CONFIG_CGROUPS=y CONFIG_CGROUP_BPF=y CONFIG_NETFILTER_XT_SET=m CONFIG_IP_SET=m CONFIG_IP_SET_HASH_IP=m CONFIG_NETFILTER_XT_TARGET_TPROXY=m CONFIG_NETFILTER_XT_TARGET_CT=m CONFIG_NETFILTER_XT_MATCH_MARK=m CONFIG_NETFILTER_XT_MATCH_SOCKET=m CONFIG_XFRM=y CONFIG_XFRM_OFFLOAD=y CONFIG_XFRM_STATISTICS=y CONFIG_XFRM_ALGO=m CONFIG_XFRM_USER=m CONFIG_INET{,6}_ESP=m CONFIG_INET{,6}_IPCOMP=m CONFIG_INET{,6}_XFRM_TUNNEL=m CONFIG_INET{,6}_TUNNEL=m CONFIG_INET_XFRM_MODE_TUNNEL=m...

> Is it reasonable to restrict this to BCM2711/Pi 4 defconfigs? And what about 64-bit vs 32-bit? Yes, that's completely reasonable and 64bit only is a good target.

Could you please share the errors you encounter when trying to build with Podman?

> ```shell > $ alias docker=podman && make build BASE_IMAGE=registry.hub.docker.com/library/debian:stable NAME=phusion/debian-baseimage-docker > podman build --no-cache -t phusion/debian-baseimage-docker:focal-1.0.0-pre --build-arg BASE_IMAGE=registry.hub.docker.com/library/debian:stable --build-arg QEMU_ARCH=amd64 --platform > Error: flag needs an argument: --platform >...