Shreyansh Nayak

Results 7 comments of Shreyansh Nayak

This project uses browser polyfill from Mozilla, if the polyfill supports safari in the upstream then this project will automatically be compatible with the browser. Until then you can track...

No. This is a Coffee Lake mobile processor.

This is also an issue when dealing with data that is grouped in a certain way, for example: ``` { username = "user1" password = "secret" }, { url =...

> The error in the OP says `Group ID 65532 is not between ping group 1 to 0`. This means cloudflared is running as GID 65532. You need to ensure...

Yes. Just tried removing the container, running `sysctl -w "net.ipv4.ping_group_range=0 2000000"`, then running, ``` podman run --net systemd-traefik --name cloudflared --restart unless-stopped -d docker.io/cloudflare/cloudflared:latest tunnel --no-autoupdate run --token ``` It...

Thank you for the help! @cyanidium Yes, the `--sysctl` flag works. But with a slight modification. Using `--sysctl=net.ipv4.ping_group_range="0 2000000"` gives the error, ``` Error: OCI runtime error: crun: write to...

Well I have a alfa network's adapter with rtl8812au I am using it with an RPi 4 on NixOS. Previously I was using `config.boot.kernelPackages.rtl88xxau-aircrack` it worked fine but caused issues...