Jump to content

E: The repository 'http://apt.armbian.com stretch Release' does not have a Release file.


Jean-Marc

Recommended Posts

Hi,
I have following error on Rock64 when trying to update with apt tools:

-1- My config file is :

root@srv-rock64-130:~# cat /etc/apt/sources.list.d/armbian_apt_v_9_stretch.list |grep -v "#"

deb http://apt.armbian.com stretch main stretch-utils stretch-desktop

-2- to get all keys, i run ...

    /usr/bin/wget \
      --tries=3 \
      --output-document=/tmp/Release.key \
      --quiet \
      --no-check-certificate \
      http://apt.armbian.com/armbian.key \
    && \
      /usr/bin/apt-key add - < /tmp/Release.key \
    && \
      /bin/rm -f /tmp/Release.key

root@srv-rock64-130:~#     /usr/bin/wget \
>       --tries=3 \
>       --output-document=/tmp/Release.key \
>       --quiet \
>       --no-check-certificate \
>       http://apt.armbian.com/armbian.key \
>     && \
>       /usr/bin/apt-key add - < /tmp/Release.key \
>     && \
>       /bin/rm -f /tmp/Release.key
OK

-3- Issue ?

but when launching apt update

root@srv-rock64-130:~# apt update
Réception de:1 http://security.debian.org stretch/updates InRelease [94,3 kB]
Atteint:2 http://ftp.fr.debian.org/debian stretch-backports InRelease                                                                             
Ign:3 http://ftp.debian.org/debian stretch InRelease                                                                                              
Atteint:4 http://ftp.debian.org/debian buster InRelease                                                                                           
Atteint:6 http://ftp.fr.debian.org/debian stretch-updates InRelease                                                                               
Atteint:7 http://ftp.debian.org/debian stretch Release                                                                             
Réception de:8 http://deb.ayufan.eu/orgs/ayufan-rock64/releases InRelease [1 339 B]                                               
Réception de:9 http://deb.ayufan.eu/orgs/ayufan-rock64/pre-releases InRelease [1 339 B]
Ign:5 https://apt.armbian.com stretch InRelease                
Err:10 https://apt.armbian.com stretch Release
  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Lecture des listes de paquets... Fait
E: The repository 'http://apt.armbian.com stretch Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Thanks in advance for your help

Link to comment
Share on other sites

As you could read unsecure http is disabled by default.

 

For temporarly use unsecure http and getting your system in a proper state you could try

sudo apt-get update --no-allow-insecure-repositories

 

You are using debian stretch, so I dont understand why you also got a line for a debian buster repository:

"Atteint:4 http://ftp.debian.org/debian buster InRelease"

That could also create problem if you mix distributions :(

 

or you could (temprarly) use my ca-certficates.crt out of my strech-installation?
see attachment

 

[EDIT] Yes at https is no Rellease file because:

wget http://apt.armbian.com/dists/stretch/Release
Connecting to apt.armbian.com (apt.armbian.com)|193.40.103.96|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://apt.armbian.com/dists/stretch/Release [following]

ca-certificates.zip

Link to comment
Share on other sites

Thanks for proposal....

but ....

root@srv-rock64-130:~# apt-get update --no-allow-insecure-repositories
Ign:1 http://ftp.debian.org/debian stretch InRelease
Atteint:2 http://security.debian.org stretch/updates InRelease                                                                                 
Atteint:3 http://ftp.fr.debian.org/debian stretch-backports InRelease                                                                          
Atteint:4 http://ftp.debian.org/debian buster InRelease                                                                                        
Atteint:5 http://ftp.fr.debian.org/debian stretch-updates InRelease                                                                            
Réception de:6 http://deb.ayufan.eu/orgs/ayufan-rock64/releases InRelease [1 339 B]                                               
Atteint:8 http://ftp.debian.org/debian stretch Release                                                                             
Réception de:9 http://deb.ayufan.eu/orgs/ayufan-rock64/pre-releases InRelease [1 339 B]         
Ign:7 https://apt.armbian.com stretch InRelease                
Err:10 https://apt.armbian.com stretch Release                
  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Lecture des listes de paquets... Fait
E: The repository 'http://apt.armbian.com stretch Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@srv-rock64-130:~# echo $?
100

 

So that this solution is not possible for me because apt management is done accross Ansible tools in

a production board ....

Link to comment
Share on other sites

Igor,

It seems there is today the same behaviour ?

 

Quote

ansible@srv-nanopir1-170:~$ sudo apt update
Atteint:1 http://security.debian.org stretch/updates InRelease
Atteint:2 http://ftp.fr.debian.org/debian stretch-backports InRelease
Atteint:3 http://ftp.fr.debian.org/debian stretch-updates InRelease
Ign:4 http://ftp.debian.org/debian stretch InRelease
Atteint:5 http://ftp.debian.org/debian buster InRelease
Atteint:7 http://ftp.debian.org/debian stretch Release
Ign:6 https://apt.armbian.com stretch InRelease
Err:8 https://apt.armbian.com stretch Release

Lecture des listes de paquets... Fait
E: The repository 'http://apt.armbian.com stretch Release' does no longer have a Release file.

 

Many thanks if you have one solution ?

Spoiler

 



 

Link to comment
Share on other sites

Guidol,
About ....
 

Quote

 

You are using debian stretch, so I dont understand why you also got a line for a debian buster repository:

....

 

This is due to the fact that sometimes on stable Debian system, i install one new package from another release with capabilities to remove it later simply with very few impact on the stability.
For example,  one years ago, on package hostapd on Debian stretch release, it was not possible to use multiples NIC interfaces, this feature was only available on Debian buster. As a result, when installing for example new package with :
sudo apt -t buster hostpad, it is then possible to test without any other efforts.

:)

Link to comment
Share on other sites

2 hours ago, Jean-Marc said:

it was not possible to use multiples NIC interfaces, this feature was only available on Debian buster


Just use hostapd provided by Armbian. It provides this feature and more than (any) Debian version.

 

2 hours ago, Jean-Marc said:

Many thanks if you have one solution ?


I can't recreate. Try disabling IPV6 in armbian-config -> network .... then try again.

Link to comment
Share on other sites

One minute ago ..... on Pinebook buster ....

ansible@pinebook:~$ LANG=C LANGUAGE=C sudo apt update
Hit:1 http://ftp.fr.debian.org/debian buster-backports InRelease
Hit:2 http://ftp.debian.org/debian buster InRelease                                           
Hit:3 http://security.debian.org buster/updates InRelease                                     
Hit:4 http://ftp.fr.debian.org/debian buster-updates InRelease                                
Ign:5 http://ftp.debian.org/debian stretch InRelease                
Hit:7 http://ftp.debian.org/debian stretch Release
Ign:6 https://apt.armbian.com buster InRelease
Err:8 https://apt.armbian.com buster Release
  Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 193.40.103.96 443]
Reading package lists... Done
W: http://apt.armbian.com/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
W: http://apt.armbian.com/dists/buster/Release: No system certificates available. Try installing ca-certificates.
E: The repository 'http://apt.armbian.com buster Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Link to comment
Share on other sites

Sorry, i have no idea ...

I have also try to change behaviour on one another board (orangepir1), but results sems identicals as shown in following logs with pattern [trusted=yes]

 

ansible@srv-orangepir1-150:~$ grep -iR deb /etc/apt/sources.li* |grep -v "#"
/etc/apt/sources.list.d/debian_apt_v_9_stretch_backports.list:deb http://ftp.fr.debian.org/debian stretch-backports main contrib non-free
/etc/apt/sources.list.d/armbian_apt_v_9_stretch.list:deb [trusted=yes] http://apt.armbian.com stretch main stretch-utils stretch-desktop
/etc/apt/sources.list.d/debian_apt_v_9_stretch_current.list:deb http://ftp.debian.org/debian/ stretch main contrib non-free
/etc/apt/sources.list.d/debian_apt_v_9_stretch_update_security.list:deb http://security.debian.org stretch/updates main contrib non-free
/etc/apt/sources.list.d/debian_apt_v_9_stretch_updates.list:deb http://ftp.fr.debian.org/debian stretch-updates main contrib non-free
/etc/apt/sources.list.d/debian_apt_v_9_stretch_next.list:deb http://ftp.debian.org/debian/ buster main contrib non-free

 

 

ansible@srv-orangepir1-150:~$  sudo update-ca-certificates -f
Clearing symlinks in /etc/ssl/certs...
done.
Updating certificates in /etc/ssl/certs...
151 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.

 

ansible@srv-orangepir1-150:~$ sudo apt update
Atteint:1 http://ftp.fr.debian.org/debian stretch-backports InRelease
Atteint:3 http://ftp.fr.debian.org/debian stretch-updates InRelease                                                              
Ign:4 http://ftp.debian.org/debian stretch InRelease                                                                             
Atteint:5 http://ftp.debian.org/debian buster InRelease                                                                          
Atteint:6 http://security.debian.org stretch/updates InRelease                                                                   
Atteint:7 http://ftp.debian.org/debian stretch Release                                                                           
Ign:2 https://apt.armbian.com stretch InRelease
Err:8 https://apt.armbian.com stretch Release
  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Lecture des listes de paquets... Fait
E: The repository 'http://apt.armbian.com stretch Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
ansible@srv-orangepir1-150:~$ echo $?
100

Link to comment
Share on other sites

I have also tried this solution .... ( From Ubuntu forum)

but still one issue  ....


 

Quote

 

ansible@srv-orangepir1-150:~$ LANG=C LANGUAGE=C sudo apt-get update -o Acquire::https::apt.armbian.com::Verify-Peer=false
Hit:1 http://ftp.fr.debian.org/debian stretch-backports InRelease
Hit:3 http://ftp.fr.debian.org/debian stretch-updates InRelease     
Ign:4 http://ftp.debian.org/debian stretch InRelease                
Hit:5 http://ftp.debian.org/debian buster InRelease                 
Hit:6 http://security.debian.org stretch/updates InRelease          
Hit:7 http://ftp.debian.org/debian stretch Release                  
Hit:2 https://apt.armbian.com stretch InRelease
Reading package lists... Done


 


 

Quote

 

ansible@srv-orangepir1-150:~$  LANG=C LANGUAGE=C sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  linux-dtb-next-sunxi linux-image-next-sunxi
2 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 21,4 MB of archives.
After this operation, 13,3 kB of additional disk space will be used.
Do you want to continue? [O/n] O
Err:1 https://apt.armbian.com stretch/main armhf linux-dtb-next-sunxi armhf 5.92
  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Err:2 https://apt.armbian.com stretch/main armhf linux-image-next-sunxi armhf 5.92
  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
E: Failed to fetch https://apt.armbian.com/pool/main/l/linux-4.19.62-sunxi/linux-dtb-next-sunxi_5.92_armhf.deb server certificate verification failed. CAile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
E: Failed to fetch https://apt.armbian.com/pool/main/l/linux-4.19.62-sunxi/linux-image-next-sunxi_5.92_armhf.deb server certificate verification failed. Afile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
ansible@srv-orangepir1-150:~$

 

 

 

 

 

Link to comment
Share on other sites

Hi, this day, always the same behaviour ????, but on target nanopiR1 for Debian stretch

 

ansible@srv-nanopir1-170:~$ LANG=C LANGUAGE=C sudo apt-get update
Hit:1 http://ftp.fr.debian.org/debian stretch-backports InRelease
Ign:2 http://ftp.debian.org/debian stretch InRelease                
Hit:3 http://security.debian.org stretch/updates InRelease          
Hit:5 http://ftp.fr.debian.org/debian stretch-updates InRelease                                
Hit:6 http://ftp.debian.org/debian buster InRelease                      
Ign:4 https://apt.armbian.com stretch InRelease                          
Hit:7 http://ftp.debian.org/debian stretch Release
Ign:8 https://apt.armbian.com stretch Release      
Ign:9 https://apt.armbian.com stretch/main armhf Packages
Ign:10 https://apt.armbian.com stretch/main all Packages
Ign:11 https://apt.armbian.com stretch/main Translation-C
Ign:12 https://apt.armbian.com stretch/main Translation-fr_FR
Ign:13 https://apt.armbian.com stretch/main Translation-en
Ign:14 https://apt.armbian.com stretch/main Translation-fr
Ign:15 https://apt.armbian.com stretch/main all Contents (deb)
Ign:16 https://apt.armbian.com stretch/main armhf Contents (deb)
Ign:17 https://apt.armbian.com stretch armhf Contents (deb)
Ign:18 https://apt.armbian.com stretch all Contents (deb)
Ign:19 https://apt.armbian.com stretch/stretch-utils armhf Packages
Ign:20 https://apt.armbian.com stretch/stretch-utils all Packages
Ign:21 https://apt.armbian.com stretch/stretch-utils Translation-fr
Ign:22 https://apt.armbian.com stretch/stretch-utils Translation-en
Ign:23 https://apt.armbian.com stretch/stretch-utils Translation-C
Ign:24 https://apt.armbian.com stretch/stretch-utils Translation-fr_FR
Ign:25 https://apt.armbian.com stretch/stretch-utils armhf Contents (deb)
Ign:26 https://apt.armbian.com stretch/stretch-utils all Contents (deb)
Ign:27 https://apt.armbian.com stretch/stretch-desktop all Packages
Ign:28 https://apt.armbian.com stretch/stretch-desktop armhf Packages
Ign:29 https://apt.armbian.com stretch/stretch-desktop Translation-fr
Ign:30 https://apt.armbian.com stretch/stretch-desktop Translation-en
Ign:31 https://apt.armbian.com stretch/stretch-desktop Translation-fr_FR
Ign:32 https://apt.armbian.com stretch/stretch-desktop Translation-C
Ign:33 https://apt.armbian.com stretch/stretch-desktop all Contents (deb)
Ign:34 https://apt.armbian.com stretch/stretch-desktop armhf Contents (deb)
Ign:9 https://apt.armbian.com stretch/main armhf Packages
Ign:10 https://apt.armbian.com stretch/main all Packages
Ign:11 https://apt.armbian.com stretch/main Translation-C
Ign:12 https://apt.armbian.com stretch/main Translation-fr_FR
Ign:13 https://apt.armbian.com stretch/main Translation-en
Ign:14 https://apt.armbian.com stretch/main Translation-fr
Ign:15 https://apt.armbian.com stretch/main all Contents (deb)
Ign:16 https://apt.armbian.com stretch/main armhf Contents (deb)

Ign:17 https://apt.armbian.com stretch armhf Contents (deb)
Ign:18 https://apt.armbian.com stretch all Contents (deb)
Ign:19 https://apt.armbian.com stretch/stretch-utils armhf Packages
Ign:20 https://apt.armbian.com stretch/stretch-utils all Packages
Ign:21 https://apt.armbian.com stretch/stretch-utils Translation-fr
Ign:22 https://apt.armbian.com stretch/stretch-utils Translation-en
Ign:23 https://apt.armbian.com stretch/stretch-utils Translation-C
Ign:24 https://apt.armbian.com stretch/stretch-utils Translation-fr_FR
Ign:25 https://apt.armbian.com stretch/stretch-utils armhf Contents (deb)
Ign:26 https://apt.armbian.com stretch/stretch-utils all Contents (deb)
Ign:27 https://apt.armbian.com stretch/stretch-desktop all Packages
Ign:28 https://apt.armbian.com stretch/stretch-desktop armhf Packages
Ign:29 https://apt.armbian.com stretch/stretch-desktop Translation-fr
Ign:30 https://apt.armbian.com stretch/stretch-desktop Translation-en
Ign:31 https://apt.armbian.com stretch/stretch-desktop Translation-fr_FR
Ign:32 https://apt.armbian.com stretch/stretch-desktop Translation-C
Ign:33 https://apt.armbian.com stretch/stretch-desktop all Contents (deb)
Ign:34 https://apt.armbian.com stretch/stretch-desktop armhf Contents (deb)
Ign:9 https://apt.armbian.com stretch/main armhf Packages
Ign:10 https://apt.armbian.com stretch/main all Packages
Ign:11 https://apt.armbian.com stretch/main Translation-C
Ign:12 https://apt.armbian.com stretch/main Translation-fr_FR
Ign:13 https://apt.armbian.com stretch/main Translation-en
Ign:14 https://apt.armbian.com stretch/main Translation-fr
Ign:15 https://apt.armbian.com stretch/main all Contents (deb)
Ign:16 https://apt.armbian.com stretch/main armhf Contents (deb)
Ign:17 https://apt.armbian.com stretch armhf Contents (deb)
Ign:18 https://apt.armbian.com stretch all Contents (deb)
Ign:19 https://apt.armbian.com stretch/stretch-utils armhf Packages
Ign:20 https://apt.armbian.com stretch/stretch-utils all Packages
Ign:21 https://apt.armbian.com stretch/stretch-utils Translation-fr
Ign:22 https://apt.armbian.com stretch/stretch-utils Translation-en
Ign:23 https://apt.armbian.com stretch/stretch-utils Translation-C
Ign:24 https://apt.armbian.com stretch/stretch-utils Translation-fr_FR
Ign:25 https://apt.armbian.com stretch/stretch-utils armhf Contents (deb)
Ign:26 https://apt.armbian.com stretch/stretch-utils all Contents (deb)
Ign:27 https://apt.armbian.com stretch/stretch-desktop all Packages
Ign:28 https://apt.armbian.com stretch/stretch-desktop armhf Packages
Ign:29 https://apt.armbian.com stretch/stretch-desktop Translation-fr
Ign:30 https://apt.armbian.com stretch/stretch-desktop Translation-en
Ign:31 https://apt.armbian.com stretch/stretch-desktop Translation-fr_FR
Ign:32 https://apt.armbian.com stretch/stretch-desktop Translation-C
Ign:33 https://apt.armbian.com stretch/stretch-desktop all Contents (deb)
Ign:34 https://apt.armbian.com stretch/stretch-desktop armhf Contents (deb)
Ign:9 https://apt.armbian.com stretch/main armhf Packages
Ign:10 https://apt.armbian.com stretch/main all Packages
Ign:11 https://apt.armbian.com stretch/main Translation-C
Ign:12 https://apt.armbian.com stretch/main Translation-fr_FR
Ign:13 https://apt.armbian.com stretch/main Translation-en
Ign:14 https://apt.armbian.com stretch/main Translation-fr

Ign:15 https://apt.armbian.com stretch/main all Contents (deb)
Ign:16 https://apt.armbian.com stretch/main armhf Contents (deb)
Ign:17 https://apt.armbian.com stretch armhf Contents (deb)
Ign:18 https://apt.armbian.com stretch all Contents (deb)
Ign:19 https://apt.armbian.com stretch/stretch-utils armhf Packages
Ign:20 https://apt.armbian.com stretch/stretch-utils all Packages
Ign:21 https://apt.armbian.com stretch/stretch-utils Translation-fr
Ign:22 https://apt.armbian.com stretch/stretch-utils Translation-en
Ign:23 https://apt.armbian.com stretch/stretch-utils Translation-C
Ign:24 https://apt.armbian.com stretch/stretch-utils Translation-fr_FR
Ign:25 https://apt.armbian.com stretch/stretch-utils armhf Contents (deb)
Ign:26 https://apt.armbian.com stretch/stretch-utils all Contents (deb)
Ign:27 https://apt.armbian.com stretch/stretch-desktop all Packages
Ign:28 https://apt.armbian.com stretch/stretch-desktop armhf Packages
Ign:29 https://apt.armbian.com stretch/stretch-desktop Translation-fr
Ign:30 https://apt.armbian.com stretch/stretch-desktop Translation-en
Ign:31 https://apt.armbian.com stretch/stretch-desktop Translation-fr_FR
Ign:32 https://apt.armbian.com stretch/stretch-desktop Translation-C
Ign:33 https://apt.armbian.com stretch/stretch-desktop all Contents (deb)
Ign:34 https://apt.armbian.com stretch/stretch-desktop armhf Contents (deb)
Ign:9 https://apt.armbian.com stretch/main armhf Packages
Ign:10 https://apt.armbian.com stretch/main all Packages
Ign:11 https://apt.armbian.com stretch/main Translation-C
Ign:12 https://apt.armbian.com stretch/main Translation-fr_FR
Ign:13 https://apt.armbian.com stretch/main Translation-en
Ign:14 https://apt.armbian.com stretch/main Translation-fr
Ign:15 https://apt.armbian.com stretch/main all Contents (deb)
Ign:16 https://apt.armbian.com stretch/main armhf Contents (deb)
Ign:17 https://apt.armbian.com stretch armhf Contents (deb)
Ign:18 https://apt.armbian.com stretch all Contents (deb)
Ign:19 https://apt.armbian.com stretch/stretch-utils armhf Packages
Ign:20 https://apt.armbian.com stretch/stretch-utils all Packages
Ign:21 https://apt.armbian.com stretch/stretch-utils Translation-fr
Ign:22 https://apt.armbian.com stretch/stretch-utils Translation-en
Ign:23 https://apt.armbian.com stretch/stretch-utils Translation-C
Ign:24 https://apt.armbian.com stretch/stretch-utils Translation-fr_FR
Ign:25 https://apt.armbian.com stretch/stretch-utils armhf Contents (deb)
Ign:26 https://apt.armbian.com stretch/stretch-utils all Contents (deb)
Ign:27 https://apt.armbian.com stretch/stretch-desktop all Packages
Ign:28 https://apt.armbian.com stretch/stretch-desktop armhf Packages
Ign:29 https://apt.armbian.com stretch/stretch-desktop Translation-fr
Ign:30 https://apt.armbian.com stretch/stretch-desktop Translation-en
Ign:31 https://apt.armbian.com stretch/stretch-desktop Translation-fr_FR
Ign:32 https://apt.armbian.com stretch/stretch-desktop Translation-C
Ign:33 https://apt.armbian.com stretch/stretch-desktop all Contents (deb)
Ign:34 https://apt.armbian.com stretch/stretch-desktop armhf Contents (deb)
Err:9 https://apt.armbian.com stretch/main armhf Packages
 
Reading package lists... Done

W: The repository 'http://apt.armbian.com 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://apt.armbian.com/dists/stretch/main/binary-armhf/Packages  
E: Failed to fetch https://apt.armbian.com/dists/stretch/main/binary-all/Packages  
E: Failed to fetch https://apt.armbian.com/dists/stretch/main/i18n/Translation-C  
E: Failed to fetch https://apt.armbian.com/dists/stretch/main/i18n/Translation-fr_FR  
E: Failed to fetch https://apt.armbian.com/dists/stretch/main/i18n/Translation-en  
E: Failed to fetch https://apt.armbian.com/dists/stretch/main/i18n/Translation-fr  
E: Failed to fetch https://apt.armbian.com/dists/stretch/main/Contents-all  
E: Failed to fetch https://apt.armbian.com/dists/stretch/main/Contents-armhf  
E: Failed to fetch https://apt.armbian.com/dists/stretch/Contents-armhf  
E: Failed to fetch https://apt.armbian.com/dists/stretch/Contents-all  
E: Failed to fetch https://apt.armbian.com/dists/stretch/stretch-utils/binary-armhf/Packages  
E: Some index files failed to download. They have been ignored, or old ones used instead.
ansible@srv-nanopir1-170:~$

 

My configuration is :

 

 

ansible@srv-nanopir1-170:~$ grep -iR deb /etc/apt/sources* |grep -v "#"
/etc/apt/sources.list.d/debian_apt_v_9_stretch_backports.list:deb http://ftp.fr.debian.org/debian stretch-backports main contrib non-free
/etc/apt/sources.list.d/armbian_apt_v_9_stretch.list:deb http://apt.armbian.com stretch main stretch-utils stretch-desktop
/etc/apt/sources.list.d/debian_apt_v_9_stretch_current.list:deb http://ftp.debian.org/debian/ stretch main contrib non-free
/etc/apt/sources.list.d/debian_apt_v_9_stretch_update_security.list:deb http://security.debian.org stretch/updates main contrib non-free
/etc/apt/sources.list.d/debian_apt_v_9_stretch_updates.list:deb http://ftp.fr.debian.org/debian stretch-updates main contrib non-free
/etc/apt/sources.list.d/debian_apt_v_9_stretch_next.list:deb http://ftp.debian.org/debian/ buster main contrib non-free

 

 

Link to comment
Share on other sites

....but at the same time, on one another target (orangepiR1), but running Buster armbain & Debian, access is without any error?

 

ansible@srv-orangepir1-150:~$ sudo  grep -iR deb /etc/apt/sources* |grep -v "#"                                                                                                       
/etc/apt/sources.list.d/debian_apt_v_10_buster_backports.list:deb http://ftp.fr.debian.org/debian buster-backports main contrib non-free                                              
/etc/apt/sources.list.d/debian_apt_v_10_buster_previous.list:deb http://ftp.debian.org/debian/ stretch main contrib non-free                                                          
/etc/apt/sources.list.d/debian_apt_v_10_buster_update_security.list:deb http://security.debian.org buster/updates main contrib non-free                                               
/etc/apt/sources.list.d/armbian_apt_v_10_buster.list:deb http://apt.armbian.com buster main buster-utils buster-desktop                                                               
/etc/apt/sources.list.d/debian_apt_v_10_buster_current.list:deb http://ftp.debian.org/debian/ buster main contrib non-free                                                            
/etc/apt/sources.list.d/debian_apt_v_10_buster_updates.list:deb http://ftp.fr.debian.org/debian buster-updates main contrib non-free                                                  

 

ansible@srv-orangepir1-150:~$  LANG=C LC_ALL=C sudo apt update
Hit:1 http://security.debian.org buster/updates InRelease
Hit:2 http://ftp.fr.debian.org/debian buster-backports InRelease    
Hit:3 http://ftp.debian.org/debian buster InRelease                 
Hit:5 http://ftp.fr.debian.org/debian buster-updates InRelease      
Ign:6 http://ftp.debian.org/debian stretch InRelease
Hit:7 http://ftp.debian.org/debian stretch Release
Hit:4 https://apt.armbian.com buster InRelease   
Reading package lists... Done                    
Building dependency tree       
Reading state information... Done
All packages are up to date.
ansible@srv-orangepir1-150:~$

 

 

ansible@srv-orangepir1-150:~$  LANG=C LC_ALL=C sudo apt upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

 

Strange ?

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines