PINE64
pinebook pro manjaro xfce pacman network error - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: pinebook pro manjaro xfce pacman network error (/showthread.php?tid=10579)



pinebook pro manjaro xfce pacman network error - thumbsup - 07-06-2020

I switched from the first default OS to manjaro(xfce).

I am new to pacman (and kinda miss my apt-get Smile ).
If i try to install anything via pacman or pamac-manager i get the following errors(sorry for the german but I guess it's still understandable):
Code:
Vorbereitung...
Synchronisiere Paketdatenbanken...
https://manjaro-arm.moson.eu/stable/core/aarch64/core.db: Fehler 404
https://manjaro-arm.moson.org/stable/core/aarch64/core.db: Fehler 404
https://manjaro-arm.moson.eu/stable/extra/aarch64/extra.db: Fehler 404
https://manjaro-arm.moson.org/stable/extra/aarch64/extra.db: Fehler 404
https://manjaro-arm.moson.eu/stable/community/aarch64/community.db: Fehler 404
https://manjaro-arm.moson.org/stable/community/aarch64/community.db: Fehler 404
Abhängigkeiten werden aufgelöst...
Interne Konflikte werden überprüft...
https://manjaro-arm.moson.eu/stable/extra/aarch64/sdl2_ttf-2.0.15-1-aarch64.pkg.tar.xz: Fehler 404
https://manjaro-arm.moson.org/stable/extra/aarch64/sdl2_ttf-2.0.15-1-aarch64.pkg.tar.xz: Fehler 404
Herunterladen von sdl2_ttf (2.0.15-1)...
https://manjaro-arm.moson.eu/stable/extra/aarch64/portmidi-217-9-aarch64.pkg.tar.xz: Fehler 404
https://manjaro-arm.moson.org/stable/extra/aarch64/portmidi-217-9-aarch64.pkg.tar.xz: Fehler 404
Herunterladen von portmidi (217-9)...
https://manjaro-arm.moson.eu/stable/extra/aarch64/sdl_net-1.2.8-4-aarch64.pkg.tar.xz: Fehler 404
https://manjaro-arm.moson.org/stable/extra/aarch64/sdl_net-1.2.8-4-aarch64.pkg.tar.xz: Fehler 404
Herunterladen von sdl_net (1.2.8-4)...
https://manjaro-arm.moson.eu/stable/extra/aarch64/sdl_image-1.2.12-5-aarch64.pkg.tar.xz: Fehler 404
https://manjaro-arm.moson.org/stable/extra/aarch64/sdl_image-1.2.12-5-aarch64.pkg.tar.xz: Fehler 404
Herunterladen von sdl_image (1.2.12-5)...
https://manjaro-arm.moson.eu/stable/extra/aarch64/sdl_ttf-2.0.11-5-aarch64.pkg.tar.xz: Fehler 404
https://manjaro-arm.moson.org/stable/extra/aarch64/sdl_ttf-2.0.11-5-aarch64.pkg.tar.xz: Fehler 404
Herunterladen von sdl_ttf (2.0.11-5)...
https://manjaro-arm.moson.eu/stable/community/aarch64/libutf8proc-2.4.0-1-aarch64.pkg.tar.xz: Fehler 404
https://manjaro-arm.moson.org/stable/community/aarch64/libutf8proc-2.4.0-1-aarch64.pkg.tar.xz: Fehler 404
Herunterladen von libutf8proc (2.4.0-1)...
https://manjaro-arm.moson.eu/stable/community/aarch64/pugixml-1.10-1-aarch64.pkg.tar.xz: Fehler 404
https://manjaro-arm.moson.org/stable/community/aarch64/pugixml-1.10-1-aarch64.pkg.tar.xz: Fehler 404
Herunterladen von pugixml (1.10-1)...
https://manjaro-arm.moson.eu/stable/community/aarch64/mame-0.217-1-aarch64.pkg.tar.xz: Fehler 404
https://manjaro-arm.moson.org/stable/community/aarch64/mame-0.217-1-aarch64.pkg.tar.xz: Fehler 404
Herunterladen von mame (0.217-1)...
https://manjaro-arm.moson.eu/stable/community/aarch64/glob2-0.9.4.4-39-aarch64.pkg.tar.xz: Fehler 404
https://manjaro-arm.moson.org/stable/community/aarch64/glob2-0.9.4.4-39-aarch64.pkg.tar.xz: Fehler 404
Herunterladen von glob2 (0.9.4.4-39)...

In the end it is able to download and install the pakages but fails to update the pakage-database?
I can open the websites/locations (...manjaro-arm-moson.org...) via browser, if I try to ping/trace them it fails.
Code:
PING manjaro-arm.moson.org (46.38.235.192) 56(84) bytes of data.
^C
--- manjaro-arm.moson.org ping statistics ---
8 packets transmitted, 0 received, 100% packet loss, time 7254ms


I already tried sudo pacman-mirrors -g as well.


RE: pinebook pro manjaro xfce pacman network error - thumbsup - 07-11-2020

I managed to find the problem. Somehow the url in the mirrorlist was wrong. It has to be .../arm-stable/.... instead of .../arm/...