Skip to content

Commit bb07f18

Browse files
committed
add dhcpd_leases issue to docs
1 parent af28fbb commit bb07f18

File tree

1 file changed

+17
-1
lines changed
  • site/content/en/docs/drivers

1 file changed

+17
-1
lines changed

site/content/en/docs/drivers/qemu.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,23 @@ When using the `user` network (default) the guest uses **only** the first `names
6565

6666
##### Workarounds:
6767
1. If possible, reorder your `/etc/resolv.conf` to have a general `nameserver` entry first (eg. `8.8.8.8`) and reboot your machine.
68-
2. (Coming soon) Use `--network=socket_vmnet`
68+
2. Use `--network=socket_vmnet`
69+
70+
### 2. `/var/db/dhcpd_leases` errors
71+
72+
If you're seeing errors related to `/var/db/dhcpd_leases` we recommend the following:
73+
1. Uninstall `socket_vmnet`:
74+
```shell
75+
cd socket_vmnet
76+
sudo make uninstll
77+
sudo rm /var/run/socket_vmnet
78+
```
79+
2. Reboot
80+
3. Reinsitall `socket_vmnet`:
81+
```shell
82+
cd socket_vmnet
83+
sudo make install
84+
```
6985

7086
[Full list of open 'qemu' driver issues](https://github.com/kubernetes/minikube/labels/co%2Fqemu-driver)
7187

0 commit comments

Comments
 (0)