Adguard home did not start after reboot - fixed. Closed

Hi Team,

after regular reebot in the night of the router Adguard Home did not start again and the network is"offline".

root@GL-MT6000:~# logread -e "adguard"
Sun Dec  1 08:17:43 2024 daemon.err AdGuardHome[7110]: 2024/12/01 07:17:43.020667 [info] Initializing auth module: /tmp/adguardhome/data/sessions.db

I stopped/restarted the service, I disabled/enabeld the service but no change happend...

Any idea?

thx
neuro

No idea, very short log.
please post output of

ubus call system board
opkg list-installed adguardhome
logread -e uard
1 Like

or apk instead of opkg, if you're running a snapshot.

No, running stable 25.05.5

root@GL-MT6000:~# ubus call system board
{
	"kernel": "5.15.167",
	"hostname": "GL-MT6000",
	"system": "ARMv8 Processor rev 4",
	"model": "GL.iNet GL-MT6000",
	"board_name": "glinet,gl-mt6000",
	"rootfs_type": "squashfs",
	"release": {
		"distribution": "OpenWrt",
		"version": "23.05.5",
		"revision": "r24106-10cc5fcd00",
		"target": "mediatek/filogic",
		"description": "OpenWrt 23.05.5 r24106-10cc5fcd00"
	}
}
root@GL-MT6000:~# opkg list-installed adguardhome
adguardhome - 0.107.46-1
root@GL-MT6000:~# logread -e uard
Sun Dec  1 08:17:29 2024 kern.info kernel: [   10.616556] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
Sun Dec  1 08:17:29 2024 kern.info kernel: [   10.624391] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
Sun Dec  1 08:17:42 2024 daemon.err AdGuardHome[7110]: 2024/12/01 07:17:42.994589 [info] AdGuard Home, version v0.107.46
Sun Dec  1 08:17:43 2024 daemon.err AdGuardHome[7110]: 2024/12/01 07:17:43.005263 [info] tls: using default ciphers
Sun Dec  1 08:17:43 2024 daemon.err AdGuardHome[7110]: 2024/12/01 07:17:43.011180 [info] safesearch default: disabled
Sun Dec  1 08:17:43 2024 daemon.err AdGuardHome[7110]: 2024/12/01 07:17:43.020667 [info] Initializing auth module: /tmp/adguardhome/data/sessions.db
Sun Dec  1 08:17:43 2024 daemon.err AdGuardHome[7110]: 2024/12/01 07:17:43.021059 [info] auth: initialized.  users:1  sessions:0
Sun Dec  1 08:17:43 2024 daemon.err AdGuardHome[7110]: 2024/12/01 07:17:43.021118 [info] AdGuard Home updates are disabled
Sun Dec  1 08:17:43 2024 daemon.err AdGuardHome[7110]: 2024/12/01 07:17:43.021128 [info] web: initializing
Sun Dec  1 08:17:43 2024 daemon.err AdGuardHome[7110]: 2024/12/01 07:17:43.021623 [fatal] filtering: filtering: unknown blocked-service "apple streaming"
Sun Dec  1 08:36:24 2024 daemon.err AdGuardHome[11661]: 2024/12/01 07:36:24.936384 [info] AdGuard Home, version v0.107.46
Sun Dec  1 08:36:24 2024 daemon.err AdGuardHome[11661]: 2024/12/01 07:36:24.946865 [info] tls: using default ciphers
Sun Dec  1 08:36:24 2024 daemon.err AdGuardHome[11661]: 2024/12/01 07:36:24.950555 [info] safesearch default: disabled
Sun Dec  1 08:36:24 2024 daemon.err AdGuardHome[11661]: 2024/12/01 07:36:24.958244 [info] Initializing auth module: /tmp/adguardhome/data/sessions.db
Sun Dec  1 08:36:24 2024 daemon.err AdGuardHome[11661]: 2024/12/01 07:36:24.958448 [info] auth: initialized.  users:1  sessions:0
Sun Dec  1 08:36:24 2024 daemon.err AdGuardHome[11661]: 2024/12/01 07:36:24.958496 [info] AdGuard Home updates are disabled
Sun Dec  1 08:36:24 2024 daemon.err AdGuardHome[11661]: 2024/12/01 07:36:24.958505 [info] web: initializing
Sun Dec  1 08:36:24 2024 daemon.err AdGuardHome[11661]: 2024/12/01 07:36:24.958898 [fatal] filtering: filtering: unknown blocked-service "apple streaming"
root@GL-MT6000:~# 

Read and understand the text you post ?

how to edit this filtertype manually?
I can not start AGH.

No idea, but I'm sure AGH knows, it's their filter, or your customizing.

I'd start at https://github.com/AdguardTeam/Adguardhome/wiki/Configuration#configuration-file

Found rootcause and solution:
the correct hint was logread -e uard from @brada4 - Thanks therefor.

Root cause:
I changed yesterday in a third party android app the AGH Filter - here apple streaming and furthermore entries. I think there were an other "format".

Solution:
I deleted the "wrong" entries in adguardhome.yaml

Neuro

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.