With every rpm-ostree upgrade
, an update is initially loaded, but the following error message occurs in the further step:
[user@pc ~]$ rpm-ostree upgrade
⠁ Receiving objects; 99% (180/181) 8,7 MB/s 104,9 MB 96 metadata, 85 content objects fetched; 107949 KiB transferred in 13 seconds; 155,0 MB content written
Receiving objects; 99% (180/181) 8,7 MB/s 104,9 MB… done
Checking out tree 0d70991… done
Enabled rpm-md repositories: fedora-cisco-openh264 fedora-modular updates-modular updates fedora updates-archive
Updating metadata for ‘fedora-modular’… done
error: Updating rpm-md repo ‘fedora-modular’: cannot update repo ‘fedora-modular’: Cannot prepare internal mirrorlist: Curl error (28): Timeout was reached for https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-38&arch=x86_64 [Failed to connect to mirrors.fedoraproject.org port 443 after 30000 ms: Timeout was reached]; Last error: Curl error (28): Timeout was reached for https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-38&arch=x86_64 [Failed to connect to mirrors.fedoraproject.org port 443 after 30000 ms: Timeout was reached]
The proxy is set in the GNOME settings with the IP address 192.168.0.254 and port 8080 for HTTP and HTTPS.
The following proxy line has also been added:
[user@pc ~]$ cat /etc/ostree/remotes.d/fedora.conf
[remote “fedora”]
proxy=http://192.168.0.254:8080
url=https://ostree.fedoraproject.org
gpg-verify=true
gpgkeypath=/etc/pki/rpm-gpg/
contenturl=mirrorlist=https://ostree.fedoraproject.org/mirrorlist
Up to and including Fedora 37 (Silverblue) I had no problems behind the proxy, but since reinstalling Fedora 38 (Silverblue) I can no longer update despite the proxy configuration. Has anything changed in this context with Fedora 38?
Why does rpm-ostree upgrade
find and load an update then cannot complete it? The proxy setting seems to be respected at first, and then not anymore?