Error installing repo packages

i am getting this:

type or paste code here[taller@taller-pc ~]$ LANG=C sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
error: failed retrieving file 'endeavouros.db' from github.com : SSL certificate problem: self signed certificate
error: failed retrieving file 'endeavouros.db' from github.com : SSL certificate problem: self signed certificate
error: failed to update endeavouros (download library error)
error: failed to synchronize all databases

Any hints of that signed certificate?

It may have been caused by a repo update that I did a moment ago.
You could try running

   sudo pacman -Syyu   # note the second 'y'

once.

Thanks for the quick reply, I get the same error.

@Anticupidon
Unless refreshing the database didn’t work (as supposed by @manuel) , you could try to update the mirror servers (use Welcome). That might work.

the welcome was updated today

@JR29
I know that. But his problem is not caused by an outdated Welcome. It’s most likely a problem of the mirrorlist or maybe the used repository servers.
I just asked him to update the mirror list using the appropriate button in Welcome.

Did all the above. Still all I’ve got is this.

1
I save the changes to my list, and again, the same error.

maybe the Spanish deposits are not up to date

1 Like

What settings should I edit in my mirror list?

@JR29
That was exactly my idea.
Possibly choosing a different country helps.

You could try reflector-simple and select the nearest countries.
And set “Max hours from latest mirror sync” to 1.
Otherwise use the defaults.

You could also choose a different country in Welcome.
Whatever you prefer.

that i did…didn’t overide the country in my mirrorlist.
I tried this:

sudo reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlist

################# Arch Linux mirrorlist generated by Reflector #################
################################################################################

# With:       reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlist
# When:       2020-03-23 11:54:26 UTC
# From:       https://www.archlinux.org/mirrors/status/json/
# Retrieved:  2020-03-23 11:52:30 UTC
# Last Check: 2020-03-23 11:33:56 UTC

Server = https://mirror.pseudoform.org/$repo/os/$arch
Server = https://ftp.sh.cvut.cz/arch/$repo/os/$arch
Server = http://ftp.sh.cvut.cz/arch/$repo/os/$arch
Server = rsync://mirror.f4st.host/archlinux/$repo/os/$arch
Server = rsync://ftp.sh.cvut.cz/arch/$repo/os/$arch


Still same issue.

Sorry, I lead you to a wrong path!
You don’t have an issue with Arch mirrors, but EndeavourOS mirrors.
Could you show the contents of your /etc/pacman.d/endeavouros-mirrorlist?

[root@taller-pc pacman.d]# cat /etc/pacman.d/endeavouros-mirrorlist
######################################################
####                                              ####
###        EndeavourOS Repository Mirrorlist       ###
####                                              ####
######################################################
#### Entry in file /etc/pacman.conf:
###     [endeavouros]
###     SigLevel = PackageRequired
###     Include = /etc/pacman.d/endeavouros-mirrorlist
######################################################

## Github
Server = https://github.com/endeavouros-team/repo/raw/master/$repo/$arch
Server = https://github.com/endeavouros-team/mirrors/releases/download/mirror1/
[root@taller-pc pacman.d]# 



you restarted your pc between each test or not

Yes, restarted and still the same issue.
What i managed to do was.

sudo nano /etc/pacman.conf 

and comented the EOS repos. Managed to update the rest of the packages, will deal with EOS packages later.

Github

Server = https://github.com/endeavouros-team/repo/raw/master/$repo/$arch
Server = https://github.com/endeavouros-team/mirrors/releases/download/mirror1/

I have the same mirror as you for endeavor

This might help:

  sudo pacman-key --refresh-keys

This may also be useful… (see the last post):

https://bbs.archlinux.org/viewtopic.php?id=146649