Forum Discussion
[MAJOR ISSUE] b20257, b20262 DNS Server service keeps crashing 0x0374
- Dec 03, 2020I now have that build and it does seem to cure the DNS issues. Thanks"
Thomas Lee that's unfortunate. Have you tried b20282 yet? It kept being stable on 20270 for me on 3 VMs and one hardware ADDS DNS
Karl-WE updating to that build as I type!
- Thomas LeeJan 16, 2021Brass Contributor
Finished the Updtate - but the issue continues.
My workaround is this script, run in a window and minimised:
While ($true) {start-service dns; Start-Sleep -Seconds 2}
- Karl-WEJan 16, 2021MVP
Thomas Lee hi Thomas from what I have seen in the bugged release the issue happened as soon an DNS record was being updated. I suggest that you get in touch with the Server vNext Team. as Elden_Christensen asked for examples where the rolled out fix in b20270 would not work.
- Thomas LeeJan 17, 2021Brass Contributor
Karl-WE THANKS for that comment. I have indeed written to Elden. NO answer, but it is Sunday morning! 🙂
This is a serious bug and it is one that was previously fixed. I kind of need this bug fixed - it breaks everything. And, why did this bug re-occur? Is this a very weird edge case that slipped through the cracks (it happens :0) )?
What is that joke: The problem is DNS, now what was the question?
My workaround is crude and not perfect:
While ($true) {Start-Service -Name DNS; Start-Sleep -Seconds 3}