-
Notifications
You must be signed in to change notification settings - Fork 97
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
Not writing to log file #11
Comments
run touch output.log and set the path in the config file. |
I've tried running touch and chmod on the log file. Nothing seems to work. Just get "WPE: Cannot file log file" spit to stdout about 60 times. |
I had the same issue set log file with full, relative and no path, file existed, had permissions etc. and got the same error message repeatedly. I "solved" it by commenting out the log settings in the .conf file and running It would be nice to support custom logging options correctly tho... |
You can also turn on -dd - detailed logging and > all your requests. You'll have to grep but at least you won't lose any possible loot. |
If I do not set the log file in the hostapd-wpe.conf, no username/challenge/response is displayed on the screen. I just get the standard hostapd info, like authenticated, deauthed, EAP type, etc.
If I set the log file, I get this cryptic error: "WPE: Cannot file log file"
Running as root, there should be no issues....
The text was updated successfully, but these errors were encountered: