Today I had a weird issue with AdGuard Home in two AX86U routers.
This night, all of a sudden, AdGuard stopped working after a reboot and did not start at all.
Thus, I was mostly disconnected from the Internet.
When I checked the service, it was "dead" and nothing would revive it.
Rebooting the router had no effect.
When checking AdGuard logs, they only showed the last time the app was stopped. (during the night)
Only after restarting DNSMasq that I managed to access Internet again.
I tried to reinstall AdGuard Home but it froze when starting up again.
After lots of searching, I remembered that yesterday there was an update through AMTM for many Entware packages. And only after rebooting the router that the error showed up.
So, I tried to updated the router again and found a new update for
The package was updated, I rebooted the router, then, finally, AdGuard started up.
I guess
Did anyone else have similar issues?
This night, all of a sudden, AdGuard stopped working after a reboot and did not start at all.
Thus, I was mostly disconnected from the Internet.
When I checked the service, it was "dead" and nothing would revive it.
Bash:
# /opt/etc/init.d/S99AdGuardHome check
Checking AdGuardHome... dead.
Rebooting the router had no effect.
When checking AdGuard logs, they only showed the last time the app was stopped. (during the night)
Code:
Mar 17 03:59:26 hostname AdGuardHome[5217]: 2023/03/17 03:59:26.819288 [info] Updated filter #1665644498. Rules: 1861 -> 1861
Mar 17 03:59:26 hostname AdGuardHome[5217]: 2023/03/17 03:59:26.819306 [info] Updated filter #1678320236. Rules: 50615 -> 50720
Mar 17 03:59:26 hostname AdGuardHome[5217]: 2023/03/17 03:59:26.819329 [info] Updated filter #1678321506. Rules: 6180 -> 6180
Mar 17 04:00:01 hostname rc_service: service 886768:notify_rc stop_AdGuardHome
Only after restarting DNSMasq that I managed to access Internet again.
Bash:
# service restart_dnsmasq
Done.
I tried to reinstall AdGuard Home but it froze when starting up again.
Code:
Info: This operation will install AdGuardHome and related files (<6MB)
Info: to ENTWARE, no other data will be changed.
Info: Also some start scripts will be installed/modified as required.
=> Do you want to install AdGuardHome to ENTWARE? [y/n]: y
Info: installer is up to date. Skipping...
=> Do you want to switch AdGuardHome builds? [y/n]: n
Info: continuing without changing builds.
Info: ADGUARDHOME_BUILD=Release
Info: No new release version available.
Info: ADGUARDHOME_VER=v0.107.26
Info: AdGuardHome.sh is up to date. Skipping...
Info: S99AdGuardHome is up to date. Skipping...
Info: rc.func.AdGuardHome is up to date. Skipping...
Info: init-start file already configured
Info: services-stop file already configured
Info: dnsmasq.postconf file already configured
Info: Configure service-event-end file
Info: Configuring AdGuardHome...
=> Do you want to redirect all DNS resolutions on your network through to AdGuardHome? [y/n]: y
Info: You can choose to keep any custom dnsfilter values by only redirect non-custom traffic or send all traffic through to AdGuardHome.
=> Do you want to redirect only NON-CUSTOM DNS resolutions on your network through to AdGuardHome? [y/n]: n
Info: DNS is set to redirect All DNS resolutions through to AdGuardHome.
Info: Checking AdGuardHome configuration...
=> Do you want to skip reconfiguration options? [y/n]: y
Info: Skipping reconfiguration options.
Info: Starting AdGuardHome...
After lots of searching, I remembered that yesterday there was an update through AMTM for many Entware packages. And only after rebooting the router that the error showed up.
So, I tried to updated the router again and found a new update for
libopenssl
.The package was updated, I rebooted the router, then, finally, AdGuard started up.
I guess
libopenssl
was faulty.Did anyone else have similar issues?