-
Notifications
You must be signed in to change notification settings - Fork 76
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
nancy not working in WSL (Windows Subsystem for Linux) #64
Comments
This is super interesting. @zendern you wanna take a look at this? This is an inception of an issue, haha. |
O neat 🙃 yeah if I get a chance I’ll take a look if @ajurgenson55 doesn’t get to it first. |
So i reproduced it so thats good. This is the https://discuss.dgraph.io/t/badger-error-after-upgrading-from-0-8-1-to-0-8-2/1824 And one more recently that was just closed due to inactivity. I'm digging a little more now to understand what strace is telling me and to see what might have been the fix and possible regression in Badger now as well.
|
Good news :) It works on Badger 2.0. See this branch here https://github.com/sonatype-nexus-community/nancy/tree/UpgradeBadger Bad news :) Badger 2.0 still has an open CVE with the crypto library. Ok news We will have to probably add some code to deal with this error. Cheap fix is to just delete the
Also another thing that needs to be cleaned up Badger 2.0 now logs out more than it did before and it can be seen in the output of nancy. So we will want to clean that up in the Badger PR. See below
|
This SHOULD be addressed now that we use |
Works for me in WSL now! the only issue is that it doesn't seem to be reading the config correctly, but that's a different issue. Closing it out :) |
Trying to use nancy on WSL:
2019/12/09 13:38:47 Nancy version: development
Error initializing cache - error: Unable to mmap RDWR log file: exec format error
nancy version: development
This is the output when actually trying to run a scan, the usage output comes out fine
Willing to test the fix, i think its related to this github issue for WSL: microsoft/WSL#2121
cc @bhamail / @DarthHater
The text was updated successfully, but these errors were encountered: