Buonasera a tutti,
innanzitutto spero di non aver sbagliato sezione, di recente ho riesumato il mio vecchio Router TIM TG789VAC v2 (sbloccato).
Provando ad eseguire il comando "opkg update", mi viene restituiti i seguenti errori:
root@Router:~# sudo opkg update
Downloading http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/base/Packages.gz.
wget: error getting response: Connection reset by peer
Downloading http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/packages/Packages.gz.
wget: error getting response: Connection reset by peer
Downloading http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/luci/Packages.gz.
wget: error getting response: Connection reset by peer
Downloading http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/routing/Packages.gz.
wget: error getting response: Connection reset by peer
Downloading http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/telephony/Packages.gz.
wget: error getting response: Connection reset by peer
Downloading http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/management/Packages.gz.
wget: error getting response: Connection reset by peer
Collected errors:
* opkg_download: Failed to download http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/base/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/packages/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/luci/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/routing/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/telephony/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/management/Packages.gz, wget returned 1.
Attualmente la versione installata è la seguente:
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='Chaos Calmer'
DISTRIB_REVISION='r49389'
DISTRIB_CODENAME='chaos_calmer'
DISTRIB_TARGET='brcm63xx-tch/VANTF'
DISTRIB_DESCRIPTION='OpenWrt Chaos Calmer 15.05.1'
DISTRIB_TAINTS='no-all busybox'A qualcuno è capitato il medesimo problema? Da cosa puo esser causato? Potreste darmi qualche suggerimento per risolvere?
Grazie in anticipo a tutti!!
edit
Piccolo aggiornamento sulla situazione attuale.
Ho provato a reinstallare manualmente il pacchetto wget scaricandolo dall'indirizzo "
https://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/packages/wget_1.17.1-1_brcm63xx-tch.ipk"
Dopo averlo trasferito sul Router tramite WinSCP l'ho installato tramite il comando "sudo opkg install wget_1.17.1-1_brcm63xx-tch.ipk" e l'operazione è andata a buon fine.
Ora eseguendo "opkg update" l'errore indicato in precedenza non è più presente, ma se ne presenta un altro:
root@Router:~# opkg update
Downloading http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/base/Packages.gz.
Downloading http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/packages/Packages.gz.
Downloading http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/luci/Packages.gz.
Downloading http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/routing/Packages.gz.
Downloading http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/telephony/Packages.gz.
Downloading http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/management/Packages.gz.
Collected errors:
* opkg_download: Failed to download http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/base/Packages.gz, wget returned 5.
* opkg_download: Failed to download http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/packages/Packages.gz, wget returned 5.
* opkg_download: Failed to download http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/luci/Packages.gz, wget returned 5.
* opkg_download: Failed to download http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/routing/Packages.gz, wget returned 5.
* opkg_download: Failed to download http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/telephony/Packages.gz, wget returned 5.
* opkg_download: Failed to download http://repository.ilpuntotecnico.com/files/roleo/public/agtot_iinet/brcm63xx-tch/packages/management/Packages.gz, wget returned 5.Anche provando a modificare gli indirizzi da HTTP a HTTPS il risultato è lo stesso....se non ho capito male l'errore 5 di wget corrisponderebbe a
SSL verification failure.
Come potrei risolvere?