Results 2858 comments of MichaIng

Hey guys, the question about aarch64 binaries just came up our end. An official Raspberry Pi OS 64-bit is in beta, Armbian and DietPi provide aarch64 images for a large...

rustup by default adds `~/.cargo/bin` to path, AFAIK via `~/.bashrc`. This works in bash only and `~/.profile` does not work in non-interactive shells (scripts), so probably it's indeed best to...

synapse-matrix 1.69.0, thank you 👍.

Ah and orjson 3.8.0 would be nice.

You'd need to load `.cargo/bin` into PATH as well. But easiest is to install Rustup as the user which also builds the modules.

I guess then the automated build is not done from within an interactive shell session, so the the Rust binaries are not loaded into PATH, as done in interactive/login shell...

> vc4-kms-v3d driver, where all displays are controlled by the Linux kernel, and the firmware has no involvement We have this reported as well and this was my first thought...

Perhaps I misunderstood something as well, but `--no_tcp` + `--no_udp` should break coTURN functionality completely, since it must either communicate via TCP or UDP or both? I as well found...

@jonathanmmm > Tls and plain as the config files says are listening also on the other Port. Okay this would be indeed a bug or a totally unreasonable confusing behaviour...

Now I am as well doubled confused: - Indeed with `no-udp` and `no-tcp` coTURN connection from Nextcloud does not work at all. TURN server check in admin panel fails and...