Strange message when updating the mirror list

My local servers were down for some reason I guess. So I added two other countries to my mirror list.
Screenshot_20220317_123257

Later I decided to view the mirror list in
/etc/pacman.d/mirrorlist file

using vim editor, but every time I hit :X to exit, I get this message at the end of file saying
E173 one more line to edit

Screenshot_20220317_123953

follow by the prompt that 2 files to edit

I guess there are two mirror list create automatically ???

Screenshot_20220317_123423

It’s simply /etc/pacman.d/mirrorlist

Why do you attach the “filename” file to the end of it?

Try using rate-mirrors or reflector to generate a new mirrror list.

rate-mirrors arch | sudo tee /etc/pacman.d/mirrorlist 

or

reflector -a 10 --sort score | sudo tee /etc/pacman.d/mirrorlist

(just one of these commands should do it)

3 Likes

@Kresimir Many thanks

I ran the command and it generated a bunch of server list.
So is that it ?

Screenshot_20220317_145336

Now run

sudo pacman -Syyu
1 Like

@Kresimir stop helping skynet!!! :rofl:

image

7 Likes

Hey! That looks like home!

2 Likes

You’ve updated your mirrors.

This can also be done from the Endeavour welcome app.

Just to pick up on this, you asked vim to open two files: one called /etc/pacman.d/mirrorlist and one called file. This is why it’s telling you there’s “one more file”.

2 Likes

@Skynet
That’s what happens when you use vim. :laughing:
I just use nano. Short and sweet! :wink:

1 Like

I don’t think his outcome would have changed had he used nano instead of vim. . .

I realize that. Just making a joke about vim. :smile:

Edit: There’s a tool for that! On the Welcome app. Update mirrors! :wink:

1 Like

thanks I did that :slight_smile:
I run either the sudo pacman -Syyu or just the following
yay -Syyu first thing in the morning everyday :slight_smile:

bravo. cheers thanks

Don’t run it like that, lol.

Just yay -Syyu will do.

And when you normally update, without changing your mirrors first, simply run yay

1 Like

Gotccha.
Say a lot of folks say that paru is now the new yay
What do you run ?

yay

1 Like

Good stuff. thanks