syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
392 stars 40 forks source link

i can’t install Pi-hole #651

Closed JuanPerezPerez1 closed 2 years ago

JuanPerezPerez1 commented 2 years ago

i can’t install Pi-hole. I can install any other app except that. Is there a way to install manually?

cyberb commented 2 years ago

Whar error message do you get? Send logs from Settings - Support. Also you can try installing using SSH and post the output:

snap install pihole
JuanPerezPerez1 commented 2 years ago

I have tried to install it but it does as if it is going to install it and does nothing. I tried through ssh as you told me but I got this error.

error: cannot perform the following tasks:

cyberb commented 2 years ago

Can you run this:

/snap/platform/current/bin/cli ipv4

Also are you latest system (Settings - Updates)?

JuanPerezPerez1 commented 2 years ago

Yes I think I have the latest version (System: 1361) but I still can't install pi-hole

cyberb commented 2 years ago

Can you run the command:

/snap/platform/current/bin/cli ipv4
JuanPerezPerez1 commented 2 years ago

yes. and then

JuanPerezPerez1 commented 2 years ago

after executing the command nothing happens and I don't know what to do next

cyberb commented 2 years ago

Can you show the output?

JuanPerezPerez1 commented 2 years ago

10.0.0.26root@syncloud:~#

JuanPerezPerez1 commented 2 years ago

root@syncloud:~# /snap/platform/current/bin/cli ipv4 10.0.0.26root@syncloud:~#

cyberb commented 2 years ago

Ok, can you run these two commands and show the output:

/snap/platform/current/bin/cli ipv4

echo $?
JuanPerezPerez1 commented 2 years ago

root@syncloud:~# /snap/platform/current/bin/cli ipv4 10.0.0.26root@syncloud:~# echo $? 0 root@syncloud:~#

cyberb commented 2 years ago

Sorry just tested myself and latest version is broken Indeed. I am in the middle of fixing custom dns feature in pihole, give me a day or two and I will publish the new version asap.

cyberb commented 2 years ago

Fixed, please try to install again from the web the usual way.