mimugmail / opn-repo

OPNsense repo by mimugmail
Other
324 stars 24 forks source link

AdGuard doesn't run #191

Open CyberSardinha opened 6 months ago

CyberSardinha commented 6 months ago

I've update OPNsense to the versin: 23.7.10_1. Since AdGuardHome doesn't work.

I did the log trick to get a log file from AdGuardHome and it says:

2023/12/13 09:53:41.580402 [info] AdGuard Home, version v0.107.35 2023/12/13 09:53:41.582279 [fatal] unknown configuration schema version 27

I search here and as suggested before and renamed "AdGuardHome.yaml" after I did that AdGuardHome shows as running: root@OPNsense:~ # service adguardhome onestatus adguardhome is running as pid 15385.

But I can't one the page. both on the old 8080 port or on the 3000

Can anyone help me?

bd1308 commented 6 months ago

Try this out....(make a backup of AdGuardHome.yaml):

schema_version: 27

change this to schema_version: 26 and see if it starts. You may have had some kind of issue with the installation and are running a version that doesn't know about the schema 27.

Another thing you could try (I did this yesterday) is uninstalling AdGuardhome (make a backup of the config yaml), reinstall it and then drop the yaml back in place before you start AdGuardHome. I think in my case, some configuration item got messed up. I went from OPNSense commerical/business -> OPNSense Community which caused some issues.

Maybe try that and see if it works?