[GH-ISSUE #684] new host: dial tcp: missing address #523

Closed
opened 2026-02-27 16:39:33 +03:00 by kerem · 1 comment
Owner

Originally created by @gouravbansal11 on GitHub (May 20, 2019).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/684

[gouravba@gouravba02lx ~]$ minikube start --vm-driver kvm2 --logtostderr
W0520 15:02:34.998166 1333 root.go:145] Error reading config file at /home/gouravba/.minikube/config/config.json: open /home/gouravba/.minikube/config/config.json: no such file or directory
I0520 15:02:34.998755 1333 notify.go:126] Checking for updates...
o minikube v1.0.1 on linux (amd64)
@ Downloading Minikube ISO ...
142.88 MB / 142.88 MB [============================================] 100.00% 0s
$ Downloading Kubernetes v1.14.1 images in the background ...
I0520 15:12:45.476634 1333 start.go:652] Saving config:
{
"MachineConfig": {
"MinikubeISO": "https://storage.googleapis.com/minikube/iso/minikube-v1.0.1.iso",
"Memory": 2048,
"CPUs": 2,
"DiskSize": 20000,
"VMDriver": "kvm2",
"ContainerRuntime": "docker",
"HyperkitVpnKitSock": "",
"HyperkitVSockPorts": [],
"XhyveDiskDriver": "ahci-hd",
"DockerEnv": [
"HTTP_PROXY=[Proxy]",
"HTTPS_PROXY=[Proxy]"
],
"InsecureRegistry": null,
"RegistryMirror": null,
"HostOnlyCIDR": "192.168.99.1/24",
"HypervVirtualSwitch": "",
"KvmNetwork": "default",
"DockerOpt": null,
"DisableDriverMounts": false,
"NFSShare": [],
"NFSSharesRoot": "/nfsshares",
"UUID": "",
"GPU": false,
"Hidden": false,
"NoVTXCheck": false
},
"KubernetesConfig": {
"KubernetesVersion": "v1.14.1",
"NodeIP": "",
"NodePort": 8443,
"NodeName": "minikube",
"APIServerName": "minikubeCA",
"APIServerNames": null,
"APIServerIPs": null,
"DNSDomain": "cluster.local",
"ContainerRuntime": "docker",
"CRISocket": "",
"NetworkPlugin": "",
"FeatureGates": "",
"ServiceCIDR": "10.96.0.0/12",
"ImageRepository": "",
"ExtraOptions": null,
"ShouldLoadCachedImages": true,
"EnableDefaultCNI": false
}
}
I0520 15:12:45.476713 1333 cache_images.go:309] Attempting to cache image: gcr.io/k8s-minikube/storage-provisioner:v1.8.1 at /home/gouravba/.minikube/cache/images/gcr.io/k8s-minikube/storage-provisioner_v1.8.1
I0520 15:12:45.478034 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64:1.14.13 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64_1.14.13
I0520 15:12:45.478370 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/kube-proxy:v1.14.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/kube-proxy_v1.14.1
I0520 15:12:45.478484 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/kube-scheduler:v1.14.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/kube-scheduler_v1.14.1
I0520 15:12:45.478582 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/kube-controller-manager:v1.14.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/kube-controller-manager_v1.14.1
I0520 15:12:45.478645 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/k8s-dns-sidecar-amd64:1.14.13 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/k8s-dns-sidecar-amd64_1.14.13
I0520 15:12:45.478673 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/kube-apiserver:v1.14.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/kube-apiserver_v1.14.1
I0520 15:12:45.478759 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/pause:3.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/pause_3.1
I0520 15:12:45.478794 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/etcd:3.3.10 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/etcd_3.3.10
I0520 15:12:45.478846 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/k8s-dns-kube-dns-amd64:1.14.13 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/k8s-dns-kube-dns-amd64_1.14.13
I0520 15:12:45.478924 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/coredns:1.3.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/coredns_1.3.1
I0520 15:12:45.478949 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/kube-addon-manager:v9.0 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/kube-addon-manager_v9.0
I0520 15:12:45.479116 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/kubernetes-dashboard-amd64_v1.10.1
I0520 15:12:45.479382 1333 cluster.go:78] Machine does not exist... provisioning new machine
I0520 15:12:45.479393 1333 cluster.go:79] Provisioning machine with config: {MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v1.0.1.iso Memory:2048 CPUs:2 DiskSize:20000 VMDriver:kvm2 ContainerRuntime:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] XhyveDiskDriver:ahci-hd DockerEnv:[HTTP_PROXY=[Proxy] HTTPS_PROXY=[Proxy]] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.99.1/24 HypervVirtualSwitch: KvmNetwork:default Downloader:{} DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: GPU:false Hidden:false NoVTXCheck:false}

Creating kvm2 VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
**I0520 15:12:45.503064 1333 start.go:428] StartHost: new host: dial tcp: missing address
I0520 15:12:45.503097 1333 utils.go:122] non-retriable error: new host: dial tcp: missing address
W0520 15:12:45.505322 1333 exit.go:99] Unable to start VM: new host: dial tcp: missing address

! Unable to start VM: new host: dial tcp: missing address**

  • Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
  • libvirtd.service - Virtualization daemon
    Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; vendor preset: enabled)
    Active: active (running) since Mon 2019-05-20 15:00:36 IST; 12min ago
    Docs: man:libvirtd(8)
    http://libvirt.org
    Main PID: 1004 (libvirtd)
    CGroup: /system.slice/libvirtd.service
    |-1004 /usr/sbin/libvirtd
    |-1184 /sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --dhcp-script=/usr/libexec/libvirt_leaseshelper
    `-1185 /sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --dhcp-script=/usr/libexec/libvirt_leaseshelper

May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: compile time options: IPv6 GNU-getopt DBus no-i18n IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth
May 20 15:00:38 gouravba02lx.company dnsmasq-dhcp[1184]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h
May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: reading /etc/resolv.conf
May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: using nameserver 10.20.40.100#53
May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: using nameserver 10.19.212.200#53
May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: using nameserver 10.57.80.60#53
May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: using nameserver 10.19.93.89#53
May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: read /etc/hosts - 6 addresses
May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses
May 20 15:00:38 gouravba02lx.company dnsmasq-dhcp[1184]: read /var/lib/libvirt/dnsmasq/default.hostsfile

Originally created by @gouravbansal11 on GitHub (May 20, 2019). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/684 [gouravba@gouravba02lx ~]$ minikube start --vm-driver kvm2 --logtostderr W0520 15:02:34.998166 1333 root.go:145] Error reading config file at /home/gouravba/.minikube/config/config.json: open /home/gouravba/.minikube/config/config.json: no such file or directory I0520 15:02:34.998755 1333 notify.go:126] Checking for updates... o minikube v1.0.1 on linux (amd64) @ Downloading Minikube ISO ... 142.88 MB / 142.88 MB [============================================] 100.00% 0s $ Downloading Kubernetes v1.14.1 images in the background ... I0520 15:12:45.476634 1333 start.go:652] Saving config: { "MachineConfig": { "MinikubeISO": "https://storage.googleapis.com/minikube/iso/minikube-v1.0.1.iso", "Memory": 2048, "CPUs": 2, "DiskSize": 20000, "VMDriver": "kvm2", "ContainerRuntime": "docker", "HyperkitVpnKitSock": "", "HyperkitVSockPorts": [], "XhyveDiskDriver": "ahci-hd", "DockerEnv": [ "HTTP_PROXY=[Proxy]", "HTTPS_PROXY=[Proxy]" ], "InsecureRegistry": null, "RegistryMirror": null, "HostOnlyCIDR": "192.168.99.1/24", "HypervVirtualSwitch": "", "KvmNetwork": "default", "DockerOpt": null, "DisableDriverMounts": false, "NFSShare": [], "NFSSharesRoot": "/nfsshares", "UUID": "", "GPU": false, "Hidden": false, "NoVTXCheck": false }, "KubernetesConfig": { "KubernetesVersion": "v1.14.1", "NodeIP": "", "NodePort": 8443, "NodeName": "minikube", "APIServerName": "minikubeCA", "APIServerNames": null, "APIServerIPs": null, "DNSDomain": "cluster.local", "ContainerRuntime": "docker", "CRISocket": "", "NetworkPlugin": "", "FeatureGates": "", "ServiceCIDR": "10.96.0.0/12", "ImageRepository": "", "ExtraOptions": null, "ShouldLoadCachedImages": true, "EnableDefaultCNI": false } } I0520 15:12:45.476713 1333 cache_images.go:309] Attempting to cache image: gcr.io/k8s-minikube/storage-provisioner:v1.8.1 at /home/gouravba/.minikube/cache/images/gcr.io/k8s-minikube/storage-provisioner_v1.8.1 I0520 15:12:45.478034 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64:1.14.13 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64_1.14.13 I0520 15:12:45.478370 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/kube-proxy:v1.14.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/kube-proxy_v1.14.1 I0520 15:12:45.478484 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/kube-scheduler:v1.14.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/kube-scheduler_v1.14.1 I0520 15:12:45.478582 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/kube-controller-manager:v1.14.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/kube-controller-manager_v1.14.1 I0520 15:12:45.478645 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/k8s-dns-sidecar-amd64:1.14.13 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/k8s-dns-sidecar-amd64_1.14.13 I0520 15:12:45.478673 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/kube-apiserver:v1.14.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/kube-apiserver_v1.14.1 I0520 15:12:45.478759 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/pause:3.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/pause_3.1 I0520 15:12:45.478794 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/etcd:3.3.10 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/etcd_3.3.10 I0520 15:12:45.478846 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/k8s-dns-kube-dns-amd64:1.14.13 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/k8s-dns-kube-dns-amd64_1.14.13 I0520 15:12:45.478924 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/coredns:1.3.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/coredns_1.3.1 I0520 15:12:45.478949 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/kube-addon-manager:v9.0 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/kube-addon-manager_v9.0 I0520 15:12:45.479116 1333 cache_images.go:309] Attempting to cache image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.1 at /home/gouravba/.minikube/cache/images/k8s.gcr.io/kubernetes-dashboard-amd64_v1.10.1 I0520 15:12:45.479382 1333 cluster.go:78] Machine does not exist... provisioning new machine I0520 15:12:45.479393 1333 cluster.go:79] Provisioning machine with config: {MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v1.0.1.iso Memory:2048 CPUs:2 DiskSize:20000 VMDriver:kvm2 ContainerRuntime:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] XhyveDiskDriver:ahci-hd DockerEnv:[HTTP_PROXY=[Proxy] HTTPS_PROXY=[Proxy]] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.99.1/24 HypervVirtualSwitch: KvmNetwork:default Downloader:{} DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: GPU:false Hidden:false NoVTXCheck:false} > Creating kvm2 VM (CPUs=2, Memory=2048MB, Disk=20000MB) ... **I0520 15:12:45.503064 1333 start.go:428] StartHost: new host: dial tcp: missing address I0520 15:12:45.503097 1333 utils.go:122] non-retriable error: new host: dial tcp: missing address W0520 15:12:45.505322 1333 exit.go:99] Unable to start VM: new host: dial tcp: missing address ! Unable to start VM: new host: dial tcp: missing address** * Sorry that minikube crashed. If this was unexpected, we would love to hear from you: - https://github.com/kubernetes/minikube/issues/new [gouravba@gouravba02lx ~]$ sudo systemctl status libvirtd.service * libvirtd.service - Virtualization daemon Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2019-05-20 15:00:36 IST; 12min ago Docs: man:libvirtd(8) http://libvirt.org Main PID: 1004 (libvirtd) CGroup: /system.slice/libvirtd.service |-1004 /usr/sbin/libvirtd |-1184 /sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --dhcp-script=/usr/libexec/libvirt_leaseshelper `-1185 /sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --dhcp-script=/usr/libexec/libvirt_leaseshelper May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: compile time options: IPv6 GNU-getopt DBus no-i18n IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth May 20 15:00:38 gouravba02lx.company dnsmasq-dhcp[1184]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: reading /etc/resolv.conf May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: using nameserver 10.20.40.100#53 May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: using nameserver 10.19.212.200#53 May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: using nameserver 10.57.80.60#53 May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: using nameserver 10.19.93.89#53 May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: read /etc/hosts - 6 addresses May 20 15:00:38 gouravba02lx.company dnsmasq[1184]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses May 20 15:00:38 gouravba02lx.company dnsmasq-dhcp[1184]: read /var/lib/libvirt/dnsmasq/default.hostsfile
kerem closed this issue 2026-02-27 16:39:33 +03:00
Author
Owner

@gouravbansal11 commented on GitHub (May 20, 2019):

One thing we are provided VM's and inthose we are installing KVM. Not sure if this cause this issue or something else.

<!-- gh-comment-id:493918505 --> @gouravbansal11 commented on GitHub (May 20, 2019): One thing we are provided VM's and inthose we are installing KVM. Not sure if this cause this issue or something else.
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/webvirtmgr#523
No description provided.