OESF Portables Forum

Model Specific Forums => Gemini PDA => Gemini PDA - Linux => Topic started by: mithrandir on May 08, 2020, 07:36:41 am

Title: apt update frozen on gemian kernel repo
Post by: mithrandir on May 08, 2020, 07:36:41 am
For me apt update froze while processing the http://gemian.thinkglobally.org/stretch/ (http://gemian.thinkglobally.org/stretch/) gemini-linux-kernel-3.18-stretch repository:

root@gemini:/etc/apt/sources.list.d# apt update
Hit:1 http://security.debian.org/debian-security (http://security.debian.org/debian-security) stretch/updates InRelease
Hit:4 http://ftp.debian.org/debian (http://ftp.debian.org/debian) stretch-backports InRelease                                    
Ign:5 http://cdn-fastly.deb.debian.org/debian (http://cdn-fastly.deb.debian.org/debian) stretch InRelease                                  
Hit:6 http://cdn-fastly.deb.debian.org/debian (http://cdn-fastly.deb.debian.org/debian) stretch Release
0% [Working]^C            

For me this got solved by installing http-transport-https:

  apt install apt-transport-https

Maybe there is some new https redirect on the server.

Mith
Title: apt update frozen on gemian kernel repo
Post by: gemini_user_j on May 09, 2020, 05:20:33 pm
Quote from: mithrandir
For me apt update froze while processing the http://gemian.thinkglobally.org/stretch/ (http://gemian.thinkglobally.org/stretch/) gemini-linux-kernel-3.18-stretch repository:

root@gemini:/etc/apt/sources.list.d# apt update
Hit:1 http://security.debian.org/debian-security (http://security.debian.org/debian-security) stretch/updates InRelease
Hit:4 http://ftp.debian.org/debian (http://ftp.debian.org/debian) stretch-backports InRelease                                    
Ign:5 http://cdn-fastly.deb.debian.org/debian (http://cdn-fastly.deb.debian.org/debian) stretch InRelease                                  
Hit:6 http://cdn-fastly.deb.debian.org/debian (http://cdn-fastly.deb.debian.org/debian) stretch Release
0% [Working]^C            

For me this got solved by installing http-transport-https:

  apt install apt-transport-https

Maybe there is some new https redirect on the server.

Mith

Did you get the newest archive key from https://gemian.thinkglobally.org/ (https://gemian.thinkglobally.org/)  ?

[edit] I just did an `apt update` with a similar stalling, and I think I misunderstood your solution to a problem as a question. Thanks for the tip![/edit]