You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...I neither get an error when executed via my regular user and sudo, nor when I log into root and execute it from there. I always can connect to localhost:8118 and request webpages.
Can you still somehow reproduce this issue? And if so, can you reproduce it via a custom OpenVPN config? I only have OpenVPN VPNs, so that's the only kind I can test.
I'm running into this issue when running without sudo. Vopono logs that a new connection happens but then times out and the thread crashes. Tried both transmission-gtk and transmission-daemon, both same behavior.
Specifically:
https://github.com/jamesmcm/basic_tcp_proxy/blob/e3adcff17b46ecd871ff7d6f785de987d4945272/src/lib.rs#L36
fails to bind when a connection is made (even if the connecting process is also running as root).
This seems to be some sort of socket permissions issue.
The text was updated successfully, but these errors were encountered: