Windows update TUN issue #1161
Labels
bug
This shouldn't happen
external dependency
Related to an external library, i.e. Water
windows
Operating system-specific
This is an ancient bug, but now, with additional logging, we can see where the problem is.
Problem: Windows 10 can't update to cumulative update when Yggdrasil service is enabled (set as automatic start).
Windows is updating to 30%, then restarts, updating to 90% and then stops. Waits for 10 minutes, restarts and cancels the update.
What happens?
Most important is here, look at the time:
Event viewer shows that service Yggdrasil didn't start and gave some error (no clarification).
The
iface, err = wgtun.CreateTUNWithRequestedGUID(ifname, &guid, int(mtu))
line is taking 5 minutes to complete with the error.I think we need some timeout, or something like that to kill the creation of the TUN, and start over. Or just don't start if we detect that we are in updating state (is it possible?).
The text was updated successfully, but these errors were encountered: