Errors when I update packages

4 réponses [Dernière contribution]
whiteWizard
Hors ligne
A rejoint: 06/18/2018

Hello everyone, I'm having a problem when I do "sudo apt-get update". It gives the following errors:

W: The repository 'http://mirrors.serverhost.ro/trisquel/packages flidas 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.
W: The repository 'http://mirrors.serverhost.ro/trisquel/packages flidas-security 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.
W: The repository 'http://mirrors.serverhost.ro/trisquel/packages flidas-updates 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 http://mirrors.serverhost.ro/trisquel/packages/dists/flidas/main/source/Sources 404 Not Found
E: Failed to fetch http://mirrors.serverhost.ro/trisquel/packages/dists/flidas-security/main/source/Sources 404 Not Found
E: Failed to fetch http://mirrors.serverhost.ro/trisquel/packages/dists/flidas-updates/main/source/Sources 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

Someone could explain what is going on and how to solve it?

Also, when I try to install a new program with "sudo apt-get install " I get this:

Err:1 http://mirrors.serverhost.ro/trisquel/packages flidas/main amd64 atop amd64 1.26-2build1
404 Not Found
E: Failed to fetch http://mirrors.serverhost.ro/trisquel/packages/pool/main/a/atop/atop_1.26-2build1_amd64.deb 404 Not Found

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Thanks!

Kernelpanic
Hors ligne
A rejoint: 03/28/2015

Hi whiteWizard
This is my /etc/apt/sources.list
Copy and past on yours and try again

#deb cdrom:[Trisquel 8.0 _flidas_ - Release amd64 (20180417)]/ flidas main
# Trisquel repositories for supported software and updates
deb https://archive.trisquel.info/trisquel/ flidas main
deb-src https://archive.trisquel.info/trisquel/ flidas main
deb https://archive.trisquel.info/trisquel/ flidas-security main
deb-src https://archive.trisquel.info/trisquel/ flidas-security main
deb https://archive.trisquel.info/trisquel/ flidas-updates main
deb-src https://archive.trisquel.info/trisquel/ flidas-updates main
#deb https://archive.trisquel.info/trisquel/ flidas-backports main
#deb-src https://archive.trisquel.info/trisquel/ flidas-backports main

Let me know if works
cheers

chaosmonk

I am a member!

I am a translator!

Hors ligne
A rejoint: 07/07/2017

That mirror is down. Switch to a different one. See: https://trisquel.info/en/forum/weird-output-when-trying-update

This seems to be affecting a lot of people. Can we expect this mirror to go back up? If not, is there a fix other than telling users one-at-a-time how to switch to a different mirror when they ask the forum why they can't update?

whiteWizard
Hors ligne
A rejoint: 06/18/2018

I've solved the problem. I've changed the mirrors to https://mirror.fsf.org/trisquel/
thanks!

Kernelpanic
Hors ligne
A rejoint: 03/28/2015

Amazing!
Thanks for share it with us ^_^