[Question] "etc/pacman.d/alhp-mirrorlist could not be read: No such file" #131

Closed
opened 2022-06-22 19:49:30 +02:00 by Neko-san · 3 comments

I reinstalled Arch recently and found myself having this odd issue whenever I'm not in a directory besides / for some reason; can someone help me understand why this is the case? Because I'm pretty sure it isn't supposed to be. :/

neko-san@ARCH ~> doas pacman -Syu ark ksysguard code pavucontrol-qt xonotic axel
doas (neko-san@ARCH) password: 
error: config file etc/pacman.d/alhp-mirrorlist could not be read: No such file or directory
neko-san@ARCH ~ [1]> cd /
neko-san@ARCH /> doas pacman -Syu ark ksysguard code pavucontrol-qt xonotic axel
:: Synchronizing package databases...
 core-x86-64-v3                                                                                     147.5 KiB   122 KiB/s 00:01 [#############################################################################] 100%
 extra-x86-64-v3                                                                                   1527.6 KiB   816 KiB/s 00:02 [#############################################################################] 100%
 community-x86-64-v3                                                                                  3.0 MiB  1182 KiB/s 00:03 [#############################################################################] 100%
 core                                                                                               156.4 KiB   668 KiB/s 00:00 [#############################################################################] 100%
 extra                                                                                             1718.8 KiB  3.12 MiB/s 00:01 [#############################################################################] 100%
 community                                                                                            6.7 MiB  7.64 MiB/s 00:01 [#############################################################################] 100%
 multilib                                                                                           170.8 KiB   736 KiB/s 00:00 [#############################################################################] 100%
:: Starting full system upgrade...
I reinstalled Arch recently and found myself having this odd issue whenever I'm not in a directory besides `/` for some reason; can someone help me understand why this is the case? Because I'm pretty sure it isn't supposed to be. :/ ``` neko-san@ARCH ~> doas pacman -Syu ark ksysguard code pavucontrol-qt xonotic axel doas (neko-san@ARCH) password: error: config file etc/pacman.d/alhp-mirrorlist could not be read: No such file or directory neko-san@ARCH ~ [1]> cd / neko-san@ARCH /> doas pacman -Syu ark ksysguard code pavucontrol-qt xonotic axel :: Synchronizing package databases... core-x86-64-v3 147.5 KiB 122 KiB/s 00:01 [#############################################################################] 100% extra-x86-64-v3 1527.6 KiB 816 KiB/s 00:02 [#############################################################################] 100% community-x86-64-v3 3.0 MiB 1182 KiB/s 00:03 [#############################################################################] 100% core 156.4 KiB 668 KiB/s 00:00 [#############################################################################] 100% extra 1718.8 KiB 3.12 MiB/s 00:01 [#############################################################################] 100% community 6.7 MiB 7.64 MiB/s 00:01 [#############################################################################] 100% multilib 170.8 KiB 736 KiB/s 00:00 [#############################################################################] 100% :: Starting full system upgrade... ```
Owner

Did you install alhp-mirrorlist?

What does your pacman.conf look like? (the repo part, not the rest)

Did you install `alhp-mirrorlist`? What does your `pacman.conf` look like? (the repo part, not the rest)
anonfunc added the
question
label 2022-06-22 20:32:44 +02:00
Author

Yes

Here's my pacman.conf:

I just realized that I mistyped that line... I was doing it by hand at the time and I feel really stupid now... Lol
Sorry

[core-x86-64-v3]
Include = /etc/pacman.d/alhp-mirrorlist

[extra-x86-64-v3]
Include = /etc/pacman.d/alhp-mirrorlist

[community-x86-64-v3]
Include = etc/pacman.d/alhp-mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist
Yes Here's my pacman.conf: I just realized that I mistyped that line... I was doing it by hand at the time and I feel really stupid now... Lol Sorry ``` [core-x86-64-v3] Include = /etc/pacman.d/alhp-mirrorlist [extra-x86-64-v3] Include = /etc/pacman.d/alhp-mirrorlist [community-x86-64-v3] Include = etc/pacman.d/alhp-mirrorlist [core] Include = /etc/pacman.d/mirrorlist [extra] Include = /etc/pacman.d/mirrorlist #[community-testing] #Include = /etc/pacman.d/mirrorlist [community] Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repositories as required here. #[multilib-testing] #Include = /etc/pacman.d/mirrorlist [multilib] Include = /etc/pacman.d/mirrorlist ```
Owner

I just realized that I mistyped that line... I was doing it by hand at the time and I feel really stupid now... Lol
Sorry

Well, it happens. Glad you figured it out. 👍

> I just realized that I mistyped that line... I was doing it by hand at the time and I feel really stupid now... Lol > Sorry Well, it happens. Glad you figured it out. 👍
Sign in to join this conversation.
No description provided.