Issues with the update: some processes do not work properly

hi there

running eos on several notebooks - and due to the fact that i am not using them on every day i run into issues - of update. SEE what has happened on my x 220 notebook

well i guess that it is everytime the same - i have issues with the db - and with the update of the keyrings. I guess that i have to clean out some thing.

i will have a closer look at the other threads - and recommendations you gave me.

btw:; thank you so much for this great forum

updqate: i did the following


sudo pacman - Syyu

well i guess that this in not fully successful

Not sure if this will solve your problem but the mirror.f4st.host seems to be not in use anymore, so you can remove it from your mirrorlist.

1 Like

hi there - many many thanks how to do that . can you give me a hint with the command!?
that would be awesome!!

Edit the file /etc/pacman.d/mirrorlist as root and comment out the appropriate line by putting a # in front of it.

1 Like

Probably best to update your mirrors.

2 Likes

hi there - many thanks i did this with the following - the wellcome bla bla

and i choosen the second line in the options .which showed me a list of worldwide countries - where Germany was picked - i ticket it of and choose

austria
belgium
denmark and
chezch

hope that this will work now

updatte: well i t seems that i was not lucky - i tried to install seahorse - but it failed

it still fails all the time - due the issues with the mirrors - i guess

i need to fix this

Something is definitely going on, I have had a load of mirrors that worked a few hours ago, fall over:

error: failed retrieving file 'endeavouros.db' from mirror.moson.org : Resolving timed out after 10000 milliseconds
error: failed retrieving file 'core.db' from mirror.jonas-prz.be : Resolving timed out after 10000 milliseconds
error: failed retrieving file 'extra.db' from mirror.jonas-prz.be : Resolving timed out after 10000 milliseconds
error: failed retrieving file 'multilib.db' from mirror.jonas-prz.be : Resolving timed out after 10000 milliseconds
warning: too many errors from mirror.jonas-prz.be, skipping for the remainder of this transaction

Maybe this will help ?

Try this

1 Like

hi there - many thanks i will do as adviced

well still i think that i have to fix the mirrorlist… still this is the thing to do

see what i am facing

database core
database extra
database multilib stilll not woriking - and pgp signature woring

are these findings still deriving form the mirrorlist !?

or does it have to do with other things … as well

look forwrad to hear form you

and a big big sorry for all the newbie questions here - its ashaming - am ashamed :face_with_hand_over_mouth:

So I assume you also did this ?
sudo rm -r /var/lib/pacman/sync/
If that did not help I am sorry to say I’m out of options here.
Maybe somone with a little more knowledge will come along, but as I see it , doing a reinstall after backing up important files would be your best bet.

how about post the contents of pacman.conf and of your mirrorlist.

also in your above command where you try to do the key rings I think you have the wrong command it should be

sudo pacman -Sy archlinux-keyring endeavouros-keyring

I have found this set of commands to work when resetting the gpg keys:

sudo rm /var/lib/pacman/sync/*
sudo rm -rf /etc/pacman.d/gnupg/*
sudo pacman-key --init
sudo pacman-key --populate archlinux endeavouros
sudo pacman -Sy --noconfirm archlinux-keyring endeavouros-keyring

To regenerate mirrorlist:

sudo reflector --latest 10 --sort rate --protocol https --save /etc/pacman.d/mirrorlist

And, finally:

sudo pacman -Syyu

1 Like