Re: pkg update issue
- Reply: Budi Janto : "Re: pkg update issue"
- In reply to: Budi Janto : "Re: pkg update issue"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Dec 2025 05:11:08 UTC
Am 12.12.2025 um 01:12 schrieb Budi Janto: > # freebsd-version -kru > 15.0-RELEASE > 15.0-RELEASE > 15.0-RELEASE > ok, then you must use the new naming I mentioned. > # fetch -v https://pkg.FreeBSD.org/FreeBSD:15:amd64/quarterly/meta.conf > resolving server address: pkg.freebsd.org:443 > SSL options: 82004850 > Peer verification enabled > Using OpenSSL default CA cert file and path > Verify hostname > TLSv1.3 connection established using TLS_AES_256_GCM_SHA384 > Certificate subject: /CN=pkg.freebsd.org > Certificate issuer: /C=US/O=Let's Encrypt/CN=E8 > requesting https://pkg.freebsd.org/FreeBSD:15:amd64/quarterly/meta.conf > > 404 Not Found > > 404 Not Found > nginx > > > fetch: https://pkg.FreeBSD.org/FreeBSD:15:amd64/quarterly/meta.conf: > Not Found then there is maybe an issue with the mirror you are using and that mirror is out of sync: fetch -v https://pkg.FreeBSD.org/FreeBSD:15:amd64/quarterly/meta.conf resolving server address: pkg.freebsd.org:443 SSL options: 82004850 Peer verification enabled Using OpenSSL default CA cert file and path Verify hostname TLSv1.3 connection established using TLS_AES_256_GCM_SHA384 Certificate subject: /CN=pkg.freebsd.org Certificate issuer: /C=US/O=Let's Encrypt/CN=E8 requesting https://pkg.freebsd.org/FreeBSD:15:amd64/quarterly/meta.conf remote size / mtime: 179 / 1737583847 meta.conf 179 B 3798 kBps 00s Maybe set as an intermediate solution an entry into /etc/hosts? For me it is using the following IP: host pkg.FreeBSD.org pkg.freebsd.org is an alias for pkgmir.geo.freebsd.org. pkgmir.geo.freebsd.org has address 85.30.190.140 pkgmir.geo.freebsd.org mail is handled by 0 . Matthias