rdbreak / rhcsa8env

This is a RHCSA8 study environment built with Vagrant/Ansible
https://join.slack.com/t/redhat-certs/shared_invite/zt-7ju3rz7b-_G3Njp3PDwdBG_81SwPeLA
MIT License
295 stars 177 forks source link

vagrant up issue #65

Closed drod202037 closed 2 years ago

drod202037 commented 2 years ago

Hello, I'm using Fedora 35 and I ran into this issue when I tried vagrant up

[dan@fedora rhcsa8env]$ sudo vagrant up Bringing machine 'server2' up with 'virtualbox' provider... Bringing machine 'repo' up with 'virtualbox' provider... Bringing machine 'server1' up with 'virtualbox' provider... ==> server2: Clearing any previously set network interfaces... There was an error while executing VBoxManage, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.

Command: ["hostonlyif", "ipconfig", "vboxnet1", "--ip", "192.168.55.1", "--netmask", "255.255.255.0"]

Stderr: VBoxManage: error: Code E_ACCESSDENIED (0x80070005) - Access denied (extended info not available) VBoxManage: error: Context: "EnableStaticIPConfig(Bstr(pszIp).raw(), Bstr(pszNetmask).raw())" at line 242 of file VBoxManageHostonly.cpp