Giter Site home page Giter Site logo

Comments (2)

R3dy avatar R3dy commented on May 26, 2024

I'm not sure about the hyperv call but I think that's just normal Windows behavior.

From your log file I see this looks likely to be the issue

ERROR base: No user Windows access defined for the Windows Subsystem for Linux. This is required for VirtualBox.
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<Vagrant::Errors::WSLVirtualBoxWindowsAccessError: Vagrant is unable to use the VirtualBox provider from the Windows Subsystem for
Linux without access to the Windows environment. Enabling this access must be

from capsulecorp-pentest.

sn0x736e avatar sn0x736e commented on May 26, 2024

I resolved this issue by running vagrant using command vagrant up goku

While debugging I found out that environment variables were not available as same as they were set using export because I set environment variables as non-sudo user and was running vagrant with sudo which changed the environment.

a simple workaround of this Problem is to first set proper environment variables then run vagrant up goku or if you want to run as sudo you must use sudo -E vagrant up goku which will preserve the environment variable

Environment with sudo vagrant up goku
Capture

Environment with vagrant up goku / sudo -E vagrant up goku
Capture12

from capsulecorp-pentest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.