Corbo
Corbo
Same here. ``` zfs-2.2.2-0ubuntu9 zfs-kmod-2.2.2-0ubuntu9 Linux host 6.8.0-41-lowlatency #41.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 9 13:37:22 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux ```
Hi there, Using NM *could* be one road ahead. It's proxy vars env agnostic which is a good thing. Trying to capture any and all env vars ever used and...
@hollisticated-horse those rules look about right. You probably want to use `-I 1` instead of `-A`. Users might have custom rules or default ufw rules on Ubuntu/Fedora/.. active and appended...
@anfragment Correct. For locally generated packets `nat OUTPUT` is the right choice. iptables -t nat -A OUTPUT --match owner --uid-owner $ZEN_USR -p tcp --dport 80 -j ACCEPT iptables -t nat...
Is there an FAQ entry or web page describing the content/_hint_ in a way other than in a big convoluted man page? Clearly, the fact that this issue is cropping...
Same here. ``` # cat /etc/debian_version trixie # munin-node -V Version: This is munin-node v2.0.76 ``` Fixed by using `host 0.0.0.0` instead of `host *`. thx
First error: ``` copying frida/_frida/py.typed -> build/lib.linux-aarch64-cpython-311/frida/_frida running build_ext /data/data/com.termux/files/usr/bin/sh: 1: which: not found Downloading toolchain 20240514... ``` Second error: ``` Host machine cpu: aarch64 Program python3 found: YES (/data/data/com.termux/files/usr/bin/python)...