We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tested your mesh VPN on Oracle Cloud Free Tier using Oracle Linux 8
i got this error: FATA Serious error reading from tun device: read /dev/net/tun: not pollable
i read that using unix.Open instead of os.OpenFile and setting the fd to NonBlocking seems to solve the problem
Can you fix ? please
The text was updated successfully, but these errors were encountered:
I'd be happy to take a PR to fix this, I think the right place to change would be here:
meshboi/tun.go
Line 33 in c5f221b
Sorry, something went wrong.
yes i think so too But I don't know in which line to put this part of the fix: setting the fd to NonBlocking
No branches or pull requests
I tested your mesh VPN on Oracle Cloud Free Tier using Oracle Linux 8
i got this error:
FATA Serious error reading from tun device: read /dev/net/tun: not pollable
i read that using unix.Open instead of os.OpenFile and setting the fd to NonBlocking seems to solve the problem
Can you fix ?
please
The text was updated successfully, but these errors were encountered: