Update Error FTL

Expected Behaviour:

Pi-hole should update completely including FTL

Actual Behaviour:

FTL update failes with the following output:
` [i] Checking for updates...
fatal: unable to access 'https://github.com/pi-hole/pi-hole.git/': gnutls_handshake() failed: An unexpected TLS packet was received.
[i] Pi-hole Core: up to date
[i] FTL: update available

[i] FTL out of date

[i] FTL Checks...

[i] Downloading and Installing FTL...curl: (22) The requested URL returned error: 404 Not Found
[✗] Downloading and Installing FTL
Error: URL https://github.com/pi-hole/FTL/releases/download/v4.3.1/tbd not found`

Debug Token:

34o4blwfin

There are several issues with your system as it seems.

Please try updating your system to the most recent state and reboot

sudo apt-get update
sudo apt-get upgrade
sudo reboot

Afterwards, try again.

Hi DL6ER,

thanks for your reply. I already did apt update & upgrade but only missed the reboot. Unfortunately nothing changed, I still get the following error when doing pihole -up:

Error: URL https://github.com/pi-hole/FTL/releases/download/v4.3.1/tbd not found

I'm pretty sure there has to be an error in any config-file cause this URL indeed doesn't exist. If I'm doing a pihole -r and a repair procedure I get the following error:

[i] Downloading and Installing FTL...curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
sha1sum: pihole-FTL-arm-linux-gnueabihf.sha1: Datei oder Verzeichnis nicht gefunden
[✗] Downloading and Installing FTL
Error: Download of https://github.com/pi-hole/FTL/releases/download/v4.3.1/pihole-FTL-arm-linux-gnueabihf failed (checksum error)

This seems to me like an SSL error but I did not reconfigure anything. I'd be glad to avoid a completely new installation cause I did a lot of white- and blacklist-filtering in my pi-hole.
Hope you can find a solution, here is the new debug token:
https://tricorder.pi-hole.net/e1q7i5ygf2

The SSL errors are really bad, however, we can first address why your Pi-hole cannot determine the binary to be downloaded correctly (tbd is a placeholder that should have been replaced by the correct binary name).

What is the output of

uname -a
arch

?

A post was split to a new topic: Cannot resolve after partial Pi-hole installation

uname -a:
Linux pi-hole 4.19.42-v7+ #1219 SMP Tue May 14 21:20:58 BST 2019 armv7l GNU/Linux

arch:
armv71

Shame on me, I solved it. I'm using a transparent proxy and did not
install the root CA on the pi-hole.
Sorry :slight_smile:

(Attachment 0xA119FDB48A1CB2B8.asc is missing)

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