Skip to content
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

open /dev/null: permission denied #115

Open
temporarium opened this issue Apr 24, 2024 · 2 comments
Open

open /dev/null: permission denied #115

temporarium opened this issue Apr 24, 2024 · 2 comments

Comments

@temporarium
Copy link

This error started appearing with v1.0.8 (still present with v1.0.9), preventing wireproxy from starting. v1.0.7 works correctly.

Seems to have been introduced by a679716

I have confirmed that /dev/null is as should be:
crw-r--r-- 1 root root 1, 3 Apr 23 21:08 /dev/null

and have recreated it (just in case):

# rm /dev/null && mknod /dev/null c 1 3 && chmod 666 /dev/null && /opt/wireproxy/wireproxy -d -c /opt/wireproxy/wireproxy.cfg
open /dev/null: permission denied
@cadraincm
Copy link

I was able to reproduce it only when I use wireproxy with the -d flag. not using the -d flag does not cause the issue on my machine

@temporarium
Copy link
Author

Thank you for confirming @cadraincm
The -d (daemon) mode is obviously a necessity for me. For now, staying on v1.0.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants