Page 1 of 1

[RESOLVED] Update from 1.7 to 1.8

Published: February 4, 2020 - 3:29 PM
by mad
Hello, I have WAPT Community on a Debian server with the following specifications: WAPT Server version: 1.7.3.5 (Debian Stretch) WAPT Agent version: 1.7.3.5 WAPT Setup version: 1.7.3.5 WAPT Deploy version: 1.7.3.5 Database status: OK (1.7.3.2) The goal is to perform an update to version 1.8 in /etc/apt/sources.list.d/wapt.list deb https://wapt.tranquil.it/debian/wapt-1.8/ stretch main. During the update step (apt-get update) , it loops at 18% and I get : Ign:8 https://wapt.tranquil.it/debian/wapt-1.8 stretch/main all Packages Err:9 https://wapt.tranquil.it/debian/wapt-1.8 stretch/main amd64 Packages Received HTTP code 502 from proxy after CONNECT Ign:10 https://wapt.tranquil.it/debian/wapt-1.8 stretch/main Translation-en_US Ign:11 https://wapt.tranquil.it/debian/wapt-1.8 stretch/main Translation-en Reading package lists... Done W: The repository ' https://wapt.tranquil.it/debian/wapt-1.8 stretch Release' does not have a Release file. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use. N: See apt-secure(8) manpage for repository creation and user configuration details. E: Failed to fetch https://wapt.tranquil.it/debian/wapt-1. ... 4/Packages Received HTTP code 502 from proxy after CONNECT E: Some index files failed to download. They have been ignored, or old ones used instead. With curl -k https://wapt.tranquil.it/debian/wapt-1. ... /InRelease | gpg --keyring /etc/apt/trusted.gpg --verify gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created % Total % Received % --:--:-- --:--:-- --:--:-- 10891 gpg: Signature made Wed 23 Oct 2019 03:07:22 PM CEST gpg: using RSA key 8F41DAF53DBC098A9AB916000022908B0C0E47AD gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: Good signature from "Tranquil IT Systems < contact@tranquil.it >" [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 8F41 DAF5 3DBC 098A 9AB9 1600 0022 908B 0C0E 47AD and the wget -O command - https://wapt.tranquil.it/debian/tiswapt-pub.gpg | apt-key add - --2020-02-04 15:23:07-- https://wapt.tranquil.it/debian/tiswapt-pub.gpg Resolving wapt.tranquil.it (wapt.tranquil.it)... 195.154.18.13 Connecting to wapt.tranquil.it (wapt.tranquil.it)|195.154.18.13|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3839 (3.7K) Saving to: 'STDOUT' - 100%[===================>] 3.75K --.-KB/s in 0s 2020-02-04 15:23:08 (47.4 MB/s) - written to stdout [3839/3839] OK ---------------------------------------------- Thank you for help...




























































Re: Update from 1.7 to 1.8

Published: February 14, 2020 - 12:31
by dcardon
Hello,

it seems there's a proxy configuration error in the apt settings... The GPG key is downloaded correctly, so the internet connection/DNS configuration appears to be working, but the proxy seems to be the problem.

Regards,

Denis