mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
610 B
610 B
Frequently Asked Question
v2ray Failed to start after enabling tProxy
Detail: Segmentation Fault
occurd after enabling tProxy
It's caused by a limit in SUID
feature on some Linux OSes. Detailed error analysis please see: #59
- Solution:
sudo sysctl fs.suid_dumpable=1
- The solution will lost on reboot, please refer to this blog if you want to keep it.
Ubuntu gives an super ugly UI
- Solution: Append
--style fusion
to the command line arg solves this problem.