[GH-ISSUE #858] > macOS CI broken VirtualBox >= 6.1.28 #517

Closed
opened 2026-03-01 21:44:07 +03:00 by kerem · 1 comment
Owner

Originally created by @ChristopherHX on GitHub (Nov 2, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/858

Error creating machine: Error in driver during machine creation: Error setting up host only network on machine start: /usr/local/bin/VBoxManage hostonlyif ipconfig vboxnet0 --ip 192.168.99.1 --netmask 255.255.255.0 failed:
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

😕

Originally posted by @jsoref in https://github.com/nektos/act/issues/856#issuecomment-957240793

Solution change the docker-machine create command to docker-machine create --driver virtualbox --virtualbox-boot2docker-url ${{ env.ISO_PATH }} --virtualbox-hostonly-cidr "192.168.56.1/24" default

Sources
https://github.com/kubernetes/minikube/pull/12811
https://stackoverflow.com/questions/48500031/what-does-virtualbox-hostonly-cidr-do-during-docker-machine-creation

Originally created by @ChristopherHX on GitHub (Nov 2, 2021). Original GitHub issue: https://github.com/nektos/act/issues/858 > Error creating machine: Error in driver during machine creation: Error setting up host only network on machine start: /usr/local/bin/VBoxManage hostonlyif ipconfig vboxnet0 --ip 192.168.99.1 --netmask 255.255.255.0 failed: 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 😕 _Originally posted by @jsoref in https://github.com/nektos/act/issues/856#issuecomment-957240793_ Solution change the docker-machine create command to `docker-machine create --driver virtualbox --virtualbox-boot2docker-url ${{ env.ISO_PATH }} --virtualbox-hostonly-cidr "192.168.56.1/24" default` Sources https://github.com/kubernetes/minikube/pull/12811 https://stackoverflow.com/questions/48500031/what-does-virtualbox-hostonly-cidr-do-during-docker-machine-creation
kerem 2026-03-01 21:44:07 +03:00
Author
Owner

@ChristopherHX commented on GitHub (Nov 3, 2021):

No longer needed, macOS CI is removed.

<!-- gh-comment-id:959843219 --> @ChristopherHX commented on GitHub (Nov 3, 2021): No longer needed, macOS CI is removed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#517
No description provided.