Nulla da fare; Ho usato il comando suggerito da "putipower" ma ho una serie di errori con opkg come questo:
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/target/packages/Packages.gz
[b]wget: can't execute 'openssl': No such file or directory[/b]
[b]wget: error getting response: Connection reset by peer[/b]
*** Failed to download the package list from https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/target/packages/Packages.gzRipeto che se provo a fare "opkg update" ho altri errori come:
@modemtim:~# opkg update
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/base/Packages.gz
wget: can't execute 'openssl': No such file or directory
wget: error getting response: Connection reset by peer
*** Failed to download the package list from https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/base/Packages.gz
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/packages/Packages.gz
wget: can't execute 'openssl': No such file or directory
wget: error getting response: Connection reset by peer
*** Failed to download the package list from https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/packages/Packages.gz
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/luci/Packages.gz
wget: can't execute 'openssl': No such file or directory
wget: error getting response: Connection reset by peer
*** Failed to download the package list from https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/luci/Packages.gz
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/routing/Packages.gz
wget: can't execute 'openssl': No such file or directory
wget: error getting response: Connection reset by peer
*** Failed to download the package list from https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/routing/Packages.gz
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/telephony/Packages.gz
wget: can't execute 'openssl': No such file or directory
wget: error getting response: Connection reset by peer
*** Failed to download the package list from https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/telephony/Packages.gz
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/target/packages/Packages.gz
wget: can't execute 'openssl': No such file or directory
wget: error getting response: Connection reset by peer
*** Failed to download the package list from https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/target/packages/Packages.gz
Downloading https://repository.ilpuntotecnico.com/files/roleo/public/agtef/1.1.0/brcm63xx-tch/packages/management/Packages.gz
wget: can't execute 'openssl': No such file or directory
wget: error getting response: Connection reset by peer
*** Failed to download the package list from https://repository.ilpuntotecnico.com/files/roleo/public/agtef/1.1.0/brcm63xx-tch/packages/management/Packages.gz
Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/brcm63xx-tch/VANTW/packages/Packages.gz
wget: server returned error: HTTP/1.1 404 Not Found
*** Failed to download the package list from http://downloads.openwrt.org/chaos_calmer/15.05.1/brcm63xx-tch/VANTW/packages/Packages.gz
Collected errors:
* opkg_conf_parse_file: Duplicate src declaration (chaos_calmer_base https://repository.ilpuntotecnico.com/files/roleo/public/agtef/1.1.0/brcm63xx-tch/packages/base). Skipping.
* opkg_conf_parse_file: Duplicate src declaration (chaos_calmer_packages https://repository.ilpuntotecnico.com/files/roleo/public/agtef/1.1.0/brcm63xx-tch/packages/packages). Skipping.
* opkg_conf_parse_file: Duplicate src declaration (chaos_calmer_luci hhttps://repository.ilpuntotecnico.com/files/roleo/public/agtef/1.1.0/brcm63xx-tch/packages/luci). Skipping.
* opkg_conf_parse_file: Duplicate src declaration (chaos_calmer_routing https://repository.ilpuntotecnico.com/files/roleo/public/agtef/1.1.0/brcm63xx-tch/packages/routing). Skipping.
* opkg_conf_parse_file: Duplicate src declaration (chaos_calmer_telephony https://repository.ilpuntotecnico.com/files/roleo/public/agtef/1.1.0/brcm63xx-tch/packages/telephony). Skipping.
* opkg_download: Failed to download https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/base/Packages.gz, wget returned 1.
* opkg_download: Failed to download https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/packages/Packages.gz, wget returned 1.
* opkg_download: Failed to download https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/luci/Packages.gz, wget returned 1.
* opkg_download: Failed to download https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/routing/Packages.gz, wget returned 1.
* opkg_download: Failed to download https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/telephony/Packages.gz, wget returned 1.
* opkg_download: Failed to download https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/target/packages/Packages.gz, wget returned 1.
* opkg_download: Failed to download https://repository.ilpuntotecnico.com/files/roleo/public/agtef/1.1.0/brcm63xx-tch/packages/management/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05.1/brcm63xx-tch/VANTW/packages/Packages.gz, wget returned 1.
@modemtim:~# Ho i seguenti repository in
/etc/opkg.conf ma non so se sono corretti:
est root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay
arch all 100
arch arm_cortex-a9 200
arch arm_cortex-a9_neon 300
src/gz chaos_calmer_base https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/base
src/gz chaos_calmer_packages https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/packages
src/gz chaos_calmer_luci https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/luci
src/gz chaos_calmer_routing https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/routing
src/gz chaos_calmer_telephony https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/telephony
src/gz chaos_calmer_core https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/target/packagesATTENZIONE: ho risolto i problemi di cui sopra forzando l'aggiornamento della GUI di Ansuel (avevo giΰ l'ultima versione ma temevo che qualcosa fosse andato storto); Ho fatto l'aggiornamendo da CLI con il comando:
upgradeguiPoi ho dato:
opkg updateopkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgradee
reboot
Fatto questo tutto sembra tornato nella norma,
PS ho anche rinominato tutti i files
".conf" in
"/etc/opkg/".
Per lo meno, adesso, tutto θ tornato nella norma e posso tentare nuovamente di installare la blacklist.