-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
co/virtualboxkind/supportCategorizes issue or PR as a support question.Categorizes issue or PR as a support question.
Description
Steps to reproduce the issue:
minikube start --driver=virtualbox
Returned the following error
😄 minikube v1.23.2 on Ubuntu 20.04
✨ Using the virtualbox driver based on existing profile
👍 Starting control plane node minikube in cluster minikube
🔄 Restarting existing virtualbox VM for "minikube" ...
🤦 StartHost failed, but will try again: driver start: Error setting up host only network on machine start: /usr/bin/VBoxManage hostonlyif ipconfig vboxnet17 --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
🔄 Restarting existing virtualbox VM for "minikube" ...
😿 Failed to start virtualbox VM. Running "minikube delete" may fix it: driver start: Error setting up host only network on machine start: /usr/bin/VBoxManage hostonlyif ipconfig vboxnet18 --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
❌ Exiting due to GUEST_PROVISION: Failed to start host: driver start: Error setting up host only network on machine start: /usr/bin/VBoxManage hostonlyif ipconfig vboxnet18 --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
Full output of failed command using --alsologtostderr flag
I1024 14:18:27.652978 80889 out.go:298] Setting OutFile to fd 1 ...
I1024 14:18:27.653082 80889 out.go:350] isatty.IsTerminal(1) = true
I1024 14:18:27.653093 80889 out.go:311] Setting ErrFile to fd 2...
I1024 14:18:27.653106 80889 out.go:350] isatty.IsTerminal(2) = true
I1024 14:18:27.653223 80889 root.go:313] Updating PATH: /home/tpmccallum/.minikube/bin
I1024 14:18:27.653487 80889 out.go:305] Setting JSON to false
I1024 14:18:27.677937 80889 start.go:111] hostinfo: {"hostname":"tpmccallum","uptime":2691,"bootTime":1635046416,"procs":449,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.11.0-38-generic","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"host","hostId":"575e3f2c-03d8-48df-8f31-8b8ea417b04f"}
I1024 14:18:27.678070 80889 start.go:121] virtualization: kvm host
I1024 14:18:27.682263 80889 out.go:177] 😄 minikube v1.23.2 on Ubuntu 20.04
😄 minikube v1.23.2 on Ubuntu 20.04
I1024 14:18:27.682544 80889 notify.go:169] Checking for updates...
I1024 14:18:27.683315 80889 config.go:177] Loaded profile config "minikube": Driver=virtualbox, ContainerRuntime=docker, KubernetesVersion=v1.22.2
I1024 14:18:27.684407 80889 driver.go:343] Setting default libvirt URI to qemu:///system
I1024 14:18:27.802743 80889 out.go:177] ✨ Using the virtualbox driver based on existing profile
✨ Using the virtualbox driver based on existing profile
I1024 14:18:27.802837 80889 start.go:278] selected driver: virtualbox
I1024 14:18:27.802872 80889 start.go:751] validating driver "virtualbox" against &{Name:minikube KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v1.23.1.iso KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.27@sha256:89b4738ee74ba28684676e176752277f0db46f57d27f0e08c3feec89311e22de Memory:6000 CPUs:2 DiskSize:20000 VMDriver: Driver:virtualbox HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:--no-vtx-check HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.22.2 ClusterName:minikube Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.22.2 ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0}
I1024 14:18:27.803242 80889 start.go:762] status for virtualbox: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc:}
I1024 14:18:27.856249 80889 cni.go:93] Creating CNI manager for ""
I1024 14:18:27.856310 80889 cni.go:167] CNI unnecessary in this configuration, recommending no CNI
I1024 14:18:27.856339 80889 start_flags.go:278] config:
{Name:minikube KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v1.23.1.iso KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.27@sha256:89b4738ee74ba28684676e176752277f0db46f57d27f0e08c3feec89311e22de Memory:6000 CPUs:2 DiskSize:20000 VMDriver: Driver:virtualbox HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:--no-vtx-check HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.22.2 ClusterName:minikube Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.22.2 ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: MultiNodeRequested:false ExtraDisks:0}
I1024 14:18:27.856682 80889 iso.go:123] acquiring lock: {Name:mkf718d69a3cae4daf107d30b70027bb33b61391 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1024 14:18:27.859287 80889 out.go:177] 👍 Starting control plane node minikube in cluster minikube
👍 Starting control plane node minikube in cluster minikube
I1024 14:18:27.859347 80889 preload.go:131] Checking if preload exists for k8s version v1.22.2 and runtime docker
I1024 14:18:27.859415 80889 preload.go:147] Found local preload: /home/tpmccallum/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v13-v1.22.2-docker-overlay2-amd64.tar.lz4
I1024 14:18:27.859444 80889 cache.go:57] Caching tarball of preloaded images
I1024 14:18:27.859710 80889 preload.go:173] Found /home/tpmccallum/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v13-v1.22.2-docker-overlay2-amd64.tar.lz4 in cache, skipping download
I1024 14:18:27.859766 80889 cache.go:60] Finished verifying existence of preloaded tar for v1.22.2 on docker
I1024 14:18:27.859994 80889 profile.go:148] Saving config to /home/tpmccallum/.minikube/profiles/minikube/config.json ...
I1024 14:18:27.860354 80889 cache.go:206] Successfully downloaded all kic artifacts
I1024 14:18:27.860405 80889 start.go:313] acquiring machines lock for minikube: {Name:mkb82aaceaa7a1030809340193ac2b7d88a9c631 Clock:{} Delay:500ms Timeout:13m0s Cancel:<nil>}
I1024 14:18:27.860534 80889 start.go:317] acquired machines lock for "minikube" in 88.215µs
I1024 14:18:27.860572 80889 start.go:93] Skipping create...Using existing machine configuration
I1024 14:18:27.860593 80889 fix.go:55] fixHost starting:
I1024 14:18:27.861133 80889 main.go:130] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I1024 14:18:28.033825 80889 main.go:130] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="047ba4a3-8db5-49d0-9183-4c8ac47ce361"
CfgFile="/home/tpmccallum/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/tpmccallum/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/tpmccallum/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="047ba4a3-8db5-49d0-9183-4c8ac47ce361"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="poweroff"
VMStateChangeTime="2021-10-24T04:18:22.167000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/tpmccallum/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="8ae6e91a-8015-45f3-9d50-56f9e3ff9b88"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/tpmccallum/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="a0b01c28-1fcc-4c8e-b51c-48275e86bf38"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
bridgeadapter1="wlp3s0"
macaddress1="08002723E2F3"
cableconnected1="on"
nic1="bridged"
nictype1="virtio"
nicspeed1="0"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
videocap="on"
videocapaudio="off"
capturescreens=""
capturefilename="/home/tpmccallum/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts="vc_enabled=true,ac_enabled=false,ac_profile=med"
GuestMemoryBalloon=0
}
I1024 14:18:28.034170 80889 main.go:130] libmachine: STDERR:
{
}
I1024 14:18:28.034386 80889 fix.go:108] recreateIfNeeded on minikube: state=Stopped err=<nil>
W1024 14:18:28.034425 80889 fix.go:134] unexpected machine state, will restart: <nil>
I1024 14:18:28.036021 80889 out.go:177] 🔄 Restarting existing virtualbox VM for "minikube" ...
🔄 Restarting existing virtualbox VM for "minikube" ...
I1024 14:18:28.036107 80889 main.go:130] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I1024 14:18:28.200270 80889 main.go:130] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="047ba4a3-8db5-49d0-9183-4c8ac47ce361"
CfgFile="/home/tpmccallum/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/tpmccallum/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/tpmccallum/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="047ba4a3-8db5-49d0-9183-4c8ac47ce361"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="poweroff"
VMStateChangeTime="2021-10-24T04:18:22.167000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/tpmccallum/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="8ae6e91a-8015-45f3-9d50-56f9e3ff9b88"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/tpmccallum/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="a0b01c28-1fcc-4c8e-b51c-48275e86bf38"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
bridgeadapter1="wlp3s0"
macaddress1="08002723E2F3"
cableconnected1="on"
nic1="bridged"
nictype1="virtio"
nicspeed1="0"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
videocap="on"
videocapaudio="off"
capturescreens=""
capturefilename="/home/tpmccallum/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts="vc_enabled=true,ac_enabled=false,ac_profile=med"
GuestMemoryBalloon=0
}
I1024 14:18:28.200649 80889 main.go:130] libmachine: STDERR:
{
}
I1024 14:18:28.200881 80889 main.go:130] libmachine: Check network to re-create if needed...
I1024 14:18:28.200990 80889 fix.go:57] fixHost completed within 340.393284ms
I1024 14:18:28.201022 80889 start.go:80] releasing machines lock for "minikube", held for 340.460171ms
W1024 14:18:28.201102 80889 start.go:522] error starting host: driver start: Error setting up host only network on machine start: invalid CIDR address: --no-vtx-check
W1024 14:18:28.201437 80889 out.go:242] 🤦 StartHost failed, but will try again: driver start: Error setting up host only network on machine start: invalid CIDR address: --no-vtx-check
🤦 StartHost failed, but will try again: driver start: Error setting up host only network on machine start: invalid CIDR address: --no-vtx-check
I1024 14:18:28.201475 80889 start.go:537] Will try again in 5 seconds ...
I1024 14:18:33.202553 80889 start.go:313] acquiring machines lock for minikube: {Name:mkb82aaceaa7a1030809340193ac2b7d88a9c631 Clock:{} Delay:500ms Timeout:13m0s Cancel:<nil>}
I1024 14:18:33.202773 80889 start.go:317] acquired machines lock for "minikube" in 144.237µs
I1024 14:18:33.202824 80889 start.go:93] Skipping create...Using existing machine configuration
I1024 14:18:33.202843 80889 fix.go:55] fixHost starting:
I1024 14:18:33.203453 80889 main.go:130] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I1024 14:18:33.378766 80889 main.go:130] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="047ba4a3-8db5-49d0-9183-4c8ac47ce361"
CfgFile="/home/tpmccallum/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/tpmccallum/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/tpmccallum/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="047ba4a3-8db5-49d0-9183-4c8ac47ce361"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="poweroff"
VMStateChangeTime="2021-10-24T04:18:22.167000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/tpmccallum/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="8ae6e91a-8015-45f3-9d50-56f9e3ff9b88"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/tpmccallum/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="a0b01c28-1fcc-4c8e-b51c-48275e86bf38"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
bridgeadapter1="wlp3s0"
macaddress1="08002723E2F3"
cableconnected1="on"
nic1="bridged"
nictype1="virtio"
nicspeed1="0"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
videocap="on"
videocapaudio="off"
capturescreens=""
capturefilename="/home/tpmccallum/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts="vc_enabled=true,ac_enabled=false,ac_profile=med"
GuestMemoryBalloon=0
}
I1024 14:18:33.379102 80889 main.go:130] libmachine: STDERR:
{
}
I1024 14:18:33.379254 80889 fix.go:108] recreateIfNeeded on minikube: state=Stopped err=<nil>
W1024 14:18:33.379288 80889 fix.go:134] unexpected machine state, will restart: <nil>
I1024 14:18:33.381063 80889 out.go:177] 🔄 Restarting existing virtualbox VM for "minikube" ...
🔄 Restarting existing virtualbox VM for "minikube" ...
I1024 14:18:33.381136 80889 main.go:130] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I1024 14:18:33.509508 80889 main.go:130] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="047ba4a3-8db5-49d0-9183-4c8ac47ce361"
CfgFile="/home/tpmccallum/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/tpmccallum/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/tpmccallum/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="047ba4a3-8db5-49d0-9183-4c8ac47ce361"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="poweroff"
VMStateChangeTime="2021-10-24T04:18:22.167000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/tpmccallum/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="8ae6e91a-8015-45f3-9d50-56f9e3ff9b88"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/tpmccallum/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="a0b01c28-1fcc-4c8e-b51c-48275e86bf38"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
bridgeadapter1="wlp3s0"
macaddress1="08002723E2F3"
cableconnected1="on"
nic1="bridged"
nictype1="virtio"
nicspeed1="0"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
videocap="on"
videocapaudio="off"
capturescreens=""
capturefilename="/home/tpmccallum/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts="vc_enabled=true,ac_enabled=false,ac_profile=med"
GuestMemoryBalloon=0
}
I1024 14:18:33.509808 80889 main.go:130] libmachine: STDERR:
{
}
I1024 14:18:33.509960 80889 main.go:130] libmachine: Check network to re-create if needed...
I1024 14:18:33.510026 80889 fix.go:57] fixHost completed within 307.181351ms
I1024 14:18:33.510050 80889 start.go:80] releasing machines lock for "minikube", held for 307.243916ms
W1024 14:18:33.510402 80889 out.go:242] 😿 Failed to start virtualbox VM. Running "minikube delete" may fix it: driver start: Error setting up host only network on machine start: invalid CIDR address: --no-vtx-check
😿 Failed to start virtualbox VM. Running "minikube delete" may fix it: driver start: Error setting up host only network on machine start: invalid CIDR address: --no-vtx-check
I1024 14:18:33.512385 80889 out.go:177]
W1024 14:18:33.512683 80889 out.go:242] ❌ Exiting due to GUEST_PROVISION: Failed to start host: driver start: Error setting up host only network on machine start: invalid CIDR address: --no-vtx-check
❌ Exiting due to GUEST_PROVISION: Failed to start host: driver start: Error setting up host only network on machine start: invalid CIDR address: --no-vtx-check
W1024 14:18:33.512731 80889 out.go:242]
Metadata
Metadata
Assignees
Labels
co/virtualboxkind/supportCategorizes issue or PR as a support question.Categorizes issue or PR as a support question.