sql-machine-learning / playground

Deploy SQLFlow service mesh on Windows, macOS, and Linux desktop computers
https://sqlflow.org
12 stars 7 forks source link

Vagrant configuration with Virtual Box #20

Open guillermocol opened 4 years ago

guillermocol commented 4 years ago

Hi community,

I have been trying to make work Vagrant and Virtual Box, but no success yet.

The Vagrant version is: 2.2.2 The Virtual Box version is: 5.2

After executing vagrant up command I get:

"VirtualBox is complaining that the kernel module is not loaded. Please run VBoxManage --version or open the VirtualBox GUI to see the error message which should contain instructions on how to fix this error."

I went to the VirtualBox guide, but I couldn't find any kind of error there.

I was following the this manual, but no success: https://phoenixnap.com/kb/how-to-install-vagrant-on-centos-7. I have being doing other tests with no success. The versions seem correct to me

Any help would be really appreciated. Kind regards, G

lhw362950217 commented 4 years ago

@guillermocol Thanks for your feedback. As we are developing on macOS, we haven't encounter this problem jet. My environment is: macOS / Vagrant 2.2.7 / Virtual Box 6.1 You may try a different Virtual Box version.

At the meantime, I will try to re-produce the case in a CentOS virtual machine myself. Let us know if you successfully tried out, thanks!

guillermocol commented 4 years ago

Thank you @lhw362950217 lhw362950217 I will try those versions trying to reproduce it in Centos7 I have a lot of interest in making it work as it was before :)