DNS Resolver crashes/stops
-
Since I have updated from 2.4.x to 2.5.0, the DNS resolver service stops every couple hours or less. I thought it might be an issue with the upgrade, so I reinstalled pfsense 2.5.0 and restored my backup, and the same issue is occurring. There is nothing in the logs for the DNS resolver service other than "info: service stopped (unbound 1.13.0)." Any assistance will be greatly appreciated.
-
After I created this thread, I saw all the others related to this issue. I upgraded unbound and the issue has been resolved so far. This can be closed as it's a duplicate.
-
@bloodfilledwater I am having the same issue. Can you tell me what you did to upgrade unbound?
-
@aaronssh run "pkg upgrade -fy unbound" then run "pfSsh.php playback svc restart unbound" from the web interface or "pkg upgrade -fy unbound; pfSsh.php playback svc restart unbound" directly from the command line.
-
@bloodfilledwater thank you!!