You are not logged in.

#26 2026-04-28 13:32:33

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,523
Website

Re: Constant trouble with valgrind

Works for me, what arch are you on?

Also please post the output of 'sudo pacman -Sy --debug', it should contain the actually resolved URL somewhere:

debug: core-debug.db: url is https://geo.mirror.pkgbuild.com/core-debug/os/x86_64/core-debug.db
debug: core-debug.db: maxsize 134217728
debug: core-debug.db: using time condition 1777237071
debug: core-debug.db: opened tempfile for download: /var/lib/pacman/sync/download-N5LVpy/core-debug.db.part (wb)
debug: core-debug.db: curl returned result 0 from transfer
debug: core-debug.db: response code 304
debug: core-debug.db.sig: url is https://geo.mirror.pkgbuild.com/core-debug/os/x86_64/core-debug.db.sig
debug: core-debug.db.sig: maxsize 16384
debug: core-debug.db.sig: opened tempfile for download: /var/lib/pacman/sync/download-N5LVpy/core-debug.db.sig.part (wb)
debug: core-debug.db: file met time condition

Once you have this url, please also run a 'curl -I <url>', as this will also show us which exact geo mirror you're hitting:

$ curl -I https://geo.mirror.pkgbuild.com/core-debug/os/x86_64/core-debug.db                      HTTP/2 200                                                                                                                            server: nginx
date: Tue, 28 Apr 2026 13:32:15 GMT
content-type: application/octet-stream
content-length: 72273
last-modified: Sun, 26 Apr 2026 20:57:51 GMT
etag: "69ee7c4f-11a51"
strict-transport-security: max-age=31536000; includeSubdomains; preload
alt-svc: h3=":443"; ma=3600
x-served-by: frankfurt.mirror.pkgbuild.com
accept-ranges: bytes

Offline

#27 2026-04-28 15:01:25

waxar
Member
Registered: 2009-10-07
Posts: 5

Re: Constant trouble with valgrind

Ahh, my bad. I totally forgot that I'm on aarch64 lol, sorry.

Last edited by waxar (2026-04-28 15:01:37)

Offline

Board footer

Powered by FluxBB