"Timeout while connecting to the selected mirror."
Fetching change log information, please wait... fetch: transfer timed outfetch: /tmp/changelog/changelog.txz.sig appears to be truncated: 0/1332 bytes
root@OPNsensemil:~ # ls -la /tmp/changelog/total 8drwxr-xr-x 2 root wheel 512 Feb 10 13:01 .drwxrwxrwt 6 root wheel 1024 Feb 10 12:59 ..root@OPNsensemil:~ #
root@OPNsensemil:~ # fetch -v https://pkg.opnsense.org/FreeBSD:12:amd64/21.1/sets/changelog.txz.sigresolving server address: pkg.opnsense.org:443SSL options: 82004854Peer verification enabledUsing CA cert file: /usr/local/etc/ssl/cert.pemVerify hostnameTLSv1.2 connection established using ECDHE-RSA-CHACHA20-POLY1305Certificate subject: /CN=pkg.opnsense.orgCertificate issuer: /C=US/O=Let's Encrypt/CN=R3requesting https://pkg.opnsense.org/FreeBSD:12:amd64/21.1/sets/changelog.txz.sigremote size / mtime: 1332 / 1612887565changelog.txz.sig 1332 B 3142 kBps 00s
This works:Code: [Select]root@OPNsensemil:~ # fetch -v https://pkg.opnsense.org/FreeBSD:12:amd64/21.1/sets/changelog.txz.sigresolving server address: pkg.opnsense.org:443SSL options: 82004854Peer verification enabledUsing CA cert file: /usr/local/etc/ssl/cert.pemVerify hostnameTLSv1.2 connection established using ECDHE-RSA-CHACHA20-POLY1305Certificate subject: /CN=pkg.opnsense.orgCertificate issuer: /C=US/O=Let's Encrypt/CN=R3requesting https://pkg.opnsense.org/FreeBSD:12:amd64/21.1/sets/changelog.txz.sigremote size / mtime: 1332 / 1612887565changelog.txz.sig 1332 B 3142 kBps 00sThough I just figured out that this box is very slow in resolving names. I don't know yet why. Question is what the UI updater does different from the cmdline updater. Different timeouts?I'll try to fix DNS first.