Menci
Menci
参考 SYZOJ 的实现,先编译一遍,匹配错误信息中的类名,改名再次编译。
Fixed. @ogarcia For the error if you're interested, that's because of [pacman uses `faccessat()`](https://gitlab.archlinux.org/pacman/pacman/-/commit/b4f11d5496a9f638278c8927f0c6032a332c75b5) while qemu-user doesn't implement `faccessat2` (until [this commit](https://gitlab.com/qemu-project/qemu/-/commit/35a2c85f7d691db7aa2c47181902ac87478eef7a#22a0a2b64d3ac6574f50e7997869293b275a1c5b_9148_9157)). Switching to glibc-based Debian works around this.
@yxing-xyz I just don't know there's such an option and there IS pre-built newer version of qemu binfmt package... XD
Thanks. I'll check it.
The protection should be done by dropping forward packets from unwanted interfaces to Tailscale interfaces with iptables.
My workaround is set `TS_DEBUG_USE_IP_COMMAND=1` to forcibly make `tailscaled` to use `ip` command instead of Linux APIs. And provide a fake `ip` command (by appending `$PATH`) which doesn't support `ip...
Could you please format your code? Is looks unindented and wrong in case.
I have no idea of it. Could you please provide a reproduction?
Seems an SWC issue?
I added the option to use the WASM version of SWC, rather than native addons, to workaround this SWC or Rust's binding bug. ``` VITE_TLA_FORCE_WASM=true ../../node_modules/.bin/vite build ``` You don't...