Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"couldn't initialize statistics module" error on the clean install of AdGuard Home #3450

Closed
ameshkov opened this issue Aug 14, 2021 · 1 comment
Assignees
Milestone

Comments

@ameshkov
Copy link
Member

ameshkov commented Aug 14, 2021

Error: control/install/configure | couldn't initialize statistics module | 500

image

The problem seems to be with the installation script. To reproduce this issue, I install AGH release first, then reinstalled edge (without removing anything before), and then I ran into this issue.

Also, the second issue is with the uninstall script -- it does not stop the running AdGuard Home instance.

@sysadmin-info
Copy link

sudo systemctl stop AdGuardHome.service
sudo systemctl disable AdGuardHome.service
cd 
cd AdGuardHome
sudo ./AdGuardHome -s uninstall
sudo reboot
cd
cd AdGuardHome
sudo ./AdGuardHome -s install

problem solved

Just in case. You can download the package and extract it this way

cd
wget https://static.adguard.com/adguardhome/release/AdGuardHome_linux_arm.tar.gz
sudo tar xvf AdGuardHome_linux_arm.tar.gz

Problem solved.

heyxkhoa pushed a commit to heyxkhoa/AdGuardHome that referenced this issue Mar 20, 2023
Merge in DNS/adguard-home from 3450-install-script to master

Closes AdguardTeam#3450.

Squashed commit of the following:

commit ab28d0b
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Mon Aug 16 19:00:03 2021 +0300

    scripts: fix install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants