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
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Thank you for confirming @cadraincm The -d (daemon) mode is obviously a necessity for me. For now, staying on v1.0.7
Getting this as well, guess I'll build use 1.07
Suddenly started getting this error as well
No branches or pull requests
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):
The text was updated successfully, but these errors were encountered: