-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
OutlineCLI: Failed to create tun device #148
Comments
Same problem |
Hi @TyT-NICK , thanks for submitting the issue. Please use |
Same problem
Thank you. It's work solution for me. My system information: |
|
@TyT-NICK Hmm, that's weird because OutlineCLI will listen for three signals: https://github.com/Jigsaw-Code/outline-sdk/blob/main/x/examples/outline-cli/app_linux.go#L77-L79 and terminate properly. Did you see the string |
Full error:
failed to create tun device: failed to create TUN/TAP device: ioctl: device or resource busy
The issue occurs after stopping and starting the service again. I guess that it happens because of incorrect service stopping (just closing the terminal) but I didn't find any info about a correct way.
The text was updated successfully, but these errors were encountered: