-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Prerequisites
- I am running the latest version
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
Issue Details
- Version of AdGuard Home server:
0.99.2 - How did you setup DNS configuration:
Router manual config - If it's a router or IoT, please write device model:
newifi d1 with mipsel mt7621 - Operating system and version:
openwrt 18.06
Expected Behavior
start the software
Actual Behavior
root@newifi-d1-home:/usr/bin/AdGuardHome/data# /usr/bin/AdGuardHome/AdGuardHome
-v
2019/11/20 16:16:32 1118#1 [info] AdGuard Home, version v0.99.2, channel release
2019/11/20 16:16:32 1118#1 [debug] Current working directory is /usr/bin/AdGuardHome
2019/11/20 16:16:33 1118#36 [debug] github.com/AdguardTeam/AdGuardHome/home.(*clientsContainer).AddHost(): '127.0.0.1' -> 'localhost' [1]
2019/11/20 16:16:33 1118#36 [debug] github.com/AdguardTeam/AdGuardHome/home.(*clientsContainer).AddHost(): '::1' -> 'localhost' [2]
2019/11/20 16:16:33 1118#36 [debug] github.com/AdguardTeam/AdGuardHome/home.(*clientsContainer).AddHost(): 'ff02::1' -> 'ip6-allnodes' [3]
2019/11/20 16:16:33 1118#36 [debug] github.com/AdguardTeam/AdGuardHome/home.(*clientsContainer).AddHost(): 'ff02::2' -> 'ip6-allrouters' [4]
2019/11/20 16:16:33 1118#36 [debug] Added 4 client aliases from /etc/hosts
2019/11/20 16:16:33 1118#36 [debug] github.com/AdguardTeam/AdGuardHome/home.(*clientsContainer).addFromSystemARP(): executing arp [arp -a]
2019/11/20 16:16:33 1118#36 [debug] command arp has failed: exec: "arp": executable file not found in $PATH code:-1
2019/11/20 16:16:33 1118#36 [debug] Added 0 client aliases from DHCP
2019/11/20 16:16:33 1118#1 [debug] github.com/AdguardTeam/AdGuardHome/home.upgradeConfig(): got schema version 5
2019/11/20 16:16:33 1118#1 [debug] Reading config file: /usr/bin/AdGuardHome/AdGuardHome.yaml
2019/11/20 16:16:33 1118#1 [debug] Writing YAML file: /usr/bin/AdGuardHome/AdGuardHome.yaml
2019/11/20 16:16:33 1118#1 [debug] github.com/AdguardTeam/AdGuardHome/stats.(*statsCtx).dbOpen(): db.Open...
2019/11/20 16:16:33 1118#1 [error] Stats: open DB: /usr/bin/AdGuardHome/data/stats.db: invalid argument
2019/11/20 16:16:33 1118#1 [fatal] Couldn't initialize statistics module